diff --git a/apps/admin/backend/src/app.tally_report_data.test.ts b/apps/admin/backend/src/app.tally_report_data.test.ts index aec0737ebe..f20bd53212 100644 --- a/apps/admin/backend/src/app.tally_report_data.test.ts +++ b/apps/admin/backend/src/app.tally_report_data.test.ts @@ -531,20 +531,20 @@ test('multi language, filtered by ballot style - grouped by precinct ', async () expect(congressional1split1.cardCountsByParty).toEqual({ '0': { - bmd: 72, - hmpb: [], + bmd: 0, + hmpb: [72], }, }); expect(congressional1split2.cardCountsByParty).toEqual({ '0': { - bmd: 72, - hmpb: [], + bmd: 0, + hmpb: [72], }, }); expect(congressional2.cardCountsByParty).toEqual({ '1': { - bmd: 72, - hmpb: [], + bmd: 0, + hmpb: [72], }, }); }); @@ -575,8 +575,8 @@ test('multi language, filtered by party - grouped by ballot style ', async () => assert(report.hasPartySplits); expect(report.cardCountsByParty).toEqual({ '0': { - bmd: report.ballotStyleGroupId === '1-Ma' ? 144 : 72, - hmpb: [], + bmd: 0, + hmpb: [report.ballotStyleGroupId === '1-Ma' ? 144 : 72], }, }); } @@ -615,14 +615,14 @@ test('multi language, reports by ballot style - agnostic to language specific ba assert(fourthFishTallyReport.hasPartySplits); expect(firstMammalTallyReport.cardCountsByParty).toEqual({ '0': { - bmd: 144, - hmpb: [], + bmd: 0, + hmpb: [144], }, }); expect(fourthFishTallyReport.cardCountsByParty).toEqual({ '1': { - bmd: 72, - hmpb: [], + bmd: 0, + hmpb: [72], }, }); // contest lists should be different diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-1-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-1-snap.png index f4818dd7e4..c49b79a9dc 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-1-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-1-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-10-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-10-snap.png index c7524bf905..5911292ef8 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-10-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-10-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-11-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-11-snap.png index 28fc0ba506..f37e2b1f3a 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-11-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-11-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-12-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-12-snap.png index c7524bf905..5911292ef8 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-12-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-12-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-13-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-13-snap.png index e3e934523f..d4650198bd 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-13-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-13-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-14-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-14-snap.png index c7524bf905..5911292ef8 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-14-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-14-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-15-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-15-snap.png index e3e934523f..d4650198bd 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-15-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-15-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-16-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-16-snap.png index c7524bf905..5911292ef8 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-16-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-16-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-17-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-17-snap.png index 576719079f..176c634089 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-17-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-17-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-18-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-18-snap.png index b1ea6081dc..8603bfb22f 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-18-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-18-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-19-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-19-snap.png index d759b08212..6dc0aceea5 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-19-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-19-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-2-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-2-snap.png index c7524bf905..5911292ef8 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-2-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-2-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-20-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-20-snap.png index b1ea6081dc..8603bfb22f 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-20-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-20-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-21-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-21-snap.png index 28fd48de97..861d2cbb28 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-21-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-21-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-22-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-22-snap.png index b1ea6081dc..8603bfb22f 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-22-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-22-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-23-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-23-snap.png index 12528f1707..2abcfab49f 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-23-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-23-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-24-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-24-snap.png index b1ea6081dc..8603bfb22f 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-24-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-24-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-25-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-25-snap.png index 876b9bc6b8..1e672f3e55 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-25-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-25-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-26-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-26-snap.png index b1ea6081dc..8603bfb22f 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-26-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-26-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-27-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-27-snap.png index c39c4d1513..8533abd296 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-27-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-27-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-28-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-28-snap.png index b1ea6081dc..8603bfb22f 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-28-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-28-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-29-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-29-snap.png index beb2c68b85..761f4c7632 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-29-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-29-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-3-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-3-snap.png index 62d2b08a7b..f8bf967c2f 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-3-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-3-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-30-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-30-snap.png index b1ea6081dc..8603bfb22f 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-30-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-30-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-31-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-31-snap.png index beb2c68b85..761f4c7632 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-31-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-31-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-32-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-32-snap.png index b1ea6081dc..8603bfb22f 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-32-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-32-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-4-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-4-snap.png index c7524bf905..5911292ef8 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-4-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-4-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-5-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-5-snap.png index a0ed060994..f575d08f9d 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-5-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-5-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-6-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-6-snap.png index c7524bf905..5911292ef8 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-6-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-6-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-7-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-7-snap.png index f05cb13500..d08f1375ae 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-7-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-7-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-8-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-8-snap.png index c7524bf905..5911292ef8 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-8-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-8-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-9-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-9-snap.png index 2bf9696bf3..cd0848d4f9 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-9-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-multiple-ballot-styles-9-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-1-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-1-snap.png index e2ddfef590..f7393f8995 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-1-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-1-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-10-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-10-snap.png index 91f71e6404..0cd8be024e 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-10-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-10-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-11-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-11-snap.png index e0deeaf709..563171a875 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-11-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-11-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-12-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-12-snap.png index 53eef3ffdd..0580b58c55 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-12-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-12-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-13-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-13-snap.png index caf96c4575..e09ffaec4e 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-13-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-13-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-14-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-14-snap.png index c13969cb46..c7c97d51fb 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-14-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-14-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-15-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-15-snap.png index 634da65899..d9853876fb 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-15-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-15-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-16-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-16-snap.png index 7812309e85..cc66081752 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-16-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-16-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-17-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-17-snap.png index b0c7843074..7e1103b3e7 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-17-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-17-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-18-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-18-snap.png index 81e980c570..5d57945817 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-18-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-18-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-19-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-19-snap.png index 7f3d65e44d..f2222816a7 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-19-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-19-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-2-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-2-snap.png index 33d36cbca3..d73ed5271a 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-2-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-2-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-20-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-20-snap.png index 0bf17f2db7..1bc4d64677 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-20-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-20-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-21-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-21-snap.png index b8e6780d41..b6c65c8bf9 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-21-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-21-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-22-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-22-snap.png index 49dff5935b..1f204e4621 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-22-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-22-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-23-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-23-snap.png index c3dba2856d..4c281908ee 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-23-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-23-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-24-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-24-snap.png index 01ceb2f3a8..57a9979364 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-24-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-24-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-25-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-25-snap.png index 9325f8e4ae..003645e8f7 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-25-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-25-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-26-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-26-snap.png index 2fb7a9d470..32c1eb8882 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-26-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-26-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-27-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-27-snap.png index e92b489a12..af66327bd9 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-27-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-27-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-28-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-28-snap.png index 98997a92b5..64fecfc296 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-28-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-28-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-29-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-29-snap.png index 5f9e28dba9..5cc981ea47 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-29-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-29-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-3-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-3-snap.png index 8b354ee1aa..ec7a58b879 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-3-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-3-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-30-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-30-snap.png index 98997a92b5..64fecfc296 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-30-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-30-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-31-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-31-snap.png index 5f9e28dba9..5cc981ea47 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-31-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-31-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-32-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-32-snap.png index 98997a92b5..64fecfc296 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-32-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-32-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-4-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-4-snap.png index 8ecd0578f9..9c982d51f0 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-4-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-4-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-5-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-5-snap.png index f4cd84ea4b..db8e4c0fea 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-5-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-5-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-6-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-6-snap.png index 659ba2116e..a3e0d2c3f2 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-6-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-6-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-7-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-7-snap.png index 85da79cebc..5b7a3987f3 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-7-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-7-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-8-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-8-snap.png index bc98e0dc83..5f458fa683 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-8-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-8-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-9-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-9-snap.png index 0ea11df746..4dad67b04e 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-9-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-precinct-test-deck-for-a-precinct-with-one-ballot-style-9-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-test-deck-tally-report-1-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-test-deck-tally-report-1-snap.png index 6ceb57f205..d5b83a278d 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-test-deck-tally-report-1-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-test-deck-tally-report-1-snap.png differ diff --git a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-test-deck-tally-report-2-snap.png b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-test-deck-tally-report-2-snap.png index cac64bc856..190e497237 100644 Binary files a/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-test-deck-tally-report-2-snap.png and b/apps/design/backend/src/__image_snapshots__/test-decks-test-ts-create-test-deck-tally-report-2-snap.png differ diff --git a/apps/design/backend/src/test_decks.test.ts b/apps/design/backend/src/test_decks.test.ts index 8dbf3cd045..7d0ab2cde2 100644 --- a/apps/design/backend/src/test_decks.test.ts +++ b/apps/design/backend/src/test_decks.test.ts @@ -64,9 +64,7 @@ describe('createPrecinctTestDeck', () => { test('for a precinct with multiple ballot styles', async () => { const fixtures = primaryElectionFixtures; - const primaryElectionDefinition = ( - await readElection(fixtures.electionPath) - ).unsafeUnwrap(); + const primaryElectionDefinition = fixtures.electionDefinition; // Test takes unnecessarily long if using all language ballot styles const electionDefinition: ElectionDefinition = { ...primaryElectionDefinition, @@ -175,10 +173,7 @@ describe('getTallyReportResults', () => { }); test('primary', async () => { - const fixtures = primaryElectionFixtures; - const electionDefinition = ( - await readElection(fixtures.electionPath) - ).unsafeUnwrap(); + const { electionDefinition } = primaryElectionFixtures; const { election } = electionDefinition; const tallyReportResults = await getTallyReportResults(election); @@ -242,7 +237,5 @@ test('createTestDeckTallyReport', async () => { generatedAtTime: new Date('2021-01-01T00:00:00.000'), }); - await expect(reportDocumentBuffer).toMatchPdfSnapshot({ - failureThreshold: 0.0001, - }); + await expect(reportDocumentBuffer).toMatchPdfSnapshot(); }); diff --git a/libs/ballot-interpreter/src/__image_snapshots__/interpret-vx-hmpb-test-ts-hmpb-general-election-letter-paper-language-en-marked-ballot-interpretation-1-snap.png b/libs/ballot-interpreter/src/__image_snapshots__/interpret-vx-hmpb-test-ts-hmpb-general-election-letter-paper-language-en-marked-ballot-interpretation-1-snap.png index 30dee052b0..bf766d941f 100644 Binary files a/libs/ballot-interpreter/src/__image_snapshots__/interpret-vx-hmpb-test-ts-hmpb-general-election-letter-paper-language-en-marked-ballot-interpretation-1-snap.png and b/libs/ballot-interpreter/src/__image_snapshots__/interpret-vx-hmpb-test-ts-hmpb-general-election-letter-paper-language-en-marked-ballot-interpretation-1-snap.png differ diff --git a/libs/ballot-interpreter/src/interpret_vx_hmpb.test.ts b/libs/ballot-interpreter/src/interpret_vx_hmpb.test.ts index a0a4fb4d18..35ea873994 100644 --- a/libs/ballot-interpreter/src/interpret_vx_hmpb.test.ts +++ b/libs/ballot-interpreter/src/interpret_vx_hmpb.test.ts @@ -387,11 +387,8 @@ for (const spec of generalElectionFixtures.fixtureSpecs) { } describe('HMPB - primary election', () => { - const { electionPath, mammalParty, fishParty } = primaryElectionFixtures; - let electionDefinition: ElectionDefinition; - beforeAll(async () => { - electionDefinition = (await readElection(electionPath)).unsafeUnwrap(); - }); + const { electionDefinition, mammalParty, fishParty } = + primaryElectionFixtures; for (const [partyLabel, partyFixtures] of Object.entries({ mammalParty, diff --git a/libs/fixture-generators/bin/generate-cvr-fixtures b/libs/fixture-generators/bin/generate-cvr-fixtures index 76932afa05..b071255e92 100755 --- a/libs/fixture-generators/bin/generate-cvr-fixtures +++ b/libs/fixture-generators/bin/generate-cvr-fixtures @@ -11,7 +11,7 @@ rm -rf ../fixtures/data/electionTwoPartyPrimary/castVoteRecords/machine_0000__20 ./bin/generate-cvrs --electionDefinition ../fixtures/data/electionTwoPartyPrimary/election.json --outputPath ../fixtures/data/electionTwoPartyPrimary/castVoteRecords/machine_0000__2024-01-01_00-00-00 rm -rf ../fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00 -./bin/generate-cvrs --electionDefinition ../fixtures/data/electionPrimaryPrecinctSplits/election.json --outputPath ../fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00 +./bin/generate-cvrs --electionDefinition ../fixtures/data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json --outputPath ../fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00 echo echo "Note: You need to run \`pnpm build:resources && pnpm build\` in libs/fixtures for the new fixtures to register" diff --git a/libs/fixture-generators/src/generate-cvrs/generate_cvrs.ts b/libs/fixture-generators/src/generate-cvrs/generate_cvrs.ts index b086116fce..8f5cc8c326 100644 --- a/libs/fixture-generators/src/generate-cvrs/generate_cvrs.ts +++ b/libs/fixture-generators/src/generate-cvrs/generate_cvrs.ts @@ -205,8 +205,7 @@ export function* generateCvrs({ const { ballotStyles } = election; // Currently we can generate only BMD ballots for non-gridLayouts elections. - // For gridLayouts elections we can generate BMD ballots although it would - // not be realistic since they cannot currently be scanned. + // For gridLayouts elections we just generate HMPB ballots for simplicity but could generated BMD. const bmdBallots = Boolean(!election.gridLayouts); for (const ballotStyle of ballotStyles) { diff --git a/libs/fixture-generators/src/generate-election-package/generate_election_package.test.ts b/libs/fixture-generators/src/generate-election-package/generate_election_package.test.ts index b4d1947989..07878663af 100644 --- a/libs/fixture-generators/src/generate-election-package/generate_election_package.test.ts +++ b/libs/fixture-generators/src/generate-election-package/generate_election_package.test.ts @@ -34,11 +34,11 @@ describe('fixtures are up to date - run `pnpm generate-election-packages` if thi const baseElection = electionPrimaryPrecinctSplitsFixtures.baseElection_DEPRECATED.election; - const electionFileContents = - electionPrimaryPrecinctSplitsFixtures.electionPackageExport.asBuffer(); - const result = await readElectionPackageFromBuffer(electionFileContents); - assert(result.isOk()); - const { electionPackage } = result.ok(); + const { electionPackage } = ( + await readElectionPackageFromBuffer( + electionPrimaryPrecinctSplitsFixtures.electionPackage.asBuffer() + ) + ).unsafeUnwrap(); const translator = new GoogleCloudTranslatorWithElectionCache({ translationClient: mockTranslationClient, diff --git a/libs/fixtures/.prettierignore b/libs/fixtures/.prettierignore index 6a5cd7a0d2..c421b43c5b 100644 --- a/libs/fixtures/.prettierignore +++ b/libs/fixtures/.prettierignore @@ -1 +1,3 @@ /**/castVoteRecords/generated +/data/**/castVoteRecords/ +/**/electionGenerated*.json diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00.vxsig b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00.vxsig index bba067f841..3a249e690e 100644 Binary files a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00.vxsig and b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00.vxsig differ diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0018de56-36eb-4a6d-9cbe-0261fadbeed3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0018de56-36eb-4a6d-9cbe-0261fadbeed3/cast-vote-record-report.json deleted file mode 100644 index 8fa2e0aa6a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0018de56-36eb-4a6d-9cbe-0261fadbeed3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0018de56-36eb-4a6d-9cbe-0261fadbeed3-modified","UniqueId":"0018de56-36eb-4a6d-9cbe-0261fadbeed3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0018de56-36eb-4a6d-9cbe-0261fadbeed3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/002c6c5e-877c-4d90-b022-32e7ac9fe91e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/002c6c5e-877c-4d90-b022-32e7ac9fe91e/cast-vote-record-report.json deleted file mode 100644 index 5d7314cdd6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/002c6c5e-877c-4d90-b022-32e7ac9fe91e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"002c6c5e-877c-4d90-b022-32e7ac9fe91e-modified","UniqueId":"002c6c5e-877c-4d90-b022-32e7ac9fe91e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"002c6c5e-877c-4d90-b022-32e7ac9fe91e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0067944e-9322-4635-9ae1-ec173282b0d3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0067944e-9322-4635-9ae1-ec173282b0d3/cast-vote-record-report.json deleted file mode 100644 index db5eb51042..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0067944e-9322-4635-9ae1-ec173282b0d3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0067944e-9322-4635-9ae1-ec173282b0d3-modified","UniqueId":"0067944e-9322-4635-9ae1-ec173282b0d3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0067944e-9322-4635-9ae1-ec173282b0d3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0069bdf6-ff78-4b2a-ad24-66338f1a277d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0069bdf6-ff78-4b2a-ad24-66338f1a277d/cast-vote-record-report.json new file mode 100644 index 0000000000..9743b459e8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0069bdf6-ff78-4b2a-ad24-66338f1a277d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0069bdf6-ff78-4b2a-ad24-66338f1a277d-modified","UniqueId":"0069bdf6-ff78-4b2a-ad24-66338f1a277d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0069bdf6-ff78-4b2a-ad24-66338f1a277d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0087ee65-3b6e-455e-9882-3a9e0dd82df8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0087ee65-3b6e-455e-9882-3a9e0dd82df8/cast-vote-record-report.json deleted file mode 100644 index 239652e0a0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0087ee65-3b6e-455e-9882-3a9e0dd82df8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0087ee65-3b6e-455e-9882-3a9e0dd82df8-modified","UniqueId":"0087ee65-3b6e-455e-9882-3a9e0dd82df8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0087ee65-3b6e-455e-9882-3a9e0dd82df8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/00f1a917-1a1c-4a9a-8f55-a6135ceeddf3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/00f1a917-1a1c-4a9a-8f55-a6135ceeddf3/cast-vote-record-report.json deleted file mode 100644 index 19af5bd04c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/00f1a917-1a1c-4a9a-8f55-a6135ceeddf3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"00f1a917-1a1c-4a9a-8f55-a6135ceeddf3-modified","UniqueId":"00f1a917-1a1c-4a9a-8f55-a6135ceeddf3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"00f1a917-1a1c-4a9a-8f55-a6135ceeddf3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0102a391-6c4f-4c1e-9cec-77ca265a30cf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0102a391-6c4f-4c1e-9cec-77ca265a30cf/cast-vote-record-report.json deleted file mode 100644 index 4b3626e8a9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0102a391-6c4f-4c1e-9cec-77ca265a30cf/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0102a391-6c4f-4c1e-9cec-77ca265a30cf-modified","UniqueId":"0102a391-6c4f-4c1e-9cec-77ca265a30cf","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0102a391-6c4f-4c1e-9cec-77ca265a30cf-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/011ff4b2-926b-4d90-a86b-31fe9cc394db/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/011ff4b2-926b-4d90-a86b-31fe9cc394db/cast-vote-record-report.json new file mode 100644 index 0000000000..a09158795f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/011ff4b2-926b-4d90-a86b-31fe9cc394db/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"011ff4b2-926b-4d90-a86b-31fe9cc394db-modified","UniqueId":"011ff4b2-926b-4d90-a86b-31fe9cc394db","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"011ff4b2-926b-4d90-a86b-31fe9cc394db-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/015c79ee-af75-4574-bf43-66e39c4e016d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/015c79ee-af75-4574-bf43-66e39c4e016d/cast-vote-record-report.json deleted file mode 100644 index 6fb8ba4d73..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/015c79ee-af75-4574-bf43-66e39c4e016d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"015c79ee-af75-4574-bf43-66e39c4e016d-modified","UniqueId":"015c79ee-af75-4574-bf43-66e39c4e016d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"015c79ee-af75-4574-bf43-66e39c4e016d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/018420d1-942e-4a9f-b821-bb3ae96cf1f0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/018420d1-942e-4a9f-b821-bb3ae96cf1f0/cast-vote-record-report.json new file mode 100644 index 0000000000..950d58bf52 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/018420d1-942e-4a9f-b821-bb3ae96cf1f0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"018420d1-942e-4a9f-b821-bb3ae96cf1f0-modified","UniqueId":"018420d1-942e-4a9f-b821-bb3ae96cf1f0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"018420d1-942e-4a9f-b821-bb3ae96cf1f0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01d7cc25-56db-40c5-9a06-c73d8c1326ce/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01d7cc25-56db-40c5-9a06-c73d8c1326ce/cast-vote-record-report.json deleted file mode 100644 index 8c10f7d740..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01d7cc25-56db-40c5-9a06-c73d8c1326ce/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"01d7cc25-56db-40c5-9a06-c73d8c1326ce-modified","UniqueId":"01d7cc25-56db-40c5-9a06-c73d8c1326ce","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"01d7cc25-56db-40c5-9a06-c73d8c1326ce-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01d98607-f8a8-4936-a187-01b26e731f36/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01d98607-f8a8-4936-a187-01b26e731f36/cast-vote-record-report.json new file mode 100644 index 0000000000..d732bcfccb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01d98607-f8a8-4936-a187-01b26e731f36/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"01d98607-f8a8-4936-a187-01b26e731f36-modified","UniqueId":"01d98607-f8a8-4936-a187-01b26e731f36","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"01d98607-f8a8-4936-a187-01b26e731f36-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01e970db-7a76-4c54-915a-4e5325336802/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01e970db-7a76-4c54-915a-4e5325336802/cast-vote-record-report.json deleted file mode 100644 index efd63b3c1a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01e970db-7a76-4c54-915a-4e5325336802/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"01e970db-7a76-4c54-915a-4e5325336802-modified","UniqueId":"01e970db-7a76-4c54-915a-4e5325336802","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"01e970db-7a76-4c54-915a-4e5325336802-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:01e970db-7a76-4c54-915a-4e5325336802-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:01e970db-7a76-4c54-915a-4e5325336802-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0202df62-710b-4285-b8fa-43b0de07c8a4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0202df62-710b-4285-b8fa-43b0de07c8a4/cast-vote-record-report.json new file mode 100644 index 0000000000..bd0aaa2d07 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0202df62-710b-4285-b8fa-43b0de07c8a4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0202df62-710b-4285-b8fa-43b0de07c8a4-modified","UniqueId":"0202df62-710b-4285-b8fa-43b0de07c8a4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0202df62-710b-4285-b8fa-43b0de07c8a4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/026dcdd4-4a2d-4466-b9cc-482808fb3d15/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/026dcdd4-4a2d-4466-b9cc-482808fb3d15/cast-vote-record-report.json new file mode 100644 index 0000000000..ea697c7133 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/026dcdd4-4a2d-4466-b9cc-482808fb3d15/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"026dcdd4-4a2d-4466-b9cc-482808fb3d15-modified","UniqueId":"026dcdd4-4a2d-4466-b9cc-482808fb3d15","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"026dcdd4-4a2d-4466-b9cc-482808fb3d15-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/02e8b1d0-0a79-4872-bc2a-40cf3feb3e75/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/02e8b1d0-0a79-4872-bc2a-40cf3feb3e75/cast-vote-record-report.json deleted file mode 100644 index 8686ba83e4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/02e8b1d0-0a79-4872-bc2a-40cf3feb3e75/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"02e8b1d0-0a79-4872-bc2a-40cf3feb3e75-modified","UniqueId":"02e8b1d0-0a79-4872-bc2a-40cf3feb3e75","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"02e8b1d0-0a79-4872-bc2a-40cf3feb3e75-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/033c9dfe-365d-4381-b8a4-bbdb6fe50fe1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/033c9dfe-365d-4381-b8a4-bbdb6fe50fe1/cast-vote-record-report.json new file mode 100644 index 0000000000..e13237d8c4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/033c9dfe-365d-4381-b8a4-bbdb6fe50fe1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"033c9dfe-365d-4381-b8a4-bbdb6fe50fe1-modified","UniqueId":"033c9dfe-365d-4381-b8a4-bbdb6fe50fe1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"033c9dfe-365d-4381-b8a4-bbdb6fe50fe1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/03594d60-cd14-408c-a90f-be68e329ac6c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/03594d60-cd14-408c-a90f-be68e329ac6c/cast-vote-record-report.json deleted file mode 100644 index 181ff749a8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/03594d60-cd14-408c-a90f-be68e329ac6c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"03594d60-cd14-408c-a90f-be68e329ac6c-modified","UniqueId":"03594d60-cd14-408c-a90f-be68e329ac6c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"03594d60-cd14-408c-a90f-be68e329ac6c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01e970db-7a76-4c54-915a-4e5325336802/01e970db-7a76-4c54-915a-4e5325336802-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/037793d8-6791-44e3-9652-4c1a2c4f5851-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01e970db-7a76-4c54-915a-4e5325336802/01e970db-7a76-4c54-915a-4e5325336802-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/037793d8-6791-44e3-9652-4c1a2c4f5851-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/037793d8-6791-44e3-9652-4c1a2c4f5851-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/037793d8-6791-44e3-9652-4c1a2c4f5851-back.layout.json new file mode 100644 index 0000000000..3d3e8a360a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/037793d8-6791-44e3-9652-4c1a2c4f5851-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01e970db-7a76-4c54-915a-4e5325336802/01e970db-7a76-4c54-915a-4e5325336802-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/037793d8-6791-44e3-9652-4c1a2c4f5851-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/01e970db-7a76-4c54-915a-4e5325336802/01e970db-7a76-4c54-915a-4e5325336802-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/037793d8-6791-44e3-9652-4c1a2c4f5851-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/037793d8-6791-44e3-9652-4c1a2c4f5851-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/037793d8-6791-44e3-9652-4c1a2c4f5851-front.layout.json new file mode 100644 index 0000000000..2bd5dbcb22 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/037793d8-6791-44e3-9652-4c1a2c4f5851-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/cast-vote-record-report.json new file mode 100644 index 0000000000..c737a02f17 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/037793d8-6791-44e3-9652-4c1a2c4f5851/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"037793d8-6791-44e3-9652-4c1a2c4f5851-modified","UniqueId":"037793d8-6791-44e3-9652-4c1a2c4f5851","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"037793d8-6791-44e3-9652-4c1a2c4f5851-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:037793d8-6791-44e3-9652-4c1a2c4f5851-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-f806a694367cef9dc1d50229bf925d8f722d496841cd00f224663d96815d2b92"},"Location":"file:037793d8-6791-44e3-9652-4c1a2c4f5851-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e2508ed30aca88901b5eaacaadabefa080a278c6b10af08acc967d4ddb4aeeee"},"Location":"file:037793d8-6791-44e3-9652-4c1a2c4f5851-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/03aefc6c-dd64-4db3-8b23-359d43e14b06/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/03aefc6c-dd64-4db3-8b23-359d43e14b06/cast-vote-record-report.json new file mode 100644 index 0000000000..5752b71b31 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/03aefc6c-dd64-4db3-8b23-359d43e14b06/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"03aefc6c-dd64-4db3-8b23-359d43e14b06-modified","UniqueId":"03aefc6c-dd64-4db3-8b23-359d43e14b06","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"03aefc6c-dd64-4db3-8b23-359d43e14b06-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/04036800-1bad-4f8e-bf0b-0b62303d79b1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/04036800-1bad-4f8e-bf0b-0b62303d79b1/cast-vote-record-report.json new file mode 100644 index 0000000000..eb9942ac69 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/04036800-1bad-4f8e-bf0b-0b62303d79b1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"04036800-1bad-4f8e-bf0b-0b62303d79b1-modified","UniqueId":"04036800-1bad-4f8e-bf0b-0b62303d79b1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"04036800-1bad-4f8e-bf0b-0b62303d79b1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/04d4ca7e-d0f6-4db6-8178-c8890e507b2a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/04d4ca7e-d0f6-4db6-8178-c8890e507b2a/cast-vote-record-report.json new file mode 100644 index 0000000000..51da84d17e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/04d4ca7e-d0f6-4db6-8178-c8890e507b2a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"04d4ca7e-d0f6-4db6-8178-c8890e507b2a-modified","UniqueId":"04d4ca7e-d0f6-4db6-8178-c8890e507b2a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"04d4ca7e-d0f6-4db6-8178-c8890e507b2a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/04f71ecc-4630-48ee-8a3d-ba7ece4b1266/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/04f71ecc-4630-48ee-8a3d-ba7ece4b1266/cast-vote-record-report.json new file mode 100644 index 0000000000..d7d484f105 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/04f71ecc-4630-48ee-8a3d-ba7ece4b1266/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"04f71ecc-4630-48ee-8a3d-ba7ece4b1266-modified","UniqueId":"04f71ecc-4630-48ee-8a3d-ba7ece4b1266","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"04f71ecc-4630-48ee-8a3d-ba7ece4b1266-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/05072005-154c-4d08-876a-e7019c64971c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/05072005-154c-4d08-876a-e7019c64971c/cast-vote-record-report.json new file mode 100644 index 0000000000..ef5b0705ac --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/05072005-154c-4d08-876a-e7019c64971c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"05072005-154c-4d08-876a-e7019c64971c-modified","UniqueId":"05072005-154c-4d08-876a-e7019c64971c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"05072005-154c-4d08-876a-e7019c64971c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/051098cf-bbc1-4f24-8054-3dd8dcef8664/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/051098cf-bbc1-4f24-8054-3dd8dcef8664/cast-vote-record-report.json new file mode 100644 index 0000000000..94a21222da --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/051098cf-bbc1-4f24-8054-3dd8dcef8664/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"051098cf-bbc1-4f24-8054-3dd8dcef8664-modified","UniqueId":"051098cf-bbc1-4f24-8054-3dd8dcef8664","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"051098cf-bbc1-4f24-8054-3dd8dcef8664-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/055d82b1-4700-4f7a-9926-3b791991ad96/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/055d82b1-4700-4f7a-9926-3b791991ad96/cast-vote-record-report.json deleted file mode 100644 index a4ca908530..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/055d82b1-4700-4f7a-9926-3b791991ad96/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"055d82b1-4700-4f7a-9926-3b791991ad96-modified","UniqueId":"055d82b1-4700-4f7a-9926-3b791991ad96","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"055d82b1-4700-4f7a-9926-3b791991ad96-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/05a41ce4-3e69-4f4a-9a6f-7176a7f7cfa0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/05a41ce4-3e69-4f4a-9a6f-7176a7f7cfa0/cast-vote-record-report.json new file mode 100644 index 0000000000..b44604fc83 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/05a41ce4-3e69-4f4a-9a6f-7176a7f7cfa0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"05a41ce4-3e69-4f4a-9a6f-7176a7f7cfa0-modified","UniqueId":"05a41ce4-3e69-4f4a-9a6f-7176a7f7cfa0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"05a41ce4-3e69-4f4a-9a6f-7176a7f7cfa0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/05c1d9ae-ae08-4a98-a44c-d2b48fd97470/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/05c1d9ae-ae08-4a98-a44c-d2b48fd97470/cast-vote-record-report.json new file mode 100644 index 0000000000..aa2850fec9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/05c1d9ae-ae08-4a98-a44c-d2b48fd97470/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"05c1d9ae-ae08-4a98-a44c-d2b48fd97470-modified","UniqueId":"05c1d9ae-ae08-4a98-a44c-d2b48fd97470","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"05c1d9ae-ae08-4a98-a44c-d2b48fd97470-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/060b6308-2b41-4cb6-9169-2fb67cde2eb3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/060b6308-2b41-4cb6-9169-2fb67cde2eb3/cast-vote-record-report.json deleted file mode 100644 index a2a87c2606..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/060b6308-2b41-4cb6-9169-2fb67cde2eb3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"060b6308-2b41-4cb6-9169-2fb67cde2eb3-modified","UniqueId":"060b6308-2b41-4cb6-9169-2fb67cde2eb3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"060b6308-2b41-4cb6-9169-2fb67cde2eb3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/064f44a4-e61a-4b9d-b606-b7d7c52fb95a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/064f44a4-e61a-4b9d-b606-b7d7c52fb95a/cast-vote-record-report.json deleted file mode 100644 index e96c4d32ad..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/064f44a4-e61a-4b9d-b606-b7d7c52fb95a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"064f44a4-e61a-4b9d-b606-b7d7c52fb95a-modified","UniqueId":"064f44a4-e61a-4b9d-b606-b7d7c52fb95a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"064f44a4-e61a-4b9d-b606-b7d7c52fb95a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/067e5161-bb81-481a-bfd3-712faa456ea2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/067e5161-bb81-481a-bfd3-712faa456ea2/cast-vote-record-report.json new file mode 100644 index 0000000000..c8768db2d9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/067e5161-bb81-481a-bfd3-712faa456ea2/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"067e5161-bb81-481a-bfd3-712faa456ea2-modified","UniqueId":"067e5161-bb81-481a-bfd3-712faa456ea2","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"067e5161-bb81-481a-bfd3-712faa456ea2-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06835a9e-8ceb-48c0-8aed-97627ccebc10/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06835a9e-8ceb-48c0-8aed-97627ccebc10/cast-vote-record-report.json new file mode 100644 index 0000000000..2980aee2e4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06835a9e-8ceb-48c0-8aed-97627ccebc10/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"06835a9e-8ceb-48c0-8aed-97627ccebc10-modified","UniqueId":"06835a9e-8ceb-48c0-8aed-97627ccebc10","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"06835a9e-8ceb-48c0-8aed-97627ccebc10-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06bb15f3-7606-4097-a1cf-5d49612a4e52/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06bb15f3-7606-4097-a1cf-5d49612a4e52/cast-vote-record-report.json deleted file mode 100644 index b114ba71a0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06bb15f3-7606-4097-a1cf-5d49612a4e52/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"06bb15f3-7606-4097-a1cf-5d49612a4e52-modified","UniqueId":"06bb15f3-7606-4097-a1cf-5d49612a4e52","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"06bb15f3-7606-4097-a1cf-5d49612a4e52-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06ed6aeb-c962-461a-ad50-d7e891bd3444/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06ed6aeb-c962-461a-ad50-d7e891bd3444/cast-vote-record-report.json new file mode 100644 index 0000000000..1351f1a4f3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06ed6aeb-c962-461a-ad50-d7e891bd3444/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"06ed6aeb-c962-461a-ad50-d7e891bd3444-modified","UniqueId":"06ed6aeb-c962-461a-ad50-d7e891bd3444","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"06ed6aeb-c962-461a-ad50-d7e891bd3444-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06ee69f4-14d6-469a-942a-ab0ebbbb7feb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06ee69f4-14d6-469a-942a-ab0ebbbb7feb/cast-vote-record-report.json deleted file mode 100644 index bd60a2a1d9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06ee69f4-14d6-469a-942a-ab0ebbbb7feb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"06ee69f4-14d6-469a-942a-ab0ebbbb7feb-modified","UniqueId":"06ee69f4-14d6-469a-942a-ab0ebbbb7feb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"06ee69f4-14d6-469a-942a-ab0ebbbb7feb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:06ee69f4-14d6-469a-942a-ab0ebbbb7feb-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:06ee69f4-14d6-469a-942a-ab0ebbbb7feb-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/071bea85-9b91-4364-9230-4dcc8e838332/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/071bea85-9b91-4364-9230-4dcc8e838332/cast-vote-record-report.json new file mode 100644 index 0000000000..9b97c299ed --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/071bea85-9b91-4364-9230-4dcc8e838332/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"071bea85-9b91-4364-9230-4dcc8e838332-modified","UniqueId":"071bea85-9b91-4364-9230-4dcc8e838332","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"071bea85-9b91-4364-9230-4dcc8e838332-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/077bec3a-4acf-4564-89dd-962806d912dc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/077bec3a-4acf-4564-89dd-962806d912dc/cast-vote-record-report.json new file mode 100644 index 0000000000..3f6b076aae --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/077bec3a-4acf-4564-89dd-962806d912dc/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"077bec3a-4acf-4564-89dd-962806d912dc-modified","UniqueId":"077bec3a-4acf-4564-89dd-962806d912dc","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"077bec3a-4acf-4564-89dd-962806d912dc-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/077eb7e6-9cb5-471c-b99d-3bc2bd3f2791/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/077eb7e6-9cb5-471c-b99d-3bc2bd3f2791/cast-vote-record-report.json deleted file mode 100644 index fdf5753387..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/077eb7e6-9cb5-471c-b99d-3bc2bd3f2791/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"077eb7e6-9cb5-471c-b99d-3bc2bd3f2791-modified","UniqueId":"077eb7e6-9cb5-471c-b99d-3bc2bd3f2791","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"077eb7e6-9cb5-471c-b99d-3bc2bd3f2791-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/07947809-4cb6-4615-98cb-bc347e983c21/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/07947809-4cb6-4615-98cb-bc347e983c21/cast-vote-record-report.json deleted file mode 100644 index 532ac869c2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/07947809-4cb6-4615-98cb-bc347e983c21/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"07947809-4cb6-4615-98cb-bc347e983c21-modified","UniqueId":"07947809-4cb6-4615-98cb-bc347e983c21","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"07947809-4cb6-4615-98cb-bc347e983c21-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/07ac3a22-0549-4d90-ba4f-ec527e52c217/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/07ac3a22-0549-4d90-ba4f-ec527e52c217/cast-vote-record-report.json deleted file mode 100644 index 67868bab8d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/07ac3a22-0549-4d90-ba4f-ec527e52c217/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"07ac3a22-0549-4d90-ba4f-ec527e52c217-modified","UniqueId":"07ac3a22-0549-4d90-ba4f-ec527e52c217","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"07ac3a22-0549-4d90-ba4f-ec527e52c217-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/07b791b8-8fe9-4a61-98c1-3f03ae452f3e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/07b791b8-8fe9-4a61-98c1-3f03ae452f3e/cast-vote-record-report.json deleted file mode 100644 index 98152e876c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/07b791b8-8fe9-4a61-98c1-3f03ae452f3e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"07b791b8-8fe9-4a61-98c1-3f03ae452f3e-modified","UniqueId":"07b791b8-8fe9-4a61-98c1-3f03ae452f3e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"07b791b8-8fe9-4a61-98c1-3f03ae452f3e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/07b93c72-a0e1-4ca5-99c2-e832d9ca2fb8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/07b93c72-a0e1-4ca5-99c2-e832d9ca2fb8/cast-vote-record-report.json deleted file mode 100644 index 053cf22a1c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/07b93c72-a0e1-4ca5-99c2-e832d9ca2fb8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"07b93c72-a0e1-4ca5-99c2-e832d9ca2fb8-modified","UniqueId":"07b93c72-a0e1-4ca5-99c2-e832d9ca2fb8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"07b93c72-a0e1-4ca5-99c2-e832d9ca2fb8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/084905c6-7661-40a3-8b3f-9c776c593b32/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/084905c6-7661-40a3-8b3f-9c776c593b32/cast-vote-record-report.json new file mode 100644 index 0000000000..75c81600c6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/084905c6-7661-40a3-8b3f-9c776c593b32/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"084905c6-7661-40a3-8b3f-9c776c593b32-modified","UniqueId":"084905c6-7661-40a3-8b3f-9c776c593b32","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"084905c6-7661-40a3-8b3f-9c776c593b32-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/084b8f16-3064-46f5-96b0-bfdda31b1b79/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/084b8f16-3064-46f5-96b0-bfdda31b1b79/cast-vote-record-report.json new file mode 100644 index 0000000000..1f470afb96 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/084b8f16-3064-46f5-96b0-bfdda31b1b79/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"084b8f16-3064-46f5-96b0-bfdda31b1b79-modified","UniqueId":"084b8f16-3064-46f5-96b0-bfdda31b1b79","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"084b8f16-3064-46f5-96b0-bfdda31b1b79-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/08e3b779-76a4-4adf-8179-4a36115c7673/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/08e3b779-76a4-4adf-8179-4a36115c7673/cast-vote-record-report.json new file mode 100644 index 0000000000..6733d0afa8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/08e3b779-76a4-4adf-8179-4a36115c7673/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"08e3b779-76a4-4adf-8179-4a36115c7673-modified","UniqueId":"08e3b779-76a4-4adf-8179-4a36115c7673","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"08e3b779-76a4-4adf-8179-4a36115c7673-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/08e7a670-7b49-4830-b4b1-150ceb0702f2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/08e7a670-7b49-4830-b4b1-150ceb0702f2/cast-vote-record-report.json deleted file mode 100644 index de6cbea6b9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/08e7a670-7b49-4830-b4b1-150ceb0702f2/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"08e7a670-7b49-4830-b4b1-150ceb0702f2-modified","UniqueId":"08e7a670-7b49-4830-b4b1-150ceb0702f2","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"08e7a670-7b49-4830-b4b1-150ceb0702f2-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/09181753-4ee2-45aa-9a21-27ff20ade5df/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/09181753-4ee2-45aa-9a21-27ff20ade5df/cast-vote-record-report.json new file mode 100644 index 0000000000..3ed61cf9cf --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/09181753-4ee2-45aa-9a21-27ff20ade5df/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"09181753-4ee2-45aa-9a21-27ff20ade5df-modified","UniqueId":"09181753-4ee2-45aa-9a21-27ff20ade5df","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"09181753-4ee2-45aa-9a21-27ff20ade5df-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/092c8521-5708-4f3e-ba29-838734406d1f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/092c8521-5708-4f3e-ba29-838734406d1f/cast-vote-record-report.json deleted file mode 100644 index c2e72aeee3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/092c8521-5708-4f3e-ba29-838734406d1f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"092c8521-5708-4f3e-ba29-838734406d1f-modified","UniqueId":"092c8521-5708-4f3e-ba29-838734406d1f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"092c8521-5708-4f3e-ba29-838734406d1f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:092c8521-5708-4f3e-ba29-838734406d1f-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:092c8521-5708-4f3e-ba29-838734406d1f-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06ee69f4-14d6-469a-942a-ab0ebbbb7feb/06ee69f4-14d6-469a-942a-ab0ebbbb7feb-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/093dd7a7-5ec0-4467-8eea-f6a158776da5-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06ee69f4-14d6-469a-942a-ab0ebbbb7feb/06ee69f4-14d6-469a-942a-ab0ebbbb7feb-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/093dd7a7-5ec0-4467-8eea-f6a158776da5-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/093dd7a7-5ec0-4467-8eea-f6a158776da5-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/093dd7a7-5ec0-4467-8eea-f6a158776da5-back.layout.json new file mode 100644 index 0000000000..78d27d4d68 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/093dd7a7-5ec0-4467-8eea-f6a158776da5-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06ee69f4-14d6-469a-942a-ab0ebbbb7feb/06ee69f4-14d6-469a-942a-ab0ebbbb7feb-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/093dd7a7-5ec0-4467-8eea-f6a158776da5-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/06ee69f4-14d6-469a-942a-ab0ebbbb7feb/06ee69f4-14d6-469a-942a-ab0ebbbb7feb-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/093dd7a7-5ec0-4467-8eea-f6a158776da5-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/093dd7a7-5ec0-4467-8eea-f6a158776da5-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/093dd7a7-5ec0-4467-8eea-f6a158776da5-front.layout.json new file mode 100644 index 0000000000..c367bf106b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/093dd7a7-5ec0-4467-8eea-f6a158776da5-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/cast-vote-record-report.json new file mode 100644 index 0000000000..7c22183cb1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/093dd7a7-5ec0-4467-8eea-f6a158776da5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"093dd7a7-5ec0-4467-8eea-f6a158776da5-modified","UniqueId":"093dd7a7-5ec0-4467-8eea-f6a158776da5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"093dd7a7-5ec0-4467-8eea-f6a158776da5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:093dd7a7-5ec0-4467-8eea-f6a158776da5-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-0d19ee88dccf052d574fec0f95d2999e1fa4945dd4f79e54326ef63e1d490ea7"},"Location":"file:093dd7a7-5ec0-4467-8eea-f6a158776da5-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-a19ade4efb53bdcc7ffda364a551daadb1a29524113cf635269662f0285aa4a7"},"Location":"file:093dd7a7-5ec0-4467-8eea-f6a158776da5-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0950f71f-eae0-4fa6-8774-a31453bc052d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0950f71f-eae0-4fa6-8774-a31453bc052d/cast-vote-record-report.json deleted file mode 100644 index 41762fddac..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0950f71f-eae0-4fa6-8774-a31453bc052d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0950f71f-eae0-4fa6-8774-a31453bc052d-modified","UniqueId":"0950f71f-eae0-4fa6-8774-a31453bc052d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0950f71f-eae0-4fa6-8774-a31453bc052d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:0950f71f-eae0-4fa6-8774-a31453bc052d-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:0950f71f-eae0-4fa6-8774-a31453bc052d-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/097b73a4-e826-4ad0-921a-6bd782c362da/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/097b73a4-e826-4ad0-921a-6bd782c362da/cast-vote-record-report.json new file mode 100644 index 0000000000..879ba02b22 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/097b73a4-e826-4ad0-921a-6bd782c362da/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"097b73a4-e826-4ad0-921a-6bd782c362da-modified","UniqueId":"097b73a4-e826-4ad0-921a-6bd782c362da","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"097b73a4-e826-4ad0-921a-6bd782c362da-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/09ac7c57-edae-49f6-a1fe-861d77bc588a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/09ac7c57-edae-49f6-a1fe-861d77bc588a/cast-vote-record-report.json deleted file mode 100644 index 2c24d6284a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/09ac7c57-edae-49f6-a1fe-861d77bc588a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"09ac7c57-edae-49f6-a1fe-861d77bc588a-modified","UniqueId":"09ac7c57-edae-49f6-a1fe-861d77bc588a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"09ac7c57-edae-49f6-a1fe-861d77bc588a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/09fbb8b2-a82c-429d-a57d-f9c707da150c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/09fbb8b2-a82c-429d-a57d-f9c707da150c/cast-vote-record-report.json new file mode 100644 index 0000000000..17dd32a44c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/09fbb8b2-a82c-429d-a57d-f9c707da150c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"09fbb8b2-a82c-429d-a57d-f9c707da150c-modified","UniqueId":"09fbb8b2-a82c-429d-a57d-f9c707da150c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"09fbb8b2-a82c-429d-a57d-f9c707da150c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0a024cb5-8332-4671-984c-df20db270f51/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0a024cb5-8332-4671-984c-df20db270f51/cast-vote-record-report.json deleted file mode 100644 index 43d4c23abd..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0a024cb5-8332-4671-984c-df20db270f51/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0a024cb5-8332-4671-984c-df20db270f51-modified","UniqueId":"0a024cb5-8332-4671-984c-df20db270f51","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0a024cb5-8332-4671-984c-df20db270f51-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0a3141be-e52b-4550-8c7a-b87909b280e7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0a3141be-e52b-4550-8c7a-b87909b280e7/cast-vote-record-report.json deleted file mode 100644 index 97c7b09e8c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0a3141be-e52b-4550-8c7a-b87909b280e7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0a3141be-e52b-4550-8c7a-b87909b280e7-modified","UniqueId":"0a3141be-e52b-4550-8c7a-b87909b280e7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0a3141be-e52b-4550-8c7a-b87909b280e7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0a6b40ff-0a1e-4339-b448-5c7cd577300e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0a6b40ff-0a1e-4339-b448-5c7cd577300e/cast-vote-record-report.json deleted file mode 100644 index c67de04ab5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0a6b40ff-0a1e-4339-b448-5c7cd577300e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0a6b40ff-0a1e-4339-b448-5c7cd577300e-modified","UniqueId":"0a6b40ff-0a1e-4339-b448-5c7cd577300e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0a6b40ff-0a1e-4339-b448-5c7cd577300e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0a80cdb0-4c53-44ad-abf8-8dc67a05f7f3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0a80cdb0-4c53-44ad-abf8-8dc67a05f7f3/cast-vote-record-report.json new file mode 100644 index 0000000000..93ad40f91b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0a80cdb0-4c53-44ad-abf8-8dc67a05f7f3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0a80cdb0-4c53-44ad-abf8-8dc67a05f7f3-modified","UniqueId":"0a80cdb0-4c53-44ad-abf8-8dc67a05f7f3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0a80cdb0-4c53-44ad-abf8-8dc67a05f7f3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0aabfb41-8959-4b8f-beeb-3e8f5c561c4a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0aabfb41-8959-4b8f-beeb-3e8f5c561c4a/cast-vote-record-report.json new file mode 100644 index 0000000000..2364f41126 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0aabfb41-8959-4b8f-beeb-3e8f5c561c4a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0aabfb41-8959-4b8f-beeb-3e8f5c561c4a-modified","UniqueId":"0aabfb41-8959-4b8f-beeb-3e8f5c561c4a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0aabfb41-8959-4b8f-beeb-3e8f5c561c4a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/092c8521-5708-4f3e-ba29-838734406d1f/092c8521-5708-4f3e-ba29-838734406d1f-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/092c8521-5708-4f3e-ba29-838734406d1f/092c8521-5708-4f3e-ba29-838734406d1f-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-back.layout.json new file mode 100644 index 0000000000..fe33d1baa1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/092c8521-5708-4f3e-ba29-838734406d1f/092c8521-5708-4f3e-ba29-838734406d1f-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/092c8521-5708-4f3e-ba29-838734406d1f/092c8521-5708-4f3e-ba29-838734406d1f-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-front.layout.json new file mode 100644 index 0000000000..8000b1b44e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/cast-vote-record-report.json new file mode 100644 index 0000000000..d3ef937808 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-modified","UniqueId":"0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-d0d4a6d47b4d7279ac7d54ed686a1e7d70b6167a78fa1749d569017e6ce635e5"},"Location":"file:0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-d9be76f94eaf2f4ab2ff6dcd789624ba7ed37753d3d6e61d124487e03d8e19ea"},"Location":"file:0ac4c319-34f9-4d09-85cc-3a4a2aa0cf6b-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ad26ad7-01be-4a2f-84d6-6f6adc8c7fcb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ad26ad7-01be-4a2f-84d6-6f6adc8c7fcb/cast-vote-record-report.json deleted file mode 100644 index 08fb30a3b6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ad26ad7-01be-4a2f-84d6-6f6adc8c7fcb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0ad26ad7-01be-4a2f-84d6-6f6adc8c7fcb-modified","UniqueId":"0ad26ad7-01be-4a2f-84d6-6f6adc8c7fcb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0ad26ad7-01be-4a2f-84d6-6f6adc8c7fcb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0af7c73d-6f8a-47b9-9e00-d0a96f765cbd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0af7c73d-6f8a-47b9-9e00-d0a96f765cbd/cast-vote-record-report.json deleted file mode 100644 index d5b56d3db2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0af7c73d-6f8a-47b9-9e00-d0a96f765cbd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0af7c73d-6f8a-47b9-9e00-d0a96f765cbd-modified","UniqueId":"0af7c73d-6f8a-47b9-9e00-d0a96f765cbd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0af7c73d-6f8a-47b9-9e00-d0a96f765cbd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0b44ba2b-a864-46d7-8b46-bae8119eba15/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0b44ba2b-a864-46d7-8b46-bae8119eba15/cast-vote-record-report.json new file mode 100644 index 0000000000..c7d8728993 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0b44ba2b-a864-46d7-8b46-bae8119eba15/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0b44ba2b-a864-46d7-8b46-bae8119eba15-modified","UniqueId":"0b44ba2b-a864-46d7-8b46-bae8119eba15","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0b44ba2b-a864-46d7-8b46-bae8119eba15-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0b820314-823a-4d7b-a9d1-7b17d82b36be/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0b820314-823a-4d7b-a9d1-7b17d82b36be/cast-vote-record-report.json new file mode 100644 index 0000000000..bb2e68bb4c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0b820314-823a-4d7b-a9d1-7b17d82b36be/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0b820314-823a-4d7b-a9d1-7b17d82b36be-modified","UniqueId":"0b820314-823a-4d7b-a9d1-7b17d82b36be","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0b820314-823a-4d7b-a9d1-7b17d82b36be-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0b8420f5-f43f-4d98-bc50-ae69efb44d6b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0b8420f5-f43f-4d98-bc50-ae69efb44d6b/cast-vote-record-report.json deleted file mode 100644 index 5374249d26..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0b8420f5-f43f-4d98-bc50-ae69efb44d6b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0b8420f5-f43f-4d98-bc50-ae69efb44d6b-modified","UniqueId":"0b8420f5-f43f-4d98-bc50-ae69efb44d6b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0b8420f5-f43f-4d98-bc50-ae69efb44d6b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0be23dab-cd20-4dea-b5d2-13ce9787722d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0be23dab-cd20-4dea-b5d2-13ce9787722d/cast-vote-record-report.json new file mode 100644 index 0000000000..1e8921bcb3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0be23dab-cd20-4dea-b5d2-13ce9787722d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0be23dab-cd20-4dea-b5d2-13ce9787722d-modified","UniqueId":"0be23dab-cd20-4dea-b5d2-13ce9787722d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0be23dab-cd20-4dea-b5d2-13ce9787722d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0950f71f-eae0-4fa6-8774-a31453bc052d/0950f71f-eae0-4fa6-8774-a31453bc052d-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/0c192893-9243-4d31-b388-f5ee15bb6563-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0950f71f-eae0-4fa6-8774-a31453bc052d/0950f71f-eae0-4fa6-8774-a31453bc052d-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/0c192893-9243-4d31-b388-f5ee15bb6563-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/0c192893-9243-4d31-b388-f5ee15bb6563-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/0c192893-9243-4d31-b388-f5ee15bb6563-back.layout.json new file mode 100644 index 0000000000..e34a92d389 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/0c192893-9243-4d31-b388-f5ee15bb6563-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0950f71f-eae0-4fa6-8774-a31453bc052d/0950f71f-eae0-4fa6-8774-a31453bc052d-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/0c192893-9243-4d31-b388-f5ee15bb6563-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0950f71f-eae0-4fa6-8774-a31453bc052d/0950f71f-eae0-4fa6-8774-a31453bc052d-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/0c192893-9243-4d31-b388-f5ee15bb6563-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/0c192893-9243-4d31-b388-f5ee15bb6563-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/0c192893-9243-4d31-b388-f5ee15bb6563-front.layout.json new file mode 100644 index 0000000000..4227e5c691 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/0c192893-9243-4d31-b388-f5ee15bb6563-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/cast-vote-record-report.json new file mode 100644 index 0000000000..17940fe496 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c192893-9243-4d31-b388-f5ee15bb6563/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0c192893-9243-4d31-b388-f5ee15bb6563-modified","UniqueId":"0c192893-9243-4d31-b388-f5ee15bb6563","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0c192893-9243-4d31-b388-f5ee15bb6563-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:0c192893-9243-4d31-b388-f5ee15bb6563-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-938114af77008a28dc0c9956a8616f6c1a653daf6907e8f4796d96cf071394c0"},"Location":"file:0c192893-9243-4d31-b388-f5ee15bb6563-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-6840149b23149774722ed8b8661bad9af0d4154e9b2c7567416a5910366cb3a5"},"Location":"file:0c192893-9243-4d31-b388-f5ee15bb6563-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c2204cc-228f-4b99-946c-8f4d56f710ce/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c2204cc-228f-4b99-946c-8f4d56f710ce/cast-vote-record-report.json deleted file mode 100644 index 697b4ca3d1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c2204cc-228f-4b99-946c-8f4d56f710ce/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0c2204cc-228f-4b99-946c-8f4d56f710ce-modified","UniqueId":"0c2204cc-228f-4b99-946c-8f4d56f710ce","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0c2204cc-228f-4b99-946c-8f4d56f710ce-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:0c2204cc-228f-4b99-946c-8f4d56f710ce-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:0c2204cc-228f-4b99-946c-8f4d56f710ce-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c4375b6-0aee-4581-8445-d8b10e54692c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c4375b6-0aee-4581-8445-d8b10e54692c/cast-vote-record-report.json deleted file mode 100644 index b982cfa05a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c4375b6-0aee-4581-8445-d8b10e54692c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0c4375b6-0aee-4581-8445-d8b10e54692c-modified","UniqueId":"0c4375b6-0aee-4581-8445-d8b10e54692c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0c4375b6-0aee-4581-8445-d8b10e54692c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c4d0571-99d8-4085-b5b5-13e002eac674/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c4d0571-99d8-4085-b5b5-13e002eac674/cast-vote-record-report.json deleted file mode 100644 index 95c2937fc4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c4d0571-99d8-4085-b5b5-13e002eac674/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0c4d0571-99d8-4085-b5b5-13e002eac674-modified","UniqueId":"0c4d0571-99d8-4085-b5b5-13e002eac674","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0c4d0571-99d8-4085-b5b5-13e002eac674-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c59ca19-b0fe-4af9-a44e-a69d0c7ac235/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c59ca19-b0fe-4af9-a44e-a69d0c7ac235/cast-vote-record-report.json deleted file mode 100644 index 92a9edc44e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c59ca19-b0fe-4af9-a44e-a69d0c7ac235/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0c59ca19-b0fe-4af9-a44e-a69d0c7ac235-modified","UniqueId":"0c59ca19-b0fe-4af9-a44e-a69d0c7ac235","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0c59ca19-b0fe-4af9-a44e-a69d0c7ac235-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cbf42c8-31c6-4586-a869-3cdb81293340/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cbf42c8-31c6-4586-a869-3cdb81293340/cast-vote-record-report.json deleted file mode 100644 index 30a1c20401..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cbf42c8-31c6-4586-a869-3cdb81293340/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0cbf42c8-31c6-4586-a869-3cdb81293340-modified","UniqueId":"0cbf42c8-31c6-4586-a869-3cdb81293340","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0cbf42c8-31c6-4586-a869-3cdb81293340-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cdd4370-64f2-4ca3-99fe-c2e1d8bea979/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cdd4370-64f2-4ca3-99fe-c2e1d8bea979/cast-vote-record-report.json deleted file mode 100644 index 975fcd8882..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cdd4370-64f2-4ca3-99fe-c2e1d8bea979/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0cdd4370-64f2-4ca3-99fe-c2e1d8bea979-modified","UniqueId":"0cdd4370-64f2-4ca3-99fe-c2e1d8bea979","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0cdd4370-64f2-4ca3-99fe-c2e1d8bea979-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:0cdd4370-64f2-4ca3-99fe-c2e1d8bea979-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:0cdd4370-64f2-4ca3-99fe-c2e1d8bea979-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ce705f1-bbc7-4644-a168-f18ccb3c1f68/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ce705f1-bbc7-4644-a168-f18ccb3c1f68/cast-vote-record-report.json deleted file mode 100644 index 8c16458e76..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ce705f1-bbc7-4644-a168-f18ccb3c1f68/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0ce705f1-bbc7-4644-a168-f18ccb3c1f68-modified","UniqueId":"0ce705f1-bbc7-4644-a168-f18ccb3c1f68","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0ce705f1-bbc7-4644-a168-f18ccb3c1f68-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cf0c989-c898-4089-ae32-9f9be4c6b8ad/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cf0c989-c898-4089-ae32-9f9be4c6b8ad/cast-vote-record-report.json new file mode 100644 index 0000000000..2f7a4b9587 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cf0c989-c898-4089-ae32-9f9be4c6b8ad/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0cf0c989-c898-4089-ae32-9f9be4c6b8ad-modified","UniqueId":"0cf0c989-c898-4089-ae32-9f9be4c6b8ad","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0cf0c989-c898-4089-ae32-9f9be4c6b8ad-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d193d9e-1cd2-4810-b24e-99c8b433d1ed/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d193d9e-1cd2-4810-b24e-99c8b433d1ed/cast-vote-record-report.json deleted file mode 100644 index 3dc13f8cdb..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d193d9e-1cd2-4810-b24e-99c8b433d1ed/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0d193d9e-1cd2-4810-b24e-99c8b433d1ed-modified","UniqueId":"0d193d9e-1cd2-4810-b24e-99c8b433d1ed","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0d193d9e-1cd2-4810-b24e-99c8b433d1ed-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d2ab339-d157-4e48-a76a-314cc6ad4754/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d2ab339-d157-4e48-a76a-314cc6ad4754/cast-vote-record-report.json deleted file mode 100644 index e674a9521c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d2ab339-d157-4e48-a76a-314cc6ad4754/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0d2ab339-d157-4e48-a76a-314cc6ad4754-modified","UniqueId":"0d2ab339-d157-4e48-a76a-314cc6ad4754","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0d2ab339-d157-4e48-a76a-314cc6ad4754-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d42fd07-9c6d-447a-aea1-7822aa5a95d4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d42fd07-9c6d-447a-aea1-7822aa5a95d4/cast-vote-record-report.json new file mode 100644 index 0000000000..235ab3b4ee --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d42fd07-9c6d-447a-aea1-7822aa5a95d4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0d42fd07-9c6d-447a-aea1-7822aa5a95d4-modified","UniqueId":"0d42fd07-9c6d-447a-aea1-7822aa5a95d4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0d42fd07-9c6d-447a-aea1-7822aa5a95d4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d44962c-4a68-48c6-8770-61211f0128d8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d44962c-4a68-48c6-8770-61211f0128d8/cast-vote-record-report.json deleted file mode 100644 index a7b9e55baa..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d44962c-4a68-48c6-8770-61211f0128d8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0d44962c-4a68-48c6-8770-61211f0128d8-modified","UniqueId":"0d44962c-4a68-48c6-8770-61211f0128d8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0d44962c-4a68-48c6-8770-61211f0128d8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d93262b-97ac-4812-b168-3e0fc8214425/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d93262b-97ac-4812-b168-3e0fc8214425/cast-vote-record-report.json deleted file mode 100644 index f7d1f8261e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0d93262b-97ac-4812-b168-3e0fc8214425/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0d93262b-97ac-4812-b168-3e0fc8214425-modified","UniqueId":"0d93262b-97ac-4812-b168-3e0fc8214425","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0d93262b-97ac-4812-b168-3e0fc8214425-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0dc3bec1-9c8f-436f-a0ed-272b75099f2d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0dc3bec1-9c8f-436f-a0ed-272b75099f2d/cast-vote-record-report.json new file mode 100644 index 0000000000..01087beffe --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0dc3bec1-9c8f-436f-a0ed-272b75099f2d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0dc3bec1-9c8f-436f-a0ed-272b75099f2d-modified","UniqueId":"0dc3bec1-9c8f-436f-a0ed-272b75099f2d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0dc3bec1-9c8f-436f-a0ed-272b75099f2d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0dce3c17-ffb1-4f71-aa80-7f255b26b604/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0dce3c17-ffb1-4f71-aa80-7f255b26b604/cast-vote-record-report.json deleted file mode 100644 index 2f193c96f9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0dce3c17-ffb1-4f71-aa80-7f255b26b604/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0dce3c17-ffb1-4f71-aa80-7f255b26b604-modified","UniqueId":"0dce3c17-ffb1-4f71-aa80-7f255b26b604","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0dce3c17-ffb1-4f71-aa80-7f255b26b604-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0de638bd-421e-4a91-8492-7a7160b1f55f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0de638bd-421e-4a91-8492-7a7160b1f55f/cast-vote-record-report.json deleted file mode 100644 index cd01c63e45..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0de638bd-421e-4a91-8492-7a7160b1f55f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0de638bd-421e-4a91-8492-7a7160b1f55f-modified","UniqueId":"0de638bd-421e-4a91-8492-7a7160b1f55f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0de638bd-421e-4a91-8492-7a7160b1f55f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e2cf7c5-fa1f-4940-9970-5999afe56561/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e2cf7c5-fa1f-4940-9970-5999afe56561/cast-vote-record-report.json deleted file mode 100644 index e964bee112..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e2cf7c5-fa1f-4940-9970-5999afe56561/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0e2cf7c5-fa1f-4940-9970-5999afe56561-modified","UniqueId":"0e2cf7c5-fa1f-4940-9970-5999afe56561","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0e2cf7c5-fa1f-4940-9970-5999afe56561-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:0e2cf7c5-fa1f-4940-9970-5999afe56561-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:0e2cf7c5-fa1f-4940-9970-5999afe56561-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e46704f-abf5-4159-ad35-1a62e0d19963/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e46704f-abf5-4159-ad35-1a62e0d19963/cast-vote-record-report.json new file mode 100644 index 0000000000..1c57f08b0e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e46704f-abf5-4159-ad35-1a62e0d19963/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0e46704f-abf5-4159-ad35-1a62e0d19963-modified","UniqueId":"0e46704f-abf5-4159-ad35-1a62e0d19963","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0e46704f-abf5-4159-ad35-1a62e0d19963-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e54be90-a07d-4cf3-a031-651ae82b457c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e54be90-a07d-4cf3-a031-651ae82b457c/cast-vote-record-report.json new file mode 100644 index 0000000000..8cb52ac6bc --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e54be90-a07d-4cf3-a031-651ae82b457c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0e54be90-a07d-4cf3-a031-651ae82b457c-modified","UniqueId":"0e54be90-a07d-4cf3-a031-651ae82b457c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0e54be90-a07d-4cf3-a031-651ae82b457c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0eb61257-f20d-4860-add1-f8e85a26dc90/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0eb61257-f20d-4860-add1-f8e85a26dc90/cast-vote-record-report.json new file mode 100644 index 0000000000..f5fa2d287c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0eb61257-f20d-4860-add1-f8e85a26dc90/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0eb61257-f20d-4860-add1-f8e85a26dc90-modified","UniqueId":"0eb61257-f20d-4860-add1-f8e85a26dc90","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0eb61257-f20d-4860-add1-f8e85a26dc90-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ec3b527-5730-4422-8bcf-0f9bfb323753/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ec3b527-5730-4422-8bcf-0f9bfb323753/cast-vote-record-report.json new file mode 100644 index 0000000000..153053be11 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ec3b527-5730-4422-8bcf-0f9bfb323753/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0ec3b527-5730-4422-8bcf-0f9bfb323753-modified","UniqueId":"0ec3b527-5730-4422-8bcf-0f9bfb323753","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0ec3b527-5730-4422-8bcf-0f9bfb323753-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0edf0f9b-69d1-45a3-a34a-e32addddf808/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0edf0f9b-69d1-45a3-a34a-e32addddf808/cast-vote-record-report.json deleted file mode 100644 index 974fc83e0e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0edf0f9b-69d1-45a3-a34a-e32addddf808/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0edf0f9b-69d1-45a3-a34a-e32addddf808-modified","UniqueId":"0edf0f9b-69d1-45a3-a34a-e32addddf808","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0edf0f9b-69d1-45a3-a34a-e32addddf808-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ee56c31-7904-4f22-9ac3-4e2ef559f458/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ee56c31-7904-4f22-9ac3-4e2ef559f458/cast-vote-record-report.json deleted file mode 100644 index 433f677701..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0ee56c31-7904-4f22-9ac3-4e2ef559f458/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0ee56c31-7904-4f22-9ac3-4e2ef559f458-modified","UniqueId":"0ee56c31-7904-4f22-9ac3-4e2ef559f458","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0ee56c31-7904-4f22-9ac3-4e2ef559f458-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0efffa82-e6cd-4d19-99dd-ca3bfd3cb368/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0efffa82-e6cd-4d19-99dd-ca3bfd3cb368/cast-vote-record-report.json new file mode 100644 index 0000000000..a14c5fda8a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0efffa82-e6cd-4d19-99dd-ca3bfd3cb368/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0efffa82-e6cd-4d19-99dd-ca3bfd3cb368-modified","UniqueId":"0efffa82-e6cd-4d19-99dd-ca3bfd3cb368","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0efffa82-e6cd-4d19-99dd-ca3bfd3cb368-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0f4cd3fd-9a5f-417e-8a1b-034c2add8c08/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0f4cd3fd-9a5f-417e-8a1b-034c2add8c08/cast-vote-record-report.json deleted file mode 100644 index 17104cc093..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0f4cd3fd-9a5f-417e-8a1b-034c2add8c08/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0f4cd3fd-9a5f-417e-8a1b-034c2add8c08-modified","UniqueId":"0f4cd3fd-9a5f-417e-8a1b-034c2add8c08","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0f4cd3fd-9a5f-417e-8a1b-034c2add8c08-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0f92b51d-adc4-44b8-839d-358de49167b4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0f92b51d-adc4-44b8-839d-358de49167b4/cast-vote-record-report.json new file mode 100644 index 0000000000..e440352961 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0f92b51d-adc4-44b8-839d-358de49167b4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0f92b51d-adc4-44b8-839d-358de49167b4-modified","UniqueId":"0f92b51d-adc4-44b8-839d-358de49167b4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0f92b51d-adc4-44b8-839d-358de49167b4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86/cast-vote-record-report.json deleted file mode 100644 index f504710103..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86-modified","UniqueId":"0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fc133c7-5caf-490a-8fe8-e57909957f27/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fc133c7-5caf-490a-8fe8-e57909957f27/cast-vote-record-report.json new file mode 100644 index 0000000000..edf44f2538 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fc133c7-5caf-490a-8fe8-e57909957f27/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"0fc133c7-5caf-490a-8fe8-e57909957f27-modified","UniqueId":"0fc133c7-5caf-490a-8fe8-e57909957f27","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0fc133c7-5caf-490a-8fe8-e57909957f27-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fc68b16-65b0-4913-945c-c3d6c03c7076/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fc68b16-65b0-4913-945c-c3d6c03c7076/cast-vote-record-report.json deleted file mode 100644 index f3f3bbde22..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fc68b16-65b0-4913-945c-c3d6c03c7076/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"0fc68b16-65b0-4913-945c-c3d6c03c7076-modified","UniqueId":"0fc68b16-65b0-4913-945c-c3d6c03c7076","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"0fc68b16-65b0-4913-945c-c3d6c03c7076-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/101cda65-b13a-4007-9517-c779becafc62/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/101cda65-b13a-4007-9517-c779becafc62/cast-vote-record-report.json deleted file mode 100644 index ccc47c9b04..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/101cda65-b13a-4007-9517-c779becafc62/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"101cda65-b13a-4007-9517-c779becafc62-modified","UniqueId":"101cda65-b13a-4007-9517-c779becafc62","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"101cda65-b13a-4007-9517-c779becafc62-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/102a5151-d137-4a70-a4d2-1384d9f3fe8b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/102a5151-d137-4a70-a4d2-1384d9f3fe8b/cast-vote-record-report.json deleted file mode 100644 index cea54269b6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/102a5151-d137-4a70-a4d2-1384d9f3fe8b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"102a5151-d137-4a70-a4d2-1384d9f3fe8b-modified","UniqueId":"102a5151-d137-4a70-a4d2-1384d9f3fe8b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"102a5151-d137-4a70-a4d2-1384d9f3fe8b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1088c66b-f7ce-4170-93e3-4675f2a33961/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1088c66b-f7ce-4170-93e3-4675f2a33961/cast-vote-record-report.json new file mode 100644 index 0000000000..bbd0c48d93 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1088c66b-f7ce-4170-93e3-4675f2a33961/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1088c66b-f7ce-4170-93e3-4675f2a33961-modified","UniqueId":"1088c66b-f7ce-4170-93e3-4675f2a33961","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1088c66b-f7ce-4170-93e3-4675f2a33961-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/10999385-33c5-487b-834d-7fe40f8fa2c9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/10999385-33c5-487b-834d-7fe40f8fa2c9/cast-vote-record-report.json new file mode 100644 index 0000000000..2d28eae36f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/10999385-33c5-487b-834d-7fe40f8fa2c9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"10999385-33c5-487b-834d-7fe40f8fa2c9-modified","UniqueId":"10999385-33c5-487b-834d-7fe40f8fa2c9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"10999385-33c5-487b-834d-7fe40f8fa2c9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/109bdf4e-d836-47e7-9981-2634e8ae554a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/109bdf4e-d836-47e7-9981-2634e8ae554a/cast-vote-record-report.json new file mode 100644 index 0000000000..563df56b5b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/109bdf4e-d836-47e7-9981-2634e8ae554a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"109bdf4e-d836-47e7-9981-2634e8ae554a-modified","UniqueId":"109bdf4e-d836-47e7-9981-2634e8ae554a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"109bdf4e-d836-47e7-9981-2634e8ae554a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/111e627b-f784-4cf9-8a64-98a1e60acf59/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/111e627b-f784-4cf9-8a64-98a1e60acf59/cast-vote-record-report.json deleted file mode 100644 index 728471b871..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/111e627b-f784-4cf9-8a64-98a1e60acf59/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"111e627b-f784-4cf9-8a64-98a1e60acf59-modified","UniqueId":"111e627b-f784-4cf9-8a64-98a1e60acf59","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"111e627b-f784-4cf9-8a64-98a1e60acf59-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11260463-a4ab-4786-a571-d452bed3ab41/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11260463-a4ab-4786-a571-d452bed3ab41/cast-vote-record-report.json new file mode 100644 index 0000000000..0b8a5f3e40 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11260463-a4ab-4786-a571-d452bed3ab41/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"11260463-a4ab-4786-a571-d452bed3ab41-modified","UniqueId":"11260463-a4ab-4786-a571-d452bed3ab41","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"11260463-a4ab-4786-a571-d452bed3ab41-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1148950b-6c30-45d5-a537-f46d0e468b94/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1148950b-6c30-45d5-a537-f46d0e468b94/cast-vote-record-report.json deleted file mode 100644 index 8133354069..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1148950b-6c30-45d5-a537-f46d0e468b94/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1148950b-6c30-45d5-a537-f46d0e468b94-modified","UniqueId":"1148950b-6c30-45d5-a537-f46d0e468b94","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1148950b-6c30-45d5-a537-f46d0e468b94-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/116c55c8-d48d-4d8c-8602-185289360d3b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/116c55c8-d48d-4d8c-8602-185289360d3b/cast-vote-record-report.json new file mode 100644 index 0000000000..894e0d702d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/116c55c8-d48d-4d8c-8602-185289360d3b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"116c55c8-d48d-4d8c-8602-185289360d3b-modified","UniqueId":"116c55c8-d48d-4d8c-8602-185289360d3b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"116c55c8-d48d-4d8c-8602-185289360d3b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/119dbc27-27b1-4d35-b4d7-5a162aa78a49/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/119dbc27-27b1-4d35-b4d7-5a162aa78a49/cast-vote-record-report.json new file mode 100644 index 0000000000..a63fc284b5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/119dbc27-27b1-4d35-b4d7-5a162aa78a49/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"119dbc27-27b1-4d35-b4d7-5a162aa78a49-modified","UniqueId":"119dbc27-27b1-4d35-b4d7-5a162aa78a49","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"119dbc27-27b1-4d35-b4d7-5a162aa78a49-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11b0efab-fb7a-4bba-bb93-7c3efeab519f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11b0efab-fb7a-4bba-bb93-7c3efeab519f/cast-vote-record-report.json deleted file mode 100644 index 0e81158a8a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11b0efab-fb7a-4bba-bb93-7c3efeab519f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"11b0efab-fb7a-4bba-bb93-7c3efeab519f-modified","UniqueId":"11b0efab-fb7a-4bba-bb93-7c3efeab519f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"11b0efab-fb7a-4bba-bb93-7c3efeab519f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d042ca-7bdd-4318-b85b-725b7f631dfb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d042ca-7bdd-4318-b85b-725b7f631dfb/cast-vote-record-report.json deleted file mode 100644 index e9f8f33573..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d042ca-7bdd-4318-b85b-725b7f631dfb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"11d042ca-7bdd-4318-b85b-725b7f631dfb-modified","UniqueId":"11d042ca-7bdd-4318-b85b-725b7f631dfb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"11d042ca-7bdd-4318-b85b-725b7f631dfb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:11d042ca-7bdd-4318-b85b-725b7f631dfb-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:11d042ca-7bdd-4318-b85b-725b7f631dfb-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d06f3d-285e-48e8-8a37-6128bff460b9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d06f3d-285e-48e8-8a37-6128bff460b9/cast-vote-record-report.json deleted file mode 100644 index c2e34a6dcc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d06f3d-285e-48e8-8a37-6128bff460b9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"11d06f3d-285e-48e8-8a37-6128bff460b9-modified","UniqueId":"11d06f3d-285e-48e8-8a37-6128bff460b9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"11d06f3d-285e-48e8-8a37-6128bff460b9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d85465-ea11-4205-889b-2f464f09615e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d85465-ea11-4205-889b-2f464f09615e/cast-vote-record-report.json deleted file mode 100644 index d1a6a630d3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d85465-ea11-4205-889b-2f464f09615e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"11d85465-ea11-4205-889b-2f464f09615e-modified","UniqueId":"11d85465-ea11-4205-889b-2f464f09615e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"11d85465-ea11-4205-889b-2f464f09615e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11dc3ecb-fa0a-4a8e-8f1e-f226d7b50584/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11dc3ecb-fa0a-4a8e-8f1e-f226d7b50584/cast-vote-record-report.json deleted file mode 100644 index bef99992d5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11dc3ecb-fa0a-4a8e-8f1e-f226d7b50584/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"11dc3ecb-fa0a-4a8e-8f1e-f226d7b50584-modified","UniqueId":"11dc3ecb-fa0a-4a8e-8f1e-f226d7b50584","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"11dc3ecb-fa0a-4a8e-8f1e-f226d7b50584-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11e06c37-5d97-4955-a6fa-fb908335eeb5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11e06c37-5d97-4955-a6fa-fb908335eeb5/cast-vote-record-report.json deleted file mode 100644 index 3c25bb86bc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11e06c37-5d97-4955-a6fa-fb908335eeb5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"11e06c37-5d97-4955-a6fa-fb908335eeb5-modified","UniqueId":"11e06c37-5d97-4955-a6fa-fb908335eeb5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"11e06c37-5d97-4955-a6fa-fb908335eeb5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11f7dc38-d87b-4e6c-8edc-a6639df07307/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11f7dc38-d87b-4e6c-8edc-a6639df07307/cast-vote-record-report.json deleted file mode 100644 index 321c09b957..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11f7dc38-d87b-4e6c-8edc-a6639df07307/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"11f7dc38-d87b-4e6c-8edc-a6639df07307-modified","UniqueId":"11f7dc38-d87b-4e6c-8edc-a6639df07307","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"11f7dc38-d87b-4e6c-8edc-a6639df07307-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11fd6ef9-5a6a-47e4-a586-b0675a4087cd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11fd6ef9-5a6a-47e4-a586-b0675a4087cd/cast-vote-record-report.json new file mode 100644 index 0000000000..ebaef4d408 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11fd6ef9-5a6a-47e4-a586-b0675a4087cd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"11fd6ef9-5a6a-47e4-a586-b0675a4087cd-modified","UniqueId":"11fd6ef9-5a6a-47e4-a586-b0675a4087cd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"11fd6ef9-5a6a-47e4-a586-b0675a4087cd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1207f6c3-a943-46ff-b509-b87bce50f23a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1207f6c3-a943-46ff-b509-b87bce50f23a/cast-vote-record-report.json deleted file mode 100644 index ad0006a4b8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1207f6c3-a943-46ff-b509-b87bce50f23a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1207f6c3-a943-46ff-b509-b87bce50f23a-modified","UniqueId":"1207f6c3-a943-46ff-b509-b87bce50f23a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1207f6c3-a943-46ff-b509-b87bce50f23a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/120d35f3-9c5c-4530-98f7-292876fd6d8a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/120d35f3-9c5c-4530-98f7-292876fd6d8a/cast-vote-record-report.json deleted file mode 100644 index 93fe0a9a3e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/120d35f3-9c5c-4530-98f7-292876fd6d8a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"120d35f3-9c5c-4530-98f7-292876fd6d8a-modified","UniqueId":"120d35f3-9c5c-4530-98f7-292876fd6d8a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"120d35f3-9c5c-4530-98f7-292876fd6d8a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/121306d6-98a7-431b-940a-d279fa522ed5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/121306d6-98a7-431b-940a-d279fa522ed5/cast-vote-record-report.json deleted file mode 100644 index d91d70aa11..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/121306d6-98a7-431b-940a-d279fa522ed5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"121306d6-98a7-431b-940a-d279fa522ed5-modified","UniqueId":"121306d6-98a7-431b-940a-d279fa522ed5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"121306d6-98a7-431b-940a-d279fa522ed5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/123732c5-fb97-4778-8deb-d8c3d1e2a4ba/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/123732c5-fb97-4778-8deb-d8c3d1e2a4ba/cast-vote-record-report.json deleted file mode 100644 index 77beff2e86..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/123732c5-fb97-4778-8deb-d8c3d1e2a4ba/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"123732c5-fb97-4778-8deb-d8c3d1e2a4ba-modified","UniqueId":"123732c5-fb97-4778-8deb-d8c3d1e2a4ba","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"123732c5-fb97-4778-8deb-d8c3d1e2a4ba-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/12aab604-6e75-4534-b939-041b282911d7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/12aab604-6e75-4534-b939-041b282911d7/cast-vote-record-report.json new file mode 100644 index 0000000000..a423433d0e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/12aab604-6e75-4534-b939-041b282911d7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"12aab604-6e75-4534-b939-041b282911d7-modified","UniqueId":"12aab604-6e75-4534-b939-041b282911d7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"12aab604-6e75-4534-b939-041b282911d7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1391049d-6d04-4c21-aa7e-82d937951831/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1391049d-6d04-4c21-aa7e-82d937951831/cast-vote-record-report.json deleted file mode 100644 index c02e2988f6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1391049d-6d04-4c21-aa7e-82d937951831/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1391049d-6d04-4c21-aa7e-82d937951831-modified","UniqueId":"1391049d-6d04-4c21-aa7e-82d937951831","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1391049d-6d04-4c21-aa7e-82d937951831-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/13e2a640-22b9-4253-b537-3ec8b73ba51f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/13e2a640-22b9-4253-b537-3ec8b73ba51f/cast-vote-record-report.json deleted file mode 100644 index edde889dde..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/13e2a640-22b9-4253-b537-3ec8b73ba51f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"13e2a640-22b9-4253-b537-3ec8b73ba51f-modified","UniqueId":"13e2a640-22b9-4253-b537-3ec8b73ba51f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"13e2a640-22b9-4253-b537-3ec8b73ba51f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1471bb1a-6dba-439d-8c4c-7d53968329f1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1471bb1a-6dba-439d-8c4c-7d53968329f1/cast-vote-record-report.json new file mode 100644 index 0000000000..42b2fd061a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1471bb1a-6dba-439d-8c4c-7d53968329f1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1471bb1a-6dba-439d-8c4c-7d53968329f1-modified","UniqueId":"1471bb1a-6dba-439d-8c4c-7d53968329f1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1471bb1a-6dba-439d-8c4c-7d53968329f1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c2204cc-228f-4b99-946c-8f4d56f710ce/0c2204cc-228f-4b99-946c-8f4d56f710ce-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/14764745-0f0d-49a3-bfb8-36c291469bc3-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c2204cc-228f-4b99-946c-8f4d56f710ce/0c2204cc-228f-4b99-946c-8f4d56f710ce-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/14764745-0f0d-49a3-bfb8-36c291469bc3-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/14764745-0f0d-49a3-bfb8-36c291469bc3-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/14764745-0f0d-49a3-bfb8-36c291469bc3-back.layout.json new file mode 100644 index 0000000000..78d27d4d68 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/14764745-0f0d-49a3-bfb8-36c291469bc3-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c2204cc-228f-4b99-946c-8f4d56f710ce/0c2204cc-228f-4b99-946c-8f4d56f710ce-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/14764745-0f0d-49a3-bfb8-36c291469bc3-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0c2204cc-228f-4b99-946c-8f4d56f710ce/0c2204cc-228f-4b99-946c-8f4d56f710ce-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/14764745-0f0d-49a3-bfb8-36c291469bc3-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/14764745-0f0d-49a3-bfb8-36c291469bc3-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/14764745-0f0d-49a3-bfb8-36c291469bc3-front.layout.json new file mode 100644 index 0000000000..c367bf106b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/14764745-0f0d-49a3-bfb8-36c291469bc3-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/cast-vote-record-report.json new file mode 100644 index 0000000000..4fac7c76ca --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14764745-0f0d-49a3-bfb8-36c291469bc3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"14764745-0f0d-49a3-bfb8-36c291469bc3-modified","UniqueId":"14764745-0f0d-49a3-bfb8-36c291469bc3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"14764745-0f0d-49a3-bfb8-36c291469bc3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:14764745-0f0d-49a3-bfb8-36c291469bc3-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-0d19ee88dccf052d574fec0f95d2999e1fa4945dd4f79e54326ef63e1d490ea7"},"Location":"file:14764745-0f0d-49a3-bfb8-36c291469bc3-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-a19ade4efb53bdcc7ffda364a551daadb1a29524113cf635269662f0285aa4a7"},"Location":"file:14764745-0f0d-49a3-bfb8-36c291469bc3-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14811c42-bca8-4c53-b5b1-c7b5f4bde3df/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14811c42-bca8-4c53-b5b1-c7b5f4bde3df/cast-vote-record-report.json deleted file mode 100644 index d115506d75..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/14811c42-bca8-4c53-b5b1-c7b5f4bde3df/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"14811c42-bca8-4c53-b5b1-c7b5f4bde3df-modified","UniqueId":"14811c42-bca8-4c53-b5b1-c7b5f4bde3df","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"14811c42-bca8-4c53-b5b1-c7b5f4bde3df-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/149133d2-b58b-4187-b949-cc784fd6a29e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/149133d2-b58b-4187-b949-cc784fd6a29e/cast-vote-record-report.json new file mode 100644 index 0000000000..2c4ce54a71 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/149133d2-b58b-4187-b949-cc784fd6a29e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"149133d2-b58b-4187-b949-cc784fd6a29e-modified","UniqueId":"149133d2-b58b-4187-b949-cc784fd6a29e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"149133d2-b58b-4187-b949-cc784fd6a29e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cdd4370-64f2-4ca3-99fe-c2e1d8bea979/0cdd4370-64f2-4ca3-99fe-c2e1d8bea979-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/155f3985-98a7-4a3b-b473-c4cf2427593a-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cdd4370-64f2-4ca3-99fe-c2e1d8bea979/0cdd4370-64f2-4ca3-99fe-c2e1d8bea979-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/155f3985-98a7-4a3b-b473-c4cf2427593a-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/155f3985-98a7-4a3b-b473-c4cf2427593a-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/155f3985-98a7-4a3b-b473-c4cf2427593a-back.layout.json new file mode 100644 index 0000000000..30ecca1b3f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/155f3985-98a7-4a3b-b473-c4cf2427593a-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cdd4370-64f2-4ca3-99fe-c2e1d8bea979/0cdd4370-64f2-4ca3-99fe-c2e1d8bea979-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/155f3985-98a7-4a3b-b473-c4cf2427593a-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0cdd4370-64f2-4ca3-99fe-c2e1d8bea979/0cdd4370-64f2-4ca3-99fe-c2e1d8bea979-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/155f3985-98a7-4a3b-b473-c4cf2427593a-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/155f3985-98a7-4a3b-b473-c4cf2427593a-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/155f3985-98a7-4a3b-b473-c4cf2427593a-front.layout.json new file mode 100644 index 0000000000..f347f0b2af --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/155f3985-98a7-4a3b-b473-c4cf2427593a-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/cast-vote-record-report.json new file mode 100644 index 0000000000..d5ca352834 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/155f3985-98a7-4a3b-b473-c4cf2427593a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"155f3985-98a7-4a3b-b473-c4cf2427593a-modified","UniqueId":"155f3985-98a7-4a3b-b473-c4cf2427593a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"155f3985-98a7-4a3b-b473-c4cf2427593a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:155f3985-98a7-4a3b-b473-c4cf2427593a-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-db98b4c325e9562d724b8961d4366c79a7176e490e1018eda663e1be5ac6a1c4"},"Location":"file:155f3985-98a7-4a3b-b473-c4cf2427593a-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-34cbfe00ea042daeea26eddb0caa04ea3ece17a78ee0ce8b66a52207824ffbbd"},"Location":"file:155f3985-98a7-4a3b-b473-c4cf2427593a-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156b75fe-dbea-4288-930d-e0b557612331/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156b75fe-dbea-4288-930d-e0b557612331/cast-vote-record-report.json deleted file mode 100644 index 1861500e98..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156b75fe-dbea-4288-930d-e0b557612331/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"156b75fe-dbea-4288-930d-e0b557612331-modified","UniqueId":"156b75fe-dbea-4288-930d-e0b557612331","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"156b75fe-dbea-4288-930d-e0b557612331-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e2cf7c5-fa1f-4940-9970-5999afe56561/0e2cf7c5-fa1f-4940-9970-5999afe56561-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/156f060c-e661-4715-b68c-5e0f4e0970a6-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e2cf7c5-fa1f-4940-9970-5999afe56561/0e2cf7c5-fa1f-4940-9970-5999afe56561-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/156f060c-e661-4715-b68c-5e0f4e0970a6-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/156f060c-e661-4715-b68c-5e0f4e0970a6-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/156f060c-e661-4715-b68c-5e0f4e0970a6-back.layout.json new file mode 100644 index 0000000000..599064a708 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/156f060c-e661-4715-b68c-5e0f4e0970a6-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e2cf7c5-fa1f-4940-9970-5999afe56561/0e2cf7c5-fa1f-4940-9970-5999afe56561-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/156f060c-e661-4715-b68c-5e0f4e0970a6-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0e2cf7c5-fa1f-4940-9970-5999afe56561/0e2cf7c5-fa1f-4940-9970-5999afe56561-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/156f060c-e661-4715-b68c-5e0f4e0970a6-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/156f060c-e661-4715-b68c-5e0f4e0970a6-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/156f060c-e661-4715-b68c-5e0f4e0970a6-front.layout.json new file mode 100644 index 0000000000..80b7f7552b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/156f060c-e661-4715-b68c-5e0f4e0970a6-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/cast-vote-record-report.json new file mode 100644 index 0000000000..2e5796dbea --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/156f060c-e661-4715-b68c-5e0f4e0970a6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"156f060c-e661-4715-b68c-5e0f4e0970a6-modified","UniqueId":"156f060c-e661-4715-b68c-5e0f4e0970a6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"156f060c-e661-4715-b68c-5e0f4e0970a6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:156f060c-e661-4715-b68c-5e0f4e0970a6-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-73445531ab81eab567f4ccd98c37454b3d522548ec89a48c6442c9e061d658f6"},"Location":"file:156f060c-e661-4715-b68c-5e0f4e0970a6-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-2081c302eafa43cd0aa81b13846c9421330f966108eb172cce5eae625480349e"},"Location":"file:156f060c-e661-4715-b68c-5e0f4e0970a6-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/158567eb-c22c-4546-b287-70d52e10497c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/158567eb-c22c-4546-b287-70d52e10497c/cast-vote-record-report.json deleted file mode 100644 index 63b2c06e57..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/158567eb-c22c-4546-b287-70d52e10497c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"158567eb-c22c-4546-b287-70d52e10497c-modified","UniqueId":"158567eb-c22c-4546-b287-70d52e10497c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"158567eb-c22c-4546-b287-70d52e10497c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/15a103ce-902e-41c8-8f96-ae3e761f2c11/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/15a103ce-902e-41c8-8f96-ae3e761f2c11/cast-vote-record-report.json deleted file mode 100644 index f6822fa213..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/15a103ce-902e-41c8-8f96-ae3e761f2c11/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"15a103ce-902e-41c8-8f96-ae3e761f2c11-modified","UniqueId":"15a103ce-902e-41c8-8f96-ae3e761f2c11","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"15a103ce-902e-41c8-8f96-ae3e761f2c11-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:15a103ce-902e-41c8-8f96-ae3e761f2c11-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:15a103ce-902e-41c8-8f96-ae3e761f2c11-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/15c802e5-6846-4552-b5e7-639445934dfd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/15c802e5-6846-4552-b5e7-639445934dfd/cast-vote-record-report.json deleted file mode 100644 index f359d0ea7a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/15c802e5-6846-4552-b5e7-639445934dfd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"15c802e5-6846-4552-b5e7-639445934dfd-modified","UniqueId":"15c802e5-6846-4552-b5e7-639445934dfd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"15c802e5-6846-4552-b5e7-639445934dfd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/162e3694-a729-4316-a560-d51e5fa4b38e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/162e3694-a729-4316-a560-d51e5fa4b38e/cast-vote-record-report.json new file mode 100644 index 0000000000..01616e5927 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/162e3694-a729-4316-a560-d51e5fa4b38e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"162e3694-a729-4316-a560-d51e5fa4b38e-modified","UniqueId":"162e3694-a729-4316-a560-d51e5fa4b38e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"162e3694-a729-4316-a560-d51e5fa4b38e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1674a54c-eaa3-47f9-9630-c015154faf08/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1674a54c-eaa3-47f9-9630-c015154faf08/cast-vote-record-report.json new file mode 100644 index 0000000000..dafbb06820 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1674a54c-eaa3-47f9-9630-c015154faf08/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1674a54c-eaa3-47f9-9630-c015154faf08-modified","UniqueId":"1674a54c-eaa3-47f9-9630-c015154faf08","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1674a54c-eaa3-47f9-9630-c015154faf08-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1688932d-6341-43cc-81fa-452ce97f5962/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1688932d-6341-43cc-81fa-452ce97f5962/cast-vote-record-report.json new file mode 100644 index 0000000000..5d078ded0d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1688932d-6341-43cc-81fa-452ce97f5962/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1688932d-6341-43cc-81fa-452ce97f5962-modified","UniqueId":"1688932d-6341-43cc-81fa-452ce97f5962","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1688932d-6341-43cc-81fa-452ce97f5962-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/169c553c-1e58-43c3-bf7b-861f7fdaa9f7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/169c553c-1e58-43c3-bf7b-861f7fdaa9f7/cast-vote-record-report.json deleted file mode 100644 index 00ff41e89a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/169c553c-1e58-43c3-bf7b-861f7fdaa9f7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"169c553c-1e58-43c3-bf7b-861f7fdaa9f7-modified","UniqueId":"169c553c-1e58-43c3-bf7b-861f7fdaa9f7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"169c553c-1e58-43c3-bf7b-861f7fdaa9f7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17510a68-c87e-4c84-a3c1-434e9188ea76/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17510a68-c87e-4c84-a3c1-434e9188ea76/cast-vote-record-report.json deleted file mode 100644 index c8f0215f6a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17510a68-c87e-4c84-a3c1-434e9188ea76/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"17510a68-c87e-4c84-a3c1-434e9188ea76-modified","UniqueId":"17510a68-c87e-4c84-a3c1-434e9188ea76","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"17510a68-c87e-4c84-a3c1-434e9188ea76-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:17510a68-c87e-4c84-a3c1-434e9188ea76-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:17510a68-c87e-4c84-a3c1-434e9188ea76-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17585461-37bf-4019-872b-752808dd79fc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17585461-37bf-4019-872b-752808dd79fc/cast-vote-record-report.json deleted file mode 100644 index b327325ad9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17585461-37bf-4019-872b-752808dd79fc/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"17585461-37bf-4019-872b-752808dd79fc-modified","UniqueId":"17585461-37bf-4019-872b-752808dd79fc","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"17585461-37bf-4019-872b-752808dd79fc-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/175e06de-7e14-4188-8636-8612bc994213/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/175e06de-7e14-4188-8636-8612bc994213/cast-vote-record-report.json new file mode 100644 index 0000000000..3515bf946d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/175e06de-7e14-4188-8636-8612bc994213/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"175e06de-7e14-4188-8636-8612bc994213-modified","UniqueId":"175e06de-7e14-4188-8636-8612bc994213","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"175e06de-7e14-4188-8636-8612bc994213-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1765bbf6-1fcc-4c23-9420-8f1526192505/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1765bbf6-1fcc-4c23-9420-8f1526192505/cast-vote-record-report.json deleted file mode 100644 index cf3ca854fe..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1765bbf6-1fcc-4c23-9420-8f1526192505/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1765bbf6-1fcc-4c23-9420-8f1526192505-modified","UniqueId":"1765bbf6-1fcc-4c23-9420-8f1526192505","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1765bbf6-1fcc-4c23-9420-8f1526192505-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/177a6a01-3f33-485b-b939-3c1044f74e39/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/177a6a01-3f33-485b-b939-3c1044f74e39/cast-vote-record-report.json new file mode 100644 index 0000000000..f33018fcef --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/177a6a01-3f33-485b-b939-3c1044f74e39/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"177a6a01-3f33-485b-b939-3c1044f74e39-modified","UniqueId":"177a6a01-3f33-485b-b939-3c1044f74e39","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"177a6a01-3f33-485b-b939-3c1044f74e39-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/179c6a34-5a62-4e24-af3a-3b5a437dbe9d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/179c6a34-5a62-4e24-af3a-3b5a437dbe9d/cast-vote-record-report.json new file mode 100644 index 0000000000..92bca11c9d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/179c6a34-5a62-4e24-af3a-3b5a437dbe9d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"179c6a34-5a62-4e24-af3a-3b5a437dbe9d-modified","UniqueId":"179c6a34-5a62-4e24-af3a-3b5a437dbe9d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"179c6a34-5a62-4e24-af3a-3b5a437dbe9d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17e75145-32cb-44e6-babe-8f244e5fb6ed/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17e75145-32cb-44e6-babe-8f244e5fb6ed/cast-vote-record-report.json deleted file mode 100644 index 2f1959690e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17e75145-32cb-44e6-babe-8f244e5fb6ed/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"17e75145-32cb-44e6-babe-8f244e5fb6ed-modified","UniqueId":"17e75145-32cb-44e6-babe-8f244e5fb6ed","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"17e75145-32cb-44e6-babe-8f244e5fb6ed-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17e8fe4d-76a7-4ca0-abe1-6d1d2e0013fe/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17e8fe4d-76a7-4ca0-abe1-6d1d2e0013fe/cast-vote-record-report.json new file mode 100644 index 0000000000..9fb53e29b8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17e8fe4d-76a7-4ca0-abe1-6d1d2e0013fe/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"17e8fe4d-76a7-4ca0-abe1-6d1d2e0013fe-modified","UniqueId":"17e8fe4d-76a7-4ca0-abe1-6d1d2e0013fe","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"17e8fe4d-76a7-4ca0-abe1-6d1d2e0013fe-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86/0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/18190a17-5dee-42a6-8b09-b3127c91a363-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86/0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/18190a17-5dee-42a6-8b09-b3127c91a363-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/18190a17-5dee-42a6-8b09-b3127c91a363-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/18190a17-5dee-42a6-8b09-b3127c91a363-back.layout.json new file mode 100644 index 0000000000..8d4507434b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/18190a17-5dee-42a6-8b09-b3127c91a363-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86/0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/18190a17-5dee-42a6-8b09-b3127c91a363-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86/0fb38ebf-b145-404e-8c7b-3cc7ad3f5a86-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/18190a17-5dee-42a6-8b09-b3127c91a363-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/18190a17-5dee-42a6-8b09-b3127c91a363-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/18190a17-5dee-42a6-8b09-b3127c91a363-front.layout.json new file mode 100644 index 0000000000..11627aea4e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/18190a17-5dee-42a6-8b09-b3127c91a363-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/cast-vote-record-report.json new file mode 100644 index 0000000000..ccb3ca2868 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18190a17-5dee-42a6-8b09-b3127c91a363/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"18190a17-5dee-42a6-8b09-b3127c91a363-modified","UniqueId":"18190a17-5dee-42a6-8b09-b3127c91a363","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"18190a17-5dee-42a6-8b09-b3127c91a363-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:18190a17-5dee-42a6-8b09-b3127c91a363-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-9e436071104699683d956e8e63f84a1b6df77a06279fae605a2a47314937dca7"},"Location":"file:18190a17-5dee-42a6-8b09-b3127c91a363-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-464962c202d9e1e4051246026e53483b12efd82a2f70ee9c695ec076b2eb6675"},"Location":"file:18190a17-5dee-42a6-8b09-b3127c91a363-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/181924f6-f821-4d51-a8ed-6c20477eeb1d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/181924f6-f821-4d51-a8ed-6c20477eeb1d/cast-vote-record-report.json deleted file mode 100644 index 51fc17cf6a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/181924f6-f821-4d51-a8ed-6c20477eeb1d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"181924f6-f821-4d51-a8ed-6c20477eeb1d-modified","UniqueId":"181924f6-f821-4d51-a8ed-6c20477eeb1d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"181924f6-f821-4d51-a8ed-6c20477eeb1d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1820c677-ae3e-4b12-bf95-81486c76e62f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1820c677-ae3e-4b12-bf95-81486c76e62f/cast-vote-record-report.json new file mode 100644 index 0000000000..10c3b67547 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1820c677-ae3e-4b12-bf95-81486c76e62f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1820c677-ae3e-4b12-bf95-81486c76e62f-modified","UniqueId":"1820c677-ae3e-4b12-bf95-81486c76e62f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1820c677-ae3e-4b12-bf95-81486c76e62f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/186c408e-4c7f-49f7-b922-5c686b1a0bdc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/186c408e-4c7f-49f7-b922-5c686b1a0bdc/cast-vote-record-report.json deleted file mode 100644 index f5b684b689..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/186c408e-4c7f-49f7-b922-5c686b1a0bdc/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"186c408e-4c7f-49f7-b922-5c686b1a0bdc-modified","UniqueId":"186c408e-4c7f-49f7-b922-5c686b1a0bdc","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"186c408e-4c7f-49f7-b922-5c686b1a0bdc-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/186e23d1-24cb-4fef-ad0e-ea50c2699b4e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/186e23d1-24cb-4fef-ad0e-ea50c2699b4e/cast-vote-record-report.json new file mode 100644 index 0000000000..23ab23df33 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/186e23d1-24cb-4fef-ad0e-ea50c2699b4e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"186e23d1-24cb-4fef-ad0e-ea50c2699b4e-modified","UniqueId":"186e23d1-24cb-4fef-ad0e-ea50c2699b4e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"186e23d1-24cb-4fef-ad0e-ea50c2699b4e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/188fe6d4-f70c-4149-a389-b14220e2e849/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/188fe6d4-f70c-4149-a389-b14220e2e849/cast-vote-record-report.json new file mode 100644 index 0000000000..f4f77c5fcc --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/188fe6d4-f70c-4149-a389-b14220e2e849/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"188fe6d4-f70c-4149-a389-b14220e2e849-modified","UniqueId":"188fe6d4-f70c-4149-a389-b14220e2e849","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"188fe6d4-f70c-4149-a389-b14220e2e849-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1898d9ec-78dc-4ffa-ac2a-46d8afd2f5ab/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1898d9ec-78dc-4ffa-ac2a-46d8afd2f5ab/cast-vote-record-report.json deleted file mode 100644 index c354688377..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1898d9ec-78dc-4ffa-ac2a-46d8afd2f5ab/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1898d9ec-78dc-4ffa-ac2a-46d8afd2f5ab-modified","UniqueId":"1898d9ec-78dc-4ffa-ac2a-46d8afd2f5ab","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1898d9ec-78dc-4ffa-ac2a-46d8afd2f5ab-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18b7131d-a307-4642-bfc7-e363a0194d45/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18b7131d-a307-4642-bfc7-e363a0194d45/cast-vote-record-report.json new file mode 100644 index 0000000000..3844d0c09a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/18b7131d-a307-4642-bfc7-e363a0194d45/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"18b7131d-a307-4642-bfc7-e363a0194d45-modified","UniqueId":"18b7131d-a307-4642-bfc7-e363a0194d45","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"18b7131d-a307-4642-bfc7-e363a0194d45-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/19178e4a-986e-436c-b502-f72748cdcf8d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/19178e4a-986e-436c-b502-f72748cdcf8d/cast-vote-record-report.json deleted file mode 100644 index fe1da372ba..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/19178e4a-986e-436c-b502-f72748cdcf8d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"19178e4a-986e-436c-b502-f72748cdcf8d-modified","UniqueId":"19178e4a-986e-436c-b502-f72748cdcf8d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"19178e4a-986e-436c-b502-f72748cdcf8d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/19329287-c425-4c19-a1c9-81a8feba5310/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/19329287-c425-4c19-a1c9-81a8feba5310/cast-vote-record-report.json new file mode 100644 index 0000000000..8ccac29516 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/19329287-c425-4c19-a1c9-81a8feba5310/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"19329287-c425-4c19-a1c9-81a8feba5310-modified","UniqueId":"19329287-c425-4c19-a1c9-81a8feba5310","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"19329287-c425-4c19-a1c9-81a8feba5310-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1971f4c8-fd40-4140-975e-8034594a353c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1971f4c8-fd40-4140-975e-8034594a353c/cast-vote-record-report.json deleted file mode 100644 index 4604705440..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1971f4c8-fd40-4140-975e-8034594a353c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1971f4c8-fd40-4140-975e-8034594a353c-modified","UniqueId":"1971f4c8-fd40-4140-975e-8034594a353c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1971f4c8-fd40-4140-975e-8034594a353c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/19bbda5a-e4a6-4760-87b6-ce18979bb76d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/19bbda5a-e4a6-4760-87b6-ce18979bb76d/cast-vote-record-report.json deleted file mode 100644 index 3d977eec00..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/19bbda5a-e4a6-4760-87b6-ce18979bb76d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"19bbda5a-e4a6-4760-87b6-ce18979bb76d-modified","UniqueId":"19bbda5a-e4a6-4760-87b6-ce18979bb76d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"19bbda5a-e4a6-4760-87b6-ce18979bb76d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/19ff663a-9046-4bda-836d-96a81b63a4a6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/19ff663a-9046-4bda-836d-96a81b63a4a6/cast-vote-record-report.json new file mode 100644 index 0000000000..accecd0292 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/19ff663a-9046-4bda-836d-96a81b63a4a6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"19ff663a-9046-4bda-836d-96a81b63a4a6-modified","UniqueId":"19ff663a-9046-4bda-836d-96a81b63a4a6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"19ff663a-9046-4bda-836d-96a81b63a4a6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a591115-ec1d-4481-aa3e-bb5ff2da6e8a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a591115-ec1d-4481-aa3e-bb5ff2da6e8a/cast-vote-record-report.json new file mode 100644 index 0000000000..49eb536c2e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a591115-ec1d-4481-aa3e-bb5ff2da6e8a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1a591115-ec1d-4481-aa3e-bb5ff2da6e8a-modified","UniqueId":"1a591115-ec1d-4481-aa3e-bb5ff2da6e8a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1a591115-ec1d-4481-aa3e-bb5ff2da6e8a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a6d51b8-02c5-40a9-aad6-675f3f1366da/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a6d51b8-02c5-40a9-aad6-675f3f1366da/cast-vote-record-report.json deleted file mode 100644 index 16c0164098..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a6d51b8-02c5-40a9-aad6-675f3f1366da/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1a6d51b8-02c5-40a9-aad6-675f3f1366da-modified","UniqueId":"1a6d51b8-02c5-40a9-aad6-675f3f1366da","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1a6d51b8-02c5-40a9-aad6-675f3f1366da-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a787f7d-cbfd-4aa9-98d7-8c673a3dc4ee/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a787f7d-cbfd-4aa9-98d7-8c673a3dc4ee/cast-vote-record-report.json new file mode 100644 index 0000000000..63a92ebcb3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a787f7d-cbfd-4aa9-98d7-8c673a3dc4ee/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1a787f7d-cbfd-4aa9-98d7-8c673a3dc4ee-modified","UniqueId":"1a787f7d-cbfd-4aa9-98d7-8c673a3dc4ee","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1a787f7d-cbfd-4aa9-98d7-8c673a3dc4ee-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a94f096-ca9a-4855-bf3d-e90726034e1b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a94f096-ca9a-4855-bf3d-e90726034e1b/cast-vote-record-report.json deleted file mode 100644 index ba378e9f35..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a94f096-ca9a-4855-bf3d-e90726034e1b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1a94f096-ca9a-4855-bf3d-e90726034e1b-modified","UniqueId":"1a94f096-ca9a-4855-bf3d-e90726034e1b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1a94f096-ca9a-4855-bf3d-e90726034e1b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a95b023-452d-457d-8aaf-a14073f3161a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a95b023-452d-457d-8aaf-a14073f3161a/cast-vote-record-report.json deleted file mode 100644 index 5202060b34..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1a95b023-452d-457d-8aaf-a14073f3161a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1a95b023-452d-457d-8aaf-a14073f3161a-modified","UniqueId":"1a95b023-452d-457d-8aaf-a14073f3161a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1a95b023-452d-457d-8aaf-a14073f3161a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1b072e35-e199-4ac8-beca-4cf438085c82/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1b072e35-e199-4ac8-beca-4cf438085c82/cast-vote-record-report.json deleted file mode 100644 index 2263e7c17d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1b072e35-e199-4ac8-beca-4cf438085c82/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1b072e35-e199-4ac8-beca-4cf438085c82-modified","UniqueId":"1b072e35-e199-4ac8-beca-4cf438085c82","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1b072e35-e199-4ac8-beca-4cf438085c82-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1b472f22-be56-452a-a0b9-39ae08420d25/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1b472f22-be56-452a-a0b9-39ae08420d25/cast-vote-record-report.json new file mode 100644 index 0000000000..1761bf03ab --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1b472f22-be56-452a-a0b9-39ae08420d25/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1b472f22-be56-452a-a0b9-39ae08420d25-modified","UniqueId":"1b472f22-be56-452a-a0b9-39ae08420d25","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1b472f22-be56-452a-a0b9-39ae08420d25-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1b554ed3-509b-44f3-b5c7-36327f726a84/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1b554ed3-509b-44f3-b5c7-36327f726a84/cast-vote-record-report.json new file mode 100644 index 0000000000..a20c1cad3d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1b554ed3-509b-44f3-b5c7-36327f726a84/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1b554ed3-509b-44f3-b5c7-36327f726a84-modified","UniqueId":"1b554ed3-509b-44f3-b5c7-36327f726a84","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1b554ed3-509b-44f3-b5c7-36327f726a84-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1b93e51d-21f7-4e1c-b102-547e916f438e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1b93e51d-21f7-4e1c-b102-547e916f438e/cast-vote-record-report.json new file mode 100644 index 0000000000..3bf042750b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1b93e51d-21f7-4e1c-b102-547e916f438e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1b93e51d-21f7-4e1c-b102-547e916f438e-modified","UniqueId":"1b93e51d-21f7-4e1c-b102-547e916f438e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1b93e51d-21f7-4e1c-b102-547e916f438e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1bbf050a-d48c-42d4-8d1c-f8fa9ee768fc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1bbf050a-d48c-42d4-8d1c-f8fa9ee768fc/cast-vote-record-report.json new file mode 100644 index 0000000000..eb9b583d7a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1bbf050a-d48c-42d4-8d1c-f8fa9ee768fc/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1bbf050a-d48c-42d4-8d1c-f8fa9ee768fc-modified","UniqueId":"1bbf050a-d48c-42d4-8d1c-f8fa9ee768fc","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1bbf050a-d48c-42d4-8d1c-f8fa9ee768fc-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1bc102a0-b3e0-44db-9c56-4021bbd57dc7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1bc102a0-b3e0-44db-9c56-4021bbd57dc7/cast-vote-record-report.json deleted file mode 100644 index 7470d60969..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1bc102a0-b3e0-44db-9c56-4021bbd57dc7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1bc102a0-b3e0-44db-9c56-4021bbd57dc7-modified","UniqueId":"1bc102a0-b3e0-44db-9c56-4021bbd57dc7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1bc102a0-b3e0-44db-9c56-4021bbd57dc7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c0809af-43e6-46ee-99bb-18d0ae49cd28/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c0809af-43e6-46ee-99bb-18d0ae49cd28/cast-vote-record-report.json deleted file mode 100644 index 3f7fe3a4bc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c0809af-43e6-46ee-99bb-18d0ae49cd28/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1c0809af-43e6-46ee-99bb-18d0ae49cd28-modified","UniqueId":"1c0809af-43e6-46ee-99bb-18d0ae49cd28","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1c0809af-43e6-46ee-99bb-18d0ae49cd28-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d042ca-7bdd-4318-b85b-725b7f631dfb/11d042ca-7bdd-4318-b85b-725b7f631dfb-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/1c1191db-0a2c-461c-ac87-8db63a849bb7-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d042ca-7bdd-4318-b85b-725b7f631dfb/11d042ca-7bdd-4318-b85b-725b7f631dfb-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/1c1191db-0a2c-461c-ac87-8db63a849bb7-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/1c1191db-0a2c-461c-ac87-8db63a849bb7-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/1c1191db-0a2c-461c-ac87-8db63a849bb7-back.layout.json new file mode 100644 index 0000000000..e34a92d389 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/1c1191db-0a2c-461c-ac87-8db63a849bb7-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d042ca-7bdd-4318-b85b-725b7f631dfb/11d042ca-7bdd-4318-b85b-725b7f631dfb-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/1c1191db-0a2c-461c-ac87-8db63a849bb7-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/11d042ca-7bdd-4318-b85b-725b7f631dfb/11d042ca-7bdd-4318-b85b-725b7f631dfb-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/1c1191db-0a2c-461c-ac87-8db63a849bb7-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/1c1191db-0a2c-461c-ac87-8db63a849bb7-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/1c1191db-0a2c-461c-ac87-8db63a849bb7-front.layout.json new file mode 100644 index 0000000000..4227e5c691 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/1c1191db-0a2c-461c-ac87-8db63a849bb7-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/cast-vote-record-report.json new file mode 100644 index 0000000000..de8d1f5d6a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c1191db-0a2c-461c-ac87-8db63a849bb7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1c1191db-0a2c-461c-ac87-8db63a849bb7-modified","UniqueId":"1c1191db-0a2c-461c-ac87-8db63a849bb7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1c1191db-0a2c-461c-ac87-8db63a849bb7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:1c1191db-0a2c-461c-ac87-8db63a849bb7-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-938114af77008a28dc0c9956a8616f6c1a653daf6907e8f4796d96cf071394c0"},"Location":"file:1c1191db-0a2c-461c-ac87-8db63a849bb7-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-6840149b23149774722ed8b8661bad9af0d4154e9b2c7567416a5910366cb3a5"},"Location":"file:1c1191db-0a2c-461c-ac87-8db63a849bb7-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c2cefa9-10ee-4adc-9eed-55dc1cfec552/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c2cefa9-10ee-4adc-9eed-55dc1cfec552/cast-vote-record-report.json deleted file mode 100644 index 644e4e38f4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c2cefa9-10ee-4adc-9eed-55dc1cfec552/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1c2cefa9-10ee-4adc-9eed-55dc1cfec552-modified","UniqueId":"1c2cefa9-10ee-4adc-9eed-55dc1cfec552","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1c2cefa9-10ee-4adc-9eed-55dc1cfec552-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c5c7a0e-6814-432b-9c04-2a75c701c175/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c5c7a0e-6814-432b-9c04-2a75c701c175/cast-vote-record-report.json new file mode 100644 index 0000000000..57cbe0cd05 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c5c7a0e-6814-432b-9c04-2a75c701c175/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1c5c7a0e-6814-432b-9c04-2a75c701c175-modified","UniqueId":"1c5c7a0e-6814-432b-9c04-2a75c701c175","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1c5c7a0e-6814-432b-9c04-2a75c701c175-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c68f622-387e-47c6-a727-583056425b27/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c68f622-387e-47c6-a727-583056425b27/cast-vote-record-report.json deleted file mode 100644 index 1f29ab970c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c68f622-387e-47c6-a727-583056425b27/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1c68f622-387e-47c6-a727-583056425b27-modified","UniqueId":"1c68f622-387e-47c6-a727-583056425b27","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1c68f622-387e-47c6-a727-583056425b27-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c725c80-4b9a-42c4-a7f4-b0efb8279c3e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c725c80-4b9a-42c4-a7f4-b0efb8279c3e/cast-vote-record-report.json deleted file mode 100644 index b6deb8d278..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1c725c80-4b9a-42c4-a7f4-b0efb8279c3e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1c725c80-4b9a-42c4-a7f4-b0efb8279c3e-modified","UniqueId":"1c725c80-4b9a-42c4-a7f4-b0efb8279c3e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1c725c80-4b9a-42c4-a7f4-b0efb8279c3e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1cab90ce-e57e-4de4-8987-39f5d337e292/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1cab90ce-e57e-4de4-8987-39f5d337e292/cast-vote-record-report.json deleted file mode 100644 index 264d28afb8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1cab90ce-e57e-4de4-8987-39f5d337e292/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1cab90ce-e57e-4de4-8987-39f5d337e292-modified","UniqueId":"1cab90ce-e57e-4de4-8987-39f5d337e292","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1cab90ce-e57e-4de4-8987-39f5d337e292-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1caccd7b-0f0b-43c6-9429-4b913e54adb7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1caccd7b-0f0b-43c6-9429-4b913e54adb7/cast-vote-record-report.json new file mode 100644 index 0000000000..1531602fc4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1caccd7b-0f0b-43c6-9429-4b913e54adb7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1caccd7b-0f0b-43c6-9429-4b913e54adb7-modified","UniqueId":"1caccd7b-0f0b-43c6-9429-4b913e54adb7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1caccd7b-0f0b-43c6-9429-4b913e54adb7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1cdee609-d033-4f14-a15f-8cf0ede1f5fa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1cdee609-d033-4f14-a15f-8cf0ede1f5fa/cast-vote-record-report.json new file mode 100644 index 0000000000..d6eb66375e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1cdee609-d033-4f14-a15f-8cf0ede1f5fa/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1cdee609-d033-4f14-a15f-8cf0ede1f5fa-modified","UniqueId":"1cdee609-d033-4f14-a15f-8cf0ede1f5fa","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1cdee609-d033-4f14-a15f-8cf0ede1f5fa-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1cf244dc-1f32-4134-b632-852066b97f39/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1cf244dc-1f32-4134-b632-852066b97f39/cast-vote-record-report.json new file mode 100644 index 0000000000..dd163d45f4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1cf244dc-1f32-4134-b632-852066b97f39/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1cf244dc-1f32-4134-b632-852066b97f39-modified","UniqueId":"1cf244dc-1f32-4134-b632-852066b97f39","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1cf244dc-1f32-4134-b632-852066b97f39-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1d21997b-c512-4cc6-a04d-ac4e089fdb56/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1d21997b-c512-4cc6-a04d-ac4e089fdb56/cast-vote-record-report.json deleted file mode 100644 index a814b90c42..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1d21997b-c512-4cc6-a04d-ac4e089fdb56/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1d21997b-c512-4cc6-a04d-ac4e089fdb56-modified","UniqueId":"1d21997b-c512-4cc6-a04d-ac4e089fdb56","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1d21997b-c512-4cc6-a04d-ac4e089fdb56-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1d520203-ae31-4686-b92e-0534232860e1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1d520203-ae31-4686-b92e-0534232860e1/cast-vote-record-report.json new file mode 100644 index 0000000000..b074278c00 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1d520203-ae31-4686-b92e-0534232860e1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1d520203-ae31-4686-b92e-0534232860e1-modified","UniqueId":"1d520203-ae31-4686-b92e-0534232860e1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1d520203-ae31-4686-b92e-0534232860e1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1db0c0de-dd71-4071-bc31-a328be40c8f1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1db0c0de-dd71-4071-bc31-a328be40c8f1/cast-vote-record-report.json deleted file mode 100644 index 6e968f5219..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1db0c0de-dd71-4071-bc31-a328be40c8f1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1db0c0de-dd71-4071-bc31-a328be40c8f1-modified","UniqueId":"1db0c0de-dd71-4071-bc31-a328be40c8f1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1db0c0de-dd71-4071-bc31-a328be40c8f1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1dd82e40-2dec-4c32-aebf-e3bf7ad4f6cd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1dd82e40-2dec-4c32-aebf-e3bf7ad4f6cd/cast-vote-record-report.json new file mode 100644 index 0000000000..5573122167 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1dd82e40-2dec-4c32-aebf-e3bf7ad4f6cd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1dd82e40-2dec-4c32-aebf-e3bf7ad4f6cd-modified","UniqueId":"1dd82e40-2dec-4c32-aebf-e3bf7ad4f6cd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1dd82e40-2dec-4c32-aebf-e3bf7ad4f6cd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1df64a7f-b746-48a5-b389-6334e683b9e0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1df64a7f-b746-48a5-b389-6334e683b9e0/cast-vote-record-report.json new file mode 100644 index 0000000000..2143610925 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1df64a7f-b746-48a5-b389-6334e683b9e0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1df64a7f-b746-48a5-b389-6334e683b9e0-modified","UniqueId":"1df64a7f-b746-48a5-b389-6334e683b9e0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1df64a7f-b746-48a5-b389-6334e683b9e0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1dff45bb-64f8-45b4-865b-043eba050eff/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1dff45bb-64f8-45b4-865b-043eba050eff/cast-vote-record-report.json deleted file mode 100644 index 8206e46d13..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1dff45bb-64f8-45b4-865b-043eba050eff/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1dff45bb-64f8-45b4-865b-043eba050eff-modified","UniqueId":"1dff45bb-64f8-45b4-865b-043eba050eff","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1dff45bb-64f8-45b4-865b-043eba050eff-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/15a103ce-902e-41c8-8f96-ae3e761f2c11/15a103ce-902e-41c8-8f96-ae3e761f2c11-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/15a103ce-902e-41c8-8f96-ae3e761f2c11/15a103ce-902e-41c8-8f96-ae3e761f2c11-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-back.layout.json new file mode 100644 index 0000000000..5d14e19075 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/15a103ce-902e-41c8-8f96-ae3e761f2c11/15a103ce-902e-41c8-8f96-ae3e761f2c11-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/15a103ce-902e-41c8-8f96-ae3e761f2c11/15a103ce-902e-41c8-8f96-ae3e761f2c11-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-front.layout.json new file mode 100644 index 0000000000..cf999aea73 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/cast-vote-record-report.json new file mode 100644 index 0000000000..d887617239 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e5f2f09-f3c0-4bd3-b540-d86da5238a8e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-modified","UniqueId":"1e5f2f09-f3c0-4bd3-b540-d86da5238a8e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-d5d0eee1434c6babb6cccf06b0e960cb46717cb10e2f7f048247bd5d1f37c890"},"Location":"file:1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-3e5f436c110704d0f04dc90c03c896092ba49b50b4aae515a6565cfdbdba4866"},"Location":"file:1e5f2f09-f3c0-4bd3-b540-d86da5238a8e-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17510a68-c87e-4c84-a3c1-434e9188ea76/17510a68-c87e-4c84-a3c1-434e9188ea76-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17510a68-c87e-4c84-a3c1-434e9188ea76/17510a68-c87e-4c84-a3c1-434e9188ea76-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-back.layout.json new file mode 100644 index 0000000000..0ba9c0427b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17510a68-c87e-4c84-a3c1-434e9188ea76/17510a68-c87e-4c84-a3c1-434e9188ea76-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/17510a68-c87e-4c84-a3c1-434e9188ea76/17510a68-c87e-4c84-a3c1-434e9188ea76-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-front.layout.json new file mode 100644 index 0000000000..cb058b6523 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/cast-vote-record-report.json new file mode 100644 index 0000000000..22c5c68509 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-modified","UniqueId":"1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-f02ec075444b21ca3690edf087dd0a78882776271cbb8d723ed28fbe66861dbc"},"Location":"file:1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-70482b4f5c7a934cd64922d524b11a870e51906a4aec2c470bdf2df0c436b3b7"},"Location":"file:1e92c3d1-fe88-4cf9-8904-fec7e54b5d5e-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2466f693-d008-4d11-ad4e-ab2419bab227/2466f693-d008-4d11-ad4e-ab2419bab227-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/1edba684-6c1d-4df4-8090-57d3277e64cd-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2466f693-d008-4d11-ad4e-ab2419bab227/2466f693-d008-4d11-ad4e-ab2419bab227-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/1edba684-6c1d-4df4-8090-57d3277e64cd-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/1edba684-6c1d-4df4-8090-57d3277e64cd-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/1edba684-6c1d-4df4-8090-57d3277e64cd-back.layout.json new file mode 100644 index 0000000000..4411972320 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/1edba684-6c1d-4df4-8090-57d3277e64cd-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2466f693-d008-4d11-ad4e-ab2419bab227/2466f693-d008-4d11-ad4e-ab2419bab227-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/1edba684-6c1d-4df4-8090-57d3277e64cd-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2466f693-d008-4d11-ad4e-ab2419bab227/2466f693-d008-4d11-ad4e-ab2419bab227-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/1edba684-6c1d-4df4-8090-57d3277e64cd-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/1edba684-6c1d-4df4-8090-57d3277e64cd-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/1edba684-6c1d-4df4-8090-57d3277e64cd-front.layout.json new file mode 100644 index 0000000000..8516fdc05a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/1edba684-6c1d-4df4-8090-57d3277e64cd-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/cast-vote-record-report.json new file mode 100644 index 0000000000..0f498d5baf --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1edba684-6c1d-4df4-8090-57d3277e64cd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1edba684-6c1d-4df4-8090-57d3277e64cd-modified","UniqueId":"1edba684-6c1d-4df4-8090-57d3277e64cd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1edba684-6c1d-4df4-8090-57d3277e64cd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:1edba684-6c1d-4df4-8090-57d3277e64cd-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-33a819156c8fbdce004f3d7e1cfd15b6b7480b679386d074abfb523815ddf36e"},"Location":"file:1edba684-6c1d-4df4-8090-57d3277e64cd-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-fa13b7ace6b5f4c9497d51cf12f299461b82e541551f23af2fcf15b788f244d1"},"Location":"file:1edba684-6c1d-4df4-8090-57d3277e64cd-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1f173933-2054-4d2f-86a2-4f901482781d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1f173933-2054-4d2f-86a2-4f901482781d/cast-vote-record-report.json new file mode 100644 index 0000000000..7d3bbd5078 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1f173933-2054-4d2f-86a2-4f901482781d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"1f173933-2054-4d2f-86a2-4f901482781d-modified","UniqueId":"1f173933-2054-4d2f-86a2-4f901482781d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1f173933-2054-4d2f-86a2-4f901482781d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1f231ed5-9f31-46c7-826e-9e0c714599e7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1f231ed5-9f31-46c7-826e-9e0c714599e7/cast-vote-record-report.json deleted file mode 100644 index 7e3cccf12d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1f231ed5-9f31-46c7-826e-9e0c714599e7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1f231ed5-9f31-46c7-826e-9e0c714599e7-modified","UniqueId":"1f231ed5-9f31-46c7-826e-9e0c714599e7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1f231ed5-9f31-46c7-826e-9e0c714599e7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1f5509d9-f08d-4c76-8884-e822eecfc932/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1f5509d9-f08d-4c76-8884-e822eecfc932/cast-vote-record-report.json deleted file mode 100644 index 06155d2d29..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/1f5509d9-f08d-4c76-8884-e822eecfc932/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"1f5509d9-f08d-4c76-8884-e822eecfc932-modified","UniqueId":"1f5509d9-f08d-4c76-8884-e822eecfc932","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"1f5509d9-f08d-4c76-8884-e822eecfc932-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20239eef-3878-4810-8e24-5d500af4e858/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20239eef-3878-4810-8e24-5d500af4e858/cast-vote-record-report.json new file mode 100644 index 0000000000..795993dfb4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20239eef-3878-4810-8e24-5d500af4e858/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"20239eef-3878-4810-8e24-5d500af4e858-modified","UniqueId":"20239eef-3878-4810-8e24-5d500af4e858","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"20239eef-3878-4810-8e24-5d500af4e858-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/203995c9-1f27-4080-8ef0-03a0ef98cc1c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/203995c9-1f27-4080-8ef0-03a0ef98cc1c/cast-vote-record-report.json deleted file mode 100644 index 4b711c4794..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/203995c9-1f27-4080-8ef0-03a0ef98cc1c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"203995c9-1f27-4080-8ef0-03a0ef98cc1c-modified","UniqueId":"203995c9-1f27-4080-8ef0-03a0ef98cc1c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"203995c9-1f27-4080-8ef0-03a0ef98cc1c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2043f56a-2f9c-4551-bafc-d688d3eb09bb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2043f56a-2f9c-4551-bafc-d688d3eb09bb/cast-vote-record-report.json new file mode 100644 index 0000000000..ede69bcff5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2043f56a-2f9c-4551-bafc-d688d3eb09bb/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2043f56a-2f9c-4551-bafc-d688d3eb09bb-modified","UniqueId":"2043f56a-2f9c-4551-bafc-d688d3eb09bb","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2043f56a-2f9c-4551-bafc-d688d3eb09bb-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20606b8f-09ce-4d5d-9066-5e49a2182681/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20606b8f-09ce-4d5d-9066-5e49a2182681/cast-vote-record-report.json deleted file mode 100644 index d1e49caa8f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20606b8f-09ce-4d5d-9066-5e49a2182681/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"20606b8f-09ce-4d5d-9066-5e49a2182681-modified","UniqueId":"20606b8f-09ce-4d5d-9066-5e49a2182681","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"20606b8f-09ce-4d5d-9066-5e49a2182681-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20bebe44-18bd-41f0-a3a1-a9bd89d97b8c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20bebe44-18bd-41f0-a3a1-a9bd89d97b8c/cast-vote-record-report.json deleted file mode 100644 index 386b7ca4fb..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20bebe44-18bd-41f0-a3a1-a9bd89d97b8c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"20bebe44-18bd-41f0-a3a1-a9bd89d97b8c-modified","UniqueId":"20bebe44-18bd-41f0-a3a1-a9bd89d97b8c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"20bebe44-18bd-41f0-a3a1-a9bd89d97b8c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20def728-fac8-4628-acf9-6dc463cb3b3d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20def728-fac8-4628-acf9-6dc463cb3b3d/cast-vote-record-report.json new file mode 100644 index 0000000000..6788ad8eeb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20def728-fac8-4628-acf9-6dc463cb3b3d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"20def728-fac8-4628-acf9-6dc463cb3b3d-modified","UniqueId":"20def728-fac8-4628-acf9-6dc463cb3b3d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"20def728-fac8-4628-acf9-6dc463cb3b3d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20fbd4c0-14a8-475f-acd2-8239f10a93fb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20fbd4c0-14a8-475f-acd2-8239f10a93fb/cast-vote-record-report.json deleted file mode 100644 index d1312ae667..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/20fbd4c0-14a8-475f-acd2-8239f10a93fb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"20fbd4c0-14a8-475f-acd2-8239f10a93fb-modified","UniqueId":"20fbd4c0-14a8-475f-acd2-8239f10a93fb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"20fbd4c0-14a8-475f-acd2-8239f10a93fb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/211600c2-a01f-45c7-85a0-026963e6f38e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/211600c2-a01f-45c7-85a0-026963e6f38e/cast-vote-record-report.json new file mode 100644 index 0000000000..944f27434a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/211600c2-a01f-45c7-85a0-026963e6f38e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"211600c2-a01f-45c7-85a0-026963e6f38e-modified","UniqueId":"211600c2-a01f-45c7-85a0-026963e6f38e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"211600c2-a01f-45c7-85a0-026963e6f38e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/216c3b34-75e9-487f-b97e-d1c01b6edd30/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/216c3b34-75e9-487f-b97e-d1c01b6edd30/cast-vote-record-report.json new file mode 100644 index 0000000000..165c2d20cf --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/216c3b34-75e9-487f-b97e-d1c01b6edd30/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"216c3b34-75e9-487f-b97e-d1c01b6edd30-modified","UniqueId":"216c3b34-75e9-487f-b97e-d1c01b6edd30","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"216c3b34-75e9-487f-b97e-d1c01b6edd30-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2178c40c-55de-45cf-acd9-99a780869595/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2178c40c-55de-45cf-acd9-99a780869595/cast-vote-record-report.json new file mode 100644 index 0000000000..c1a0d36c10 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2178c40c-55de-45cf-acd9-99a780869595/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2178c40c-55de-45cf-acd9-99a780869595-modified","UniqueId":"2178c40c-55de-45cf-acd9-99a780869595","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2178c40c-55de-45cf-acd9-99a780869595-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/217b4a2e-9627-46ba-859c-091c46cfccc6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/217b4a2e-9627-46ba-859c-091c46cfccc6/cast-vote-record-report.json new file mode 100644 index 0000000000..7ab50b26e3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/217b4a2e-9627-46ba-859c-091c46cfccc6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"217b4a2e-9627-46ba-859c-091c46cfccc6-modified","UniqueId":"217b4a2e-9627-46ba-859c-091c46cfccc6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"217b4a2e-9627-46ba-859c-091c46cfccc6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22120cd6-d8e8-4661-b29f-7dec146f7ae4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22120cd6-d8e8-4661-b29f-7dec146f7ae4/cast-vote-record-report.json deleted file mode 100644 index d7da01ebac..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22120cd6-d8e8-4661-b29f-7dec146f7ae4/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"22120cd6-d8e8-4661-b29f-7dec146f7ae4-modified","UniqueId":"22120cd6-d8e8-4661-b29f-7dec146f7ae4","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"22120cd6-d8e8-4661-b29f-7dec146f7ae4-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2223630e-62c1-408a-bdfe-6a73c1c9cf8e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2223630e-62c1-408a-bdfe-6a73c1c9cf8e/cast-vote-record-report.json new file mode 100644 index 0000000000..76a8925759 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2223630e-62c1-408a-bdfe-6a73c1c9cf8e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2223630e-62c1-408a-bdfe-6a73c1c9cf8e-modified","UniqueId":"2223630e-62c1-408a-bdfe-6a73c1c9cf8e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2223630e-62c1-408a-bdfe-6a73c1c9cf8e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2228bd52-dbe8-42b3-9826-e10d2a7873d1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2228bd52-dbe8-42b3-9826-e10d2a7873d1/cast-vote-record-report.json new file mode 100644 index 0000000000..ae0bda134d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2228bd52-dbe8-42b3-9826-e10d2a7873d1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2228bd52-dbe8-42b3-9826-e10d2a7873d1-modified","UniqueId":"2228bd52-dbe8-42b3-9826-e10d2a7873d1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2228bd52-dbe8-42b3-9826-e10d2a7873d1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/223bbc22-3508-4b22-976f-16af84cf3d22/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/223bbc22-3508-4b22-976f-16af84cf3d22/cast-vote-record-report.json new file mode 100644 index 0000000000..053b2ff120 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/223bbc22-3508-4b22-976f-16af84cf3d22/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"223bbc22-3508-4b22-976f-16af84cf3d22-modified","UniqueId":"223bbc22-3508-4b22-976f-16af84cf3d22","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"223bbc22-3508-4b22-976f-16af84cf3d22-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/223be7c1-0188-4641-bd97-eab8acfedc89/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/223be7c1-0188-4641-bd97-eab8acfedc89/cast-vote-record-report.json new file mode 100644 index 0000000000..02a465ecff --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/223be7c1-0188-4641-bd97-eab8acfedc89/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"223be7c1-0188-4641-bd97-eab8acfedc89-modified","UniqueId":"223be7c1-0188-4641-bd97-eab8acfedc89","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"223be7c1-0188-4641-bd97-eab8acfedc89-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22535df8-a2ae-4cc2-9d65-7fdda66d8c03/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22535df8-a2ae-4cc2-9d65-7fdda66d8c03/cast-vote-record-report.json deleted file mode 100644 index de9e78cc06..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22535df8-a2ae-4cc2-9d65-7fdda66d8c03/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"22535df8-a2ae-4cc2-9d65-7fdda66d8c03-modified","UniqueId":"22535df8-a2ae-4cc2-9d65-7fdda66d8c03","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"22535df8-a2ae-4cc2-9d65-7fdda66d8c03-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2282b365-bd97-49ee-a47e-00fa4e0115b5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2282b365-bd97-49ee-a47e-00fa4e0115b5/cast-vote-record-report.json new file mode 100644 index 0000000000..26d7ec406a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2282b365-bd97-49ee-a47e-00fa4e0115b5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2282b365-bd97-49ee-a47e-00fa4e0115b5-modified","UniqueId":"2282b365-bd97-49ee-a47e-00fa4e0115b5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2282b365-bd97-49ee-a47e-00fa4e0115b5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22988101-fe37-4b53-a041-d1aa6173b77f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22988101-fe37-4b53-a041-d1aa6173b77f/cast-vote-record-report.json deleted file mode 100644 index 477e55780d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22988101-fe37-4b53-a041-d1aa6173b77f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"22988101-fe37-4b53-a041-d1aa6173b77f-modified","UniqueId":"22988101-fe37-4b53-a041-d1aa6173b77f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"22988101-fe37-4b53-a041-d1aa6173b77f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22e9e172-6e63-45fc-b9b9-23c67e457521/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22e9e172-6e63-45fc-b9b9-23c67e457521/cast-vote-record-report.json new file mode 100644 index 0000000000..892b773ab8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22e9e172-6e63-45fc-b9b9-23c67e457521/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"22e9e172-6e63-45fc-b9b9-23c67e457521-modified","UniqueId":"22e9e172-6e63-45fc-b9b9-23c67e457521","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"22e9e172-6e63-45fc-b9b9-23c67e457521-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22eba8d3-8fb6-4e7a-a279-764487b2472d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22eba8d3-8fb6-4e7a-a279-764487b2472d/cast-vote-record-report.json new file mode 100644 index 0000000000..acfc569712 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/22eba8d3-8fb6-4e7a-a279-764487b2472d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"22eba8d3-8fb6-4e7a-a279-764487b2472d-modified","UniqueId":"22eba8d3-8fb6-4e7a-a279-764487b2472d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"22eba8d3-8fb6-4e7a-a279-764487b2472d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/231ac7d0-b464-4660-8a5c-f12442422b84/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/231ac7d0-b464-4660-8a5c-f12442422b84/cast-vote-record-report.json new file mode 100644 index 0000000000..c5a83f5393 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/231ac7d0-b464-4660-8a5c-f12442422b84/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"231ac7d0-b464-4660-8a5c-f12442422b84-modified","UniqueId":"231ac7d0-b464-4660-8a5c-f12442422b84","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"231ac7d0-b464-4660-8a5c-f12442422b84-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/23404419-764a-4573-a59c-442602b3d5ac/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/23404419-764a-4573-a59c-442602b3d5ac/cast-vote-record-report.json deleted file mode 100644 index 328e93a103..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/23404419-764a-4573-a59c-442602b3d5ac/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"23404419-764a-4573-a59c-442602b3d5ac-modified","UniqueId":"23404419-764a-4573-a59c-442602b3d5ac","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"23404419-764a-4573-a59c-442602b3d5ac-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/23a37b59-91a1-4953-afe6-f555c151f23b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/23a37b59-91a1-4953-afe6-f555c151f23b/cast-vote-record-report.json deleted file mode 100644 index bcb9bdc285..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/23a37b59-91a1-4953-afe6-f555c151f23b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"23a37b59-91a1-4953-afe6-f555c151f23b-modified","UniqueId":"23a37b59-91a1-4953-afe6-f555c151f23b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"23a37b59-91a1-4953-afe6-f555c151f23b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/23dda3b2-747f-41cf-bca3-afb8e73703f3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/23dda3b2-747f-41cf-bca3-afb8e73703f3/cast-vote-record-report.json deleted file mode 100644 index 7d701e7f7f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/23dda3b2-747f-41cf-bca3-afb8e73703f3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"23dda3b2-747f-41cf-bca3-afb8e73703f3-modified","UniqueId":"23dda3b2-747f-41cf-bca3-afb8e73703f3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"23dda3b2-747f-41cf-bca3-afb8e73703f3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24400e2c-b18b-4cad-90ce-f394ab3ea885/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24400e2c-b18b-4cad-90ce-f394ab3ea885/cast-vote-record-report.json new file mode 100644 index 0000000000..0cebd4c9c4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24400e2c-b18b-4cad-90ce-f394ab3ea885/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"24400e2c-b18b-4cad-90ce-f394ab3ea885-modified","UniqueId":"24400e2c-b18b-4cad-90ce-f394ab3ea885","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"24400e2c-b18b-4cad-90ce-f394ab3ea885-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2466f693-d008-4d11-ad4e-ab2419bab227/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2466f693-d008-4d11-ad4e-ab2419bab227/cast-vote-record-report.json deleted file mode 100644 index 2ab5c9044e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2466f693-d008-4d11-ad4e-ab2419bab227/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2466f693-d008-4d11-ad4e-ab2419bab227-modified","UniqueId":"2466f693-d008-4d11-ad4e-ab2419bab227","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2466f693-d008-4d11-ad4e-ab2419bab227-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:2466f693-d008-4d11-ad4e-ab2419bab227-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:2466f693-d008-4d11-ad4e-ab2419bab227-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/249e5c70-e8b7-4ad8-9baf-1c274df835ef/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/249e5c70-e8b7-4ad8-9baf-1c274df835ef/cast-vote-record-report.json deleted file mode 100644 index bf5fd3efbc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/249e5c70-e8b7-4ad8-9baf-1c274df835ef/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"249e5c70-e8b7-4ad8-9baf-1c274df835ef-modified","UniqueId":"249e5c70-e8b7-4ad8-9baf-1c274df835ef","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"249e5c70-e8b7-4ad8-9baf-1c274df835ef-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24a05972-7fc5-4b62-9b06-607058c69bc7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24a05972-7fc5-4b62-9b06-607058c69bc7/cast-vote-record-report.json new file mode 100644 index 0000000000..7e8ed6ba64 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24a05972-7fc5-4b62-9b06-607058c69bc7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"24a05972-7fc5-4b62-9b06-607058c69bc7-modified","UniqueId":"24a05972-7fc5-4b62-9b06-607058c69bc7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"24a05972-7fc5-4b62-9b06-607058c69bc7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/262d3474-4f33-421b-8b19-8e220a3a17dd/262d3474-4f33-421b-8b19-8e220a3a17dd-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/24f39664-0bdf-4573-93f3-91d9f5b252f0-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/262d3474-4f33-421b-8b19-8e220a3a17dd/262d3474-4f33-421b-8b19-8e220a3a17dd-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/24f39664-0bdf-4573-93f3-91d9f5b252f0-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/24f39664-0bdf-4573-93f3-91d9f5b252f0-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/24f39664-0bdf-4573-93f3-91d9f5b252f0-back.layout.json new file mode 100644 index 0000000000..6ae57b62c1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/24f39664-0bdf-4573-93f3-91d9f5b252f0-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/262d3474-4f33-421b-8b19-8e220a3a17dd/262d3474-4f33-421b-8b19-8e220a3a17dd-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/24f39664-0bdf-4573-93f3-91d9f5b252f0-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/262d3474-4f33-421b-8b19-8e220a3a17dd/262d3474-4f33-421b-8b19-8e220a3a17dd-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/24f39664-0bdf-4573-93f3-91d9f5b252f0-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/24f39664-0bdf-4573-93f3-91d9f5b252f0-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/24f39664-0bdf-4573-93f3-91d9f5b252f0-front.layout.json new file mode 100644 index 0000000000..2a85dbc1ab --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/24f39664-0bdf-4573-93f3-91d9f5b252f0-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/cast-vote-record-report.json new file mode 100644 index 0000000000..0459751106 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/24f39664-0bdf-4573-93f3-91d9f5b252f0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"24f39664-0bdf-4573-93f3-91d9f5b252f0-modified","UniqueId":"24f39664-0bdf-4573-93f3-91d9f5b252f0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"24f39664-0bdf-4573-93f3-91d9f5b252f0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:24f39664-0bdf-4573-93f3-91d9f5b252f0-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-623d0cfd1f0fcd92077b0f6b83ce60581ca746901ea2e78001b79fac09b12fe9"},"Location":"file:24f39664-0bdf-4573-93f3-91d9f5b252f0-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-2da7342575fce65fab238ebf187d2c9c0cfdbaed3d97534ae7147aa983ffa37a"},"Location":"file:24f39664-0bdf-4573-93f3-91d9f5b252f0-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2635b48f-9aa1-4197-bff0-7520c5a2a565/2635b48f-9aa1-4197-bff0-7520c5a2a565-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/250dc30a-0bfb-448c-bb11-2235d1da8f0b-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2635b48f-9aa1-4197-bff0-7520c5a2a565/2635b48f-9aa1-4197-bff0-7520c5a2a565-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/250dc30a-0bfb-448c-bb11-2235d1da8f0b-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/250dc30a-0bfb-448c-bb11-2235d1da8f0b-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/250dc30a-0bfb-448c-bb11-2235d1da8f0b-back.layout.json new file mode 100644 index 0000000000..523043b56f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/250dc30a-0bfb-448c-bb11-2235d1da8f0b-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2635b48f-9aa1-4197-bff0-7520c5a2a565/2635b48f-9aa1-4197-bff0-7520c5a2a565-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/250dc30a-0bfb-448c-bb11-2235d1da8f0b-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2635b48f-9aa1-4197-bff0-7520c5a2a565/2635b48f-9aa1-4197-bff0-7520c5a2a565-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/250dc30a-0bfb-448c-bb11-2235d1da8f0b-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/250dc30a-0bfb-448c-bb11-2235d1da8f0b-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/250dc30a-0bfb-448c-bb11-2235d1da8f0b-front.layout.json new file mode 100644 index 0000000000..347ea649f0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/250dc30a-0bfb-448c-bb11-2235d1da8f0b-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/cast-vote-record-report.json new file mode 100644 index 0000000000..f5a794242e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250dc30a-0bfb-448c-bb11-2235d1da8f0b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"250dc30a-0bfb-448c-bb11-2235d1da8f0b-modified","UniqueId":"250dc30a-0bfb-448c-bb11-2235d1da8f0b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"250dc30a-0bfb-448c-bb11-2235d1da8f0b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:250dc30a-0bfb-448c-bb11-2235d1da8f0b-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-441700437246155a194785ae92989bbf93e523dca4f82b2e864c4840ec370a34"},"Location":"file:250dc30a-0bfb-448c-bb11-2235d1da8f0b-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-c11d6db6690bafbc5bc456a753ef2aa19ff802e48c17d175fb38b2fcfdfde292"},"Location":"file:250dc30a-0bfb-448c-bb11-2235d1da8f0b-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250f2fb8-0676-4928-b581-9667c3d35058/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250f2fb8-0676-4928-b581-9667c3d35058/cast-vote-record-report.json deleted file mode 100644 index 425ea471ad..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/250f2fb8-0676-4928-b581-9667c3d35058/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"250f2fb8-0676-4928-b581-9667c3d35058-modified","UniqueId":"250f2fb8-0676-4928-b581-9667c3d35058","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"250f2fb8-0676-4928-b581-9667c3d35058-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/252f6e69-ac09-4d7c-9126-a40f3c985a06/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/252f6e69-ac09-4d7c-9126-a40f3c985a06/cast-vote-record-report.json new file mode 100644 index 0000000000..4de356b2fb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/252f6e69-ac09-4d7c-9126-a40f3c985a06/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"252f6e69-ac09-4d7c-9126-a40f3c985a06-modified","UniqueId":"252f6e69-ac09-4d7c-9126-a40f3c985a06","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"252f6e69-ac09-4d7c-9126-a40f3c985a06-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2597de97-8f2c-4db7-8a1f-78af200a127b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2597de97-8f2c-4db7-8a1f-78af200a127b/cast-vote-record-report.json deleted file mode 100644 index c44d3c84f8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2597de97-8f2c-4db7-8a1f-78af200a127b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2597de97-8f2c-4db7-8a1f-78af200a127b-modified","UniqueId":"2597de97-8f2c-4db7-8a1f-78af200a127b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2597de97-8f2c-4db7-8a1f-78af200a127b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/25e3e595-ecfa-4b20-b4a8-b445ea56cc6a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/25e3e595-ecfa-4b20-b4a8-b445ea56cc6a/cast-vote-record-report.json new file mode 100644 index 0000000000..844379f185 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/25e3e595-ecfa-4b20-b4a8-b445ea56cc6a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"25e3e595-ecfa-4b20-b4a8-b445ea56cc6a-modified","UniqueId":"25e3e595-ecfa-4b20-b4a8-b445ea56cc6a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"25e3e595-ecfa-4b20-b4a8-b445ea56cc6a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2628f50a-898e-401c-8639-aeaa19369c1c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2628f50a-898e-401c-8639-aeaa19369c1c/cast-vote-record-report.json deleted file mode 100644 index 787d155dab..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2628f50a-898e-401c-8639-aeaa19369c1c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2628f50a-898e-401c-8639-aeaa19369c1c-modified","UniqueId":"2628f50a-898e-401c-8639-aeaa19369c1c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2628f50a-898e-401c-8639-aeaa19369c1c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/262d3474-4f33-421b-8b19-8e220a3a17dd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/262d3474-4f33-421b-8b19-8e220a3a17dd/cast-vote-record-report.json deleted file mode 100644 index 5ea19f7653..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/262d3474-4f33-421b-8b19-8e220a3a17dd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"262d3474-4f33-421b-8b19-8e220a3a17dd-modified","UniqueId":"262d3474-4f33-421b-8b19-8e220a3a17dd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"262d3474-4f33-421b-8b19-8e220a3a17dd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:262d3474-4f33-421b-8b19-8e220a3a17dd-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:262d3474-4f33-421b-8b19-8e220a3a17dd-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2635b48f-9aa1-4197-bff0-7520c5a2a565/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2635b48f-9aa1-4197-bff0-7520c5a2a565/cast-vote-record-report.json deleted file mode 100644 index ac6abb06df..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2635b48f-9aa1-4197-bff0-7520c5a2a565/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2635b48f-9aa1-4197-bff0-7520c5a2a565-modified","UniqueId":"2635b48f-9aa1-4197-bff0-7520c5a2a565","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2635b48f-9aa1-4197-bff0-7520c5a2a565-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:2635b48f-9aa1-4197-bff0-7520c5a2a565-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:2635b48f-9aa1-4197-bff0-7520c5a2a565-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/26818d38-1212-40fc-b9b0-cdb396fe0de0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/26818d38-1212-40fc-b9b0-cdb396fe0de0/cast-vote-record-report.json new file mode 100644 index 0000000000..4ef29f7f94 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/26818d38-1212-40fc-b9b0-cdb396fe0de0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"26818d38-1212-40fc-b9b0-cdb396fe0de0-modified","UniqueId":"26818d38-1212-40fc-b9b0-cdb396fe0de0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"26818d38-1212-40fc-b9b0-cdb396fe0de0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/26d9e4a1-683e-4462-a2ba-d025123c6eb8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/26d9e4a1-683e-4462-a2ba-d025123c6eb8/cast-vote-record-report.json deleted file mode 100644 index 97e3a8cf71..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/26d9e4a1-683e-4462-a2ba-d025123c6eb8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"26d9e4a1-683e-4462-a2ba-d025123c6eb8-modified","UniqueId":"26d9e4a1-683e-4462-a2ba-d025123c6eb8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"26d9e4a1-683e-4462-a2ba-d025123c6eb8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/26fdabf4-0859-498f-89af-92c57c51d585/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/26fdabf4-0859-498f-89af-92c57c51d585/cast-vote-record-report.json deleted file mode 100644 index 08ac3fc1ec..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/26fdabf4-0859-498f-89af-92c57c51d585/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"26fdabf4-0859-498f-89af-92c57c51d585-modified","UniqueId":"26fdabf4-0859-498f-89af-92c57c51d585","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"26fdabf4-0859-498f-89af-92c57c51d585-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/270e3b38-b011-4a60-9bf1-eaae7ece6fea/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/270e3b38-b011-4a60-9bf1-eaae7ece6fea/cast-vote-record-report.json new file mode 100644 index 0000000000..61acdc60ee --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/270e3b38-b011-4a60-9bf1-eaae7ece6fea/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"270e3b38-b011-4a60-9bf1-eaae7ece6fea-modified","UniqueId":"270e3b38-b011-4a60-9bf1-eaae7ece6fea","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"270e3b38-b011-4a60-9bf1-eaae7ece6fea-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/272eeb15-92c1-4017-8bc9-ed335c4e6a2d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/272eeb15-92c1-4017-8bc9-ed335c4e6a2d/cast-vote-record-report.json new file mode 100644 index 0000000000..c43e458d64 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/272eeb15-92c1-4017-8bc9-ed335c4e6a2d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"272eeb15-92c1-4017-8bc9-ed335c4e6a2d-modified","UniqueId":"272eeb15-92c1-4017-8bc9-ed335c4e6a2d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"272eeb15-92c1-4017-8bc9-ed335c4e6a2d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/273bda02-b5ec-4b7e-af4f-c3834ede0143/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/273bda02-b5ec-4b7e-af4f-c3834ede0143/cast-vote-record-report.json new file mode 100644 index 0000000000..b08b3c6f66 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/273bda02-b5ec-4b7e-af4f-c3834ede0143/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"273bda02-b5ec-4b7e-af4f-c3834ede0143-modified","UniqueId":"273bda02-b5ec-4b7e-af4f-c3834ede0143","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"273bda02-b5ec-4b7e-af4f-c3834ede0143-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/275259b1-01ec-4322-9bc4-6bb01e9b31ec/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/275259b1-01ec-4322-9bc4-6bb01e9b31ec/cast-vote-record-report.json new file mode 100644 index 0000000000..f356909ff4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/275259b1-01ec-4322-9bc4-6bb01e9b31ec/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"275259b1-01ec-4322-9bc4-6bb01e9b31ec-modified","UniqueId":"275259b1-01ec-4322-9bc4-6bb01e9b31ec","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"275259b1-01ec-4322-9bc4-6bb01e9b31ec-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2785d08e-6869-4ff1-ae68-ad6250894c93/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2785d08e-6869-4ff1-ae68-ad6250894c93/cast-vote-record-report.json new file mode 100644 index 0000000000..56089dbfe0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2785d08e-6869-4ff1-ae68-ad6250894c93/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2785d08e-6869-4ff1-ae68-ad6250894c93-modified","UniqueId":"2785d08e-6869-4ff1-ae68-ad6250894c93","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2785d08e-6869-4ff1-ae68-ad6250894c93-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/278eaf45-7535-40be-90d3-82b516135ec8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/278eaf45-7535-40be-90d3-82b516135ec8/cast-vote-record-report.json new file mode 100644 index 0000000000..e2c496f2af --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/278eaf45-7535-40be-90d3-82b516135ec8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"278eaf45-7535-40be-90d3-82b516135ec8-modified","UniqueId":"278eaf45-7535-40be-90d3-82b516135ec8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"278eaf45-7535-40be-90d3-82b516135ec8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27928334-4e8b-43aa-af30-fedc01457a0d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27928334-4e8b-43aa-af30-fedc01457a0d/cast-vote-record-report.json new file mode 100644 index 0000000000..64b267aea1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27928334-4e8b-43aa-af30-fedc01457a0d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"27928334-4e8b-43aa-af30-fedc01457a0d-modified","UniqueId":"27928334-4e8b-43aa-af30-fedc01457a0d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"27928334-4e8b-43aa-af30-fedc01457a0d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27ac8c5b-2189-4ace-b9b0-15718e7705b8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27ac8c5b-2189-4ace-b9b0-15718e7705b8/cast-vote-record-report.json new file mode 100644 index 0000000000..ecb2ec5141 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27ac8c5b-2189-4ace-b9b0-15718e7705b8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"27ac8c5b-2189-4ace-b9b0-15718e7705b8-modified","UniqueId":"27ac8c5b-2189-4ace-b9b0-15718e7705b8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"27ac8c5b-2189-4ace-b9b0-15718e7705b8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bb9822-0926-4cac-9732-e9c095096007/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bb9822-0926-4cac-9732-e9c095096007/cast-vote-record-report.json deleted file mode 100644 index b52874070e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bb9822-0926-4cac-9732-e9c095096007/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"27bb9822-0926-4cac-9732-e9c095096007-modified","UniqueId":"27bb9822-0926-4cac-9732-e9c095096007","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"27bb9822-0926-4cac-9732-e9c095096007-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:27bb9822-0926-4cac-9732-e9c095096007-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:27bb9822-0926-4cac-9732-e9c095096007-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bfe7a6-801b-448a-99dc-9390114da313/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bfe7a6-801b-448a-99dc-9390114da313/cast-vote-record-report.json deleted file mode 100644 index 811d360fb7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bfe7a6-801b-448a-99dc-9390114da313/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"27bfe7a6-801b-448a-99dc-9390114da313-modified","UniqueId":"27bfe7a6-801b-448a-99dc-9390114da313","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"27bfe7a6-801b-448a-99dc-9390114da313-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:27bfe7a6-801b-448a-99dc-9390114da313-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:27bfe7a6-801b-448a-99dc-9390114da313-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27d16d73-e05c-4f87-961c-c951397d3658/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27d16d73-e05c-4f87-961c-c951397d3658/cast-vote-record-report.json new file mode 100644 index 0000000000..07d8c7478f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27d16d73-e05c-4f87-961c-c951397d3658/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"27d16d73-e05c-4f87-961c-c951397d3658-modified","UniqueId":"27d16d73-e05c-4f87-961c-c951397d3658","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"27d16d73-e05c-4f87-961c-c951397d3658-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27eab04d-bf55-436f-b5b4-3105b9a1dbb6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27eab04d-bf55-436f-b5b4-3105b9a1dbb6/cast-vote-record-report.json deleted file mode 100644 index 82a9ddbdca..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27eab04d-bf55-436f-b5b4-3105b9a1dbb6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"27eab04d-bf55-436f-b5b4-3105b9a1dbb6-modified","UniqueId":"27eab04d-bf55-436f-b5b4-3105b9a1dbb6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"27eab04d-bf55-436f-b5b4-3105b9a1dbb6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27f5eddc-9092-401b-a22f-27fc007bb25f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27f5eddc-9092-401b-a22f-27fc007bb25f/cast-vote-record-report.json deleted file mode 100644 index 2e94d5840b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27f5eddc-9092-401b-a22f-27fc007bb25f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"27f5eddc-9092-401b-a22f-27fc007bb25f-modified","UniqueId":"27f5eddc-9092-401b-a22f-27fc007bb25f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"27f5eddc-9092-401b-a22f-27fc007bb25f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28323618-3aa1-420a-9762-0f314159e4d2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28323618-3aa1-420a-9762-0f314159e4d2/cast-vote-record-report.json new file mode 100644 index 0000000000..25d2d7e79a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28323618-3aa1-420a-9762-0f314159e4d2/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"28323618-3aa1-420a-9762-0f314159e4d2-modified","UniqueId":"28323618-3aa1-420a-9762-0f314159e4d2","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"28323618-3aa1-420a-9762-0f314159e4d2-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/284cd79d-fc1b-4114-98b2-e02ef9805f7a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/284cd79d-fc1b-4114-98b2-e02ef9805f7a/cast-vote-record-report.json new file mode 100644 index 0000000000..9b381e07a7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/284cd79d-fc1b-4114-98b2-e02ef9805f7a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"284cd79d-fc1b-4114-98b2-e02ef9805f7a-modified","UniqueId":"284cd79d-fc1b-4114-98b2-e02ef9805f7a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"284cd79d-fc1b-4114-98b2-e02ef9805f7a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28839c1c-2ae2-40c0-8a03-0a1354c45149/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28839c1c-2ae2-40c0-8a03-0a1354c45149/cast-vote-record-report.json new file mode 100644 index 0000000000..d1068577d7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28839c1c-2ae2-40c0-8a03-0a1354c45149/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"28839c1c-2ae2-40c0-8a03-0a1354c45149-modified","UniqueId":"28839c1c-2ae2-40c0-8a03-0a1354c45149","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"28839c1c-2ae2-40c0-8a03-0a1354c45149-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/288ca654-2cd9-41d7-bcf2-843237cca8b7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/288ca654-2cd9-41d7-bcf2-843237cca8b7/cast-vote-record-report.json new file mode 100644 index 0000000000..ce75d2d16d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/288ca654-2cd9-41d7-bcf2-843237cca8b7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"288ca654-2cd9-41d7-bcf2-843237cca8b7-modified","UniqueId":"288ca654-2cd9-41d7-bcf2-843237cca8b7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"288ca654-2cd9-41d7-bcf2-843237cca8b7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/289b2b36-a200-4953-a120-962c90d21005/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/289b2b36-a200-4953-a120-962c90d21005/cast-vote-record-report.json deleted file mode 100644 index 1379bae8af..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/289b2b36-a200-4953-a120-962c90d21005/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"289b2b36-a200-4953-a120-962c90d21005-modified","UniqueId":"289b2b36-a200-4953-a120-962c90d21005","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"289b2b36-a200-4953-a120-962c90d21005-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28d3b362-9a03-4333-83ca-0c1b1c0bed62/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28d3b362-9a03-4333-83ca-0c1b1c0bed62/cast-vote-record-report.json deleted file mode 100644 index 1bc6d4f0eb..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28d3b362-9a03-4333-83ca-0c1b1c0bed62/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"28d3b362-9a03-4333-83ca-0c1b1c0bed62-modified","UniqueId":"28d3b362-9a03-4333-83ca-0c1b1c0bed62","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"28d3b362-9a03-4333-83ca-0c1b1c0bed62-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28d4e9a2-2e47-4645-82a2-b65a27182a9b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28d4e9a2-2e47-4645-82a2-b65a27182a9b/cast-vote-record-report.json deleted file mode 100644 index 49d677f291..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28d4e9a2-2e47-4645-82a2-b65a27182a9b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"28d4e9a2-2e47-4645-82a2-b65a27182a9b-modified","UniqueId":"28d4e9a2-2e47-4645-82a2-b65a27182a9b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"28d4e9a2-2e47-4645-82a2-b65a27182a9b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:28d4e9a2-2e47-4645-82a2-b65a27182a9b-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:28d4e9a2-2e47-4645-82a2-b65a27182a9b-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28e613d5-568e-4b3a-aa55-b9efc99b009a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28e613d5-568e-4b3a-aa55-b9efc99b009a/cast-vote-record-report.json new file mode 100644 index 0000000000..b08c61489f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28e613d5-568e-4b3a-aa55-b9efc99b009a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"28e613d5-568e-4b3a-aa55-b9efc99b009a-modified","UniqueId":"28e613d5-568e-4b3a-aa55-b9efc99b009a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"28e613d5-568e-4b3a-aa55-b9efc99b009a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28ee4d2c-2663-4405-87e4-32f3e4fb9e40/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28ee4d2c-2663-4405-87e4-32f3e4fb9e40/cast-vote-record-report.json new file mode 100644 index 0000000000..15f299ee8f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28ee4d2c-2663-4405-87e4-32f3e4fb9e40/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"28ee4d2c-2663-4405-87e4-32f3e4fb9e40-modified","UniqueId":"28ee4d2c-2663-4405-87e4-32f3e4fb9e40","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"28ee4d2c-2663-4405-87e4-32f3e4fb9e40-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28f4a3eb-4f9b-49fa-ada2-afca4d69a881/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28f4a3eb-4f9b-49fa-ada2-afca4d69a881/cast-vote-record-report.json new file mode 100644 index 0000000000..1e1a2ba54c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28f4a3eb-4f9b-49fa-ada2-afca4d69a881/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"28f4a3eb-4f9b-49fa-ada2-afca4d69a881-modified","UniqueId":"28f4a3eb-4f9b-49fa-ada2-afca4d69a881","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"28f4a3eb-4f9b-49fa-ada2-afca4d69a881-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/290d5476-3563-48f0-b060-549f96108506/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/290d5476-3563-48f0-b060-549f96108506/cast-vote-record-report.json deleted file mode 100644 index 4c94833911..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/290d5476-3563-48f0-b060-549f96108506/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"290d5476-3563-48f0-b060-549f96108506-modified","UniqueId":"290d5476-3563-48f0-b060-549f96108506","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"290d5476-3563-48f0-b060-549f96108506-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:290d5476-3563-48f0-b060-549f96108506-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:290d5476-3563-48f0-b060-549f96108506-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/295feeaf-0d1d-4c74-ae5d-b86fea472576/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/295feeaf-0d1d-4c74-ae5d-b86fea472576/cast-vote-record-report.json deleted file mode 100644 index 9e2ee88819..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/295feeaf-0d1d-4c74-ae5d-b86fea472576/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"295feeaf-0d1d-4c74-ae5d-b86fea472576-modified","UniqueId":"295feeaf-0d1d-4c74-ae5d-b86fea472576","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"295feeaf-0d1d-4c74-ae5d-b86fea472576-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/29bbf385-3feb-4589-be07-2eb274cf7ec8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/29bbf385-3feb-4589-be07-2eb274cf7ec8/cast-vote-record-report.json new file mode 100644 index 0000000000..eaed0ab788 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/29bbf385-3feb-4589-be07-2eb274cf7ec8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"29bbf385-3feb-4589-be07-2eb274cf7ec8-modified","UniqueId":"29bbf385-3feb-4589-be07-2eb274cf7ec8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"29bbf385-3feb-4589-be07-2eb274cf7ec8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/29c275e1-1e2b-40ce-b688-d95e745a1526/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/29c275e1-1e2b-40ce-b688-d95e745a1526/cast-vote-record-report.json new file mode 100644 index 0000000000..8c57dcd4c3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/29c275e1-1e2b-40ce-b688-d95e745a1526/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"29c275e1-1e2b-40ce-b688-d95e745a1526-modified","UniqueId":"29c275e1-1e2b-40ce-b688-d95e745a1526","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"29c275e1-1e2b-40ce-b688-d95e745a1526-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a04c22b-1498-41e8-89ce-77fdd5fd3502/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a04c22b-1498-41e8-89ce-77fdd5fd3502/cast-vote-record-report.json deleted file mode 100644 index 0011b9cfc0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a04c22b-1498-41e8-89ce-77fdd5fd3502/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2a04c22b-1498-41e8-89ce-77fdd5fd3502-modified","UniqueId":"2a04c22b-1498-41e8-89ce-77fdd5fd3502","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2a04c22b-1498-41e8-89ce-77fdd5fd3502-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a057727-c99f-4081-b616-4b45eef3d87e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a057727-c99f-4081-b616-4b45eef3d87e/cast-vote-record-report.json new file mode 100644 index 0000000000..0c179f6af9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a057727-c99f-4081-b616-4b45eef3d87e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2a057727-c99f-4081-b616-4b45eef3d87e-modified","UniqueId":"2a057727-c99f-4081-b616-4b45eef3d87e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2a057727-c99f-4081-b616-4b45eef3d87e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a1f38a9-72ba-424a-b5fc-9316b85c06ee/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a1f38a9-72ba-424a-b5fc-9316b85c06ee/cast-vote-record-report.json new file mode 100644 index 0000000000..134ea54a0c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a1f38a9-72ba-424a-b5fc-9316b85c06ee/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2a1f38a9-72ba-424a-b5fc-9316b85c06ee-modified","UniqueId":"2a1f38a9-72ba-424a-b5fc-9316b85c06ee","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2a1f38a9-72ba-424a-b5fc-9316b85c06ee-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bb9822-0926-4cac-9732-e9c095096007/27bb9822-0926-4cac-9732-e9c095096007-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/2a4c8a1a-cced-4b59-b02f-72cfc518a10a-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bb9822-0926-4cac-9732-e9c095096007/27bb9822-0926-4cac-9732-e9c095096007-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/2a4c8a1a-cced-4b59-b02f-72cfc518a10a-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/2a4c8a1a-cced-4b59-b02f-72cfc518a10a-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/2a4c8a1a-cced-4b59-b02f-72cfc518a10a-back.layout.json new file mode 100644 index 0000000000..b80220d246 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/2a4c8a1a-cced-4b59-b02f-72cfc518a10a-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bb9822-0926-4cac-9732-e9c095096007/27bb9822-0926-4cac-9732-e9c095096007-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/2a4c8a1a-cced-4b59-b02f-72cfc518a10a-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bb9822-0926-4cac-9732-e9c095096007/27bb9822-0926-4cac-9732-e9c095096007-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/2a4c8a1a-cced-4b59-b02f-72cfc518a10a-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/2a4c8a1a-cced-4b59-b02f-72cfc518a10a-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/2a4c8a1a-cced-4b59-b02f-72cfc518a10a-front.layout.json new file mode 100644 index 0000000000..753a4e1c90 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/2a4c8a1a-cced-4b59-b02f-72cfc518a10a-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/cast-vote-record-report.json new file mode 100644 index 0000000000..6ce1349fbe --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4c8a1a-cced-4b59-b02f-72cfc518a10a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2a4c8a1a-cced-4b59-b02f-72cfc518a10a-modified","UniqueId":"2a4c8a1a-cced-4b59-b02f-72cfc518a10a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2a4c8a1a-cced-4b59-b02f-72cfc518a10a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:2a4c8a1a-cced-4b59-b02f-72cfc518a10a-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-b56a26413e431ef8550a3f94e84a8efdf40f7c339a7306519c26557d3b9b31d6"},"Location":"file:2a4c8a1a-cced-4b59-b02f-72cfc518a10a-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-9419922aff5f71127cc75a7c0d1266cfb67c7c30afd5c5f67833b682ae5829fc"},"Location":"file:2a4c8a1a-cced-4b59-b02f-72cfc518a10a-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4d9823-e819-4e5d-9f92-1cb373cdfdaf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4d9823-e819-4e5d-9f92-1cb373cdfdaf/cast-vote-record-report.json new file mode 100644 index 0000000000..b5b399799d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a4d9823-e819-4e5d-9f92-1cb373cdfdaf/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2a4d9823-e819-4e5d-9f92-1cb373cdfdaf-modified","UniqueId":"2a4d9823-e819-4e5d-9f92-1cb373cdfdaf","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2a4d9823-e819-4e5d-9f92-1cb373cdfdaf-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a693b83-7152-46fd-8abd-fb9028dedaf1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a693b83-7152-46fd-8abd-fb9028dedaf1/cast-vote-record-report.json deleted file mode 100644 index f69474a481..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2a693b83-7152-46fd-8abd-fb9028dedaf1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2a693b83-7152-46fd-8abd-fb9028dedaf1-modified","UniqueId":"2a693b83-7152-46fd-8abd-fb9028dedaf1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2a693b83-7152-46fd-8abd-fb9028dedaf1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2ac3de05-4963-4892-91ad-27afe4413bf0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2ac3de05-4963-4892-91ad-27afe4413bf0/cast-vote-record-report.json deleted file mode 100644 index b42f529d12..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2ac3de05-4963-4892-91ad-27afe4413bf0/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2ac3de05-4963-4892-91ad-27afe4413bf0-modified","UniqueId":"2ac3de05-4963-4892-91ad-27afe4413bf0","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2ac3de05-4963-4892-91ad-27afe4413bf0-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2acdbd15-76ea-4e7d-86c8-b6d876276c50/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2acdbd15-76ea-4e7d-86c8-b6d876276c50/cast-vote-record-report.json new file mode 100644 index 0000000000..c0a0c5ec0a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2acdbd15-76ea-4e7d-86c8-b6d876276c50/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2acdbd15-76ea-4e7d-86c8-b6d876276c50-modified","UniqueId":"2acdbd15-76ea-4e7d-86c8-b6d876276c50","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2acdbd15-76ea-4e7d-86c8-b6d876276c50-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2ae471d8-114c-473d-bd19-58c5bfc9ad3f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2ae471d8-114c-473d-bd19-58c5bfc9ad3f/cast-vote-record-report.json new file mode 100644 index 0000000000..ae7785d315 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2ae471d8-114c-473d-bd19-58c5bfc9ad3f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2ae471d8-114c-473d-bd19-58c5bfc9ad3f-modified","UniqueId":"2ae471d8-114c-473d-bd19-58c5bfc9ad3f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2ae471d8-114c-473d-bd19-58c5bfc9ad3f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b07b8dc-bac1-40b5-afa0-39a8cd269ef1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b07b8dc-bac1-40b5-afa0-39a8cd269ef1/cast-vote-record-report.json new file mode 100644 index 0000000000..ee41be978d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b07b8dc-bac1-40b5-afa0-39a8cd269ef1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2b07b8dc-bac1-40b5-afa0-39a8cd269ef1-modified","UniqueId":"2b07b8dc-bac1-40b5-afa0-39a8cd269ef1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2b07b8dc-bac1-40b5-afa0-39a8cd269ef1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b2c208c-9555-424d-98bc-8f04627b706c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b2c208c-9555-424d-98bc-8f04627b706c/cast-vote-record-report.json deleted file mode 100644 index 8ef7a77fa0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b2c208c-9555-424d-98bc-8f04627b706c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2b2c208c-9555-424d-98bc-8f04627b706c-modified","UniqueId":"2b2c208c-9555-424d-98bc-8f04627b706c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2b2c208c-9555-424d-98bc-8f04627b706c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b307ef9-29ed-4b8a-b3d3-f5622f401875/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b307ef9-29ed-4b8a-b3d3-f5622f401875/cast-vote-record-report.json new file mode 100644 index 0000000000..8074683351 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b307ef9-29ed-4b8a-b3d3-f5622f401875/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2b307ef9-29ed-4b8a-b3d3-f5622f401875-modified","UniqueId":"2b307ef9-29ed-4b8a-b3d3-f5622f401875","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2b307ef9-29ed-4b8a-b3d3-f5622f401875-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b4f16a4-5a09-4c9e-8898-60abc37ba2d6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b4f16a4-5a09-4c9e-8898-60abc37ba2d6/cast-vote-record-report.json new file mode 100644 index 0000000000..2bb4c79059 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b4f16a4-5a09-4c9e-8898-60abc37ba2d6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2b4f16a4-5a09-4c9e-8898-60abc37ba2d6-modified","UniqueId":"2b4f16a4-5a09-4c9e-8898-60abc37ba2d6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2b4f16a4-5a09-4c9e-8898-60abc37ba2d6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b51f386-d66b-45e7-824a-9fb8144ad586/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b51f386-d66b-45e7-824a-9fb8144ad586/cast-vote-record-report.json new file mode 100644 index 0000000000..e9124c0220 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2b51f386-d66b-45e7-824a-9fb8144ad586/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2b51f386-d66b-45e7-824a-9fb8144ad586-modified","UniqueId":"2b51f386-d66b-45e7-824a-9fb8144ad586","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2b51f386-d66b-45e7-824a-9fb8144ad586-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2c45a805-acaa-4c0f-9472-2ffc714b6883/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2c45a805-acaa-4c0f-9472-2ffc714b6883/cast-vote-record-report.json new file mode 100644 index 0000000000..176897146a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2c45a805-acaa-4c0f-9472-2ffc714b6883/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2c45a805-acaa-4c0f-9472-2ffc714b6883-modified","UniqueId":"2c45a805-acaa-4c0f-9472-2ffc714b6883","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2c45a805-acaa-4c0f-9472-2ffc714b6883-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2c61fcde-e550-4764-9b43-f92163e8afb6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2c61fcde-e550-4764-9b43-f92163e8afb6/cast-vote-record-report.json deleted file mode 100644 index f4fcd02cb6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2c61fcde-e550-4764-9b43-f92163e8afb6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2c61fcde-e550-4764-9b43-f92163e8afb6-modified","UniqueId":"2c61fcde-e550-4764-9b43-f92163e8afb6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2c61fcde-e550-4764-9b43-f92163e8afb6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2c75e74b-a532-439f-9e70-5da5fb3c511c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2c75e74b-a532-439f-9e70-5da5fb3c511c/cast-vote-record-report.json new file mode 100644 index 0000000000..6c738167ba --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2c75e74b-a532-439f-9e70-5da5fb3c511c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2c75e74b-a532-439f-9e70-5da5fb3c511c-modified","UniqueId":"2c75e74b-a532-439f-9e70-5da5fb3c511c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2c75e74b-a532-439f-9e70-5da5fb3c511c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2c7af2d5-edf4-4f23-8ad6-3d47fd47b90c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2c7af2d5-edf4-4f23-8ad6-3d47fd47b90c/cast-vote-record-report.json deleted file mode 100644 index 09367fe3a7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2c7af2d5-edf4-4f23-8ad6-3d47fd47b90c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2c7af2d5-edf4-4f23-8ad6-3d47fd47b90c-modified","UniqueId":"2c7af2d5-edf4-4f23-8ad6-3d47fd47b90c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2c7af2d5-edf4-4f23-8ad6-3d47fd47b90c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2ca41cf3-e519-496f-9dca-eb6cde45d3c3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2ca41cf3-e519-496f-9dca-eb6cde45d3c3/cast-vote-record-report.json new file mode 100644 index 0000000000..c292f6c9e5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2ca41cf3-e519-496f-9dca-eb6cde45d3c3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2ca41cf3-e519-496f-9dca-eb6cde45d3c3-modified","UniqueId":"2ca41cf3-e519-496f-9dca-eb6cde45d3c3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2ca41cf3-e519-496f-9dca-eb6cde45d3c3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2cb7961d-e41c-4e65-9717-4f133b28f06c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2cb7961d-e41c-4e65-9717-4f133b28f06c/cast-vote-record-report.json deleted file mode 100644 index 89aa868b34..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2cb7961d-e41c-4e65-9717-4f133b28f06c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2cb7961d-e41c-4e65-9717-4f133b28f06c-modified","UniqueId":"2cb7961d-e41c-4e65-9717-4f133b28f06c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2cb7961d-e41c-4e65-9717-4f133b28f06c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d3130c9-f37b-40ee-a8e2-414343dd2c9d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d3130c9-f37b-40ee-a8e2-414343dd2c9d/cast-vote-record-report.json new file mode 100644 index 0000000000..c82a1ab323 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d3130c9-f37b-40ee-a8e2-414343dd2c9d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2d3130c9-f37b-40ee-a8e2-414343dd2c9d-modified","UniqueId":"2d3130c9-f37b-40ee-a8e2-414343dd2c9d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2d3130c9-f37b-40ee-a8e2-414343dd2c9d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d70b9ee-30ed-45c4-9884-0e6bf68f7604/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d70b9ee-30ed-45c4-9884-0e6bf68f7604/cast-vote-record-report.json new file mode 100644 index 0000000000..2d6bab9e11 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d70b9ee-30ed-45c4-9884-0e6bf68f7604/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2d70b9ee-30ed-45c4-9884-0e6bf68f7604-modified","UniqueId":"2d70b9ee-30ed-45c4-9884-0e6bf68f7604","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2d70b9ee-30ed-45c4-9884-0e6bf68f7604-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d875d2f-e3df-4e9a-bab5-df453387c37c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d875d2f-e3df-4e9a-bab5-df453387c37c/cast-vote-record-report.json new file mode 100644 index 0000000000..774c627e0d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d875d2f-e3df-4e9a-bab5-df453387c37c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2d875d2f-e3df-4e9a-bab5-df453387c37c-modified","UniqueId":"2d875d2f-e3df-4e9a-bab5-df453387c37c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2d875d2f-e3df-4e9a-bab5-df453387c37c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d989a27-efa1-4b19-92fe-939804f5bdd8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d989a27-efa1-4b19-92fe-939804f5bdd8/cast-vote-record-report.json new file mode 100644 index 0000000000..fb86048847 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d989a27-efa1-4b19-92fe-939804f5bdd8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2d989a27-efa1-4b19-92fe-939804f5bdd8-modified","UniqueId":"2d989a27-efa1-4b19-92fe-939804f5bdd8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2d989a27-efa1-4b19-92fe-939804f5bdd8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d9a6c53-db93-4e2e-952e-bb84b6d9e25f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d9a6c53-db93-4e2e-952e-bb84b6d9e25f/cast-vote-record-report.json deleted file mode 100644 index 2f11745c6e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2d9a6c53-db93-4e2e-952e-bb84b6d9e25f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2d9a6c53-db93-4e2e-952e-bb84b6d9e25f-modified","UniqueId":"2d9a6c53-db93-4e2e-952e-bb84b6d9e25f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2d9a6c53-db93-4e2e-952e-bb84b6d9e25f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2e0a8e35-5812-46ec-885e-4abceae8b4bd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2e0a8e35-5812-46ec-885e-4abceae8b4bd/cast-vote-record-report.json deleted file mode 100644 index 3ad1569902..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2e0a8e35-5812-46ec-885e-4abceae8b4bd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2e0a8e35-5812-46ec-885e-4abceae8b4bd-modified","UniqueId":"2e0a8e35-5812-46ec-885e-4abceae8b4bd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2e0a8e35-5812-46ec-885e-4abceae8b4bd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2e4601e5-3d0b-45e6-bfd5-81a33ddcb394/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2e4601e5-3d0b-45e6-bfd5-81a33ddcb394/cast-vote-record-report.json deleted file mode 100644 index f7a0dffc98..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2e4601e5-3d0b-45e6-bfd5-81a33ddcb394/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2e4601e5-3d0b-45e6-bfd5-81a33ddcb394-modified","UniqueId":"2e4601e5-3d0b-45e6-bfd5-81a33ddcb394","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2e4601e5-3d0b-45e6-bfd5-81a33ddcb394-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2e64a1e6-a7b3-4468-bb90-fcd4f322c530/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2e64a1e6-a7b3-4468-bb90-fcd4f322c530/cast-vote-record-report.json deleted file mode 100644 index bbd538017e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2e64a1e6-a7b3-4468-bb90-fcd4f322c530/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2e64a1e6-a7b3-4468-bb90-fcd4f322c530-modified","UniqueId":"2e64a1e6-a7b3-4468-bb90-fcd4f322c530","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2e64a1e6-a7b3-4468-bb90-fcd4f322c530-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2e84f6cc-e673-44c9-afd3-6486004d08ad/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2e84f6cc-e673-44c9-afd3-6486004d08ad/cast-vote-record-report.json new file mode 100644 index 0000000000..0ecd779ce5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2e84f6cc-e673-44c9-afd3-6486004d08ad/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2e84f6cc-e673-44c9-afd3-6486004d08ad-modified","UniqueId":"2e84f6cc-e673-44c9-afd3-6486004d08ad","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2e84f6cc-e673-44c9-afd3-6486004d08ad-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2eb767c9-9272-4c9d-bf95-9c2016cc91bf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2eb767c9-9272-4c9d-bf95-9c2016cc91bf/cast-vote-record-report.json deleted file mode 100644 index 9fd5155d52..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2eb767c9-9272-4c9d-bf95-9c2016cc91bf/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2eb767c9-9272-4c9d-bf95-9c2016cc91bf-modified","UniqueId":"2eb767c9-9272-4c9d-bf95-9c2016cc91bf","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2eb767c9-9272-4c9d-bf95-9c2016cc91bf-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2eba1f00-0d7b-475f-a0a5-3766d853516b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2eba1f00-0d7b-475f-a0a5-3766d853516b/cast-vote-record-report.json new file mode 100644 index 0000000000..0fa418134a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2eba1f00-0d7b-475f-a0a5-3766d853516b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2eba1f00-0d7b-475f-a0a5-3766d853516b-modified","UniqueId":"2eba1f00-0d7b-475f-a0a5-3766d853516b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2eba1f00-0d7b-475f-a0a5-3766d853516b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2f3b78db-777f-40ae-a927-5aae65461864/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2f3b78db-777f-40ae-a927-5aae65461864/cast-vote-record-report.json deleted file mode 100644 index 2e5168ce5a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2f3b78db-777f-40ae-a927-5aae65461864/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2f3b78db-777f-40ae-a927-5aae65461864-modified","UniqueId":"2f3b78db-777f-40ae-a927-5aae65461864","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2f3b78db-777f-40ae-a927-5aae65461864-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2f40bd7c-8ad8-48e4-b1d0-3083746a8227/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2f40bd7c-8ad8-48e4-b1d0-3083746a8227/cast-vote-record-report.json deleted file mode 100644 index 0bc451e6ec..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2f40bd7c-8ad8-48e4-b1d0-3083746a8227/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2f40bd7c-8ad8-48e4-b1d0-3083746a8227-modified","UniqueId":"2f40bd7c-8ad8-48e4-b1d0-3083746a8227","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2f40bd7c-8ad8-48e4-b1d0-3083746a8227-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2f83a588-3402-44b7-b5a7-b4939b63aac8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2f83a588-3402-44b7-b5a7-b4939b63aac8/cast-vote-record-report.json new file mode 100644 index 0000000000..154eb49fc2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2f83a588-3402-44b7-b5a7-b4939b63aac8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"2f83a588-3402-44b7-b5a7-b4939b63aac8-modified","UniqueId":"2f83a588-3402-44b7-b5a7-b4939b63aac8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2f83a588-3402-44b7-b5a7-b4939b63aac8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2f911f54-0bf4-4f6f-87a6-f3ce79365ccb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2f911f54-0bf4-4f6f-87a6-f3ce79365ccb/cast-vote-record-report.json deleted file mode 100644 index 41dbe2c6b4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2f911f54-0bf4-4f6f-87a6-f3ce79365ccb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2f911f54-0bf4-4f6f-87a6-f3ce79365ccb-modified","UniqueId":"2f911f54-0bf4-4f6f-87a6-f3ce79365ccb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2f911f54-0bf4-4f6f-87a6-f3ce79365ccb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2fd2777d-0ddb-4f56-a60d-201bbd741ed4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2fd2777d-0ddb-4f56-a60d-201bbd741ed4/cast-vote-record-report.json deleted file mode 100644 index 21bdeb87f2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/2fd2777d-0ddb-4f56-a60d-201bbd741ed4/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"2fd2777d-0ddb-4f56-a60d-201bbd741ed4-modified","UniqueId":"2fd2777d-0ddb-4f56-a60d-201bbd741ed4","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"2fd2777d-0ddb-4f56-a60d-201bbd741ed4-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/301da51f-43d5-403a-a4ab-4145523346e7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/301da51f-43d5-403a-a4ab-4145523346e7/cast-vote-record-report.json new file mode 100644 index 0000000000..fc684ae204 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/301da51f-43d5-403a-a4ab-4145523346e7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"301da51f-43d5-403a-a4ab-4145523346e7-modified","UniqueId":"301da51f-43d5-403a-a4ab-4145523346e7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"301da51f-43d5-403a-a4ab-4145523346e7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3038de3e-8ae1-402f-92b1-79d43e32a1be/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3038de3e-8ae1-402f-92b1-79d43e32a1be/cast-vote-record-report.json deleted file mode 100644 index 067007b418..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3038de3e-8ae1-402f-92b1-79d43e32a1be/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3038de3e-8ae1-402f-92b1-79d43e32a1be-modified","UniqueId":"3038de3e-8ae1-402f-92b1-79d43e32a1be","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3038de3e-8ae1-402f-92b1-79d43e32a1be-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/307de84b-90db-4312-9d40-592a2bde7d72/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/307de84b-90db-4312-9d40-592a2bde7d72/cast-vote-record-report.json deleted file mode 100644 index 0584bcfb0d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/307de84b-90db-4312-9d40-592a2bde7d72/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"307de84b-90db-4312-9d40-592a2bde7d72-modified","UniqueId":"307de84b-90db-4312-9d40-592a2bde7d72","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"307de84b-90db-4312-9d40-592a2bde7d72-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3083e9d9-3a78-4c8a-86fe-6175b2b2bf9e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3083e9d9-3a78-4c8a-86fe-6175b2b2bf9e/cast-vote-record-report.json new file mode 100644 index 0000000000..40ced3bc7a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3083e9d9-3a78-4c8a-86fe-6175b2b2bf9e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3083e9d9-3a78-4c8a-86fe-6175b2b2bf9e-modified","UniqueId":"3083e9d9-3a78-4c8a-86fe-6175b2b2bf9e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3083e9d9-3a78-4c8a-86fe-6175b2b2bf9e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3086ad74-439f-4b3a-8d35-897759ac305e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3086ad74-439f-4b3a-8d35-897759ac305e/cast-vote-record-report.json new file mode 100644 index 0000000000..0a7658c3c2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3086ad74-439f-4b3a-8d35-897759ac305e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3086ad74-439f-4b3a-8d35-897759ac305e-modified","UniqueId":"3086ad74-439f-4b3a-8d35-897759ac305e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3086ad74-439f-4b3a-8d35-897759ac305e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3088c2c1-d832-4924-92b1-d904746233d8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3088c2c1-d832-4924-92b1-d904746233d8/cast-vote-record-report.json deleted file mode 100644 index 52d5cbdf6c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3088c2c1-d832-4924-92b1-d904746233d8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3088c2c1-d832-4924-92b1-d904746233d8-modified","UniqueId":"3088c2c1-d832-4924-92b1-d904746233d8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3088c2c1-d832-4924-92b1-d904746233d8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308ab36f-4035-4694-bdae-9d9845eb0e9a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308ab36f-4035-4694-bdae-9d9845eb0e9a/cast-vote-record-report.json deleted file mode 100644 index f2455d6002..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308ab36f-4035-4694-bdae-9d9845eb0e9a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"308ab36f-4035-4694-bdae-9d9845eb0e9a-modified","UniqueId":"308ab36f-4035-4694-bdae-9d9845eb0e9a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"308ab36f-4035-4694-bdae-9d9845eb0e9a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bfe7a6-801b-448a-99dc-9390114da313/27bfe7a6-801b-448a-99dc-9390114da313-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bfe7a6-801b-448a-99dc-9390114da313/27bfe7a6-801b-448a-99dc-9390114da313-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-back.layout.json new file mode 100644 index 0000000000..1360954e1e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bfe7a6-801b-448a-99dc-9390114da313/27bfe7a6-801b-448a-99dc-9390114da313-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/27bfe7a6-801b-448a-99dc-9390114da313/27bfe7a6-801b-448a-99dc-9390114da313-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-front.layout.json new file mode 100644 index 0000000000..64d8fc97d6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/cast-vote-record-report.json new file mode 100644 index 0000000000..59a251c122 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/308b8a96-e9a1-4f75-a92a-9e4cf3257d2a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-modified","UniqueId":"308b8a96-e9a1-4f75-a92a-9e4cf3257d2a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-cb4e8e06537e97dceed25031a407fbe271b2dddffea963ad803e442324961b5e"},"Location":"file:308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-b058a0105d9f87f6f2a97e62f65ec041f5e507a125af6911bc97328060af7f86"},"Location":"file:308b8a96-e9a1-4f75-a92a-9e4cf3257d2a-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3091784c-dd30-47bd-a4f7-bc9d4e976da5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3091784c-dd30-47bd-a4f7-bc9d4e976da5/cast-vote-record-report.json deleted file mode 100644 index d03a4fdef0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3091784c-dd30-47bd-a4f7-bc9d4e976da5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3091784c-dd30-47bd-a4f7-bc9d4e976da5-modified","UniqueId":"3091784c-dd30-47bd-a4f7-bc9d4e976da5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3091784c-dd30-47bd-a4f7-bc9d4e976da5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/30caf336-709f-4b9c-bda0-b0c8724efdd9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/30caf336-709f-4b9c-bda0-b0c8724efdd9/cast-vote-record-report.json new file mode 100644 index 0000000000..156e2c76f7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/30caf336-709f-4b9c-bda0-b0c8724efdd9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"30caf336-709f-4b9c-bda0-b0c8724efdd9-modified","UniqueId":"30caf336-709f-4b9c-bda0-b0c8724efdd9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"30caf336-709f-4b9c-bda0-b0c8724efdd9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/30e1cfda-bb81-4bcf-b0d2-3db5adbbe047/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/30e1cfda-bb81-4bcf-b0d2-3db5adbbe047/cast-vote-record-report.json deleted file mode 100644 index cb6ff56366..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/30e1cfda-bb81-4bcf-b0d2-3db5adbbe047/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"30e1cfda-bb81-4bcf-b0d2-3db5adbbe047-modified","UniqueId":"30e1cfda-bb81-4bcf-b0d2-3db5adbbe047","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"30e1cfda-bb81-4bcf-b0d2-3db5adbbe047-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/315cfcbd-c7a7-4d57-8435-57497fddcbc5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/315cfcbd-c7a7-4d57-8435-57497fddcbc5/cast-vote-record-report.json new file mode 100644 index 0000000000..bac349fcd3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/315cfcbd-c7a7-4d57-8435-57497fddcbc5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"315cfcbd-c7a7-4d57-8435-57497fddcbc5-modified","UniqueId":"315cfcbd-c7a7-4d57-8435-57497fddcbc5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"315cfcbd-c7a7-4d57-8435-57497fddcbc5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31a0c5d5-b47a-4e6c-a147-0d6438b22a77/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31a0c5d5-b47a-4e6c-a147-0d6438b22a77/cast-vote-record-report.json deleted file mode 100644 index 4fdf0ecb56..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31a0c5d5-b47a-4e6c-a147-0d6438b22a77/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"31a0c5d5-b47a-4e6c-a147-0d6438b22a77-modified","UniqueId":"31a0c5d5-b47a-4e6c-a147-0d6438b22a77","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"31a0c5d5-b47a-4e6c-a147-0d6438b22a77-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31cf0045-0d3c-40a0-b20c-f53f24edb9ac/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31cf0045-0d3c-40a0-b20c-f53f24edb9ac/cast-vote-record-report.json new file mode 100644 index 0000000000..4a45875339 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31cf0045-0d3c-40a0-b20c-f53f24edb9ac/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"31cf0045-0d3c-40a0-b20c-f53f24edb9ac-modified","UniqueId":"31cf0045-0d3c-40a0-b20c-f53f24edb9ac","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"31cf0045-0d3c-40a0-b20c-f53f24edb9ac-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28d4e9a2-2e47-4645-82a2-b65a27182a9b/28d4e9a2-2e47-4645-82a2-b65a27182a9b-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/31d3cc87-5e62-421a-a122-f7c4c532ff9d-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28d4e9a2-2e47-4645-82a2-b65a27182a9b/28d4e9a2-2e47-4645-82a2-b65a27182a9b-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/31d3cc87-5e62-421a-a122-f7c4c532ff9d-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/31d3cc87-5e62-421a-a122-f7c4c532ff9d-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/31d3cc87-5e62-421a-a122-f7c4c532ff9d-back.layout.json new file mode 100644 index 0000000000..85d655ca65 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/31d3cc87-5e62-421a-a122-f7c4c532ff9d-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28d4e9a2-2e47-4645-82a2-b65a27182a9b/28d4e9a2-2e47-4645-82a2-b65a27182a9b-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/31d3cc87-5e62-421a-a122-f7c4c532ff9d-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/28d4e9a2-2e47-4645-82a2-b65a27182a9b/28d4e9a2-2e47-4645-82a2-b65a27182a9b-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/31d3cc87-5e62-421a-a122-f7c4c532ff9d-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/31d3cc87-5e62-421a-a122-f7c4c532ff9d-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/31d3cc87-5e62-421a-a122-f7c4c532ff9d-front.layout.json new file mode 100644 index 0000000000..fdceb0816e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/31d3cc87-5e62-421a-a122-f7c4c532ff9d-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/cast-vote-record-report.json new file mode 100644 index 0000000000..297add4179 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/31d3cc87-5e62-421a-a122-f7c4c532ff9d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"31d3cc87-5e62-421a-a122-f7c4c532ff9d-modified","UniqueId":"31d3cc87-5e62-421a-a122-f7c4c532ff9d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"31d3cc87-5e62-421a-a122-f7c4c532ff9d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:31d3cc87-5e62-421a-a122-f7c4c532ff9d-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-508520416a021ac114a95fe08d44819b9e501eb7c5c9b8b2439a3a8fe99e6771"},"Location":"file:31d3cc87-5e62-421a-a122-f7c4c532ff9d-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-7387b8db8350b69d534cc64955f8bae18b1d0a319e57538666d3ce1c2fd41365"},"Location":"file:31d3cc87-5e62-421a-a122-f7c4c532ff9d-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/320e2036-3ff2-4adb-b857-2ae617224f9e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/320e2036-3ff2-4adb-b857-2ae617224f9e/cast-vote-record-report.json deleted file mode 100644 index d6e1a163f6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/320e2036-3ff2-4adb-b857-2ae617224f9e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"320e2036-3ff2-4adb-b857-2ae617224f9e-modified","UniqueId":"320e2036-3ff2-4adb-b857-2ae617224f9e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"320e2036-3ff2-4adb-b857-2ae617224f9e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3279e435-1e0a-4118-bc57-b3139be6272c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3279e435-1e0a-4118-bc57-b3139be6272c/cast-vote-record-report.json deleted file mode 100644 index 1788820f50..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3279e435-1e0a-4118-bc57-b3139be6272c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3279e435-1e0a-4118-bc57-b3139be6272c-modified","UniqueId":"3279e435-1e0a-4118-bc57-b3139be6272c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3279e435-1e0a-4118-bc57-b3139be6272c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/32881520-c315-48aa-ab27-da37b2106732/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/32881520-c315-48aa-ab27-da37b2106732/cast-vote-record-report.json deleted file mode 100644 index 5ada289af4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/32881520-c315-48aa-ab27-da37b2106732/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"32881520-c315-48aa-ab27-da37b2106732-modified","UniqueId":"32881520-c315-48aa-ab27-da37b2106732","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"32881520-c315-48aa-ab27-da37b2106732-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/328939d9-ca9b-462f-8eba-8536cf832ab7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/328939d9-ca9b-462f-8eba-8536cf832ab7/cast-vote-record-report.json deleted file mode 100644 index b792df307c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/328939d9-ca9b-462f-8eba-8536cf832ab7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"328939d9-ca9b-462f-8eba-8536cf832ab7-modified","UniqueId":"328939d9-ca9b-462f-8eba-8536cf832ab7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"328939d9-ca9b-462f-8eba-8536cf832ab7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/32a3741b-f4d4-4462-999e-91b28bf659bd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/32a3741b-f4d4-4462-999e-91b28bf659bd/cast-vote-record-report.json new file mode 100644 index 0000000000..28d0c753c6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/32a3741b-f4d4-4462-999e-91b28bf659bd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"32a3741b-f4d4-4462-999e-91b28bf659bd-modified","UniqueId":"32a3741b-f4d4-4462-999e-91b28bf659bd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"32a3741b-f4d4-4462-999e-91b28bf659bd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/32c6c788-32e3-4768-be55-904ef61e3aef/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/32c6c788-32e3-4768-be55-904ef61e3aef/cast-vote-record-report.json deleted file mode 100644 index 382fd31a33..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/32c6c788-32e3-4768-be55-904ef61e3aef/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"32c6c788-32e3-4768-be55-904ef61e3aef-modified","UniqueId":"32c6c788-32e3-4768-be55-904ef61e3aef","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"32c6c788-32e3-4768-be55-904ef61e3aef-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/32d863d1-ee56-4713-a622-7e1323650776/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/32d863d1-ee56-4713-a622-7e1323650776/cast-vote-record-report.json deleted file mode 100644 index a6502cb6d6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/32d863d1-ee56-4713-a622-7e1323650776/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"32d863d1-ee56-4713-a622-7e1323650776-modified","UniqueId":"32d863d1-ee56-4713-a622-7e1323650776","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"32d863d1-ee56-4713-a622-7e1323650776-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3302f9d5-8b23-4ff9-b223-8d082867c046/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3302f9d5-8b23-4ff9-b223-8d082867c046/cast-vote-record-report.json deleted file mode 100644 index 59e583994c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3302f9d5-8b23-4ff9-b223-8d082867c046/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3302f9d5-8b23-4ff9-b223-8d082867c046-modified","UniqueId":"3302f9d5-8b23-4ff9-b223-8d082867c046","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3302f9d5-8b23-4ff9-b223-8d082867c046-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3311bcf5-ea07-4f1a-b025-28c302a0c78e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3311bcf5-ea07-4f1a-b025-28c302a0c78e/cast-vote-record-report.json new file mode 100644 index 0000000000..14a195a375 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3311bcf5-ea07-4f1a-b025-28c302a0c78e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3311bcf5-ea07-4f1a-b025-28c302a0c78e-modified","UniqueId":"3311bcf5-ea07-4f1a-b025-28c302a0c78e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3311bcf5-ea07-4f1a-b025-28c302a0c78e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/332a31c7-f66b-4359-96e2-98c51e6764fc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/332a31c7-f66b-4359-96e2-98c51e6764fc/cast-vote-record-report.json deleted file mode 100644 index a66e6223a1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/332a31c7-f66b-4359-96e2-98c51e6764fc/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"332a31c7-f66b-4359-96e2-98c51e6764fc-modified","UniqueId":"332a31c7-f66b-4359-96e2-98c51e6764fc","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"332a31c7-f66b-4359-96e2-98c51e6764fc-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/337120f0-a817-4885-887d-cb201268a1a4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/337120f0-a817-4885-887d-cb201268a1a4/cast-vote-record-report.json new file mode 100644 index 0000000000..396b4db99b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/337120f0-a817-4885-887d-cb201268a1a4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"337120f0-a817-4885-887d-cb201268a1a4-modified","UniqueId":"337120f0-a817-4885-887d-cb201268a1a4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"337120f0-a817-4885-887d-cb201268a1a4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/33a9d123-5f02-4105-87d0-cff673ef123f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/33a9d123-5f02-4105-87d0-cff673ef123f/cast-vote-record-report.json new file mode 100644 index 0000000000..fe931731d2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/33a9d123-5f02-4105-87d0-cff673ef123f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"33a9d123-5f02-4105-87d0-cff673ef123f-modified","UniqueId":"33a9d123-5f02-4105-87d0-cff673ef123f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"33a9d123-5f02-4105-87d0-cff673ef123f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/33d979b1-ea3a-4d72-97e4-f81cb9a5d4d9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/33d979b1-ea3a-4d72-97e4-f81cb9a5d4d9/cast-vote-record-report.json deleted file mode 100644 index 2e26228c75..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/33d979b1-ea3a-4d72-97e4-f81cb9a5d4d9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"33d979b1-ea3a-4d72-97e4-f81cb9a5d4d9-modified","UniqueId":"33d979b1-ea3a-4d72-97e4-f81cb9a5d4d9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"33d979b1-ea3a-4d72-97e4-f81cb9a5d4d9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/33f70bef-ccba-4365-9d0c-8de74204d75e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/33f70bef-ccba-4365-9d0c-8de74204d75e/cast-vote-record-report.json deleted file mode 100644 index 3fe8893786..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/33f70bef-ccba-4365-9d0c-8de74204d75e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"33f70bef-ccba-4365-9d0c-8de74204d75e-modified","UniqueId":"33f70bef-ccba-4365-9d0c-8de74204d75e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"33f70bef-ccba-4365-9d0c-8de74204d75e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/33fcb12b-a1fc-4807-8358-bb1f2134b833/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/33fcb12b-a1fc-4807-8358-bb1f2134b833/cast-vote-record-report.json deleted file mode 100644 index 72e968c94d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/33fcb12b-a1fc-4807-8358-bb1f2134b833/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"33fcb12b-a1fc-4807-8358-bb1f2134b833-modified","UniqueId":"33fcb12b-a1fc-4807-8358-bb1f2134b833","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"33fcb12b-a1fc-4807-8358-bb1f2134b833-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/345b5212-8bfa-4aad-b6e5-48d47120fb79/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/345b5212-8bfa-4aad-b6e5-48d47120fb79/cast-vote-record-report.json new file mode 100644 index 0000000000..2a2a30e4c8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/345b5212-8bfa-4aad-b6e5-48d47120fb79/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"345b5212-8bfa-4aad-b6e5-48d47120fb79-modified","UniqueId":"345b5212-8bfa-4aad-b6e5-48d47120fb79","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"345b5212-8bfa-4aad-b6e5-48d47120fb79-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3467f796-3403-42ab-b661-88b7a79692d8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3467f796-3403-42ab-b661-88b7a79692d8/cast-vote-record-report.json new file mode 100644 index 0000000000..613f30e7f9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3467f796-3403-42ab-b661-88b7a79692d8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3467f796-3403-42ab-b661-88b7a79692d8-modified","UniqueId":"3467f796-3403-42ab-b661-88b7a79692d8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3467f796-3403-42ab-b661-88b7a79692d8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/347f96d1-96df-4cd0-b03f-f9f6fcf67808/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/347f96d1-96df-4cd0-b03f-f9f6fcf67808/cast-vote-record-report.json new file mode 100644 index 0000000000..ff85b1cf85 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/347f96d1-96df-4cd0-b03f-f9f6fcf67808/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"347f96d1-96df-4cd0-b03f-f9f6fcf67808-modified","UniqueId":"347f96d1-96df-4cd0-b03f-f9f6fcf67808","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"347f96d1-96df-4cd0-b03f-f9f6fcf67808-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/290d5476-3563-48f0-b060-549f96108506/290d5476-3563-48f0-b060-549f96108506-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/34cc5161-a57a-48d6-96ff-db4dd6fd5387-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/290d5476-3563-48f0-b060-549f96108506/290d5476-3563-48f0-b060-549f96108506-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/34cc5161-a57a-48d6-96ff-db4dd6fd5387-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/34cc5161-a57a-48d6-96ff-db4dd6fd5387-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/34cc5161-a57a-48d6-96ff-db4dd6fd5387-back.layout.json new file mode 100644 index 0000000000..46b3bda4d6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/34cc5161-a57a-48d6-96ff-db4dd6fd5387-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/290d5476-3563-48f0-b060-549f96108506/290d5476-3563-48f0-b060-549f96108506-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/34cc5161-a57a-48d6-96ff-db4dd6fd5387-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/290d5476-3563-48f0-b060-549f96108506/290d5476-3563-48f0-b060-549f96108506-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/34cc5161-a57a-48d6-96ff-db4dd6fd5387-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/34cc5161-a57a-48d6-96ff-db4dd6fd5387-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/34cc5161-a57a-48d6-96ff-db4dd6fd5387-front.layout.json new file mode 100644 index 0000000000..81f11edf82 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/34cc5161-a57a-48d6-96ff-db4dd6fd5387-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/cast-vote-record-report.json new file mode 100644 index 0000000000..9683c201e2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cc5161-a57a-48d6-96ff-db4dd6fd5387/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"34cc5161-a57a-48d6-96ff-db4dd6fd5387-modified","UniqueId":"34cc5161-a57a-48d6-96ff-db4dd6fd5387","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"34cc5161-a57a-48d6-96ff-db4dd6fd5387-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:34cc5161-a57a-48d6-96ff-db4dd6fd5387-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-6418c84970b11623801527d62abb9ee22c3ea4c359d09bf4bca68188424aa5e8"},"Location":"file:34cc5161-a57a-48d6-96ff-db4dd6fd5387-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-62a4d8bb758bb9228b7123f959a691787dc5792010207203ae3bfc00f0c7efe3"},"Location":"file:34cc5161-a57a-48d6-96ff-db4dd6fd5387-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cf1fc7-3f3b-49ce-8583-701408ec7de0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cf1fc7-3f3b-49ce-8583-701408ec7de0/cast-vote-record-report.json deleted file mode 100644 index 811726699d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34cf1fc7-3f3b-49ce-8583-701408ec7de0/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"34cf1fc7-3f3b-49ce-8583-701408ec7de0-modified","UniqueId":"34cf1fc7-3f3b-49ce-8583-701408ec7de0","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"34cf1fc7-3f3b-49ce-8583-701408ec7de0-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34edbaa7-95ef-4c5c-b526-871f77bc549f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34edbaa7-95ef-4c5c-b526-871f77bc549f/cast-vote-record-report.json deleted file mode 100644 index 5de0aa13f3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34edbaa7-95ef-4c5c-b526-871f77bc549f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"34edbaa7-95ef-4c5c-b526-871f77bc549f-modified","UniqueId":"34edbaa7-95ef-4c5c-b526-871f77bc549f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"34edbaa7-95ef-4c5c-b526-871f77bc549f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34ffd83e-b1d1-4090-a2c4-e5b182ed738d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34ffd83e-b1d1-4090-a2c4-e5b182ed738d/cast-vote-record-report.json new file mode 100644 index 0000000000..f5eb971667 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/34ffd83e-b1d1-4090-a2c4-e5b182ed738d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"34ffd83e-b1d1-4090-a2c4-e5b182ed738d-modified","UniqueId":"34ffd83e-b1d1-4090-a2c4-e5b182ed738d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"34ffd83e-b1d1-4090-a2c4-e5b182ed738d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/350823cd-e2ac-40d4-a074-25fc355bd3f7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/350823cd-e2ac-40d4-a074-25fc355bd3f7/cast-vote-record-report.json new file mode 100644 index 0000000000..4cbb2ebac6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/350823cd-e2ac-40d4-a074-25fc355bd3f7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"350823cd-e2ac-40d4-a074-25fc355bd3f7-modified","UniqueId":"350823cd-e2ac-40d4-a074-25fc355bd3f7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"350823cd-e2ac-40d4-a074-25fc355bd3f7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/35448ee2-5d39-4972-86ef-7f43894e671c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/35448ee2-5d39-4972-86ef-7f43894e671c/cast-vote-record-report.json new file mode 100644 index 0000000000..18efdac1e9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/35448ee2-5d39-4972-86ef-7f43894e671c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"35448ee2-5d39-4972-86ef-7f43894e671c-modified","UniqueId":"35448ee2-5d39-4972-86ef-7f43894e671c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"35448ee2-5d39-4972-86ef-7f43894e671c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3549fe6f-db7f-43b6-bae0-14d7110c08bb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3549fe6f-db7f-43b6-bae0-14d7110c08bb/cast-vote-record-report.json deleted file mode 100644 index 234dd53468..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3549fe6f-db7f-43b6-bae0-14d7110c08bb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3549fe6f-db7f-43b6-bae0-14d7110c08bb-modified","UniqueId":"3549fe6f-db7f-43b6-bae0-14d7110c08bb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3549fe6f-db7f-43b6-bae0-14d7110c08bb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/35aa42d9-b763-4614-8263-81e523bc6378/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/35aa42d9-b763-4614-8263-81e523bc6378/cast-vote-record-report.json deleted file mode 100644 index fccefcb54c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/35aa42d9-b763-4614-8263-81e523bc6378/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"35aa42d9-b763-4614-8263-81e523bc6378-modified","UniqueId":"35aa42d9-b763-4614-8263-81e523bc6378","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"35aa42d9-b763-4614-8263-81e523bc6378-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/35ad8830-0fef-49a8-b557-4d9964592f2d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/35ad8830-0fef-49a8-b557-4d9964592f2d/cast-vote-record-report.json new file mode 100644 index 0000000000..d1fda3b728 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/35ad8830-0fef-49a8-b557-4d9964592f2d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"35ad8830-0fef-49a8-b557-4d9964592f2d-modified","UniqueId":"35ad8830-0fef-49a8-b557-4d9964592f2d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"35ad8830-0fef-49a8-b557-4d9964592f2d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/35d2b495-419d-470c-9f06-5d9e1a2e3a2c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/35d2b495-419d-470c-9f06-5d9e1a2e3a2c/cast-vote-record-report.json new file mode 100644 index 0000000000..3f4d3dbe26 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/35d2b495-419d-470c-9f06-5d9e1a2e3a2c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"35d2b495-419d-470c-9f06-5d9e1a2e3a2c-modified","UniqueId":"35d2b495-419d-470c-9f06-5d9e1a2e3a2c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"35d2b495-419d-470c-9f06-5d9e1a2e3a2c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36276bf3-d1b7-4bff-b0c2-ea6951e9c686/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36276bf3-d1b7-4bff-b0c2-ea6951e9c686/cast-vote-record-report.json deleted file mode 100644 index 61cb6b2eb6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36276bf3-d1b7-4bff-b0c2-ea6951e9c686/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"36276bf3-d1b7-4bff-b0c2-ea6951e9c686-modified","UniqueId":"36276bf3-d1b7-4bff-b0c2-ea6951e9c686","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"36276bf3-d1b7-4bff-b0c2-ea6951e9c686-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36553a23-4cf1-40f0-b790-55d774fc7990/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36553a23-4cf1-40f0-b790-55d774fc7990/cast-vote-record-report.json deleted file mode 100644 index f684ed91ed..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36553a23-4cf1-40f0-b790-55d774fc7990/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"36553a23-4cf1-40f0-b790-55d774fc7990-modified","UniqueId":"36553a23-4cf1-40f0-b790-55d774fc7990","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"36553a23-4cf1-40f0-b790-55d774fc7990-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36bf37ba-0f8b-4286-a532-3617c861f5f5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36bf37ba-0f8b-4286-a532-3617c861f5f5/cast-vote-record-report.json new file mode 100644 index 0000000000..e77d364247 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36bf37ba-0f8b-4286-a532-3617c861f5f5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"36bf37ba-0f8b-4286-a532-3617c861f5f5-modified","UniqueId":"36bf37ba-0f8b-4286-a532-3617c861f5f5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"36bf37ba-0f8b-4286-a532-3617c861f5f5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36bf675c-4767-4e15-894f-04528089ec56/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36bf675c-4767-4e15-894f-04528089ec56/cast-vote-record-report.json deleted file mode 100644 index c3b28045bb..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36bf675c-4767-4e15-894f-04528089ec56/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"36bf675c-4767-4e15-894f-04528089ec56-modified","UniqueId":"36bf675c-4767-4e15-894f-04528089ec56","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"36bf675c-4767-4e15-894f-04528089ec56-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36cf898e-0fcf-408f-8629-b67098ca4eec/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36cf898e-0fcf-408f-8629-b67098ca4eec/cast-vote-record-report.json deleted file mode 100644 index e00cd14225..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36cf898e-0fcf-408f-8629-b67098ca4eec/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"36cf898e-0fcf-408f-8629-b67098ca4eec-modified","UniqueId":"36cf898e-0fcf-408f-8629-b67098ca4eec","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"36cf898e-0fcf-408f-8629-b67098ca4eec-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36f74865-c57a-48a9-8576-c5675313dc78/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36f74865-c57a-48a9-8576-c5675313dc78/cast-vote-record-report.json deleted file mode 100644 index 047b6411de..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/36f74865-c57a-48a9-8576-c5675313dc78/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"36f74865-c57a-48a9-8576-c5675313dc78-modified","UniqueId":"36f74865-c57a-48a9-8576-c5675313dc78","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"36f74865-c57a-48a9-8576-c5675313dc78-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/37bc60de-925a-4970-b454-91aa8749f55f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/37bc60de-925a-4970-b454-91aa8749f55f/cast-vote-record-report.json new file mode 100644 index 0000000000..e244a5ae3a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/37bc60de-925a-4970-b454-91aa8749f55f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"37bc60de-925a-4970-b454-91aa8749f55f-modified","UniqueId":"37bc60de-925a-4970-b454-91aa8749f55f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"37bc60de-925a-4970-b454-91aa8749f55f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/37d80cf1-4877-4caf-b1bd-875822e13645/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/37d80cf1-4877-4caf-b1bd-875822e13645/cast-vote-record-report.json new file mode 100644 index 0000000000..23d8469b8a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/37d80cf1-4877-4caf-b1bd-875822e13645/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"37d80cf1-4877-4caf-b1bd-875822e13645-modified","UniqueId":"37d80cf1-4877-4caf-b1bd-875822e13645","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"37d80cf1-4877-4caf-b1bd-875822e13645-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/37dd0251-70e8-40c0-af17-047c118b575d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/37dd0251-70e8-40c0-af17-047c118b575d/cast-vote-record-report.json deleted file mode 100644 index f3752f21a0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/37dd0251-70e8-40c0-af17-047c118b575d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"37dd0251-70e8-40c0-af17-047c118b575d-modified","UniqueId":"37dd0251-70e8-40c0-af17-047c118b575d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"37dd0251-70e8-40c0-af17-047c118b575d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/37ffe7b9-3a39-4896-b238-e36cf75e4b62/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/37ffe7b9-3a39-4896-b238-e36cf75e4b62/cast-vote-record-report.json deleted file mode 100644 index 5b5ef18dd9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/37ffe7b9-3a39-4896-b238-e36cf75e4b62/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"37ffe7b9-3a39-4896-b238-e36cf75e4b62-modified","UniqueId":"37ffe7b9-3a39-4896-b238-e36cf75e4b62","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"37ffe7b9-3a39-4896-b238-e36cf75e4b62-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38034a1a-6899-4189-ad9a-44853792e195/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38034a1a-6899-4189-ad9a-44853792e195/cast-vote-record-report.json new file mode 100644 index 0000000000..1c9868171e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38034a1a-6899-4189-ad9a-44853792e195/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"38034a1a-6899-4189-ad9a-44853792e195-modified","UniqueId":"38034a1a-6899-4189-ad9a-44853792e195","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"38034a1a-6899-4189-ad9a-44853792e195-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38b4c275-9d58-4fd6-b499-f907246f2e94/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38b4c275-9d58-4fd6-b499-f907246f2e94/cast-vote-record-report.json deleted file mode 100644 index 367b016e2f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38b4c275-9d58-4fd6-b499-f907246f2e94/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"38b4c275-9d58-4fd6-b499-f907246f2e94-modified","UniqueId":"38b4c275-9d58-4fd6-b499-f907246f2e94","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"38b4c275-9d58-4fd6-b499-f907246f2e94-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38c430aa-1fa6-43a5-82f7-a49dfc20d4a8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38c430aa-1fa6-43a5-82f7-a49dfc20d4a8/cast-vote-record-report.json new file mode 100644 index 0000000000..14cb9a77ec --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38c430aa-1fa6-43a5-82f7-a49dfc20d4a8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"38c430aa-1fa6-43a5-82f7-a49dfc20d4a8-modified","UniqueId":"38c430aa-1fa6-43a5-82f7-a49dfc20d4a8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"38c430aa-1fa6-43a5-82f7-a49dfc20d4a8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38d2895c-fe0b-407e-8fb4-fcce1a556f26/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38d2895c-fe0b-407e-8fb4-fcce1a556f26/cast-vote-record-report.json deleted file mode 100644 index b7635b8aa7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38d2895c-fe0b-407e-8fb4-fcce1a556f26/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"38d2895c-fe0b-407e-8fb4-fcce1a556f26-modified","UniqueId":"38d2895c-fe0b-407e-8fb4-fcce1a556f26","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"38d2895c-fe0b-407e-8fb4-fcce1a556f26-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:38d2895c-fe0b-407e-8fb4-fcce1a556f26-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:38d2895c-fe0b-407e-8fb4-fcce1a556f26-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38ec9071-d1bd-4912-98bd-caf20944360b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38ec9071-d1bd-4912-98bd-caf20944360b/cast-vote-record-report.json new file mode 100644 index 0000000000..94bef54062 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38ec9071-d1bd-4912-98bd-caf20944360b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"38ec9071-d1bd-4912-98bd-caf20944360b-modified","UniqueId":"38ec9071-d1bd-4912-98bd-caf20944360b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"38ec9071-d1bd-4912-98bd-caf20944360b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38fcf086-dbdd-4e65-ab18-a92a00edcbb6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38fcf086-dbdd-4e65-ab18-a92a00edcbb6/cast-vote-record-report.json deleted file mode 100644 index a4b5d208d2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38fcf086-dbdd-4e65-ab18-a92a00edcbb6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"38fcf086-dbdd-4e65-ab18-a92a00edcbb6-modified","UniqueId":"38fcf086-dbdd-4e65-ab18-a92a00edcbb6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"38fcf086-dbdd-4e65-ab18-a92a00edcbb6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38d2895c-fe0b-407e-8fb4-fcce1a556f26/38d2895c-fe0b-407e-8fb4-fcce1a556f26-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/396e9ee6-e90d-45b6-b719-2f0505f5a4eb-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38d2895c-fe0b-407e-8fb4-fcce1a556f26/38d2895c-fe0b-407e-8fb4-fcce1a556f26-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/396e9ee6-e90d-45b6-b719-2f0505f5a4eb-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/396e9ee6-e90d-45b6-b719-2f0505f5a4eb-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/396e9ee6-e90d-45b6-b719-2f0505f5a4eb-back.layout.json new file mode 100644 index 0000000000..3f41d54658 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/396e9ee6-e90d-45b6-b719-2f0505f5a4eb-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38d2895c-fe0b-407e-8fb4-fcce1a556f26/38d2895c-fe0b-407e-8fb4-fcce1a556f26-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/396e9ee6-e90d-45b6-b719-2f0505f5a4eb-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/38d2895c-fe0b-407e-8fb4-fcce1a556f26/38d2895c-fe0b-407e-8fb4-fcce1a556f26-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/396e9ee6-e90d-45b6-b719-2f0505f5a4eb-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/396e9ee6-e90d-45b6-b719-2f0505f5a4eb-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/396e9ee6-e90d-45b6-b719-2f0505f5a4eb-front.layout.json new file mode 100644 index 0000000000..c6202092a8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/396e9ee6-e90d-45b6-b719-2f0505f5a4eb-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/cast-vote-record-report.json new file mode 100644 index 0000000000..36b9d73324 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/396e9ee6-e90d-45b6-b719-2f0505f5a4eb/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"396e9ee6-e90d-45b6-b719-2f0505f5a4eb-modified","UniqueId":"396e9ee6-e90d-45b6-b719-2f0505f5a4eb","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"396e9ee6-e90d-45b6-b719-2f0505f5a4eb-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:396e9ee6-e90d-45b6-b719-2f0505f5a4eb-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-853176651bc94a22a5ce2340c159e0d565cd1d2bb8e2520417bd2be1cdfbdcf7"},"Location":"file:396e9ee6-e90d-45b6-b719-2f0505f5a4eb-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-07a131bb2fd4ed8252be0387c1d1f14082e68255f5e3c5f28c793d8c68bb915f"},"Location":"file:396e9ee6-e90d-45b6-b719-2f0505f5a4eb-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3970c920-8f95-493b-ac08-b55b447d2e2f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3970c920-8f95-493b-ac08-b55b447d2e2f/cast-vote-record-report.json new file mode 100644 index 0000000000..16a6b7789a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3970c920-8f95-493b-ac08-b55b447d2e2f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3970c920-8f95-493b-ac08-b55b447d2e2f-modified","UniqueId":"3970c920-8f95-493b-ac08-b55b447d2e2f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3970c920-8f95-493b-ac08-b55b447d2e2f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/399c4a77-c797-4b99-949d-948a5ee2aacc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/399c4a77-c797-4b99-949d-948a5ee2aacc/cast-vote-record-report.json new file mode 100644 index 0000000000..7adf771dea --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/399c4a77-c797-4b99-949d-948a5ee2aacc/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"399c4a77-c797-4b99-949d-948a5ee2aacc-modified","UniqueId":"399c4a77-c797-4b99-949d-948a5ee2aacc","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"399c4a77-c797-4b99-949d-948a5ee2aacc-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3a5d65b9-2eab-45b7-9561-27571f13d9e2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3a5d65b9-2eab-45b7-9561-27571f13d9e2/cast-vote-record-report.json new file mode 100644 index 0000000000..3077f25d8d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3a5d65b9-2eab-45b7-9561-27571f13d9e2/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3a5d65b9-2eab-45b7-9561-27571f13d9e2-modified","UniqueId":"3a5d65b9-2eab-45b7-9561-27571f13d9e2","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3a5d65b9-2eab-45b7-9561-27571f13d9e2-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3a62d51c-0b31-4460-81eb-39c1de720510/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3a62d51c-0b31-4460-81eb-39c1de720510/cast-vote-record-report.json new file mode 100644 index 0000000000..2b20355581 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3a62d51c-0b31-4460-81eb-39c1de720510/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3a62d51c-0b31-4460-81eb-39c1de720510-modified","UniqueId":"3a62d51c-0b31-4460-81eb-39c1de720510","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3a62d51c-0b31-4460-81eb-39c1de720510-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3a81e422-1861-4c13-94c3-f1daf7bdf060/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3a81e422-1861-4c13-94c3-f1daf7bdf060/cast-vote-record-report.json new file mode 100644 index 0000000000..cf4ec5da60 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3a81e422-1861-4c13-94c3-f1daf7bdf060/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3a81e422-1861-4c13-94c3-f1daf7bdf060-modified","UniqueId":"3a81e422-1861-4c13-94c3-f1daf7bdf060","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3a81e422-1861-4c13-94c3-f1daf7bdf060-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3aa5bef1-1f83-4c99-8dc1-0d4675931200/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3aa5bef1-1f83-4c99-8dc1-0d4675931200/cast-vote-record-report.json new file mode 100644 index 0000000000..83920b5dbe --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3aa5bef1-1f83-4c99-8dc1-0d4675931200/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3aa5bef1-1f83-4c99-8dc1-0d4675931200-modified","UniqueId":"3aa5bef1-1f83-4c99-8dc1-0d4675931200","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3aa5bef1-1f83-4c99-8dc1-0d4675931200-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ace6248-de43-4220-b25e-0858fd4e3337/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ace6248-de43-4220-b25e-0858fd4e3337/cast-vote-record-report.json deleted file mode 100644 index 897fe350e7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ace6248-de43-4220-b25e-0858fd4e3337/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3ace6248-de43-4220-b25e-0858fd4e3337-modified","UniqueId":"3ace6248-de43-4220-b25e-0858fd4e3337","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3ace6248-de43-4220-b25e-0858fd4e3337-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3b0308f7-605e-4947-af22-a05ad9960538/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3b0308f7-605e-4947-af22-a05ad9960538/cast-vote-record-report.json new file mode 100644 index 0000000000..4010e165c3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3b0308f7-605e-4947-af22-a05ad9960538/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3b0308f7-605e-4947-af22-a05ad9960538-modified","UniqueId":"3b0308f7-605e-4947-af22-a05ad9960538","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3b0308f7-605e-4947-af22-a05ad9960538-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3b692fa5-87c4-4007-8a9f-342090222727/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3b692fa5-87c4-4007-8a9f-342090222727/cast-vote-record-report.json deleted file mode 100644 index ca72f51603..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3b692fa5-87c4-4007-8a9f-342090222727/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3b692fa5-87c4-4007-8a9f-342090222727-modified","UniqueId":"3b692fa5-87c4-4007-8a9f-342090222727","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3b692fa5-87c4-4007-8a9f-342090222727-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3b875c73-535b-48ff-a1f6-cd84ec326d69/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3b875c73-535b-48ff-a1f6-cd84ec326d69/cast-vote-record-report.json deleted file mode 100644 index 663ef9ed4c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3b875c73-535b-48ff-a1f6-cd84ec326d69/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3b875c73-535b-48ff-a1f6-cd84ec326d69-modified","UniqueId":"3b875c73-535b-48ff-a1f6-cd84ec326d69","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3b875c73-535b-48ff-a1f6-cd84ec326d69-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4767709a-a015-4c93-8072-947c1a298630/4767709a-a015-4c93-8072-947c1a298630-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4767709a-a015-4c93-8072-947c1a298630/4767709a-a015-4c93-8072-947c1a298630-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-back.layout.json new file mode 100644 index 0000000000..c412a448b4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4767709a-a015-4c93-8072-947c1a298630/4767709a-a015-4c93-8072-947c1a298630-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4767709a-a015-4c93-8072-947c1a298630/4767709a-a015-4c93-8072-947c1a298630-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-front.layout.json new file mode 100644 index 0000000000..1fb67d46f2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/cast-vote-record-report.json new file mode 100644 index 0000000000..746af2b2cd --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-modified","UniqueId":"3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-65e6c9545fa9c676de87907a2c84bf806b44ebc25ae7b4efa878a27865ec515b"},"Location":"file:3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-f6679bf117e7edc5f83e62967ab644ecf580f3d1e428c99ad99e9aaf17d1cb82"},"Location":"file:3ba98e3f-ba77-4cb2-9bc6-bae3541c63d3-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3bbad2ea-5106-4e94-9f10-1b412eeeae4b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3bbad2ea-5106-4e94-9f10-1b412eeeae4b/cast-vote-record-report.json new file mode 100644 index 0000000000..250b2bc9d2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3bbad2ea-5106-4e94-9f10-1b412eeeae4b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3bbad2ea-5106-4e94-9f10-1b412eeeae4b-modified","UniqueId":"3bbad2ea-5106-4e94-9f10-1b412eeeae4b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3bbad2ea-5106-4e94-9f10-1b412eeeae4b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3bda71da-679f-4513-9856-9853fdd2564f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3bda71da-679f-4513-9856-9853fdd2564f/cast-vote-record-report.json new file mode 100644 index 0000000000..f2eeaa2782 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3bda71da-679f-4513-9856-9853fdd2564f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3bda71da-679f-4513-9856-9853fdd2564f-modified","UniqueId":"3bda71da-679f-4513-9856-9853fdd2564f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3bda71da-679f-4513-9856-9853fdd2564f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3be49c6a-d3aa-48b5-904c-8b23adf9765e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3be49c6a-d3aa-48b5-904c-8b23adf9765e/cast-vote-record-report.json new file mode 100644 index 0000000000..b2614c14ad --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3be49c6a-d3aa-48b5-904c-8b23adf9765e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3be49c6a-d3aa-48b5-904c-8b23adf9765e-modified","UniqueId":"3be49c6a-d3aa-48b5-904c-8b23adf9765e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3be49c6a-d3aa-48b5-904c-8b23adf9765e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3be55c6f-fa30-4f9e-b6c7-432a61b593b1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3be55c6f-fa30-4f9e-b6c7-432a61b593b1/cast-vote-record-report.json deleted file mode 100644 index fc1eaad5b7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3be55c6f-fa30-4f9e-b6c7-432a61b593b1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3be55c6f-fa30-4f9e-b6c7-432a61b593b1-modified","UniqueId":"3be55c6f-fa30-4f9e-b6c7-432a61b593b1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3be55c6f-fa30-4f9e-b6c7-432a61b593b1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3c3caa83-17fb-4dfb-934b-058b5dc44c8c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3c3caa83-17fb-4dfb-934b-058b5dc44c8c/cast-vote-record-report.json deleted file mode 100644 index aef3968118..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3c3caa83-17fb-4dfb-934b-058b5dc44c8c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3c3caa83-17fb-4dfb-934b-058b5dc44c8c-modified","UniqueId":"3c3caa83-17fb-4dfb-934b-058b5dc44c8c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3c3caa83-17fb-4dfb-934b-058b5dc44c8c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3c43b2f6-0fa0-4ffc-8708-a82337dcba75/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3c43b2f6-0fa0-4ffc-8708-a82337dcba75/cast-vote-record-report.json deleted file mode 100644 index b929a0691f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3c43b2f6-0fa0-4ffc-8708-a82337dcba75/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3c43b2f6-0fa0-4ffc-8708-a82337dcba75-modified","UniqueId":"3c43b2f6-0fa0-4ffc-8708-a82337dcba75","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3c43b2f6-0fa0-4ffc-8708-a82337dcba75-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3c44255f-a0f0-4739-b50b-51d4004d8bdc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3c44255f-a0f0-4739-b50b-51d4004d8bdc/cast-vote-record-report.json deleted file mode 100644 index f3678c4fa4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3c44255f-a0f0-4739-b50b-51d4004d8bdc/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3c44255f-a0f0-4739-b50b-51d4004d8bdc-modified","UniqueId":"3c44255f-a0f0-4739-b50b-51d4004d8bdc","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3c44255f-a0f0-4739-b50b-51d4004d8bdc-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3c504402-70d2-46b8-ac2b-ab0d8e8b16d8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3c504402-70d2-46b8-ac2b-ab0d8e8b16d8/cast-vote-record-report.json deleted file mode 100644 index c8eba29158..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3c504402-70d2-46b8-ac2b-ab0d8e8b16d8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3c504402-70d2-46b8-ac2b-ab0d8e8b16d8-modified","UniqueId":"3c504402-70d2-46b8-ac2b-ab0d8e8b16d8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3c504402-70d2-46b8-ac2b-ab0d8e8b16d8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3cb92d28-216a-4403-bbe3-76c3057b5ada/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3cb92d28-216a-4403-bbe3-76c3057b5ada/cast-vote-record-report.json deleted file mode 100644 index dd250eda43..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3cb92d28-216a-4403-bbe3-76c3057b5ada/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3cb92d28-216a-4403-bbe3-76c3057b5ada-modified","UniqueId":"3cb92d28-216a-4403-bbe3-76c3057b5ada","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3cb92d28-216a-4403-bbe3-76c3057b5ada-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3cd989be-7da1-4365-9fcb-a56c5afaa22d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3cd989be-7da1-4365-9fcb-a56c5afaa22d/cast-vote-record-report.json new file mode 100644 index 0000000000..ff9b91ac8e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3cd989be-7da1-4365-9fcb-a56c5afaa22d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3cd989be-7da1-4365-9fcb-a56c5afaa22d-modified","UniqueId":"3cd989be-7da1-4365-9fcb-a56c5afaa22d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3cd989be-7da1-4365-9fcb-a56c5afaa22d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3dc60433-8b4a-468e-9c10-0e23ff225156/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3dc60433-8b4a-468e-9c10-0e23ff225156/cast-vote-record-report.json deleted file mode 100644 index 44d4041822..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3dc60433-8b4a-468e-9c10-0e23ff225156/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3dc60433-8b4a-468e-9c10-0e23ff225156-modified","UniqueId":"3dc60433-8b4a-468e-9c10-0e23ff225156","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3dc60433-8b4a-468e-9c10-0e23ff225156-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3dc6eb28-c983-4246-b3be-a9a4f279aec1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3dc6eb28-c983-4246-b3be-a9a4f279aec1/cast-vote-record-report.json deleted file mode 100644 index a0f1597441..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3dc6eb28-c983-4246-b3be-a9a4f279aec1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3dc6eb28-c983-4246-b3be-a9a4f279aec1-modified","UniqueId":"3dc6eb28-c983-4246-b3be-a9a4f279aec1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3dc6eb28-c983-4246-b3be-a9a4f279aec1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3dcc78ec-a788-487e-af96-66de40d9b9bb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3dcc78ec-a788-487e-af96-66de40d9b9bb/cast-vote-record-report.json deleted file mode 100644 index bf045d481a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3dcc78ec-a788-487e-af96-66de40d9b9bb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3dcc78ec-a788-487e-af96-66de40d9b9bb-modified","UniqueId":"3dcc78ec-a788-487e-af96-66de40d9b9bb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3dcc78ec-a788-487e-af96-66de40d9b9bb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b6615fd-6033-4c84-bfd8-cfda1c86ad3b/4b6615fd-6033-4c84-bfd8-cfda1c86ad3b-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/3e616444-b9c5-4e34-bf07-9fa9e7e20638-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b6615fd-6033-4c84-bfd8-cfda1c86ad3b/4b6615fd-6033-4c84-bfd8-cfda1c86ad3b-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/3e616444-b9c5-4e34-bf07-9fa9e7e20638-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/3e616444-b9c5-4e34-bf07-9fa9e7e20638-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/3e616444-b9c5-4e34-bf07-9fa9e7e20638-back.layout.json new file mode 100644 index 0000000000..1360954e1e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/3e616444-b9c5-4e34-bf07-9fa9e7e20638-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b6615fd-6033-4c84-bfd8-cfda1c86ad3b/4b6615fd-6033-4c84-bfd8-cfda1c86ad3b-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/3e616444-b9c5-4e34-bf07-9fa9e7e20638-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b6615fd-6033-4c84-bfd8-cfda1c86ad3b/4b6615fd-6033-4c84-bfd8-cfda1c86ad3b-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/3e616444-b9c5-4e34-bf07-9fa9e7e20638-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/3e616444-b9c5-4e34-bf07-9fa9e7e20638-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/3e616444-b9c5-4e34-bf07-9fa9e7e20638-front.layout.json new file mode 100644 index 0000000000..64d8fc97d6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/3e616444-b9c5-4e34-bf07-9fa9e7e20638-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/cast-vote-record-report.json new file mode 100644 index 0000000000..de4ba6dba1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e616444-b9c5-4e34-bf07-9fa9e7e20638/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3e616444-b9c5-4e34-bf07-9fa9e7e20638-modified","UniqueId":"3e616444-b9c5-4e34-bf07-9fa9e7e20638","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3e616444-b9c5-4e34-bf07-9fa9e7e20638-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:3e616444-b9c5-4e34-bf07-9fa9e7e20638-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-cb4e8e06537e97dceed25031a407fbe271b2dddffea963ad803e442324961b5e"},"Location":"file:3e616444-b9c5-4e34-bf07-9fa9e7e20638-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-b058a0105d9f87f6f2a97e62f65ec041f5e507a125af6911bc97328060af7f86"},"Location":"file:3e616444-b9c5-4e34-bf07-9fa9e7e20638-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e7cb391-4a9e-462b-884a-e78e47a45fa3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e7cb391-4a9e-462b-884a-e78e47a45fa3/cast-vote-record-report.json new file mode 100644 index 0000000000..83e0bbd481 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e7cb391-4a9e-462b-884a-e78e47a45fa3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3e7cb391-4a9e-462b-884a-e78e47a45fa3-modified","UniqueId":"3e7cb391-4a9e-462b-884a-e78e47a45fa3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3e7cb391-4a9e-462b-884a-e78e47a45fa3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e92bc13-002d-4921-b583-46d687de7bea/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e92bc13-002d-4921-b583-46d687de7bea/cast-vote-record-report.json deleted file mode 100644 index 2e6e132db0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3e92bc13-002d-4921-b583-46d687de7bea/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3e92bc13-002d-4921-b583-46d687de7bea-modified","UniqueId":"3e92bc13-002d-4921-b583-46d687de7bea","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3e92bc13-002d-4921-b583-46d687de7bea-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ec2db8d-3356-4f84-a011-63100523a467/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ec2db8d-3356-4f84-a011-63100523a467/cast-vote-record-report.json deleted file mode 100644 index d837b5c554..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3ec2db8d-3356-4f84-a011-63100523a467/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3ec2db8d-3356-4f84-a011-63100523a467-modified","UniqueId":"3ec2db8d-3356-4f84-a011-63100523a467","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3ec2db8d-3356-4f84-a011-63100523a467-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3eec1362-fd2e-4826-894f-8e42a9d0266c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3eec1362-fd2e-4826-894f-8e42a9d0266c/cast-vote-record-report.json deleted file mode 100644 index 5f9a05fe72..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3eec1362-fd2e-4826-894f-8e42a9d0266c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3eec1362-fd2e-4826-894f-8e42a9d0266c-modified","UniqueId":"3eec1362-fd2e-4826-894f-8e42a9d0266c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3eec1362-fd2e-4826-894f-8e42a9d0266c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3efd3ee9-e1bc-46f7-ab6b-f75e640284a8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3efd3ee9-e1bc-46f7-ab6b-f75e640284a8/cast-vote-record-report.json deleted file mode 100644 index 599fd41a65..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3efd3ee9-e1bc-46f7-ab6b-f75e640284a8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3efd3ee9-e1bc-46f7-ab6b-f75e640284a8-modified","UniqueId":"3efd3ee9-e1bc-46f7-ab6b-f75e640284a8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3efd3ee9-e1bc-46f7-ab6b-f75e640284a8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d1e9247-7733-4699-bec2-5241e0e93cf8/4d1e9247-7733-4699-bec2-5241e0e93cf8-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d1e9247-7733-4699-bec2-5241e0e93cf8/4d1e9247-7733-4699-bec2-5241e0e93cf8-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-back.layout.json new file mode 100644 index 0000000000..a05238935f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d1e9247-7733-4699-bec2-5241e0e93cf8/4d1e9247-7733-4699-bec2-5241e0e93cf8-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d1e9247-7733-4699-bec2-5241e0e93cf8/4d1e9247-7733-4699-bec2-5241e0e93cf8-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-front.layout.json new file mode 100644 index 0000000000..2c3c3bc32c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/cast-vote-record-report.json new file mode 100644 index 0000000000..af0363cede --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f04fd34-5f3d-4ad1-83a7-4e8e330089cd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-modified","UniqueId":"3f04fd34-5f3d-4ad1-83a7-4e8e330089cd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-0b08845902d7db42affd50ce69217c842c501867b5c9ebda4568826a6f20791d"},"Location":"file:3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-4483352e7a61de3fcd79d3ac9abe2915c27b67d1be83c22b2b4a17e44b6f1b03"},"Location":"file:3f04fd34-5f3d-4ad1-83a7-4e8e330089cd-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f0fb9f5-2bc4-427f-940e-05c786684d7a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f0fb9f5-2bc4-427f-940e-05c786684d7a/cast-vote-record-report.json deleted file mode 100644 index ec7ab7b912..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f0fb9f5-2bc4-427f-940e-05c786684d7a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3f0fb9f5-2bc4-427f-940e-05c786684d7a-modified","UniqueId":"3f0fb9f5-2bc4-427f-940e-05c786684d7a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3f0fb9f5-2bc4-427f-940e-05c786684d7a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f3ee770-56f5-4a5d-96d9-4c3831da77cb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f3ee770-56f5-4a5d-96d9-4c3831da77cb/cast-vote-record-report.json deleted file mode 100644 index 10827b4104..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f3ee770-56f5-4a5d-96d9-4c3831da77cb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3f3ee770-56f5-4a5d-96d9-4c3831da77cb-modified","UniqueId":"3f3ee770-56f5-4a5d-96d9-4c3831da77cb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3f3ee770-56f5-4a5d-96d9-4c3831da77cb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f7be546-323c-4dc1-93dc-44fbe7c66f8a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f7be546-323c-4dc1-93dc-44fbe7c66f8a/cast-vote-record-report.json new file mode 100644 index 0000000000..940658f34e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f7be546-323c-4dc1-93dc-44fbe7c66f8a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"3f7be546-323c-4dc1-93dc-44fbe7c66f8a-modified","UniqueId":"3f7be546-323c-4dc1-93dc-44fbe7c66f8a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3f7be546-323c-4dc1-93dc-44fbe7c66f8a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f87ed3f-9b44-4157-a8a8-5dce9e8277b8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f87ed3f-9b44-4157-a8a8-5dce9e8277b8/cast-vote-record-report.json deleted file mode 100644 index 961eeda2fa..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/3f87ed3f-9b44-4157-a8a8-5dce9e8277b8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"3f87ed3f-9b44-4157-a8a8-5dce9e8277b8-modified","UniqueId":"3f87ed3f-9b44-4157-a8a8-5dce9e8277b8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"3f87ed3f-9b44-4157-a8a8-5dce9e8277b8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/400a03c9-13d7-499a-9434-9b5230ace516/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/400a03c9-13d7-499a-9434-9b5230ace516/cast-vote-record-report.json deleted file mode 100644 index f947520ae2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/400a03c9-13d7-499a-9434-9b5230ace516/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"400a03c9-13d7-499a-9434-9b5230ace516-modified","UniqueId":"400a03c9-13d7-499a-9434-9b5230ace516","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"400a03c9-13d7-499a-9434-9b5230ace516-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/403620e8-686d-4e83-b997-de7e606137d1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/403620e8-686d-4e83-b997-de7e606137d1/cast-vote-record-report.json deleted file mode 100644 index f1ec6a8334..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/403620e8-686d-4e83-b997-de7e606137d1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"403620e8-686d-4e83-b997-de7e606137d1-modified","UniqueId":"403620e8-686d-4e83-b997-de7e606137d1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"403620e8-686d-4e83-b997-de7e606137d1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/40536a5e-85c1-45af-9e0e-613c475062bb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/40536a5e-85c1-45af-9e0e-613c475062bb/cast-vote-record-report.json deleted file mode 100644 index 91cd90bd09..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/40536a5e-85c1-45af-9e0e-613c475062bb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"40536a5e-85c1-45af-9e0e-613c475062bb-modified","UniqueId":"40536a5e-85c1-45af-9e0e-613c475062bb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"40536a5e-85c1-45af-9e0e-613c475062bb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/407a0ce0-2715-408e-8e6b-2f8b51b8ecaa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/407a0ce0-2715-408e-8e6b-2f8b51b8ecaa/cast-vote-record-report.json deleted file mode 100644 index 8949e60a7a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/407a0ce0-2715-408e-8e6b-2f8b51b8ecaa/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"407a0ce0-2715-408e-8e6b-2f8b51b8ecaa-modified","UniqueId":"407a0ce0-2715-408e-8e6b-2f8b51b8ecaa","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"407a0ce0-2715-408e-8e6b-2f8b51b8ecaa-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/40a12925-b50f-44b1-8221-89fad469bd26/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/40a12925-b50f-44b1-8221-89fad469bd26/cast-vote-record-report.json deleted file mode 100644 index b6b1c441ba..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/40a12925-b50f-44b1-8221-89fad469bd26/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"40a12925-b50f-44b1-8221-89fad469bd26-modified","UniqueId":"40a12925-b50f-44b1-8221-89fad469bd26","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"40a12925-b50f-44b1-8221-89fad469bd26-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/40a1b1ac-dc4c-4c9a-bff9-adcc95f62336/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/40a1b1ac-dc4c-4c9a-bff9-adcc95f62336/cast-vote-record-report.json deleted file mode 100644 index a6a25e86db..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/40a1b1ac-dc4c-4c9a-bff9-adcc95f62336/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"40a1b1ac-dc4c-4c9a-bff9-adcc95f62336-modified","UniqueId":"40a1b1ac-dc4c-4c9a-bff9-adcc95f62336","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"40a1b1ac-dc4c-4c9a-bff9-adcc95f62336-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/411a1022-a672-4344-b519-18a2758dc63b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/411a1022-a672-4344-b519-18a2758dc63b/cast-vote-record-report.json deleted file mode 100644 index 38d819e70b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/411a1022-a672-4344-b519-18a2758dc63b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"411a1022-a672-4344-b519-18a2758dc63b-modified","UniqueId":"411a1022-a672-4344-b519-18a2758dc63b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"411a1022-a672-4344-b519-18a2758dc63b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/414b20de-e450-4603-ae2c-ab0a156ec6ff/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/414b20de-e450-4603-ae2c-ab0a156ec6ff/cast-vote-record-report.json new file mode 100644 index 0000000000..8ef6a03f1a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/414b20de-e450-4603-ae2c-ab0a156ec6ff/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"414b20de-e450-4603-ae2c-ab0a156ec6ff-modified","UniqueId":"414b20de-e450-4603-ae2c-ab0a156ec6ff","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"414b20de-e450-4603-ae2c-ab0a156ec6ff-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/41d1c568-638d-4e8a-9e1e-e1ee5015f42a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/41d1c568-638d-4e8a-9e1e-e1ee5015f42a/cast-vote-record-report.json deleted file mode 100644 index 76cd3509a4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/41d1c568-638d-4e8a-9e1e-e1ee5015f42a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"41d1c568-638d-4e8a-9e1e-e1ee5015f42a-modified","UniqueId":"41d1c568-638d-4e8a-9e1e-e1ee5015f42a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"41d1c568-638d-4e8a-9e1e-e1ee5015f42a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/41ec623f-54e7-47a4-8792-dcaa336fd1cc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/41ec623f-54e7-47a4-8792-dcaa336fd1cc/cast-vote-record-report.json new file mode 100644 index 0000000000..a9fdcaee6e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/41ec623f-54e7-47a4-8792-dcaa336fd1cc/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"41ec623f-54e7-47a4-8792-dcaa336fd1cc-modified","UniqueId":"41ec623f-54e7-47a4-8792-dcaa336fd1cc","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"41ec623f-54e7-47a4-8792-dcaa336fd1cc-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4232680a-3203-4b0d-912a-036cb3d21f28/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4232680a-3203-4b0d-912a-036cb3d21f28/cast-vote-record-report.json deleted file mode 100644 index 6b0f33b36b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4232680a-3203-4b0d-912a-036cb3d21f28/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4232680a-3203-4b0d-912a-036cb3d21f28-modified","UniqueId":"4232680a-3203-4b0d-912a-036cb3d21f28","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4232680a-3203-4b0d-912a-036cb3d21f28-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4237fea4-d98e-4709-beb8-c77f86070954/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4237fea4-d98e-4709-beb8-c77f86070954/cast-vote-record-report.json deleted file mode 100644 index dce50613f5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4237fea4-d98e-4709-beb8-c77f86070954/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4237fea4-d98e-4709-beb8-c77f86070954-modified","UniqueId":"4237fea4-d98e-4709-beb8-c77f86070954","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4237fea4-d98e-4709-beb8-c77f86070954-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4247f757-b32d-43af-8621-af10a4aab92c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4247f757-b32d-43af-8621-af10a4aab92c/cast-vote-record-report.json deleted file mode 100644 index 4d99c6bfc2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4247f757-b32d-43af-8621-af10a4aab92c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4247f757-b32d-43af-8621-af10a4aab92c-modified","UniqueId":"4247f757-b32d-43af-8621-af10a4aab92c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4247f757-b32d-43af-8621-af10a4aab92c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/425a7f51-56bb-4418-a48e-771200f6f89f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/425a7f51-56bb-4418-a48e-771200f6f89f/cast-vote-record-report.json deleted file mode 100644 index 39ecc533a0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/425a7f51-56bb-4418-a48e-771200f6f89f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"425a7f51-56bb-4418-a48e-771200f6f89f-modified","UniqueId":"425a7f51-56bb-4418-a48e-771200f6f89f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"425a7f51-56bb-4418-a48e-771200f6f89f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/42cbe3b5-e87c-4cdb-a6ba-76a995f283e1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/42cbe3b5-e87c-4cdb-a6ba-76a995f283e1/cast-vote-record-report.json deleted file mode 100644 index 65649cd6e6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/42cbe3b5-e87c-4cdb-a6ba-76a995f283e1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"42cbe3b5-e87c-4cdb-a6ba-76a995f283e1-modified","UniqueId":"42cbe3b5-e87c-4cdb-a6ba-76a995f283e1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"42cbe3b5-e87c-4cdb-a6ba-76a995f283e1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/42ebaaf9-81b9-4231-84ca-db3a4737a84b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/42ebaaf9-81b9-4231-84ca-db3a4737a84b/cast-vote-record-report.json deleted file mode 100644 index deff3c56df..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/42ebaaf9-81b9-4231-84ca-db3a4737a84b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"42ebaaf9-81b9-4231-84ca-db3a4737a84b-modified","UniqueId":"42ebaaf9-81b9-4231-84ca-db3a4737a84b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"42ebaaf9-81b9-4231-84ca-db3a4737a84b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43281f14-3d9d-498e-a900-403b6d6cad4e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43281f14-3d9d-498e-a900-403b6d6cad4e/cast-vote-record-report.json new file mode 100644 index 0000000000..efc1ec739e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43281f14-3d9d-498e-a900-403b6d6cad4e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"43281f14-3d9d-498e-a900-403b6d6cad4e-modified","UniqueId":"43281f14-3d9d-498e-a900-403b6d6cad4e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"43281f14-3d9d-498e-a900-403b6d6cad4e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43790978-b32d-46a9-b1fb-501b6c609b9f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43790978-b32d-46a9-b1fb-501b6c609b9f/cast-vote-record-report.json new file mode 100644 index 0000000000..5714b1c59a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43790978-b32d-46a9-b1fb-501b6c609b9f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"43790978-b32d-46a9-b1fb-501b6c609b9f-modified","UniqueId":"43790978-b32d-46a9-b1fb-501b6c609b9f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"43790978-b32d-46a9-b1fb-501b6c609b9f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/438dc3ee-f78f-4640-a490-2ef391a0fbaa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/438dc3ee-f78f-4640-a490-2ef391a0fbaa/cast-vote-record-report.json new file mode 100644 index 0000000000..81a96bd234 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/438dc3ee-f78f-4640-a490-2ef391a0fbaa/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"438dc3ee-f78f-4640-a490-2ef391a0fbaa-modified","UniqueId":"438dc3ee-f78f-4640-a490-2ef391a0fbaa","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"438dc3ee-f78f-4640-a490-2ef391a0fbaa-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43a7fbb7-6e47-45de-8b3a-1fbb95fcab96/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43a7fbb7-6e47-45de-8b3a-1fbb95fcab96/cast-vote-record-report.json new file mode 100644 index 0000000000..a808693710 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43a7fbb7-6e47-45de-8b3a-1fbb95fcab96/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"43a7fbb7-6e47-45de-8b3a-1fbb95fcab96-modified","UniqueId":"43a7fbb7-6e47-45de-8b3a-1fbb95fcab96","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"43a7fbb7-6e47-45de-8b3a-1fbb95fcab96-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ffd97a5-9545-489e-92c3-acb3e9d03323/4ffd97a5-9545-489e-92c3-acb3e9d03323-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/43c83425-b526-4130-8806-54e44c8da851-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ffd97a5-9545-489e-92c3-acb3e9d03323/4ffd97a5-9545-489e-92c3-acb3e9d03323-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/43c83425-b526-4130-8806-54e44c8da851-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/43c83425-b526-4130-8806-54e44c8da851-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/43c83425-b526-4130-8806-54e44c8da851-back.layout.json new file mode 100644 index 0000000000..25fd6aa441 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/43c83425-b526-4130-8806-54e44c8da851-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ffd97a5-9545-489e-92c3-acb3e9d03323/4ffd97a5-9545-489e-92c3-acb3e9d03323-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/43c83425-b526-4130-8806-54e44c8da851-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ffd97a5-9545-489e-92c3-acb3e9d03323/4ffd97a5-9545-489e-92c3-acb3e9d03323-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/43c83425-b526-4130-8806-54e44c8da851-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/43c83425-b526-4130-8806-54e44c8da851-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/43c83425-b526-4130-8806-54e44c8da851-front.layout.json new file mode 100644 index 0000000000..0239ba9dc8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/43c83425-b526-4130-8806-54e44c8da851-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/cast-vote-record-report.json new file mode 100644 index 0000000000..725700dc8a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43c83425-b526-4130-8806-54e44c8da851/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"43c83425-b526-4130-8806-54e44c8da851-modified","UniqueId":"43c83425-b526-4130-8806-54e44c8da851","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"43c83425-b526-4130-8806-54e44c8da851-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:43c83425-b526-4130-8806-54e44c8da851-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-c8769bdacfdd84660d11c6854fd1724222db77701be610b8ef47670d7bb532c5"},"Location":"file:43c83425-b526-4130-8806-54e44c8da851-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-97cb6a4d486d6657928d7f7480b82c09d5aaedaa571026b10f7e1ddf4e096d5a"},"Location":"file:43c83425-b526-4130-8806-54e44c8da851-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43ca84b2-6e7a-4cc7-9945-486ed6778c4e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43ca84b2-6e7a-4cc7-9945-486ed6778c4e/cast-vote-record-report.json deleted file mode 100644 index e3b22ce8e7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43ca84b2-6e7a-4cc7-9945-486ed6778c4e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"43ca84b2-6e7a-4cc7-9945-486ed6778c4e-modified","UniqueId":"43ca84b2-6e7a-4cc7-9945-486ed6778c4e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"43ca84b2-6e7a-4cc7-9945-486ed6778c4e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43d607d9-144e-4c35-baed-065b5f8215c9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43d607d9-144e-4c35-baed-065b5f8215c9/cast-vote-record-report.json deleted file mode 100644 index 5b306455a1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43d607d9-144e-4c35-baed-065b5f8215c9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"43d607d9-144e-4c35-baed-065b5f8215c9-modified","UniqueId":"43d607d9-144e-4c35-baed-065b5f8215c9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"43d607d9-144e-4c35-baed-065b5f8215c9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43e16b82-c2cd-4b97-be4e-c16fa89612be/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43e16b82-c2cd-4b97-be4e-c16fa89612be/cast-vote-record-report.json deleted file mode 100644 index 691c833828..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43e16b82-c2cd-4b97-be4e-c16fa89612be/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"43e16b82-c2cd-4b97-be4e-c16fa89612be-modified","UniqueId":"43e16b82-c2cd-4b97-be4e-c16fa89612be","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"43e16b82-c2cd-4b97-be4e-c16fa89612be-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43f0f28d-374e-4eb6-ae55-35429c7670ae/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43f0f28d-374e-4eb6-ae55-35429c7670ae/cast-vote-record-report.json deleted file mode 100644 index 8583d6e86c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/43f0f28d-374e-4eb6-ae55-35429c7670ae/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"43f0f28d-374e-4eb6-ae55-35429c7670ae-modified","UniqueId":"43f0f28d-374e-4eb6-ae55-35429c7670ae","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"43f0f28d-374e-4eb6-ae55-35429c7670ae-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52a91c64-e67c-4a25-8eec-ac07b46bb463/52a91c64-e67c-4a25-8eec-ac07b46bb463-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/44129409-d129-4e06-8288-cc0d02aee6bc-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52a91c64-e67c-4a25-8eec-ac07b46bb463/52a91c64-e67c-4a25-8eec-ac07b46bb463-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/44129409-d129-4e06-8288-cc0d02aee6bc-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/44129409-d129-4e06-8288-cc0d02aee6bc-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/44129409-d129-4e06-8288-cc0d02aee6bc-back.layout.json new file mode 100644 index 0000000000..662679ea13 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/44129409-d129-4e06-8288-cc0d02aee6bc-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52a91c64-e67c-4a25-8eec-ac07b46bb463/52a91c64-e67c-4a25-8eec-ac07b46bb463-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/44129409-d129-4e06-8288-cc0d02aee6bc-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52a91c64-e67c-4a25-8eec-ac07b46bb463/52a91c64-e67c-4a25-8eec-ac07b46bb463-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/44129409-d129-4e06-8288-cc0d02aee6bc-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/44129409-d129-4e06-8288-cc0d02aee6bc-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/44129409-d129-4e06-8288-cc0d02aee6bc-front.layout.json new file mode 100644 index 0000000000..03b3e24296 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/44129409-d129-4e06-8288-cc0d02aee6bc-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/cast-vote-record-report.json new file mode 100644 index 0000000000..ab94e69ebe --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44129409-d129-4e06-8288-cc0d02aee6bc/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"44129409-d129-4e06-8288-cc0d02aee6bc-modified","UniqueId":"44129409-d129-4e06-8288-cc0d02aee6bc","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"44129409-d129-4e06-8288-cc0d02aee6bc-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:44129409-d129-4e06-8288-cc0d02aee6bc-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-ef80f542c324bb9ddc220a12208e7d6fa6886ff1475052df88c1aaa233edd61a"},"Location":"file:44129409-d129-4e06-8288-cc0d02aee6bc-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-33128d0fc4109388004947fc635affce56caf120ab29040a452a48ae6795cd95"},"Location":"file:44129409-d129-4e06-8288-cc0d02aee6bc-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4425ce92-0429-473e-bfc3-0cd3fca53bad/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4425ce92-0429-473e-bfc3-0cd3fca53bad/cast-vote-record-report.json deleted file mode 100644 index aaf9607d7f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4425ce92-0429-473e-bfc3-0cd3fca53bad/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4425ce92-0429-473e-bfc3-0cd3fca53bad-modified","UniqueId":"4425ce92-0429-473e-bfc3-0cd3fca53bad","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4425ce92-0429-473e-bfc3-0cd3fca53bad-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/443b0cbc-6c54-4161-9b60-8cdeb766c997/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/443b0cbc-6c54-4161-9b60-8cdeb766c997/cast-vote-record-report.json new file mode 100644 index 0000000000..4dc9423103 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/443b0cbc-6c54-4161-9b60-8cdeb766c997/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"443b0cbc-6c54-4161-9b60-8cdeb766c997-modified","UniqueId":"443b0cbc-6c54-4161-9b60-8cdeb766c997","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"443b0cbc-6c54-4161-9b60-8cdeb766c997-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/443d5417-1abb-4353-8ac0-94e047d210c0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/443d5417-1abb-4353-8ac0-94e047d210c0/cast-vote-record-report.json deleted file mode 100644 index 9058a6fe21..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/443d5417-1abb-4353-8ac0-94e047d210c0/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"443d5417-1abb-4353-8ac0-94e047d210c0-modified","UniqueId":"443d5417-1abb-4353-8ac0-94e047d210c0","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"443d5417-1abb-4353-8ac0-94e047d210c0-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4452dade-ec8e-4e97-a89c-515ef4eaabc7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4452dade-ec8e-4e97-a89c-515ef4eaabc7/cast-vote-record-report.json deleted file mode 100644 index b07ac720bf..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4452dade-ec8e-4e97-a89c-515ef4eaabc7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4452dade-ec8e-4e97-a89c-515ef4eaabc7-modified","UniqueId":"4452dade-ec8e-4e97-a89c-515ef4eaabc7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4452dade-ec8e-4e97-a89c-515ef4eaabc7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44deb330-c483-447d-bf73-f3f539bdcca6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44deb330-c483-447d-bf73-f3f539bdcca6/cast-vote-record-report.json deleted file mode 100644 index cc1ff31e6e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/44deb330-c483-447d-bf73-f3f539bdcca6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"44deb330-c483-447d-bf73-f3f539bdcca6-modified","UniqueId":"44deb330-c483-447d-bf73-f3f539bdcca6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"44deb330-c483-447d-bf73-f3f539bdcca6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/45332640-c875-4395-b0a0-cc488d9fd7cd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/45332640-c875-4395-b0a0-cc488d9fd7cd/cast-vote-record-report.json new file mode 100644 index 0000000000..ff163c6b1e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/45332640-c875-4395-b0a0-cc488d9fd7cd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"45332640-c875-4395-b0a0-cc488d9fd7cd-modified","UniqueId":"45332640-c875-4395-b0a0-cc488d9fd7cd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"45332640-c875-4395-b0a0-cc488d9fd7cd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/45a9989c-e880-4680-a1e8-10c39e445425/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/45a9989c-e880-4680-a1e8-10c39e445425/cast-vote-record-report.json new file mode 100644 index 0000000000..078312d690 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/45a9989c-e880-4680-a1e8-10c39e445425/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"45a9989c-e880-4680-a1e8-10c39e445425-modified","UniqueId":"45a9989c-e880-4680-a1e8-10c39e445425","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"45a9989c-e880-4680-a1e8-10c39e445425-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4628ac08-3da7-49bb-b759-b71bd26ed065/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4628ac08-3da7-49bb-b759-b71bd26ed065/cast-vote-record-report.json new file mode 100644 index 0000000000..bd1c95e726 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4628ac08-3da7-49bb-b759-b71bd26ed065/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4628ac08-3da7-49bb-b759-b71bd26ed065-modified","UniqueId":"4628ac08-3da7-49bb-b759-b71bd26ed065","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4628ac08-3da7-49bb-b759-b71bd26ed065-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4643ec24-1932-4176-8023-b28ff26bc30e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4643ec24-1932-4176-8023-b28ff26bc30e/cast-vote-record-report.json deleted file mode 100644 index 7527a9b482..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4643ec24-1932-4176-8023-b28ff26bc30e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4643ec24-1932-4176-8023-b28ff26bc30e-modified","UniqueId":"4643ec24-1932-4176-8023-b28ff26bc30e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4643ec24-1932-4176-8023-b28ff26bc30e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4649379c-2d10-4de0-a8cf-3555ba064034/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4649379c-2d10-4de0-a8cf-3555ba064034/cast-vote-record-report.json new file mode 100644 index 0000000000..78ea84e98c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4649379c-2d10-4de0-a8cf-3555ba064034/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4649379c-2d10-4de0-a8cf-3555ba064034-modified","UniqueId":"4649379c-2d10-4de0-a8cf-3555ba064034","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4649379c-2d10-4de0-a8cf-3555ba064034-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4681d194-c45b-478d-af63-62188d5deb09/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4681d194-c45b-478d-af63-62188d5deb09/cast-vote-record-report.json new file mode 100644 index 0000000000..8a1db345a4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4681d194-c45b-478d-af63-62188d5deb09/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4681d194-c45b-478d-af63-62188d5deb09-modified","UniqueId":"4681d194-c45b-478d-af63-62188d5deb09","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4681d194-c45b-478d-af63-62188d5deb09-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/46c0c197-6ef9-4917-b3d2-0d61144660ac/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/46c0c197-6ef9-4917-b3d2-0d61144660ac/cast-vote-record-report.json new file mode 100644 index 0000000000..2edd5beefb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/46c0c197-6ef9-4917-b3d2-0d61144660ac/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"46c0c197-6ef9-4917-b3d2-0d61144660ac-modified","UniqueId":"46c0c197-6ef9-4917-b3d2-0d61144660ac","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"46c0c197-6ef9-4917-b3d2-0d61144660ac-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/46ef3bb9-cd14-41bc-8a52-16e82b94fb2a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/46ef3bb9-cd14-41bc-8a52-16e82b94fb2a/cast-vote-record-report.json new file mode 100644 index 0000000000..f51fafeee3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/46ef3bb9-cd14-41bc-8a52-16e82b94fb2a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"46ef3bb9-cd14-41bc-8a52-16e82b94fb2a-modified","UniqueId":"46ef3bb9-cd14-41bc-8a52-16e82b94fb2a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"46ef3bb9-cd14-41bc-8a52-16e82b94fb2a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/473683d0-ef1d-4e8c-be4a-e8ae35649cc7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/473683d0-ef1d-4e8c-be4a-e8ae35649cc7/cast-vote-record-report.json deleted file mode 100644 index f1a33a4801..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/473683d0-ef1d-4e8c-be4a-e8ae35649cc7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"473683d0-ef1d-4e8c-be4a-e8ae35649cc7-modified","UniqueId":"473683d0-ef1d-4e8c-be4a-e8ae35649cc7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"473683d0-ef1d-4e8c-be4a-e8ae35649cc7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4767709a-a015-4c93-8072-947c1a298630/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4767709a-a015-4c93-8072-947c1a298630/cast-vote-record-report.json deleted file mode 100644 index c29e232608..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4767709a-a015-4c93-8072-947c1a298630/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4767709a-a015-4c93-8072-947c1a298630-modified","UniqueId":"4767709a-a015-4c93-8072-947c1a298630","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4767709a-a015-4c93-8072-947c1a298630-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:4767709a-a015-4c93-8072-947c1a298630-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:4767709a-a015-4c93-8072-947c1a298630-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/478a6a1c-b2da-4e19-8437-0ccd9fe54b4d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/478a6a1c-b2da-4e19-8437-0ccd9fe54b4d/cast-vote-record-report.json deleted file mode 100644 index a6386caf7b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/478a6a1c-b2da-4e19-8437-0ccd9fe54b4d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"478a6a1c-b2da-4e19-8437-0ccd9fe54b4d-modified","UniqueId":"478a6a1c-b2da-4e19-8437-0ccd9fe54b4d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"478a6a1c-b2da-4e19-8437-0ccd9fe54b4d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/479a06f6-3fd3-4f0a-9881-e10bdfe74ec6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/479a06f6-3fd3-4f0a-9881-e10bdfe74ec6/cast-vote-record-report.json deleted file mode 100644 index 8a8eab6548..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/479a06f6-3fd3-4f0a-9881-e10bdfe74ec6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"479a06f6-3fd3-4f0a-9881-e10bdfe74ec6-modified","UniqueId":"479a06f6-3fd3-4f0a-9881-e10bdfe74ec6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"479a06f6-3fd3-4f0a-9881-e10bdfe74ec6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/47bebe7d-5fd4-427a-999d-5db810c6ee6b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/47bebe7d-5fd4-427a-999d-5db810c6ee6b/cast-vote-record-report.json new file mode 100644 index 0000000000..49eec05f24 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/47bebe7d-5fd4-427a-999d-5db810c6ee6b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"47bebe7d-5fd4-427a-999d-5db810c6ee6b-modified","UniqueId":"47bebe7d-5fd4-427a-999d-5db810c6ee6b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"47bebe7d-5fd4-427a-999d-5db810c6ee6b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/47d1f26a-aea4-4c12-85e2-bcadd510342d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/47d1f26a-aea4-4c12-85e2-bcadd510342d/cast-vote-record-report.json deleted file mode 100644 index 4e3f6aad09..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/47d1f26a-aea4-4c12-85e2-bcadd510342d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"47d1f26a-aea4-4c12-85e2-bcadd510342d-modified","UniqueId":"47d1f26a-aea4-4c12-85e2-bcadd510342d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"47d1f26a-aea4-4c12-85e2-bcadd510342d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/47d8893d-5ae6-47b8-86a9-5cc7b4aef18f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/47d8893d-5ae6-47b8-86a9-5cc7b4aef18f/cast-vote-record-report.json new file mode 100644 index 0000000000..8c13511188 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/47d8893d-5ae6-47b8-86a9-5cc7b4aef18f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"47d8893d-5ae6-47b8-86a9-5cc7b4aef18f-modified","UniqueId":"47d8893d-5ae6-47b8-86a9-5cc7b4aef18f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"47d8893d-5ae6-47b8-86a9-5cc7b4aef18f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4836003d-1b24-4e3c-bbb1-cf6cdd54cb82/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4836003d-1b24-4e3c-bbb1-cf6cdd54cb82/cast-vote-record-report.json deleted file mode 100644 index ae926f0340..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4836003d-1b24-4e3c-bbb1-cf6cdd54cb82/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4836003d-1b24-4e3c-bbb1-cf6cdd54cb82-modified","UniqueId":"4836003d-1b24-4e3c-bbb1-cf6cdd54cb82","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4836003d-1b24-4e3c-bbb1-cf6cdd54cb82-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/484c670c-1ce6-45c5-9a34-725294075da4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/484c670c-1ce6-45c5-9a34-725294075da4/cast-vote-record-report.json deleted file mode 100644 index e170f776be..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/484c670c-1ce6-45c5-9a34-725294075da4/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"484c670c-1ce6-45c5-9a34-725294075da4-modified","UniqueId":"484c670c-1ce6-45c5-9a34-725294075da4","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"484c670c-1ce6-45c5-9a34-725294075da4-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/48bceb0e-1c13-40e7-bc8a-4a9194186f7f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/48bceb0e-1c13-40e7-bc8a-4a9194186f7f/cast-vote-record-report.json new file mode 100644 index 0000000000..e183f4aacb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/48bceb0e-1c13-40e7-bc8a-4a9194186f7f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"48bceb0e-1c13-40e7-bc8a-4a9194186f7f-modified","UniqueId":"48bceb0e-1c13-40e7-bc8a-4a9194186f7f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"48bceb0e-1c13-40e7-bc8a-4a9194186f7f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4907b5de-95af-4438-a47c-44673d0a5529/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4907b5de-95af-4438-a47c-44673d0a5529/cast-vote-record-report.json deleted file mode 100644 index ee64128222..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4907b5de-95af-4438-a47c-44673d0a5529/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4907b5de-95af-4438-a47c-44673d0a5529-modified","UniqueId":"4907b5de-95af-4438-a47c-44673d0a5529","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4907b5de-95af-4438-a47c-44673d0a5529-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4955173f-76db-4eff-b41c-91669000df98/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4955173f-76db-4eff-b41c-91669000df98/cast-vote-record-report.json deleted file mode 100644 index 352bed74de..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4955173f-76db-4eff-b41c-91669000df98/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4955173f-76db-4eff-b41c-91669000df98-modified","UniqueId":"4955173f-76db-4eff-b41c-91669000df98","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4955173f-76db-4eff-b41c-91669000df98-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/496e1bb0-bf08-495c-a736-a0d64cd9155d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/496e1bb0-bf08-495c-a736-a0d64cd9155d/cast-vote-record-report.json new file mode 100644 index 0000000000..087dad0a3e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/496e1bb0-bf08-495c-a736-a0d64cd9155d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"496e1bb0-bf08-495c-a736-a0d64cd9155d-modified","UniqueId":"496e1bb0-bf08-495c-a736-a0d64cd9155d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"496e1bb0-bf08-495c-a736-a0d64cd9155d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/49876b2c-7411-401b-8f66-e849ce2ca383/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/49876b2c-7411-401b-8f66-e849ce2ca383/cast-vote-record-report.json new file mode 100644 index 0000000000..2dd903e910 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/49876b2c-7411-401b-8f66-e849ce2ca383/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"49876b2c-7411-401b-8f66-e849ce2ca383-modified","UniqueId":"49876b2c-7411-401b-8f66-e849ce2ca383","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"49876b2c-7411-401b-8f66-e849ce2ca383-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/49b157fa-b959-4ef1-aec2-60a5c340bd49/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/49b157fa-b959-4ef1-aec2-60a5c340bd49/cast-vote-record-report.json new file mode 100644 index 0000000000..e3a80d5f1e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/49b157fa-b959-4ef1-aec2-60a5c340bd49/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"49b157fa-b959-4ef1-aec2-60a5c340bd49-modified","UniqueId":"49b157fa-b959-4ef1-aec2-60a5c340bd49","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"49b157fa-b959-4ef1-aec2-60a5c340bd49-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4a1c0d95-0bcd-47fa-8059-109015c2a87e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4a1c0d95-0bcd-47fa-8059-109015c2a87e/cast-vote-record-report.json deleted file mode 100644 index 13d85c7037..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4a1c0d95-0bcd-47fa-8059-109015c2a87e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4a1c0d95-0bcd-47fa-8059-109015c2a87e-modified","UniqueId":"4a1c0d95-0bcd-47fa-8059-109015c2a87e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4a1c0d95-0bcd-47fa-8059-109015c2a87e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4a5983b9-f767-4e42-a7df-a6030e11b531/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4a5983b9-f767-4e42-a7df-a6030e11b531/cast-vote-record-report.json new file mode 100644 index 0000000000..15a4617ef1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4a5983b9-f767-4e42-a7df-a6030e11b531/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4a5983b9-f767-4e42-a7df-a6030e11b531-modified","UniqueId":"4a5983b9-f767-4e42-a7df-a6030e11b531","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4a5983b9-f767-4e42-a7df-a6030e11b531-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4a9e80eb-80d1-4459-a925-abf312a9cab9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4a9e80eb-80d1-4459-a925-abf312a9cab9/cast-vote-record-report.json new file mode 100644 index 0000000000..d316aee974 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4a9e80eb-80d1-4459-a925-abf312a9cab9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4a9e80eb-80d1-4459-a925-abf312a9cab9-modified","UniqueId":"4a9e80eb-80d1-4459-a925-abf312a9cab9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4a9e80eb-80d1-4459-a925-abf312a9cab9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ad0962f-9ff6-4266-ae87-5f9cf68a4867/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ad0962f-9ff6-4266-ae87-5f9cf68a4867/cast-vote-record-report.json new file mode 100644 index 0000000000..d49fdafc68 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ad0962f-9ff6-4266-ae87-5f9cf68a4867/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4ad0962f-9ff6-4266-ae87-5f9cf68a4867-modified","UniqueId":"4ad0962f-9ff6-4266-ae87-5f9cf68a4867","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4ad0962f-9ff6-4266-ae87-5f9cf68a4867-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ae878b8-28e4-4f00-95c0-e3bd586b57e4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ae878b8-28e4-4f00-95c0-e3bd586b57e4/cast-vote-record-report.json new file mode 100644 index 0000000000..751a312f4b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ae878b8-28e4-4f00-95c0-e3bd586b57e4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4ae878b8-28e4-4f00-95c0-e3bd586b57e4-modified","UniqueId":"4ae878b8-28e4-4f00-95c0-e3bd586b57e4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4ae878b8-28e4-4f00-95c0-e3bd586b57e4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4af3700b-57f4-4605-9152-d0ab202ba89b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4af3700b-57f4-4605-9152-d0ab202ba89b/cast-vote-record-report.json deleted file mode 100644 index fa43d8ffa7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4af3700b-57f4-4605-9152-d0ab202ba89b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4af3700b-57f4-4605-9152-d0ab202ba89b-modified","UniqueId":"4af3700b-57f4-4605-9152-d0ab202ba89b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4af3700b-57f4-4605-9152-d0ab202ba89b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b02009c-9f71-4f25-b7f8-5a8a733334b2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b02009c-9f71-4f25-b7f8-5a8a733334b2/cast-vote-record-report.json deleted file mode 100644 index 868fe30240..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b02009c-9f71-4f25-b7f8-5a8a733334b2/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4b02009c-9f71-4f25-b7f8-5a8a733334b2-modified","UniqueId":"4b02009c-9f71-4f25-b7f8-5a8a733334b2","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4b02009c-9f71-4f25-b7f8-5a8a733334b2-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b4b11d2-4c91-4dbc-9d6b-751e2baf23dc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b4b11d2-4c91-4dbc-9d6b-751e2baf23dc/cast-vote-record-report.json deleted file mode 100644 index 6c5ed1e996..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b4b11d2-4c91-4dbc-9d6b-751e2baf23dc/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4b4b11d2-4c91-4dbc-9d6b-751e2baf23dc-modified","UniqueId":"4b4b11d2-4c91-4dbc-9d6b-751e2baf23dc","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4b4b11d2-4c91-4dbc-9d6b-751e2baf23dc-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b553dec-d487-4f6d-b83f-1a15da61aac9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b553dec-d487-4f6d-b83f-1a15da61aac9/cast-vote-record-report.json new file mode 100644 index 0000000000..c1ece27206 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b553dec-d487-4f6d-b83f-1a15da61aac9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4b553dec-d487-4f6d-b83f-1a15da61aac9-modified","UniqueId":"4b553dec-d487-4f6d-b83f-1a15da61aac9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4b553dec-d487-4f6d-b83f-1a15da61aac9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b572147-5f06-46e1-b7be-862d1310262d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b572147-5f06-46e1-b7be-862d1310262d/cast-vote-record-report.json deleted file mode 100644 index d4e09d6a3a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b572147-5f06-46e1-b7be-862d1310262d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4b572147-5f06-46e1-b7be-862d1310262d-modified","UniqueId":"4b572147-5f06-46e1-b7be-862d1310262d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4b572147-5f06-46e1-b7be-862d1310262d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b59af5d-1e7d-461d-ad05-11a4fbe0441f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b59af5d-1e7d-461d-ad05-11a4fbe0441f/cast-vote-record-report.json deleted file mode 100644 index da5c4a7679..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b59af5d-1e7d-461d-ad05-11a4fbe0441f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4b59af5d-1e7d-461d-ad05-11a4fbe0441f-modified","UniqueId":"4b59af5d-1e7d-461d-ad05-11a4fbe0441f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4b59af5d-1e7d-461d-ad05-11a4fbe0441f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b6615fd-6033-4c84-bfd8-cfda1c86ad3b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b6615fd-6033-4c84-bfd8-cfda1c86ad3b/cast-vote-record-report.json deleted file mode 100644 index df3a708a01..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b6615fd-6033-4c84-bfd8-cfda1c86ad3b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4b6615fd-6033-4c84-bfd8-cfda1c86ad3b-modified","UniqueId":"4b6615fd-6033-4c84-bfd8-cfda1c86ad3b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4b6615fd-6033-4c84-bfd8-cfda1c86ad3b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:4b6615fd-6033-4c84-bfd8-cfda1c86ad3b-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:4b6615fd-6033-4c84-bfd8-cfda1c86ad3b-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b7235d4-31e9-4e48-9aaf-009d53647d1e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b7235d4-31e9-4e48-9aaf-009d53647d1e/cast-vote-record-report.json new file mode 100644 index 0000000000..29a4b533da --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b7235d4-31e9-4e48-9aaf-009d53647d1e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4b7235d4-31e9-4e48-9aaf-009d53647d1e-modified","UniqueId":"4b7235d4-31e9-4e48-9aaf-009d53647d1e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4b7235d4-31e9-4e48-9aaf-009d53647d1e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b77bf6d-ffa7-42c0-83e9-d546c055906e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b77bf6d-ffa7-42c0-83e9-d546c055906e/cast-vote-record-report.json new file mode 100644 index 0000000000..6253b664cc --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b77bf6d-ffa7-42c0-83e9-d546c055906e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4b77bf6d-ffa7-42c0-83e9-d546c055906e-modified","UniqueId":"4b77bf6d-ffa7-42c0-83e9-d546c055906e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4b77bf6d-ffa7-42c0-83e9-d546c055906e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b9992d3-0cf4-47c6-a260-e69375067492/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b9992d3-0cf4-47c6-a260-e69375067492/cast-vote-record-report.json deleted file mode 100644 index ae1a10a40a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4b9992d3-0cf4-47c6-a260-e69375067492/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4b9992d3-0cf4-47c6-a260-e69375067492-modified","UniqueId":"4b9992d3-0cf4-47c6-a260-e69375067492","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4b9992d3-0cf4-47c6-a260-e69375067492-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4bae77f5-9e36-4265-b050-49c1ef3dd4ce/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4bae77f5-9e36-4265-b050-49c1ef3dd4ce/cast-vote-record-report.json new file mode 100644 index 0000000000..38a5f7b91c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4bae77f5-9e36-4265-b050-49c1ef3dd4ce/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4bae77f5-9e36-4265-b050-49c1ef3dd4ce-modified","UniqueId":"4bae77f5-9e36-4265-b050-49c1ef3dd4ce","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4bae77f5-9e36-4265-b050-49c1ef3dd4ce-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4bb9f3de-fd8a-44fb-b7de-349c3b996f82/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4bb9f3de-fd8a-44fb-b7de-349c3b996f82/cast-vote-record-report.json deleted file mode 100644 index 9422b45501..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4bb9f3de-fd8a-44fb-b7de-349c3b996f82/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4bb9f3de-fd8a-44fb-b7de-349c3b996f82-modified","UniqueId":"4bb9f3de-fd8a-44fb-b7de-349c3b996f82","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4bb9f3de-fd8a-44fb-b7de-349c3b996f82-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4bd4b228-0357-4a1d-8c37-20f2ac2ea3a5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4bd4b228-0357-4a1d-8c37-20f2ac2ea3a5/cast-vote-record-report.json new file mode 100644 index 0000000000..3c3c45aaa9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4bd4b228-0357-4a1d-8c37-20f2ac2ea3a5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4bd4b228-0357-4a1d-8c37-20f2ac2ea3a5-modified","UniqueId":"4bd4b228-0357-4a1d-8c37-20f2ac2ea3a5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4bd4b228-0357-4a1d-8c37-20f2ac2ea3a5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4be07c7a-563b-441a-998b-c477abaaf42a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4be07c7a-563b-441a-998b-c477abaaf42a/cast-vote-record-report.json deleted file mode 100644 index c660fd9037..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4be07c7a-563b-441a-998b-c477abaaf42a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4be07c7a-563b-441a-998b-c477abaaf42a-modified","UniqueId":"4be07c7a-563b-441a-998b-c477abaaf42a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4be07c7a-563b-441a-998b-c477abaaf42a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4c7639dc-d8d2-49d3-aa21-a03105048202/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4c7639dc-d8d2-49d3-aa21-a03105048202/cast-vote-record-report.json deleted file mode 100644 index cd84a4e320..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4c7639dc-d8d2-49d3-aa21-a03105048202/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4c7639dc-d8d2-49d3-aa21-a03105048202-modified","UniqueId":"4c7639dc-d8d2-49d3-aa21-a03105048202","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4c7639dc-d8d2-49d3-aa21-a03105048202-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4c7ee6b5-15d9-4141-b93c-887713c05734/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4c7ee6b5-15d9-4141-b93c-887713c05734/cast-vote-record-report.json deleted file mode 100644 index 11f3406e52..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4c7ee6b5-15d9-4141-b93c-887713c05734/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4c7ee6b5-15d9-4141-b93c-887713c05734-modified","UniqueId":"4c7ee6b5-15d9-4141-b93c-887713c05734","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4c7ee6b5-15d9-4141-b93c-887713c05734-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4cd3afa0-759f-4662-abc6-32e4d16de0d7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4cd3afa0-759f-4662-abc6-32e4d16de0d7/cast-vote-record-report.json new file mode 100644 index 0000000000..8ea63d8244 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4cd3afa0-759f-4662-abc6-32e4d16de0d7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4cd3afa0-759f-4662-abc6-32e4d16de0d7-modified","UniqueId":"4cd3afa0-759f-4662-abc6-32e4d16de0d7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4cd3afa0-759f-4662-abc6-32e4d16de0d7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d1e9247-7733-4699-bec2-5241e0e93cf8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d1e9247-7733-4699-bec2-5241e0e93cf8/cast-vote-record-report.json deleted file mode 100644 index 42b44c3308..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d1e9247-7733-4699-bec2-5241e0e93cf8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4d1e9247-7733-4699-bec2-5241e0e93cf8-modified","UniqueId":"4d1e9247-7733-4699-bec2-5241e0e93cf8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4d1e9247-7733-4699-bec2-5241e0e93cf8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:4d1e9247-7733-4699-bec2-5241e0e93cf8-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:4d1e9247-7733-4699-bec2-5241e0e93cf8-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d833a56-71ea-4c17-8456-98b1504cf9db/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d833a56-71ea-4c17-8456-98b1504cf9db/cast-vote-record-report.json deleted file mode 100644 index 13b09c9f86..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d833a56-71ea-4c17-8456-98b1504cf9db/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4d833a56-71ea-4c17-8456-98b1504cf9db-modified","UniqueId":"4d833a56-71ea-4c17-8456-98b1504cf9db","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4d833a56-71ea-4c17-8456-98b1504cf9db-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d8a45c7-ee0a-464c-b9d2-c4f63dcc5d5f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d8a45c7-ee0a-464c-b9d2-c4f63dcc5d5f/cast-vote-record-report.json new file mode 100644 index 0000000000..6aa6d577a1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d8a45c7-ee0a-464c-b9d2-c4f63dcc5d5f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4d8a45c7-ee0a-464c-b9d2-c4f63dcc5d5f-modified","UniqueId":"4d8a45c7-ee0a-464c-b9d2-c4f63dcc5d5f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4d8a45c7-ee0a-464c-b9d2-c4f63dcc5d5f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d944251-d077-4729-9322-2ff00c12d2ac/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d944251-d077-4729-9322-2ff00c12d2ac/cast-vote-record-report.json deleted file mode 100644 index d2863f9eb3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4d944251-d077-4729-9322-2ff00c12d2ac/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4d944251-d077-4729-9322-2ff00c12d2ac-modified","UniqueId":"4d944251-d077-4729-9322-2ff00c12d2ac","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4d944251-d077-4729-9322-2ff00c12d2ac-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4e1aed2e-789c-4464-90c3-20ccb1aa6695/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4e1aed2e-789c-4464-90c3-20ccb1aa6695/cast-vote-record-report.json deleted file mode 100644 index 2750abd8fc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4e1aed2e-789c-4464-90c3-20ccb1aa6695/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4e1aed2e-789c-4464-90c3-20ccb1aa6695-modified","UniqueId":"4e1aed2e-789c-4464-90c3-20ccb1aa6695","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4e1aed2e-789c-4464-90c3-20ccb1aa6695-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4e53baf9-d915-4737-9a3e-2520d5fa2e87/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4e53baf9-d915-4737-9a3e-2520d5fa2e87/cast-vote-record-report.json new file mode 100644 index 0000000000..56810e9ed2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4e53baf9-d915-4737-9a3e-2520d5fa2e87/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4e53baf9-d915-4737-9a3e-2520d5fa2e87-modified","UniqueId":"4e53baf9-d915-4737-9a3e-2520d5fa2e87","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4e53baf9-d915-4737-9a3e-2520d5fa2e87-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4e5f3c58-4862-4bd2-b775-ecd2973e737a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4e5f3c58-4862-4bd2-b775-ecd2973e737a/cast-vote-record-report.json new file mode 100644 index 0000000000..c52f33e4f2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4e5f3c58-4862-4bd2-b775-ecd2973e737a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4e5f3c58-4862-4bd2-b775-ecd2973e737a-modified","UniqueId":"4e5f3c58-4862-4bd2-b775-ecd2973e737a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4e5f3c58-4862-4bd2-b775-ecd2973e737a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4f3c2ace-a050-4de0-a50e-2e7956ced9e7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4f3c2ace-a050-4de0-a50e-2e7956ced9e7/cast-vote-record-report.json deleted file mode 100644 index 564dc6a066..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4f3c2ace-a050-4de0-a50e-2e7956ced9e7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4f3c2ace-a050-4de0-a50e-2e7956ced9e7-modified","UniqueId":"4f3c2ace-a050-4de0-a50e-2e7956ced9e7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4f3c2ace-a050-4de0-a50e-2e7956ced9e7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4fdc4759-e0bf-4967-b79d-dbf301483b98/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4fdc4759-e0bf-4967-b79d-dbf301483b98/cast-vote-record-report.json new file mode 100644 index 0000000000..9764c8ef79 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4fdc4759-e0bf-4967-b79d-dbf301483b98/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4fdc4759-e0bf-4967-b79d-dbf301483b98-modified","UniqueId":"4fdc4759-e0bf-4967-b79d-dbf301483b98","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4fdc4759-e0bf-4967-b79d-dbf301483b98-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4fea5a70-e902-4395-91a5-480d1e144f08/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4fea5a70-e902-4395-91a5-480d1e144f08/cast-vote-record-report.json deleted file mode 100644 index c2d66efa81..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4fea5a70-e902-4395-91a5-480d1e144f08/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4fea5a70-e902-4395-91a5-480d1e144f08-modified","UniqueId":"4fea5a70-e902-4395-91a5-480d1e144f08","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4fea5a70-e902-4395-91a5-480d1e144f08-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ffc3a78-ee25-45d7-9c69-d1a3b1186795/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ffc3a78-ee25-45d7-9c69-d1a3b1186795/cast-vote-record-report.json new file mode 100644 index 0000000000..2568b0f555 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ffc3a78-ee25-45d7-9c69-d1a3b1186795/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"4ffc3a78-ee25-45d7-9c69-d1a3b1186795-modified","UniqueId":"4ffc3a78-ee25-45d7-9c69-d1a3b1186795","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4ffc3a78-ee25-45d7-9c69-d1a3b1186795-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ffd97a5-9545-489e-92c3-acb3e9d03323/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ffd97a5-9545-489e-92c3-acb3e9d03323/cast-vote-record-report.json deleted file mode 100644 index 546c346267..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/4ffd97a5-9545-489e-92c3-acb3e9d03323/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"4ffd97a5-9545-489e-92c3-acb3e9d03323-modified","UniqueId":"4ffd97a5-9545-489e-92c3-acb3e9d03323","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"4ffd97a5-9545-489e-92c3-acb3e9d03323-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:4ffd97a5-9545-489e-92c3-acb3e9d03323-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:4ffd97a5-9545-489e-92c3-acb3e9d03323-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/500f2a16-67d5-40f1-b325-78fa928a4e96/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/500f2a16-67d5-40f1-b325-78fa928a4e96/cast-vote-record-report.json new file mode 100644 index 0000000000..896c89b576 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/500f2a16-67d5-40f1-b325-78fa928a4e96/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"500f2a16-67d5-40f1-b325-78fa928a4e96-modified","UniqueId":"500f2a16-67d5-40f1-b325-78fa928a4e96","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"500f2a16-67d5-40f1-b325-78fa928a4e96-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52b641df-62b6-4227-ad12-23c3cca1c5c5/52b641df-62b6-4227-ad12-23c3cca1c5c5-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/5047d5ee-cb5d-49a6-9cfc-3f84332a750b-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52b641df-62b6-4227-ad12-23c3cca1c5c5/52b641df-62b6-4227-ad12-23c3cca1c5c5-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/5047d5ee-cb5d-49a6-9cfc-3f84332a750b-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/5047d5ee-cb5d-49a6-9cfc-3f84332a750b-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/5047d5ee-cb5d-49a6-9cfc-3f84332a750b-back.layout.json new file mode 100644 index 0000000000..85d655ca65 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/5047d5ee-cb5d-49a6-9cfc-3f84332a750b-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52b641df-62b6-4227-ad12-23c3cca1c5c5/52b641df-62b6-4227-ad12-23c3cca1c5c5-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/5047d5ee-cb5d-49a6-9cfc-3f84332a750b-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52b641df-62b6-4227-ad12-23c3cca1c5c5/52b641df-62b6-4227-ad12-23c3cca1c5c5-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/5047d5ee-cb5d-49a6-9cfc-3f84332a750b-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/5047d5ee-cb5d-49a6-9cfc-3f84332a750b-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/5047d5ee-cb5d-49a6-9cfc-3f84332a750b-front.layout.json new file mode 100644 index 0000000000..fdceb0816e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/5047d5ee-cb5d-49a6-9cfc-3f84332a750b-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/cast-vote-record-report.json new file mode 100644 index 0000000000..ba54654b1e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5047d5ee-cb5d-49a6-9cfc-3f84332a750b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5047d5ee-cb5d-49a6-9cfc-3f84332a750b-modified","UniqueId":"5047d5ee-cb5d-49a6-9cfc-3f84332a750b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5047d5ee-cb5d-49a6-9cfc-3f84332a750b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:5047d5ee-cb5d-49a6-9cfc-3f84332a750b-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-508520416a021ac114a95fe08d44819b9e501eb7c5c9b8b2439a3a8fe99e6771"},"Location":"file:5047d5ee-cb5d-49a6-9cfc-3f84332a750b-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-7387b8db8350b69d534cc64955f8bae18b1d0a319e57538666d3ce1c2fd41365"},"Location":"file:5047d5ee-cb5d-49a6-9cfc-3f84332a750b-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/50707b6c-44f9-496a-b503-a26845b93755/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/50707b6c-44f9-496a-b503-a26845b93755/cast-vote-record-report.json new file mode 100644 index 0000000000..8e97f732a4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/50707b6c-44f9-496a-b503-a26845b93755/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"50707b6c-44f9-496a-b503-a26845b93755-modified","UniqueId":"50707b6c-44f9-496a-b503-a26845b93755","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"50707b6c-44f9-496a-b503-a26845b93755-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/508e7434-a0c1-4568-9456-12601abcea4a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/508e7434-a0c1-4568-9456-12601abcea4a/cast-vote-record-report.json deleted file mode 100644 index 768ea590a5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/508e7434-a0c1-4568-9456-12601abcea4a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"508e7434-a0c1-4568-9456-12601abcea4a-modified","UniqueId":"508e7434-a0c1-4568-9456-12601abcea4a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"508e7434-a0c1-4568-9456-12601abcea4a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5094d78a-f29c-4be3-b5be-3d7e12e240f8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5094d78a-f29c-4be3-b5be-3d7e12e240f8/cast-vote-record-report.json deleted file mode 100644 index 4ba80dee7f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5094d78a-f29c-4be3-b5be-3d7e12e240f8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5094d78a-f29c-4be3-b5be-3d7e12e240f8-modified","UniqueId":"5094d78a-f29c-4be3-b5be-3d7e12e240f8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5094d78a-f29c-4be3-b5be-3d7e12e240f8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/50bc4aba-73b1-4ae5-9924-8a62d9131a35/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/50bc4aba-73b1-4ae5-9924-8a62d9131a35/cast-vote-record-report.json deleted file mode 100644 index 61524aa76c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/50bc4aba-73b1-4ae5-9924-8a62d9131a35/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"50bc4aba-73b1-4ae5-9924-8a62d9131a35-modified","UniqueId":"50bc4aba-73b1-4ae5-9924-8a62d9131a35","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"50bc4aba-73b1-4ae5-9924-8a62d9131a35-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/50cb139f-f1b2-4521-a607-c1bee3002edd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/50cb139f-f1b2-4521-a607-c1bee3002edd/cast-vote-record-report.json new file mode 100644 index 0000000000..5c3402d968 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/50cb139f-f1b2-4521-a607-c1bee3002edd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"50cb139f-f1b2-4521-a607-c1bee3002edd-modified","UniqueId":"50cb139f-f1b2-4521-a607-c1bee3002edd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"50cb139f-f1b2-4521-a607-c1bee3002edd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/50d9004d-5b88-4bd2-9f1f-d34e0d0dced9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/50d9004d-5b88-4bd2-9f1f-d34e0d0dced9/cast-vote-record-report.json new file mode 100644 index 0000000000..06ad8d8f64 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/50d9004d-5b88-4bd2-9f1f-d34e0d0dced9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"50d9004d-5b88-4bd2-9f1f-d34e0d0dced9-modified","UniqueId":"50d9004d-5b88-4bd2-9f1f-d34e0d0dced9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"50d9004d-5b88-4bd2-9f1f-d34e0d0dced9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/512a7a04-cfcb-4991-915a-6d6f8563f39d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/512a7a04-cfcb-4991-915a-6d6f8563f39d/cast-vote-record-report.json deleted file mode 100644 index fd01fd73a2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/512a7a04-cfcb-4991-915a-6d6f8563f39d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"512a7a04-cfcb-4991-915a-6d6f8563f39d-modified","UniqueId":"512a7a04-cfcb-4991-915a-6d6f8563f39d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"512a7a04-cfcb-4991-915a-6d6f8563f39d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5135293c-7ebb-4314-808c-060974f47b12/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5135293c-7ebb-4314-808c-060974f47b12/cast-vote-record-report.json new file mode 100644 index 0000000000..cac813c061 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5135293c-7ebb-4314-808c-060974f47b12/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5135293c-7ebb-4314-808c-060974f47b12-modified","UniqueId":"5135293c-7ebb-4314-808c-060974f47b12","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5135293c-7ebb-4314-808c-060974f47b12-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/51f46d22-4594-49a1-b512-ff7726043a1a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/51f46d22-4594-49a1-b512-ff7726043a1a/cast-vote-record-report.json new file mode 100644 index 0000000000..1f0d3cbad9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/51f46d22-4594-49a1-b512-ff7726043a1a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"51f46d22-4594-49a1-b512-ff7726043a1a-modified","UniqueId":"51f46d22-4594-49a1-b512-ff7726043a1a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"51f46d22-4594-49a1-b512-ff7726043a1a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52241257-fdc1-49be-8906-66611eb56fa7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52241257-fdc1-49be-8906-66611eb56fa7/cast-vote-record-report.json new file mode 100644 index 0000000000..ba85da44ea --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52241257-fdc1-49be-8906-66611eb56fa7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"52241257-fdc1-49be-8906-66611eb56fa7-modified","UniqueId":"52241257-fdc1-49be-8906-66611eb56fa7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"52241257-fdc1-49be-8906-66611eb56fa7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52520b11-bf3a-4d6b-a35d-c55017ab2d15/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52520b11-bf3a-4d6b-a35d-c55017ab2d15/cast-vote-record-report.json new file mode 100644 index 0000000000..f47878e2d6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52520b11-bf3a-4d6b-a35d-c55017ab2d15/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"52520b11-bf3a-4d6b-a35d-c55017ab2d15-modified","UniqueId":"52520b11-bf3a-4d6b-a35d-c55017ab2d15","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"52520b11-bf3a-4d6b-a35d-c55017ab2d15-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56f57a57-2750-4b1b-b8c3-7db7e260ae48/56f57a57-2750-4b1b-b8c3-7db7e260ae48-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/52993ce4-e49a-4cdc-a1f6-877db39ce2a7-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56f57a57-2750-4b1b-b8c3-7db7e260ae48/56f57a57-2750-4b1b-b8c3-7db7e260ae48-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/52993ce4-e49a-4cdc-a1f6-877db39ce2a7-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/52993ce4-e49a-4cdc-a1f6-877db39ce2a7-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/52993ce4-e49a-4cdc-a1f6-877db39ce2a7-back.layout.json new file mode 100644 index 0000000000..8d9818e5d2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/52993ce4-e49a-4cdc-a1f6-877db39ce2a7-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56f57a57-2750-4b1b-b8c3-7db7e260ae48/56f57a57-2750-4b1b-b8c3-7db7e260ae48-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/52993ce4-e49a-4cdc-a1f6-877db39ce2a7-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56f57a57-2750-4b1b-b8c3-7db7e260ae48/56f57a57-2750-4b1b-b8c3-7db7e260ae48-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/52993ce4-e49a-4cdc-a1f6-877db39ce2a7-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/52993ce4-e49a-4cdc-a1f6-877db39ce2a7-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/52993ce4-e49a-4cdc-a1f6-877db39ce2a7-front.layout.json new file mode 100644 index 0000000000..d3a93daee1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/52993ce4-e49a-4cdc-a1f6-877db39ce2a7-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/cast-vote-record-report.json new file mode 100644 index 0000000000..a4859bac04 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52993ce4-e49a-4cdc-a1f6-877db39ce2a7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"52993ce4-e49a-4cdc-a1f6-877db39ce2a7-modified","UniqueId":"52993ce4-e49a-4cdc-a1f6-877db39ce2a7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"52993ce4-e49a-4cdc-a1f6-877db39ce2a7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:52993ce4-e49a-4cdc-a1f6-877db39ce2a7-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-4c6fd327b8a6baa1865e239e3c66ca1d602af1d29c595647485df0903a0b28e0"},"Location":"file:52993ce4-e49a-4cdc-a1f6-877db39ce2a7-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-1361e05d5c8a11fecdcfe84ceb25ec19628bff317e44d5db5a9333fb31ebc67b"},"Location":"file:52993ce4-e49a-4cdc-a1f6-877db39ce2a7-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52a91c64-e67c-4a25-8eec-ac07b46bb463/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52a91c64-e67c-4a25-8eec-ac07b46bb463/cast-vote-record-report.json deleted file mode 100644 index dd3d23227a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52a91c64-e67c-4a25-8eec-ac07b46bb463/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"52a91c64-e67c-4a25-8eec-ac07b46bb463-modified","UniqueId":"52a91c64-e67c-4a25-8eec-ac07b46bb463","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"52a91c64-e67c-4a25-8eec-ac07b46bb463-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:52a91c64-e67c-4a25-8eec-ac07b46bb463-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:52a91c64-e67c-4a25-8eec-ac07b46bb463-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52b641df-62b6-4227-ad12-23c3cca1c5c5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52b641df-62b6-4227-ad12-23c3cca1c5c5/cast-vote-record-report.json deleted file mode 100644 index fe4b24295b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52b641df-62b6-4227-ad12-23c3cca1c5c5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"52b641df-62b6-4227-ad12-23c3cca1c5c5-modified","UniqueId":"52b641df-62b6-4227-ad12-23c3cca1c5c5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"52b641df-62b6-4227-ad12-23c3cca1c5c5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:52b641df-62b6-4227-ad12-23c3cca1c5c5-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:52b641df-62b6-4227-ad12-23c3cca1c5c5-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52d0bad7-a773-4fc8-ae75-012db360273d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52d0bad7-a773-4fc8-ae75-012db360273d/cast-vote-record-report.json new file mode 100644 index 0000000000..4aad403042 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52d0bad7-a773-4fc8-ae75-012db360273d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"52d0bad7-a773-4fc8-ae75-012db360273d-modified","UniqueId":"52d0bad7-a773-4fc8-ae75-012db360273d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"52d0bad7-a773-4fc8-ae75-012db360273d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52e164ae-9e3a-4980-87df-01c2baba0f36/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52e164ae-9e3a-4980-87df-01c2baba0f36/cast-vote-record-report.json deleted file mode 100644 index 89c298c2c2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/52e164ae-9e3a-4980-87df-01c2baba0f36/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"52e164ae-9e3a-4980-87df-01c2baba0f36-modified","UniqueId":"52e164ae-9e3a-4980-87df-01c2baba0f36","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"52e164ae-9e3a-4980-87df-01c2baba0f36-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/531a3369-d2d3-4f91-a122-283518b73e33/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/531a3369-d2d3-4f91-a122-283518b73e33/cast-vote-record-report.json deleted file mode 100644 index 2db3b264af..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/531a3369-d2d3-4f91-a122-283518b73e33/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"531a3369-d2d3-4f91-a122-283518b73e33-modified","UniqueId":"531a3369-d2d3-4f91-a122-283518b73e33","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"531a3369-d2d3-4f91-a122-283518b73e33-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/531a7acd-a0f3-49a6-801c-4e630d79c805/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/531a7acd-a0f3-49a6-801c-4e630d79c805/cast-vote-record-report.json new file mode 100644 index 0000000000..f60406d865 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/531a7acd-a0f3-49a6-801c-4e630d79c805/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"531a7acd-a0f3-49a6-801c-4e630d79c805-modified","UniqueId":"531a7acd-a0f3-49a6-801c-4e630d79c805","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"531a7acd-a0f3-49a6-801c-4e630d79c805-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/536aa2b0-92e7-4c96-a3fc-8aa3f4ff86aa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/536aa2b0-92e7-4c96-a3fc-8aa3f4ff86aa/cast-vote-record-report.json new file mode 100644 index 0000000000..ca361b3e01 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/536aa2b0-92e7-4c96-a3fc-8aa3f4ff86aa/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"536aa2b0-92e7-4c96-a3fc-8aa3f4ff86aa-modified","UniqueId":"536aa2b0-92e7-4c96-a3fc-8aa3f4ff86aa","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"536aa2b0-92e7-4c96-a3fc-8aa3f4ff86aa-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5390c70e-1544-4f4b-b87a-0099f2d9240d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5390c70e-1544-4f4b-b87a-0099f2d9240d/cast-vote-record-report.json new file mode 100644 index 0000000000..a9530f6733 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5390c70e-1544-4f4b-b87a-0099f2d9240d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5390c70e-1544-4f4b-b87a-0099f2d9240d-modified","UniqueId":"5390c70e-1544-4f4b-b87a-0099f2d9240d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5390c70e-1544-4f4b-b87a-0099f2d9240d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/53dd4c7a-48ab-485b-b232-29536b2a83e6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/53dd4c7a-48ab-485b-b232-29536b2a83e6/cast-vote-record-report.json deleted file mode 100644 index 64d35b4238..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/53dd4c7a-48ab-485b-b232-29536b2a83e6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"53dd4c7a-48ab-485b-b232-29536b2a83e6-modified","UniqueId":"53dd4c7a-48ab-485b-b232-29536b2a83e6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"53dd4c7a-48ab-485b-b232-29536b2a83e6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/541d3fc9-466a-412b-a443-948065b2cf26/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/541d3fc9-466a-412b-a443-948065b2cf26/cast-vote-record-report.json new file mode 100644 index 0000000000..196c48dd73 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/541d3fc9-466a-412b-a443-948065b2cf26/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"541d3fc9-466a-412b-a443-948065b2cf26-modified","UniqueId":"541d3fc9-466a-412b-a443-948065b2cf26","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"541d3fc9-466a-412b-a443-948065b2cf26-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/54bc2260-cf24-43a4-8770-ea4bfd96140f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/54bc2260-cf24-43a4-8770-ea4bfd96140f/cast-vote-record-report.json new file mode 100644 index 0000000000..aa0db6b990 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/54bc2260-cf24-43a4-8770-ea4bfd96140f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"54bc2260-cf24-43a4-8770-ea4bfd96140f-modified","UniqueId":"54bc2260-cf24-43a4-8770-ea4bfd96140f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"54bc2260-cf24-43a4-8770-ea4bfd96140f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/54f8fc2a-2149-4541-8c7b-fd121ecb56a4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/54f8fc2a-2149-4541-8c7b-fd121ecb56a4/cast-vote-record-report.json new file mode 100644 index 0000000000..f09bc9eeec --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/54f8fc2a-2149-4541-8c7b-fd121ecb56a4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"54f8fc2a-2149-4541-8c7b-fd121ecb56a4-modified","UniqueId":"54f8fc2a-2149-4541-8c7b-fd121ecb56a4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"54f8fc2a-2149-4541-8c7b-fd121ecb56a4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/55615d1e-b9d9-4228-9cc6-2e68868fcd47/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/55615d1e-b9d9-4228-9cc6-2e68868fcd47/cast-vote-record-report.json deleted file mode 100644 index 82f97f2576..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/55615d1e-b9d9-4228-9cc6-2e68868fcd47/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"55615d1e-b9d9-4228-9cc6-2e68868fcd47-modified","UniqueId":"55615d1e-b9d9-4228-9cc6-2e68868fcd47","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"55615d1e-b9d9-4228-9cc6-2e68868fcd47-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/557997a2-1ccc-437f-ae5e-7e6ee49d8a1d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/557997a2-1ccc-437f-ae5e-7e6ee49d8a1d/cast-vote-record-report.json deleted file mode 100644 index ab2448d7b1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/557997a2-1ccc-437f-ae5e-7e6ee49d8a1d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"557997a2-1ccc-437f-ae5e-7e6ee49d8a1d-modified","UniqueId":"557997a2-1ccc-437f-ae5e-7e6ee49d8a1d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"557997a2-1ccc-437f-ae5e-7e6ee49d8a1d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/557f1b19-98cc-4850-bd03-3f1619b833ec/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/557f1b19-98cc-4850-bd03-3f1619b833ec/cast-vote-record-report.json deleted file mode 100644 index 3e421bd6d6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/557f1b19-98cc-4850-bd03-3f1619b833ec/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"557f1b19-98cc-4850-bd03-3f1619b833ec-modified","UniqueId":"557f1b19-98cc-4850-bd03-3f1619b833ec","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"557f1b19-98cc-4850-bd03-3f1619b833ec-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/559343a5-533f-4803-a7ad-24aaff0deddc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/559343a5-533f-4803-a7ad-24aaff0deddc/cast-vote-record-report.json deleted file mode 100644 index 7013656623..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/559343a5-533f-4803-a7ad-24aaff0deddc/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"559343a5-533f-4803-a7ad-24aaff0deddc-modified","UniqueId":"559343a5-533f-4803-a7ad-24aaff0deddc","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"559343a5-533f-4803-a7ad-24aaff0deddc-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/55f51f48-c9fe-4ad1-bfaf-e5ef04ea611d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/55f51f48-c9fe-4ad1-bfaf-e5ef04ea611d/cast-vote-record-report.json new file mode 100644 index 0000000000..3171735efd --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/55f51f48-c9fe-4ad1-bfaf-e5ef04ea611d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"55f51f48-c9fe-4ad1-bfaf-e5ef04ea611d-modified","UniqueId":"55f51f48-c9fe-4ad1-bfaf-e5ef04ea611d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"55f51f48-c9fe-4ad1-bfaf-e5ef04ea611d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56388f16-b7f6-4fab-a043-b78711fd79ca/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56388f16-b7f6-4fab-a043-b78711fd79ca/cast-vote-record-report.json new file mode 100644 index 0000000000..3b8d970cb0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56388f16-b7f6-4fab-a043-b78711fd79ca/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"56388f16-b7f6-4fab-a043-b78711fd79ca-modified","UniqueId":"56388f16-b7f6-4fab-a043-b78711fd79ca","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"56388f16-b7f6-4fab-a043-b78711fd79ca-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/563f602a-7782-40a3-ae98-ae2b5df2ce28/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/563f602a-7782-40a3-ae98-ae2b5df2ce28/cast-vote-record-report.json deleted file mode 100644 index de9e40a5e7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/563f602a-7782-40a3-ae98-ae2b5df2ce28/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"563f602a-7782-40a3-ae98-ae2b5df2ce28-modified","UniqueId":"563f602a-7782-40a3-ae98-ae2b5df2ce28","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"563f602a-7782-40a3-ae98-ae2b5df2ce28-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56464c0c-aa09-482e-8821-348a0c4e753b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56464c0c-aa09-482e-8821-348a0c4e753b/cast-vote-record-report.json deleted file mode 100644 index e4ca0548d8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56464c0c-aa09-482e-8821-348a0c4e753b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"56464c0c-aa09-482e-8821-348a0c4e753b-modified","UniqueId":"56464c0c-aa09-482e-8821-348a0c4e753b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"56464c0c-aa09-482e-8821-348a0c4e753b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5657c6c6-5162-4d33-b2fd-5a13c21e1bce/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5657c6c6-5162-4d33-b2fd-5a13c21e1bce/cast-vote-record-report.json new file mode 100644 index 0000000000..d1a227c16e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5657c6c6-5162-4d33-b2fd-5a13c21e1bce/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5657c6c6-5162-4d33-b2fd-5a13c21e1bce-modified","UniqueId":"5657c6c6-5162-4d33-b2fd-5a13c21e1bce","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5657c6c6-5162-4d33-b2fd-5a13c21e1bce-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5660b13f-6ee4-45b8-81b0-00776d25c7ab/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5660b13f-6ee4-45b8-81b0-00776d25c7ab/cast-vote-record-report.json new file mode 100644 index 0000000000..1dd903419c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5660b13f-6ee4-45b8-81b0-00776d25c7ab/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5660b13f-6ee4-45b8-81b0-00776d25c7ab-modified","UniqueId":"5660b13f-6ee4-45b8-81b0-00776d25c7ab","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5660b13f-6ee4-45b8-81b0-00776d25c7ab-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5668a3dd-d4b0-44ce-8947-1f3ee6ecc498/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5668a3dd-d4b0-44ce-8947-1f3ee6ecc498/cast-vote-record-report.json deleted file mode 100644 index b42eac9cf1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5668a3dd-d4b0-44ce-8947-1f3ee6ecc498/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5668a3dd-d4b0-44ce-8947-1f3ee6ecc498-modified","UniqueId":"5668a3dd-d4b0-44ce-8947-1f3ee6ecc498","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5668a3dd-d4b0-44ce-8947-1f3ee6ecc498-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/566a30b0-c86e-40cf-9d93-df84892e1a5a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/566a30b0-c86e-40cf-9d93-df84892e1a5a/cast-vote-record-report.json deleted file mode 100644 index 1de67ddd57..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/566a30b0-c86e-40cf-9d93-df84892e1a5a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"566a30b0-c86e-40cf-9d93-df84892e1a5a-modified","UniqueId":"566a30b0-c86e-40cf-9d93-df84892e1a5a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"566a30b0-c86e-40cf-9d93-df84892e1a5a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/569ccacc-21f2-46de-a717-ccaa3baae18f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/569ccacc-21f2-46de-a717-ccaa3baae18f/cast-vote-record-report.json deleted file mode 100644 index d42200a8c7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/569ccacc-21f2-46de-a717-ccaa3baae18f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"569ccacc-21f2-46de-a717-ccaa3baae18f-modified","UniqueId":"569ccacc-21f2-46de-a717-ccaa3baae18f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"569ccacc-21f2-46de-a717-ccaa3baae18f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56acf539-de35-49df-bb62-9fa8f5348aa5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56acf539-de35-49df-bb62-9fa8f5348aa5/cast-vote-record-report.json new file mode 100644 index 0000000000..49beca8685 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56acf539-de35-49df-bb62-9fa8f5348aa5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"56acf539-de35-49df-bb62-9fa8f5348aa5-modified","UniqueId":"56acf539-de35-49df-bb62-9fa8f5348aa5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"56acf539-de35-49df-bb62-9fa8f5348aa5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56f57a57-2750-4b1b-b8c3-7db7e260ae48/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56f57a57-2750-4b1b-b8c3-7db7e260ae48/cast-vote-record-report.json deleted file mode 100644 index 1f87c0d2ad..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56f57a57-2750-4b1b-b8c3-7db7e260ae48/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"56f57a57-2750-4b1b-b8c3-7db7e260ae48-modified","UniqueId":"56f57a57-2750-4b1b-b8c3-7db7e260ae48","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"56f57a57-2750-4b1b-b8c3-7db7e260ae48-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:56f57a57-2750-4b1b-b8c3-7db7e260ae48-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:56f57a57-2750-4b1b-b8c3-7db7e260ae48-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56f7b6b5-1986-46ab-8048-dc50da5d5cb0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56f7b6b5-1986-46ab-8048-dc50da5d5cb0/cast-vote-record-report.json new file mode 100644 index 0000000000..1a22c4849c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/56f7b6b5-1986-46ab-8048-dc50da5d5cb0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"56f7b6b5-1986-46ab-8048-dc50da5d5cb0-modified","UniqueId":"56f7b6b5-1986-46ab-8048-dc50da5d5cb0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"56f7b6b5-1986-46ab-8048-dc50da5d5cb0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5711b918-f466-4edc-af6f-54e43d5f08a3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5711b918-f466-4edc-af6f-54e43d5f08a3/cast-vote-record-report.json deleted file mode 100644 index b0a732da1a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5711b918-f466-4edc-af6f-54e43d5f08a3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5711b918-f466-4edc-af6f-54e43d5f08a3-modified","UniqueId":"5711b918-f466-4edc-af6f-54e43d5f08a3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5711b918-f466-4edc-af6f-54e43d5f08a3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/57297304-31a1-4fd4-b0e7-0cba035c8dd8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/57297304-31a1-4fd4-b0e7-0cba035c8dd8/cast-vote-record-report.json new file mode 100644 index 0000000000..69b0709926 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/57297304-31a1-4fd4-b0e7-0cba035c8dd8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"57297304-31a1-4fd4-b0e7-0cba035c8dd8-modified","UniqueId":"57297304-31a1-4fd4-b0e7-0cba035c8dd8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"57297304-31a1-4fd4-b0e7-0cba035c8dd8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/574c03c1-b07f-4966-95d7-0630a55a9e9e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/574c03c1-b07f-4966-95d7-0630a55a9e9e/cast-vote-record-report.json new file mode 100644 index 0000000000..e5123571b8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/574c03c1-b07f-4966-95d7-0630a55a9e9e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"574c03c1-b07f-4966-95d7-0630a55a9e9e-modified","UniqueId":"574c03c1-b07f-4966-95d7-0630a55a9e9e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"574c03c1-b07f-4966-95d7-0630a55a9e9e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/57e4edab-f502-4b19-bc23-d134eb66f2cd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/57e4edab-f502-4b19-bc23-d134eb66f2cd/cast-vote-record-report.json new file mode 100644 index 0000000000..57edda031c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/57e4edab-f502-4b19-bc23-d134eb66f2cd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"57e4edab-f502-4b19-bc23-d134eb66f2cd-modified","UniqueId":"57e4edab-f502-4b19-bc23-d134eb66f2cd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"57e4edab-f502-4b19-bc23-d134eb66f2cd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5810febc-7307-4ae1-b28e-e1558ec1b269/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5810febc-7307-4ae1-b28e-e1558ec1b269/cast-vote-record-report.json deleted file mode 100644 index 274292d8fe..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5810febc-7307-4ae1-b28e-e1558ec1b269/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5810febc-7307-4ae1-b28e-e1558ec1b269-modified","UniqueId":"5810febc-7307-4ae1-b28e-e1558ec1b269","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5810febc-7307-4ae1-b28e-e1558ec1b269-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/583a7e42-aa33-4363-88f3-35d90bb7ba3b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/583a7e42-aa33-4363-88f3-35d90bb7ba3b/cast-vote-record-report.json deleted file mode 100644 index 53020de76c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/583a7e42-aa33-4363-88f3-35d90bb7ba3b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"583a7e42-aa33-4363-88f3-35d90bb7ba3b-modified","UniqueId":"583a7e42-aa33-4363-88f3-35d90bb7ba3b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"583a7e42-aa33-4363-88f3-35d90bb7ba3b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5871f5e1-87e5-4bc0-93b6-ac66ea8edca7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5871f5e1-87e5-4bc0-93b6-ac66ea8edca7/cast-vote-record-report.json new file mode 100644 index 0000000000..0a86d19a0d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5871f5e1-87e5-4bc0-93b6-ac66ea8edca7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5871f5e1-87e5-4bc0-93b6-ac66ea8edca7-modified","UniqueId":"5871f5e1-87e5-4bc0-93b6-ac66ea8edca7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5871f5e1-87e5-4bc0-93b6-ac66ea8edca7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/58d116cd-076b-4c5f-8b52-9654064ceb75/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/58d116cd-076b-4c5f-8b52-9654064ceb75/cast-vote-record-report.json deleted file mode 100644 index 69726a9c86..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/58d116cd-076b-4c5f-8b52-9654064ceb75/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"58d116cd-076b-4c5f-8b52-9654064ceb75-modified","UniqueId":"58d116cd-076b-4c5f-8b52-9654064ceb75","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"58d116cd-076b-4c5f-8b52-9654064ceb75-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/58fa230b-c53b-411a-b554-64522da6b13c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/58fa230b-c53b-411a-b554-64522da6b13c/cast-vote-record-report.json new file mode 100644 index 0000000000..2a91549bc5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/58fa230b-c53b-411a-b554-64522da6b13c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"58fa230b-c53b-411a-b554-64522da6b13c-modified","UniqueId":"58fa230b-c53b-411a-b554-64522da6b13c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"58fa230b-c53b-411a-b554-64522da6b13c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/593e75c5-a4f5-4f2b-b6bc-8cf09a8c9864/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/593e75c5-a4f5-4f2b-b6bc-8cf09a8c9864/cast-vote-record-report.json deleted file mode 100644 index 2b5445bf17..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/593e75c5-a4f5-4f2b-b6bc-8cf09a8c9864/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"593e75c5-a4f5-4f2b-b6bc-8cf09a8c9864-modified","UniqueId":"593e75c5-a4f5-4f2b-b6bc-8cf09a8c9864","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"593e75c5-a4f5-4f2b-b6bc-8cf09a8c9864-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61439ef8-aacb-456c-b73c-82a9c287d3b2/61439ef8-aacb-456c-b73c-82a9c287d3b2-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/59436d62-c258-4139-86f6-1e50f5231858-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61439ef8-aacb-456c-b73c-82a9c287d3b2/61439ef8-aacb-456c-b73c-82a9c287d3b2-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/59436d62-c258-4139-86f6-1e50f5231858-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/59436d62-c258-4139-86f6-1e50f5231858-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/59436d62-c258-4139-86f6-1e50f5231858-back.layout.json new file mode 100644 index 0000000000..fa63080112 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/59436d62-c258-4139-86f6-1e50f5231858-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61439ef8-aacb-456c-b73c-82a9c287d3b2/61439ef8-aacb-456c-b73c-82a9c287d3b2-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/59436d62-c258-4139-86f6-1e50f5231858-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61439ef8-aacb-456c-b73c-82a9c287d3b2/61439ef8-aacb-456c-b73c-82a9c287d3b2-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/59436d62-c258-4139-86f6-1e50f5231858-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/59436d62-c258-4139-86f6-1e50f5231858-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/59436d62-c258-4139-86f6-1e50f5231858-front.layout.json new file mode 100644 index 0000000000..da449acd08 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/59436d62-c258-4139-86f6-1e50f5231858-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/cast-vote-record-report.json new file mode 100644 index 0000000000..87f8bb18ff --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59436d62-c258-4139-86f6-1e50f5231858/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"59436d62-c258-4139-86f6-1e50f5231858-modified","UniqueId":"59436d62-c258-4139-86f6-1e50f5231858","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"59436d62-c258-4139-86f6-1e50f5231858-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:59436d62-c258-4139-86f6-1e50f5231858-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-9df6fd17413ec25587ac5af07e3359aade588cb0a39cbd76ec72e8f84cfed4d3"},"Location":"file:59436d62-c258-4139-86f6-1e50f5231858-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-8316e5d439c9f7da58a0024b9e3ad73c91b97d6b0e6b44a0d2241795aa184c2b"},"Location":"file:59436d62-c258-4139-86f6-1e50f5231858-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5948bb89-2804-4e97-9445-39ac9ba9a05a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5948bb89-2804-4e97-9445-39ac9ba9a05a/cast-vote-record-report.json new file mode 100644 index 0000000000..3763de224a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5948bb89-2804-4e97-9445-39ac9ba9a05a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5948bb89-2804-4e97-9445-39ac9ba9a05a-modified","UniqueId":"5948bb89-2804-4e97-9445-39ac9ba9a05a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5948bb89-2804-4e97-9445-39ac9ba9a05a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59950697-c87b-4eb5-90b2-9a06833d7420/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59950697-c87b-4eb5-90b2-9a06833d7420/cast-vote-record-report.json new file mode 100644 index 0000000000..0c60ec5a04 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/59950697-c87b-4eb5-90b2-9a06833d7420/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"59950697-c87b-4eb5-90b2-9a06833d7420-modified","UniqueId":"59950697-c87b-4eb5-90b2-9a06833d7420","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"59950697-c87b-4eb5-90b2-9a06833d7420-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5a14e5b5-31a1-4478-bbc4-a38c64bb3f60/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5a14e5b5-31a1-4478-bbc4-a38c64bb3f60/cast-vote-record-report.json new file mode 100644 index 0000000000..27f6257b43 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5a14e5b5-31a1-4478-bbc4-a38c64bb3f60/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5a14e5b5-31a1-4478-bbc4-a38c64bb3f60-modified","UniqueId":"5a14e5b5-31a1-4478-bbc4-a38c64bb3f60","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5a14e5b5-31a1-4478-bbc4-a38c64bb3f60-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5a920cdb-f86f-4dd5-b4ee-f679505852fb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5a920cdb-f86f-4dd5-b4ee-f679505852fb/cast-vote-record-report.json new file mode 100644 index 0000000000..938b1aede4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5a920cdb-f86f-4dd5-b4ee-f679505852fb/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5a920cdb-f86f-4dd5-b4ee-f679505852fb-modified","UniqueId":"5a920cdb-f86f-4dd5-b4ee-f679505852fb","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5a920cdb-f86f-4dd5-b4ee-f679505852fb-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5ac8b9e2-cc18-45a9-ac60-d54089d5bd8f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5ac8b9e2-cc18-45a9-ac60-d54089d5bd8f/cast-vote-record-report.json deleted file mode 100644 index a95c8bfd55..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5ac8b9e2-cc18-45a9-ac60-d54089d5bd8f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5ac8b9e2-cc18-45a9-ac60-d54089d5bd8f-modified","UniqueId":"5ac8b9e2-cc18-45a9-ac60-d54089d5bd8f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5ac8b9e2-cc18-45a9-ac60-d54089d5bd8f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6427af79-a1f4-48f6-b19c-71fd4cd9356b/6427af79-a1f4-48f6-b19c-71fd4cd9356b-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6427af79-a1f4-48f6-b19c-71fd4cd9356b/6427af79-a1f4-48f6-b19c-71fd4cd9356b-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-back.layout.json new file mode 100644 index 0000000000..8d4507434b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6427af79-a1f4-48f6-b19c-71fd4cd9356b/6427af79-a1f4-48f6-b19c-71fd4cd9356b-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6427af79-a1f4-48f6-b19c-71fd4cd9356b/6427af79-a1f4-48f6-b19c-71fd4cd9356b-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-front.layout.json new file mode 100644 index 0000000000..11627aea4e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/cast-vote-record-report.json new file mode 100644 index 0000000000..3b06356c88 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-modified","UniqueId":"5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-9e436071104699683d956e8e63f84a1b6df77a06279fae605a2a47314937dca7"},"Location":"file:5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-464962c202d9e1e4051246026e53483b12efd82a2f70ee9c695ec076b2eb6675"},"Location":"file:5b08bb7b-8f3c-4a6b-b06c-df3a7fc0c96b-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b0bdcb7-62f0-4cd2-9272-2be3c20742da/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b0bdcb7-62f0-4cd2-9272-2be3c20742da/cast-vote-record-report.json new file mode 100644 index 0000000000..409ac19b86 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b0bdcb7-62f0-4cd2-9272-2be3c20742da/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5b0bdcb7-62f0-4cd2-9272-2be3c20742da-modified","UniqueId":"5b0bdcb7-62f0-4cd2-9272-2be3c20742da","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5b0bdcb7-62f0-4cd2-9272-2be3c20742da-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b32636a-9231-4c4e-9eda-032356fb3d38/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b32636a-9231-4c4e-9eda-032356fb3d38/cast-vote-record-report.json new file mode 100644 index 0000000000..09fe7981b7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b32636a-9231-4c4e-9eda-032356fb3d38/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5b32636a-9231-4c4e-9eda-032356fb3d38-modified","UniqueId":"5b32636a-9231-4c4e-9eda-032356fb3d38","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5b32636a-9231-4c4e-9eda-032356fb3d38-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b473362-ee8b-4dcc-8680-4f0ee6f7f1cb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b473362-ee8b-4dcc-8680-4f0ee6f7f1cb/cast-vote-record-report.json deleted file mode 100644 index e6576a7843..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b473362-ee8b-4dcc-8680-4f0ee6f7f1cb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5b473362-ee8b-4dcc-8680-4f0ee6f7f1cb-modified","UniqueId":"5b473362-ee8b-4dcc-8680-4f0ee6f7f1cb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5b473362-ee8b-4dcc-8680-4f0ee6f7f1cb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b4faff9-1054-4b6e-a2f5-2776f8b2a68c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b4faff9-1054-4b6e-a2f5-2776f8b2a68c/cast-vote-record-report.json deleted file mode 100644 index d85805faf8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b4faff9-1054-4b6e-a2f5-2776f8b2a68c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5b4faff9-1054-4b6e-a2f5-2776f8b2a68c-modified","UniqueId":"5b4faff9-1054-4b6e-a2f5-2776f8b2a68c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5b4faff9-1054-4b6e-a2f5-2776f8b2a68c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b7fbed6-bc94-4e41-9a90-c256a5d53920/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b7fbed6-bc94-4e41-9a90-c256a5d53920/cast-vote-record-report.json new file mode 100644 index 0000000000..e0db6c85b6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b7fbed6-bc94-4e41-9a90-c256a5d53920/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5b7fbed6-bc94-4e41-9a90-c256a5d53920-modified","UniqueId":"5b7fbed6-bc94-4e41-9a90-c256a5d53920","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5b7fbed6-bc94-4e41-9a90-c256a5d53920-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65aff4b9-3078-4931-9c51-420cce219cb8/65aff4b9-3078-4931-9c51-420cce219cb8-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/5b8245e7-bb90-4092-8693-d3e062d76a62-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65aff4b9-3078-4931-9c51-420cce219cb8/65aff4b9-3078-4931-9c51-420cce219cb8-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/5b8245e7-bb90-4092-8693-d3e062d76a62-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/5b8245e7-bb90-4092-8693-d3e062d76a62-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/5b8245e7-bb90-4092-8693-d3e062d76a62-back.layout.json new file mode 100644 index 0000000000..4411972320 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/5b8245e7-bb90-4092-8693-d3e062d76a62-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65aff4b9-3078-4931-9c51-420cce219cb8/65aff4b9-3078-4931-9c51-420cce219cb8-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/5b8245e7-bb90-4092-8693-d3e062d76a62-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65aff4b9-3078-4931-9c51-420cce219cb8/65aff4b9-3078-4931-9c51-420cce219cb8-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/5b8245e7-bb90-4092-8693-d3e062d76a62-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/5b8245e7-bb90-4092-8693-d3e062d76a62-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/5b8245e7-bb90-4092-8693-d3e062d76a62-front.layout.json new file mode 100644 index 0000000000..8516fdc05a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/5b8245e7-bb90-4092-8693-d3e062d76a62-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/cast-vote-record-report.json new file mode 100644 index 0000000000..5dfb41ef2a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5b8245e7-bb90-4092-8693-d3e062d76a62/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5b8245e7-bb90-4092-8693-d3e062d76a62-modified","UniqueId":"5b8245e7-bb90-4092-8693-d3e062d76a62","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5b8245e7-bb90-4092-8693-d3e062d76a62-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:5b8245e7-bb90-4092-8693-d3e062d76a62-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-33a819156c8fbdce004f3d7e1cfd15b6b7480b679386d074abfb523815ddf36e"},"Location":"file:5b8245e7-bb90-4092-8693-d3e062d76a62-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-fa13b7ace6b5f4c9497d51cf12f299461b82e541551f23af2fcf15b788f244d1"},"Location":"file:5b8245e7-bb90-4092-8693-d3e062d76a62-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6640d445-3497-4121-9bbb-ef4f134f2964/6640d445-3497-4121-9bbb-ef4f134f2964-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/5bb0ae32-07ac-49b3-922f-d45266c8db0a-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6640d445-3497-4121-9bbb-ef4f134f2964/6640d445-3497-4121-9bbb-ef4f134f2964-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/5bb0ae32-07ac-49b3-922f-d45266c8db0a-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/5bb0ae32-07ac-49b3-922f-d45266c8db0a-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/5bb0ae32-07ac-49b3-922f-d45266c8db0a-back.layout.json new file mode 100644 index 0000000000..662679ea13 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/5bb0ae32-07ac-49b3-922f-d45266c8db0a-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6640d445-3497-4121-9bbb-ef4f134f2964/6640d445-3497-4121-9bbb-ef4f134f2964-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/5bb0ae32-07ac-49b3-922f-d45266c8db0a-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6640d445-3497-4121-9bbb-ef4f134f2964/6640d445-3497-4121-9bbb-ef4f134f2964-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/5bb0ae32-07ac-49b3-922f-d45266c8db0a-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/5bb0ae32-07ac-49b3-922f-d45266c8db0a-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/5bb0ae32-07ac-49b3-922f-d45266c8db0a-front.layout.json new file mode 100644 index 0000000000..03b3e24296 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/5bb0ae32-07ac-49b3-922f-d45266c8db0a-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/cast-vote-record-report.json new file mode 100644 index 0000000000..117ec92e1b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bb0ae32-07ac-49b3-922f-d45266c8db0a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5bb0ae32-07ac-49b3-922f-d45266c8db0a-modified","UniqueId":"5bb0ae32-07ac-49b3-922f-d45266c8db0a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5bb0ae32-07ac-49b3-922f-d45266c8db0a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:5bb0ae32-07ac-49b3-922f-d45266c8db0a-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-ef80f542c324bb9ddc220a12208e7d6fa6886ff1475052df88c1aaa233edd61a"},"Location":"file:5bb0ae32-07ac-49b3-922f-d45266c8db0a-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-33128d0fc4109388004947fc635affce56caf120ab29040a452a48ae6795cd95"},"Location":"file:5bb0ae32-07ac-49b3-922f-d45266c8db0a-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bccdc1f-89c2-4ce7-92b9-93557fe1d3fd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bccdc1f-89c2-4ce7-92b9-93557fe1d3fd/cast-vote-record-report.json deleted file mode 100644 index 6a29259e35..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bccdc1f-89c2-4ce7-92b9-93557fe1d3fd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5bccdc1f-89c2-4ce7-92b9-93557fe1d3fd-modified","UniqueId":"5bccdc1f-89c2-4ce7-92b9-93557fe1d3fd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5bccdc1f-89c2-4ce7-92b9-93557fe1d3fd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bf01073-c9c3-46b7-a111-b208ed963e40/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bf01073-c9c3-46b7-a111-b208ed963e40/cast-vote-record-report.json new file mode 100644 index 0000000000..33a3a441e0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5bf01073-c9c3-46b7-a111-b208ed963e40/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5bf01073-c9c3-46b7-a111-b208ed963e40-modified","UniqueId":"5bf01073-c9c3-46b7-a111-b208ed963e40","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5bf01073-c9c3-46b7-a111-b208ed963e40-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5c2adb55-94af-42a3-9237-70937411fcfd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5c2adb55-94af-42a3-9237-70937411fcfd/cast-vote-record-report.json deleted file mode 100644 index 1bf875272e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5c2adb55-94af-42a3-9237-70937411fcfd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5c2adb55-94af-42a3-9237-70937411fcfd-modified","UniqueId":"5c2adb55-94af-42a3-9237-70937411fcfd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5c2adb55-94af-42a3-9237-70937411fcfd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5c872b9a-963e-4007-8ac8-8566f8e6dd29/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5c872b9a-963e-4007-8ac8-8566f8e6dd29/cast-vote-record-report.json new file mode 100644 index 0000000000..3494188a1c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5c872b9a-963e-4007-8ac8-8566f8e6dd29/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5c872b9a-963e-4007-8ac8-8566f8e6dd29-modified","UniqueId":"5c872b9a-963e-4007-8ac8-8566f8e6dd29","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5c872b9a-963e-4007-8ac8-8566f8e6dd29-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5c9d5841-b320-4a54-adf8-c7fb0229fc3a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5c9d5841-b320-4a54-adf8-c7fb0229fc3a/cast-vote-record-report.json deleted file mode 100644 index 501896a3b1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5c9d5841-b320-4a54-adf8-c7fb0229fc3a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5c9d5841-b320-4a54-adf8-c7fb0229fc3a-modified","UniqueId":"5c9d5841-b320-4a54-adf8-c7fb0229fc3a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5c9d5841-b320-4a54-adf8-c7fb0229fc3a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d185678-a301-4256-9b9b-dd1198cb6d86/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d185678-a301-4256-9b9b-dd1198cb6d86/cast-vote-record-report.json deleted file mode 100644 index dc23d3d0df..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d185678-a301-4256-9b9b-dd1198cb6d86/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5d185678-a301-4256-9b9b-dd1198cb6d86-modified","UniqueId":"5d185678-a301-4256-9b9b-dd1198cb6d86","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5d185678-a301-4256-9b9b-dd1198cb6d86-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ac2fa1d-b3ca-45ca-aa43-7183858517df/6ac2fa1d-b3ca-45ca-aa43-7183858517df-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/5d54178a-18c7-4efe-9568-c84956b0fbb5-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ac2fa1d-b3ca-45ca-aa43-7183858517df/6ac2fa1d-b3ca-45ca-aa43-7183858517df-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/5d54178a-18c7-4efe-9568-c84956b0fbb5-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/5d54178a-18c7-4efe-9568-c84956b0fbb5-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/5d54178a-18c7-4efe-9568-c84956b0fbb5-back.layout.json new file mode 100644 index 0000000000..8a512fb889 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/5d54178a-18c7-4efe-9568-c84956b0fbb5-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ac2fa1d-b3ca-45ca-aa43-7183858517df/6ac2fa1d-b3ca-45ca-aa43-7183858517df-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/5d54178a-18c7-4efe-9568-c84956b0fbb5-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ac2fa1d-b3ca-45ca-aa43-7183858517df/6ac2fa1d-b3ca-45ca-aa43-7183858517df-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/5d54178a-18c7-4efe-9568-c84956b0fbb5-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/5d54178a-18c7-4efe-9568-c84956b0fbb5-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/5d54178a-18c7-4efe-9568-c84956b0fbb5-front.layout.json new file mode 100644 index 0000000000..c4ee381fdb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/5d54178a-18c7-4efe-9568-c84956b0fbb5-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/cast-vote-record-report.json new file mode 100644 index 0000000000..1533d031e6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d54178a-18c7-4efe-9568-c84956b0fbb5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5d54178a-18c7-4efe-9568-c84956b0fbb5-modified","UniqueId":"5d54178a-18c7-4efe-9568-c84956b0fbb5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5d54178a-18c7-4efe-9568-c84956b0fbb5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:5d54178a-18c7-4efe-9568-c84956b0fbb5-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-03816d407da8c394071e5d42fa80cb3bc2951f343dbf77889ec7ccc69e7b2fc5"},"Location":"file:5d54178a-18c7-4efe-9568-c84956b0fbb5-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-f3c80e815f14aff3fb46ff59d17f42bdf502e1b6c7cc770e9d5bc1e239f0ff5e"},"Location":"file:5d54178a-18c7-4efe-9568-c84956b0fbb5-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d75fc87-265c-410c-a723-15314fec129c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d75fc87-265c-410c-a723-15314fec129c/cast-vote-record-report.json new file mode 100644 index 0000000000..c93740fd46 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d75fc87-265c-410c-a723-15314fec129c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5d75fc87-265c-410c-a723-15314fec129c-modified","UniqueId":"5d75fc87-265c-410c-a723-15314fec129c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5d75fc87-265c-410c-a723-15314fec129c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d93785a-8405-4017-b073-5bc760a9b6e1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d93785a-8405-4017-b073-5bc760a9b6e1/cast-vote-record-report.json new file mode 100644 index 0000000000..d01a60650b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5d93785a-8405-4017-b073-5bc760a9b6e1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5d93785a-8405-4017-b073-5bc760a9b6e1-modified","UniqueId":"5d93785a-8405-4017-b073-5bc760a9b6e1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5d93785a-8405-4017-b073-5bc760a9b6e1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5dc19284-0cdb-4073-89d4-a04d6f97a0b7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5dc19284-0cdb-4073-89d4-a04d6f97a0b7/cast-vote-record-report.json new file mode 100644 index 0000000000..c3038ef679 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5dc19284-0cdb-4073-89d4-a04d6f97a0b7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5dc19284-0cdb-4073-89d4-a04d6f97a0b7-modified","UniqueId":"5dc19284-0cdb-4073-89d4-a04d6f97a0b7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5dc19284-0cdb-4073-89d4-a04d6f97a0b7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5dfc9a69-5abd-4229-8757-a2a11a90a921/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5dfc9a69-5abd-4229-8757-a2a11a90a921/cast-vote-record-report.json new file mode 100644 index 0000000000..d3c62fd951 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5dfc9a69-5abd-4229-8757-a2a11a90a921/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5dfc9a69-5abd-4229-8757-a2a11a90a921-modified","UniqueId":"5dfc9a69-5abd-4229-8757-a2a11a90a921","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5dfc9a69-5abd-4229-8757-a2a11a90a921-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5e01fbc6-01b5-4626-b34d-170619208d96/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5e01fbc6-01b5-4626-b34d-170619208d96/cast-vote-record-report.json new file mode 100644 index 0000000000..cf3ec9207d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5e01fbc6-01b5-4626-b34d-170619208d96/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5e01fbc6-01b5-4626-b34d-170619208d96-modified","UniqueId":"5e01fbc6-01b5-4626-b34d-170619208d96","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5e01fbc6-01b5-4626-b34d-170619208d96-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5e1f6d2f-c50e-43de-9265-f7f209193414/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5e1f6d2f-c50e-43de-9265-f7f209193414/cast-vote-record-report.json deleted file mode 100644 index 8ac82af589..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5e1f6d2f-c50e-43de-9265-f7f209193414/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5e1f6d2f-c50e-43de-9265-f7f209193414-modified","UniqueId":"5e1f6d2f-c50e-43de-9265-f7f209193414","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5e1f6d2f-c50e-43de-9265-f7f209193414-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5ecfed97-e107-4c35-8277-8bb3f16377f0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5ecfed97-e107-4c35-8277-8bb3f16377f0/cast-vote-record-report.json deleted file mode 100644 index 7b38ef2f97..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5ecfed97-e107-4c35-8277-8bb3f16377f0/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5ecfed97-e107-4c35-8277-8bb3f16377f0-modified","UniqueId":"5ecfed97-e107-4c35-8277-8bb3f16377f0","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5ecfed97-e107-4c35-8277-8bb3f16377f0-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5ef6e6cf-0796-45da-9c6f-f45004f4b9ad/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5ef6e6cf-0796-45da-9c6f-f45004f4b9ad/cast-vote-record-report.json new file mode 100644 index 0000000000..2d00b61d4c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5ef6e6cf-0796-45da-9c6f-f45004f4b9ad/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5ef6e6cf-0796-45da-9c6f-f45004f4b9ad-modified","UniqueId":"5ef6e6cf-0796-45da-9c6f-f45004f4b9ad","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5ef6e6cf-0796-45da-9c6f-f45004f4b9ad-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5fa691cc-65fe-413e-a6ef-5ee160c1fd4f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5fa691cc-65fe-413e-a6ef-5ee160c1fd4f/cast-vote-record-report.json new file mode 100644 index 0000000000..5c473abbef --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5fa691cc-65fe-413e-a6ef-5ee160c1fd4f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"5fa691cc-65fe-413e-a6ef-5ee160c1fd4f-modified","UniqueId":"5fa691cc-65fe-413e-a6ef-5ee160c1fd4f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5fa691cc-65fe-413e-a6ef-5ee160c1fd4f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5fe566db-fec4-4a90-8d1d-4f49b530bf0c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5fe566db-fec4-4a90-8d1d-4f49b530bf0c/cast-vote-record-report.json deleted file mode 100644 index 981c1f75ef..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/5fe566db-fec4-4a90-8d1d-4f49b530bf0c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"5fe566db-fec4-4a90-8d1d-4f49b530bf0c-modified","UniqueId":"5fe566db-fec4-4a90-8d1d-4f49b530bf0c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"5fe566db-fec4-4a90-8d1d-4f49b530bf0c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/60035795-e73b-43e1-9e5a-170b7541f542/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/60035795-e73b-43e1-9e5a-170b7541f542/cast-vote-record-report.json deleted file mode 100644 index dac35f1280..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/60035795-e73b-43e1-9e5a-170b7541f542/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"60035795-e73b-43e1-9e5a-170b7541f542-modified","UniqueId":"60035795-e73b-43e1-9e5a-170b7541f542","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"60035795-e73b-43e1-9e5a-170b7541f542-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/60096e16-ebdc-446e-a527-7fe144f1c34a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/60096e16-ebdc-446e-a527-7fe144f1c34a/cast-vote-record-report.json new file mode 100644 index 0000000000..e422358659 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/60096e16-ebdc-446e-a527-7fe144f1c34a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"60096e16-ebdc-446e-a527-7fe144f1c34a-modified","UniqueId":"60096e16-ebdc-446e-a527-7fe144f1c34a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"60096e16-ebdc-446e-a527-7fe144f1c34a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/600ba552-9a4e-4ae6-bfb3-9806fc2ef700/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/600ba552-9a4e-4ae6-bfb3-9806fc2ef700/cast-vote-record-report.json new file mode 100644 index 0000000000..d30c2dc8c7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/600ba552-9a4e-4ae6-bfb3-9806fc2ef700/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"600ba552-9a4e-4ae6-bfb3-9806fc2ef700-modified","UniqueId":"600ba552-9a4e-4ae6-bfb3-9806fc2ef700","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"600ba552-9a4e-4ae6-bfb3-9806fc2ef700-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/607a9251-cab2-4b8c-b254-be3a9f7a9f81/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/607a9251-cab2-4b8c-b254-be3a9f7a9f81/cast-vote-record-report.json new file mode 100644 index 0000000000..d1cf70057a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/607a9251-cab2-4b8c-b254-be3a9f7a9f81/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"607a9251-cab2-4b8c-b254-be3a9f7a9f81-modified","UniqueId":"607a9251-cab2-4b8c-b254-be3a9f7a9f81","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"607a9251-cab2-4b8c-b254-be3a9f7a9f81-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/60dad7f8-a1c0-4d85-9cb1-e1f08acb4bb7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/60dad7f8-a1c0-4d85-9cb1-e1f08acb4bb7/cast-vote-record-report.json deleted file mode 100644 index 7dd405243c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/60dad7f8-a1c0-4d85-9cb1-e1f08acb4bb7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"60dad7f8-a1c0-4d85-9cb1-e1f08acb4bb7-modified","UniqueId":"60dad7f8-a1c0-4d85-9cb1-e1f08acb4bb7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"60dad7f8-a1c0-4d85-9cb1-e1f08acb4bb7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61439ef8-aacb-456c-b73c-82a9c287d3b2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61439ef8-aacb-456c-b73c-82a9c287d3b2/cast-vote-record-report.json deleted file mode 100644 index 0678221402..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61439ef8-aacb-456c-b73c-82a9c287d3b2/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"61439ef8-aacb-456c-b73c-82a9c287d3b2-modified","UniqueId":"61439ef8-aacb-456c-b73c-82a9c287d3b2","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"61439ef8-aacb-456c-b73c-82a9c287d3b2-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:61439ef8-aacb-456c-b73c-82a9c287d3b2-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:61439ef8-aacb-456c-b73c-82a9c287d3b2-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6169f1ca-0c8d-4cca-83ca-f7a9c2cbd6aa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6169f1ca-0c8d-4cca-83ca-f7a9c2cbd6aa/cast-vote-record-report.json new file mode 100644 index 0000000000..57473566dc --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6169f1ca-0c8d-4cca-83ca-f7a9c2cbd6aa/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6169f1ca-0c8d-4cca-83ca-f7a9c2cbd6aa-modified","UniqueId":"6169f1ca-0c8d-4cca-83ca-f7a9c2cbd6aa","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6169f1ca-0c8d-4cca-83ca-f7a9c2cbd6aa-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/618902d6-56e3-4945-bdab-5f6bc20d6496/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/618902d6-56e3-4945-bdab-5f6bc20d6496/cast-vote-record-report.json deleted file mode 100644 index 60aa59351a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/618902d6-56e3-4945-bdab-5f6bc20d6496/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"618902d6-56e3-4945-bdab-5f6bc20d6496-modified","UniqueId":"618902d6-56e3-4945-bdab-5f6bc20d6496","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"618902d6-56e3-4945-bdab-5f6bc20d6496-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b5f16ed-a82c-4b87-8a28-806bb5463fbf/6b5f16ed-a82c-4b87-8a28-806bb5463fbf-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/6191b7a6-1f36-4ef8-8b33-52aa100de5c1-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b5f16ed-a82c-4b87-8a28-806bb5463fbf/6b5f16ed-a82c-4b87-8a28-806bb5463fbf-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/6191b7a6-1f36-4ef8-8b33-52aa100de5c1-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/6191b7a6-1f36-4ef8-8b33-52aa100de5c1-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/6191b7a6-1f36-4ef8-8b33-52aa100de5c1-back.layout.json new file mode 100644 index 0000000000..7d0319d99e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/6191b7a6-1f36-4ef8-8b33-52aa100de5c1-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b5f16ed-a82c-4b87-8a28-806bb5463fbf/6b5f16ed-a82c-4b87-8a28-806bb5463fbf-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/6191b7a6-1f36-4ef8-8b33-52aa100de5c1-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b5f16ed-a82c-4b87-8a28-806bb5463fbf/6b5f16ed-a82c-4b87-8a28-806bb5463fbf-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/6191b7a6-1f36-4ef8-8b33-52aa100de5c1-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/6191b7a6-1f36-4ef8-8b33-52aa100de5c1-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/6191b7a6-1f36-4ef8-8b33-52aa100de5c1-front.layout.json new file mode 100644 index 0000000000..0f825eee31 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/6191b7a6-1f36-4ef8-8b33-52aa100de5c1-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/cast-vote-record-report.json new file mode 100644 index 0000000000..074b3fbdcb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6191b7a6-1f36-4ef8-8b33-52aa100de5c1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6191b7a6-1f36-4ef8-8b33-52aa100de5c1-modified","UniqueId":"6191b7a6-1f36-4ef8-8b33-52aa100de5c1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6191b7a6-1f36-4ef8-8b33-52aa100de5c1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:6191b7a6-1f36-4ef8-8b33-52aa100de5c1-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-30fe227cc7e010637b96c622c2ce291bf59f196c33befbc53d369d1773b20343"},"Location":"file:6191b7a6-1f36-4ef8-8b33-52aa100de5c1-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-ddf17930114389fb1cbe0962e8c3c19b477944522ab381566c2f6c41e291d9b0"},"Location":"file:6191b7a6-1f36-4ef8-8b33-52aa100de5c1-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61a92a68-2a61-4e94-a0bf-a73c4f977ae6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61a92a68-2a61-4e94-a0bf-a73c4f977ae6/cast-vote-record-report.json deleted file mode 100644 index 8301039020..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61a92a68-2a61-4e94-a0bf-a73c4f977ae6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"61a92a68-2a61-4e94-a0bf-a73c4f977ae6-modified","UniqueId":"61a92a68-2a61-4e94-a0bf-a73c4f977ae6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"61a92a68-2a61-4e94-a0bf-a73c4f977ae6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61bc6aa2-60ae-479b-826b-dc4b650f13d5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61bc6aa2-60ae-479b-826b-dc4b650f13d5/cast-vote-record-report.json new file mode 100644 index 0000000000..f76ca3b346 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61bc6aa2-60ae-479b-826b-dc4b650f13d5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"61bc6aa2-60ae-479b-826b-dc4b650f13d5-modified","UniqueId":"61bc6aa2-60ae-479b-826b-dc4b650f13d5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"61bc6aa2-60ae-479b-826b-dc4b650f13d5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61ecd2f2-6e8f-40f2-8f75-aba3273711ee/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61ecd2f2-6e8f-40f2-8f75-aba3273711ee/cast-vote-record-report.json deleted file mode 100644 index 83821c7f34..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/61ecd2f2-6e8f-40f2-8f75-aba3273711ee/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"61ecd2f2-6e8f-40f2-8f75-aba3273711ee-modified","UniqueId":"61ecd2f2-6e8f-40f2-8f75-aba3273711ee","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"61ecd2f2-6e8f-40f2-8f75-aba3273711ee-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6205ab1c-4cbf-4853-b7b4-ea0bb65fdc4b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6205ab1c-4cbf-4853-b7b4-ea0bb65fdc4b/cast-vote-record-report.json deleted file mode 100644 index 29529c18ed..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6205ab1c-4cbf-4853-b7b4-ea0bb65fdc4b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6205ab1c-4cbf-4853-b7b4-ea0bb65fdc4b-modified","UniqueId":"6205ab1c-4cbf-4853-b7b4-ea0bb65fdc4b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6205ab1c-4cbf-4853-b7b4-ea0bb65fdc4b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6210424c-8809-48d9-9bc6-e83f38549130/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6210424c-8809-48d9-9bc6-e83f38549130/cast-vote-record-report.json deleted file mode 100644 index dfb1dd3456..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6210424c-8809-48d9-9bc6-e83f38549130/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6210424c-8809-48d9-9bc6-e83f38549130-modified","UniqueId":"6210424c-8809-48d9-9bc6-e83f38549130","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6210424c-8809-48d9-9bc6-e83f38549130-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/621fb966-6b69-46c2-acd6-c2939ba53a9c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/621fb966-6b69-46c2-acd6-c2939ba53a9c/cast-vote-record-report.json deleted file mode 100644 index fd044cfd0f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/621fb966-6b69-46c2-acd6-c2939ba53a9c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"621fb966-6b69-46c2-acd6-c2939ba53a9c-modified","UniqueId":"621fb966-6b69-46c2-acd6-c2939ba53a9c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"621fb966-6b69-46c2-acd6-c2939ba53a9c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6222a819-9639-4850-b9fd-c708dfb246d8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6222a819-9639-4850-b9fd-c708dfb246d8/cast-vote-record-report.json new file mode 100644 index 0000000000..ffd93d44d4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6222a819-9639-4850-b9fd-c708dfb246d8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6222a819-9639-4850-b9fd-c708dfb246d8-modified","UniqueId":"6222a819-9639-4850-b9fd-c708dfb246d8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6222a819-9639-4850-b9fd-c708dfb246d8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/623b453e-9066-4093-8da3-b87f4979452b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/623b453e-9066-4093-8da3-b87f4979452b/cast-vote-record-report.json new file mode 100644 index 0000000000..64fbd733de --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/623b453e-9066-4093-8da3-b87f4979452b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"623b453e-9066-4093-8da3-b87f4979452b-modified","UniqueId":"623b453e-9066-4093-8da3-b87f4979452b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"623b453e-9066-4093-8da3-b87f4979452b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/62474c26-2df5-4ef9-8dc5-1977940ec8fa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/62474c26-2df5-4ef9-8dc5-1977940ec8fa/cast-vote-record-report.json new file mode 100644 index 0000000000..1124694927 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/62474c26-2df5-4ef9-8dc5-1977940ec8fa/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"62474c26-2df5-4ef9-8dc5-1977940ec8fa-modified","UniqueId":"62474c26-2df5-4ef9-8dc5-1977940ec8fa","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"62474c26-2df5-4ef9-8dc5-1977940ec8fa-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6278c1fe-e36c-4353-927f-4ff517293782/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6278c1fe-e36c-4353-927f-4ff517293782/cast-vote-record-report.json deleted file mode 100644 index 13e82278a6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6278c1fe-e36c-4353-927f-4ff517293782/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6278c1fe-e36c-4353-927f-4ff517293782-modified","UniqueId":"6278c1fe-e36c-4353-927f-4ff517293782","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6278c1fe-e36c-4353-927f-4ff517293782-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/629849e2-da43-47f2-ba58-b8d96cd7f29c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/629849e2-da43-47f2-ba58-b8d96cd7f29c/cast-vote-record-report.json deleted file mode 100644 index 826764d4d1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/629849e2-da43-47f2-ba58-b8d96cd7f29c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"629849e2-da43-47f2-ba58-b8d96cd7f29c-modified","UniqueId":"629849e2-da43-47f2-ba58-b8d96cd7f29c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"629849e2-da43-47f2-ba58-b8d96cd7f29c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/629e1e54-ff75-43a3-a220-fb122bd6c4bf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/629e1e54-ff75-43a3-a220-fb122bd6c4bf/cast-vote-record-report.json new file mode 100644 index 0000000000..e3bdc33c34 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/629e1e54-ff75-43a3-a220-fb122bd6c4bf/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"629e1e54-ff75-43a3-a220-fb122bd6c4bf-modified","UniqueId":"629e1e54-ff75-43a3-a220-fb122bd6c4bf","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"629e1e54-ff75-43a3-a220-fb122bd6c4bf-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/62b958c5-690d-476a-a982-11fc883a7dfe/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/62b958c5-690d-476a-a982-11fc883a7dfe/cast-vote-record-report.json deleted file mode 100644 index 2e9fe26bae..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/62b958c5-690d-476a-a982-11fc883a7dfe/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"62b958c5-690d-476a-a982-11fc883a7dfe-modified","UniqueId":"62b958c5-690d-476a-a982-11fc883a7dfe","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"62b958c5-690d-476a-a982-11fc883a7dfe-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/62fea065-e8e9-475e-bad6-25b2ab701080/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/62fea065-e8e9-475e-bad6-25b2ab701080/cast-vote-record-report.json new file mode 100644 index 0000000000..ad7b76ef45 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/62fea065-e8e9-475e-bad6-25b2ab701080/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"62fea065-e8e9-475e-bad6-25b2ab701080-modified","UniqueId":"62fea065-e8e9-475e-bad6-25b2ab701080","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"62fea065-e8e9-475e-bad6-25b2ab701080-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63188350-213c-47a7-a75c-336f9f2fc9cb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63188350-213c-47a7-a75c-336f9f2fc9cb/cast-vote-record-report.json new file mode 100644 index 0000000000..d5e59f4de3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63188350-213c-47a7-a75c-336f9f2fc9cb/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"63188350-213c-47a7-a75c-336f9f2fc9cb-modified","UniqueId":"63188350-213c-47a7-a75c-336f9f2fc9cb","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"63188350-213c-47a7-a75c-336f9f2fc9cb-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63ad7c72-5e7c-434c-9e3b-dacd0996b2a9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63ad7c72-5e7c-434c-9e3b-dacd0996b2a9/cast-vote-record-report.json new file mode 100644 index 0000000000..392d3e8d4b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63ad7c72-5e7c-434c-9e3b-dacd0996b2a9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"63ad7c72-5e7c-434c-9e3b-dacd0996b2a9-modified","UniqueId":"63ad7c72-5e7c-434c-9e3b-dacd0996b2a9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"63ad7c72-5e7c-434c-9e3b-dacd0996b2a9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63cecb54-b6d7-4eb1-b050-7e9555263eb5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63cecb54-b6d7-4eb1-b050-7e9555263eb5/cast-vote-record-report.json new file mode 100644 index 0000000000..77ce855fb7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63cecb54-b6d7-4eb1-b050-7e9555263eb5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"63cecb54-b6d7-4eb1-b050-7e9555263eb5-modified","UniqueId":"63cecb54-b6d7-4eb1-b050-7e9555263eb5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"63cecb54-b6d7-4eb1-b050-7e9555263eb5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63dfd869-fc14-4b2a-b733-e162dbd1f18f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63dfd869-fc14-4b2a-b733-e162dbd1f18f/cast-vote-record-report.json new file mode 100644 index 0000000000..2784530797 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63dfd869-fc14-4b2a-b733-e162dbd1f18f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"63dfd869-fc14-4b2a-b733-e162dbd1f18f-modified","UniqueId":"63dfd869-fc14-4b2a-b733-e162dbd1f18f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"63dfd869-fc14-4b2a-b733-e162dbd1f18f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63edd3e2-6f8e-472f-8e7a-1f97c41d3c7b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63edd3e2-6f8e-472f-8e7a-1f97c41d3c7b/cast-vote-record-report.json new file mode 100644 index 0000000000..0d140979c0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63edd3e2-6f8e-472f-8e7a-1f97c41d3c7b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"63edd3e2-6f8e-472f-8e7a-1f97c41d3c7b-modified","UniqueId":"63edd3e2-6f8e-472f-8e7a-1f97c41d3c7b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"63edd3e2-6f8e-472f-8e7a-1f97c41d3c7b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63fa6b78-8770-4a1f-b099-5976ff3e2074/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63fa6b78-8770-4a1f-b099-5976ff3e2074/cast-vote-record-report.json new file mode 100644 index 0000000000..61f7204d5c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/63fa6b78-8770-4a1f-b099-5976ff3e2074/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"63fa6b78-8770-4a1f-b099-5976ff3e2074-modified","UniqueId":"63fa6b78-8770-4a1f-b099-5976ff3e2074","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"63fa6b78-8770-4a1f-b099-5976ff3e2074-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6409bc7c-74d5-4149-a8b6-418fa1ed59b9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6409bc7c-74d5-4149-a8b6-418fa1ed59b9/cast-vote-record-report.json new file mode 100644 index 0000000000..b6dac8211c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6409bc7c-74d5-4149-a8b6-418fa1ed59b9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6409bc7c-74d5-4149-a8b6-418fa1ed59b9-modified","UniqueId":"6409bc7c-74d5-4149-a8b6-418fa1ed59b9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6409bc7c-74d5-4149-a8b6-418fa1ed59b9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6427af79-a1f4-48f6-b19c-71fd4cd9356b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6427af79-a1f4-48f6-b19c-71fd4cd9356b/cast-vote-record-report.json deleted file mode 100644 index 0e7f506dce..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6427af79-a1f4-48f6-b19c-71fd4cd9356b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6427af79-a1f4-48f6-b19c-71fd4cd9356b-modified","UniqueId":"6427af79-a1f4-48f6-b19c-71fd4cd9356b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6427af79-a1f4-48f6-b19c-71fd4cd9356b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:6427af79-a1f4-48f6-b19c-71fd4cd9356b-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:6427af79-a1f4-48f6-b19c-71fd4cd9356b-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6429e5ae-7fb4-4b43-b24c-3ae8b9e4bae7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6429e5ae-7fb4-4b43-b24c-3ae8b9e4bae7/cast-vote-record-report.json deleted file mode 100644 index f2ccbd75e4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6429e5ae-7fb4-4b43-b24c-3ae8b9e4bae7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6429e5ae-7fb4-4b43-b24c-3ae8b9e4bae7-modified","UniqueId":"6429e5ae-7fb4-4b43-b24c-3ae8b9e4bae7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6429e5ae-7fb4-4b43-b24c-3ae8b9e4bae7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/64370c0c-958e-41c9-9ad1-5cf3f22b0700/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/64370c0c-958e-41c9-9ad1-5cf3f22b0700/cast-vote-record-report.json deleted file mode 100644 index d890d56200..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/64370c0c-958e-41c9-9ad1-5cf3f22b0700/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"64370c0c-958e-41c9-9ad1-5cf3f22b0700-modified","UniqueId":"64370c0c-958e-41c9-9ad1-5cf3f22b0700","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"64370c0c-958e-41c9-9ad1-5cf3f22b0700-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/64f741be-819a-40e9-8e7f-ba5a34450adf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/64f741be-819a-40e9-8e7f-ba5a34450adf/cast-vote-record-report.json new file mode 100644 index 0000000000..96e8664ce6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/64f741be-819a-40e9-8e7f-ba5a34450adf/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"64f741be-819a-40e9-8e7f-ba5a34450adf-modified","UniqueId":"64f741be-819a-40e9-8e7f-ba5a34450adf","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"64f741be-819a-40e9-8e7f-ba5a34450adf-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6558db36-5f6e-4395-9660-3c9091c1b9aa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6558db36-5f6e-4395-9660-3c9091c1b9aa/cast-vote-record-report.json deleted file mode 100644 index 539794543b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6558db36-5f6e-4395-9660-3c9091c1b9aa/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6558db36-5f6e-4395-9660-3c9091c1b9aa-modified","UniqueId":"6558db36-5f6e-4395-9660-3c9091c1b9aa","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6558db36-5f6e-4395-9660-3c9091c1b9aa-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6577b357-6e19-457f-bdee-acfad6c2e4b1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6577b357-6e19-457f-bdee-acfad6c2e4b1/cast-vote-record-report.json new file mode 100644 index 0000000000..652b036993 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6577b357-6e19-457f-bdee-acfad6c2e4b1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6577b357-6e19-457f-bdee-acfad6c2e4b1-modified","UniqueId":"6577b357-6e19-457f-bdee-acfad6c2e4b1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6577b357-6e19-457f-bdee-acfad6c2e4b1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65aff4b9-3078-4931-9c51-420cce219cb8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65aff4b9-3078-4931-9c51-420cce219cb8/cast-vote-record-report.json deleted file mode 100644 index 9f693ddbab..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65aff4b9-3078-4931-9c51-420cce219cb8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"65aff4b9-3078-4931-9c51-420cce219cb8-modified","UniqueId":"65aff4b9-3078-4931-9c51-420cce219cb8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"65aff4b9-3078-4931-9c51-420cce219cb8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:65aff4b9-3078-4931-9c51-420cce219cb8-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:65aff4b9-3078-4931-9c51-420cce219cb8-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/76550ad6-00a4-4e44-b8f5-18c6b6d45020/76550ad6-00a4-4e44-b8f5-18c6b6d45020-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/65d34c28-cf7b-4d76-9452-440b108cec4a-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/76550ad6-00a4-4e44-b8f5-18c6b6d45020/76550ad6-00a4-4e44-b8f5-18c6b6d45020-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/65d34c28-cf7b-4d76-9452-440b108cec4a-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/65d34c28-cf7b-4d76-9452-440b108cec4a-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/65d34c28-cf7b-4d76-9452-440b108cec4a-back.layout.json new file mode 100644 index 0000000000..3d3e8a360a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/65d34c28-cf7b-4d76-9452-440b108cec4a-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/76550ad6-00a4-4e44-b8f5-18c6b6d45020/76550ad6-00a4-4e44-b8f5-18c6b6d45020-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/65d34c28-cf7b-4d76-9452-440b108cec4a-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/76550ad6-00a4-4e44-b8f5-18c6b6d45020/76550ad6-00a4-4e44-b8f5-18c6b6d45020-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/65d34c28-cf7b-4d76-9452-440b108cec4a-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/65d34c28-cf7b-4d76-9452-440b108cec4a-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/65d34c28-cf7b-4d76-9452-440b108cec4a-front.layout.json new file mode 100644 index 0000000000..2bd5dbcb22 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/65d34c28-cf7b-4d76-9452-440b108cec4a-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/cast-vote-record-report.json new file mode 100644 index 0000000000..d468412d36 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/65d34c28-cf7b-4d76-9452-440b108cec4a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"65d34c28-cf7b-4d76-9452-440b108cec4a-modified","UniqueId":"65d34c28-cf7b-4d76-9452-440b108cec4a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"65d34c28-cf7b-4d76-9452-440b108cec4a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:65d34c28-cf7b-4d76-9452-440b108cec4a-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-f806a694367cef9dc1d50229bf925d8f722d496841cd00f224663d96815d2b92"},"Location":"file:65d34c28-cf7b-4d76-9452-440b108cec4a-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e2508ed30aca88901b5eaacaadabefa080a278c6b10af08acc967d4ddb4aeeee"},"Location":"file:65d34c28-cf7b-4d76-9452-440b108cec4a-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/663dabeb-534e-42c8-b211-1481897796c0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/663dabeb-534e-42c8-b211-1481897796c0/cast-vote-record-report.json deleted file mode 100644 index f0dc3fe177..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/663dabeb-534e-42c8-b211-1481897796c0/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"663dabeb-534e-42c8-b211-1481897796c0-modified","UniqueId":"663dabeb-534e-42c8-b211-1481897796c0","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"663dabeb-534e-42c8-b211-1481897796c0-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/664015ec-a22f-42e5-9df6-7ab0b3e3ab36/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/664015ec-a22f-42e5-9df6-7ab0b3e3ab36/cast-vote-record-report.json deleted file mode 100644 index 69ccc7c42c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/664015ec-a22f-42e5-9df6-7ab0b3e3ab36/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"664015ec-a22f-42e5-9df6-7ab0b3e3ab36-modified","UniqueId":"664015ec-a22f-42e5-9df6-7ab0b3e3ab36","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"664015ec-a22f-42e5-9df6-7ab0b3e3ab36-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6640d445-3497-4121-9bbb-ef4f134f2964/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6640d445-3497-4121-9bbb-ef4f134f2964/cast-vote-record-report.json deleted file mode 100644 index 1de85010a6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6640d445-3497-4121-9bbb-ef4f134f2964/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6640d445-3497-4121-9bbb-ef4f134f2964-modified","UniqueId":"6640d445-3497-4121-9bbb-ef4f134f2964","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6640d445-3497-4121-9bbb-ef4f134f2964-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:6640d445-3497-4121-9bbb-ef4f134f2964-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:6640d445-3497-4121-9bbb-ef4f134f2964-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/66854d5a-3d72-44f6-953c-f122de973591/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/66854d5a-3d72-44f6-953c-f122de973591/cast-vote-record-report.json new file mode 100644 index 0000000000..babe581a12 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/66854d5a-3d72-44f6-953c-f122de973591/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"66854d5a-3d72-44f6-953c-f122de973591-modified","UniqueId":"66854d5a-3d72-44f6-953c-f122de973591","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"66854d5a-3d72-44f6-953c-f122de973591-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/66aec404-8827-4433-8ee3-21c13e5b2c72/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/66aec404-8827-4433-8ee3-21c13e5b2c72/cast-vote-record-report.json deleted file mode 100644 index 716280cad3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/66aec404-8827-4433-8ee3-21c13e5b2c72/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"66aec404-8827-4433-8ee3-21c13e5b2c72-modified","UniqueId":"66aec404-8827-4433-8ee3-21c13e5b2c72","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"66aec404-8827-4433-8ee3-21c13e5b2c72-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/66b6659e-fb73-4f44-ad56-af9bd6abbbf6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/66b6659e-fb73-4f44-ad56-af9bd6abbbf6/cast-vote-record-report.json deleted file mode 100644 index 5d3c67f557..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/66b6659e-fb73-4f44-ad56-af9bd6abbbf6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"66b6659e-fb73-4f44-ad56-af9bd6abbbf6-modified","UniqueId":"66b6659e-fb73-4f44-ad56-af9bd6abbbf6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"66b6659e-fb73-4f44-ad56-af9bd6abbbf6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/66bfae61-9fbc-495a-a2a6-b5cb6bec495b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/66bfae61-9fbc-495a-a2a6-b5cb6bec495b/cast-vote-record-report.json new file mode 100644 index 0000000000..3b7af1cddb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/66bfae61-9fbc-495a-a2a6-b5cb6bec495b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"66bfae61-9fbc-495a-a2a6-b5cb6bec495b-modified","UniqueId":"66bfae61-9fbc-495a-a2a6-b5cb6bec495b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"66bfae61-9fbc-495a-a2a6-b5cb6bec495b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77a68d90-0987-4435-979e-868374904c76/77a68d90-0987-4435-979e-868374904c76-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/6714708b-5119-4356-9ad0-5d11478abc47-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77a68d90-0987-4435-979e-868374904c76/77a68d90-0987-4435-979e-868374904c76-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/6714708b-5119-4356-9ad0-5d11478abc47-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/6714708b-5119-4356-9ad0-5d11478abc47-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/6714708b-5119-4356-9ad0-5d11478abc47-back.layout.json new file mode 100644 index 0000000000..c412a448b4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/6714708b-5119-4356-9ad0-5d11478abc47-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77a68d90-0987-4435-979e-868374904c76/77a68d90-0987-4435-979e-868374904c76-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/6714708b-5119-4356-9ad0-5d11478abc47-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77a68d90-0987-4435-979e-868374904c76/77a68d90-0987-4435-979e-868374904c76-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/6714708b-5119-4356-9ad0-5d11478abc47-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/6714708b-5119-4356-9ad0-5d11478abc47-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/6714708b-5119-4356-9ad0-5d11478abc47-front.layout.json new file mode 100644 index 0000000000..1fb67d46f2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/6714708b-5119-4356-9ad0-5d11478abc47-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/cast-vote-record-report.json new file mode 100644 index 0000000000..a116e514b4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6714708b-5119-4356-9ad0-5d11478abc47/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6714708b-5119-4356-9ad0-5d11478abc47-modified","UniqueId":"6714708b-5119-4356-9ad0-5d11478abc47","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6714708b-5119-4356-9ad0-5d11478abc47-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:6714708b-5119-4356-9ad0-5d11478abc47-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-65e6c9545fa9c676de87907a2c84bf806b44ebc25ae7b4efa878a27865ec515b"},"Location":"file:6714708b-5119-4356-9ad0-5d11478abc47-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-f6679bf117e7edc5f83e62967ab644ecf580f3d1e428c99ad99e9aaf17d1cb82"},"Location":"file:6714708b-5119-4356-9ad0-5d11478abc47-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6725cd28-c0bf-4433-9676-b76aed467843/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6725cd28-c0bf-4433-9676-b76aed467843/cast-vote-record-report.json deleted file mode 100644 index ae640fd693..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6725cd28-c0bf-4433-9676-b76aed467843/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6725cd28-c0bf-4433-9676-b76aed467843-modified","UniqueId":"6725cd28-c0bf-4433-9676-b76aed467843","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6725cd28-c0bf-4433-9676-b76aed467843-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67b27ad5-3ff8-4464-9516-e31d69c52cc6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67b27ad5-3ff8-4464-9516-e31d69c52cc6/cast-vote-record-report.json new file mode 100644 index 0000000000..dd497d8b18 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67b27ad5-3ff8-4464-9516-e31d69c52cc6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"67b27ad5-3ff8-4464-9516-e31d69c52cc6-modified","UniqueId":"67b27ad5-3ff8-4464-9516-e31d69c52cc6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"67b27ad5-3ff8-4464-9516-e31d69c52cc6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/792e9c33-60f6-4773-951e-ed5da70d777d/792e9c33-60f6-4773-951e-ed5da70d777d-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/792e9c33-60f6-4773-951e-ed5da70d777d/792e9c33-60f6-4773-951e-ed5da70d777d-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-back.layout.json new file mode 100644 index 0000000000..8d98dec45c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/792e9c33-60f6-4773-951e-ed5da70d777d/792e9c33-60f6-4773-951e-ed5da70d777d-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/792e9c33-60f6-4773-951e-ed5da70d777d/792e9c33-60f6-4773-951e-ed5da70d777d-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-front.layout.json new file mode 100644 index 0000000000..6dff7d3ffc --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/cast-vote-record-report.json new file mode 100644 index 0000000000..6beb632212 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-modified","UniqueId":"67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-4de796115482fcd1219820a5c11c10150fca93f4a34681f5f558c4d2f1ca0b3d"},"Location":"file:67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-b8e3b9eb39f4530c8fe5d2599fddc2d7f825e26b689173ddcf0516b9f4845e78"},"Location":"file:67db75c4-d8b5-4cfb-b6bc-bcd63b7b895c-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67e4c1f6-40e6-413e-b6be-269fe09d4164/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67e4c1f6-40e6-413e-b6be-269fe09d4164/cast-vote-record-report.json new file mode 100644 index 0000000000..113d29cead --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/67e4c1f6-40e6-413e-b6be-269fe09d4164/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"67e4c1f6-40e6-413e-b6be-269fe09d4164-modified","UniqueId":"67e4c1f6-40e6-413e-b6be-269fe09d4164","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"67e4c1f6-40e6-413e-b6be-269fe09d4164-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/68204819-7dc3-4c85-be27-fba01889499d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/68204819-7dc3-4c85-be27-fba01889499d/cast-vote-record-report.json deleted file mode 100644 index 278fde39d6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/68204819-7dc3-4c85-be27-fba01889499d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"68204819-7dc3-4c85-be27-fba01889499d-modified","UniqueId":"68204819-7dc3-4c85-be27-fba01889499d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"68204819-7dc3-4c85-be27-fba01889499d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/68450e6c-7d24-4125-b551-a0436bef0ba8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/68450e6c-7d24-4125-b551-a0436bef0ba8/cast-vote-record-report.json deleted file mode 100644 index 04d7a281d5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/68450e6c-7d24-4125-b551-a0436bef0ba8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"68450e6c-7d24-4125-b551-a0436bef0ba8-modified","UniqueId":"68450e6c-7d24-4125-b551-a0436bef0ba8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"68450e6c-7d24-4125-b551-a0436bef0ba8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/68571c41-6d0a-409a-959b-c90b0e42d685/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/68571c41-6d0a-409a-959b-c90b0e42d685/cast-vote-record-report.json new file mode 100644 index 0000000000..7836234a16 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/68571c41-6d0a-409a-959b-c90b0e42d685/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"68571c41-6d0a-409a-959b-c90b0e42d685-modified","UniqueId":"68571c41-6d0a-409a-959b-c90b0e42d685","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"68571c41-6d0a-409a-959b-c90b0e42d685-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/68621c84-d31a-435c-9de4-c49ffc6b4d6a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/68621c84-d31a-435c-9de4-c49ffc6b4d6a/cast-vote-record-report.json deleted file mode 100644 index 06d89d808f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/68621c84-d31a-435c-9de4-c49ffc6b4d6a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"68621c84-d31a-435c-9de4-c49ffc6b4d6a-modified","UniqueId":"68621c84-d31a-435c-9de4-c49ffc6b4d6a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"68621c84-d31a-435c-9de4-c49ffc6b4d6a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/692bd796-3ee3-4924-99c6-7c3859c1fcc9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/692bd796-3ee3-4924-99c6-7c3859c1fcc9/cast-vote-record-report.json deleted file mode 100644 index 4c88d11237..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/692bd796-3ee3-4924-99c6-7c3859c1fcc9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"692bd796-3ee3-4924-99c6-7c3859c1fcc9-modified","UniqueId":"692bd796-3ee3-4924-99c6-7c3859c1fcc9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"692bd796-3ee3-4924-99c6-7c3859c1fcc9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/692e36e0-9eeb-45c2-a25b-fd6c749f7b53/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/692e36e0-9eeb-45c2-a25b-fd6c749f7b53/cast-vote-record-report.json deleted file mode 100644 index 62ace63ee3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/692e36e0-9eeb-45c2-a25b-fd6c749f7b53/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"692e36e0-9eeb-45c2-a25b-fd6c749f7b53-modified","UniqueId":"692e36e0-9eeb-45c2-a25b-fd6c749f7b53","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"692e36e0-9eeb-45c2-a25b-fd6c749f7b53-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69a23af7-d530-454c-b54c-5abb2623e3c4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69a23af7-d530-454c-b54c-5abb2623e3c4/cast-vote-record-report.json new file mode 100644 index 0000000000..9736d35a1f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69a23af7-d530-454c-b54c-5abb2623e3c4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"69a23af7-d530-454c-b54c-5abb2623e3c4-modified","UniqueId":"69a23af7-d530-454c-b54c-5abb2623e3c4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"69a23af7-d530-454c-b54c-5abb2623e3c4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8365e072-1ddd-43df-884e-53b7c5c9069e/8365e072-1ddd-43df-884e-53b7c5c9069e-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/69b1f266-c83d-4434-a5e9-884ee6fc47a9-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8365e072-1ddd-43df-884e-53b7c5c9069e/8365e072-1ddd-43df-884e-53b7c5c9069e-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/69b1f266-c83d-4434-a5e9-884ee6fc47a9-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/69b1f266-c83d-4434-a5e9-884ee6fc47a9-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/69b1f266-c83d-4434-a5e9-884ee6fc47a9-back.layout.json new file mode 100644 index 0000000000..bd34450d8b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/69b1f266-c83d-4434-a5e9-884ee6fc47a9-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8365e072-1ddd-43df-884e-53b7c5c9069e/8365e072-1ddd-43df-884e-53b7c5c9069e-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/69b1f266-c83d-4434-a5e9-884ee6fc47a9-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8365e072-1ddd-43df-884e-53b7c5c9069e/8365e072-1ddd-43df-884e-53b7c5c9069e-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/69b1f266-c83d-4434-a5e9-884ee6fc47a9-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/69b1f266-c83d-4434-a5e9-884ee6fc47a9-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/69b1f266-c83d-4434-a5e9-884ee6fc47a9-front.layout.json new file mode 100644 index 0000000000..c84802c0ec --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/69b1f266-c83d-4434-a5e9-884ee6fc47a9-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/cast-vote-record-report.json new file mode 100644 index 0000000000..64b3185dc2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69b1f266-c83d-4434-a5e9-884ee6fc47a9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"69b1f266-c83d-4434-a5e9-884ee6fc47a9-modified","UniqueId":"69b1f266-c83d-4434-a5e9-884ee6fc47a9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"69b1f266-c83d-4434-a5e9-884ee6fc47a9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:69b1f266-c83d-4434-a5e9-884ee6fc47a9-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-fa941b55b1e5f4f56e77a8cff8424dd235e03c53a39c68c9ee6d784459cfe06a"},"Location":"file:69b1f266-c83d-4434-a5e9-884ee6fc47a9-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-7ba7f76b01546e3837c90cd45f23851a5b4020cd7ab621d0c1f44d27c2f9d9d4"},"Location":"file:69b1f266-c83d-4434-a5e9-884ee6fc47a9-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69d33fe9-2811-454e-9a24-14a9d0f9fd94/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69d33fe9-2811-454e-9a24-14a9d0f9fd94/cast-vote-record-report.json deleted file mode 100644 index 571e18f8bb..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69d33fe9-2811-454e-9a24-14a9d0f9fd94/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"69d33fe9-2811-454e-9a24-14a9d0f9fd94-modified","UniqueId":"69d33fe9-2811-454e-9a24-14a9d0f9fd94","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"69d33fe9-2811-454e-9a24-14a9d0f9fd94-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69dea155-0564-4ffc-b96a-d37fcb9e82f6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69dea155-0564-4ffc-b96a-d37fcb9e82f6/cast-vote-record-report.json new file mode 100644 index 0000000000..50535e4ac6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/69dea155-0564-4ffc-b96a-d37fcb9e82f6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"69dea155-0564-4ffc-b96a-d37fcb9e82f6-modified","UniqueId":"69dea155-0564-4ffc-b96a-d37fcb9e82f6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"69dea155-0564-4ffc-b96a-d37fcb9e82f6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6a14c916-c025-4069-b098-b9437085763d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6a14c916-c025-4069-b098-b9437085763d/cast-vote-record-report.json deleted file mode 100644 index acf7d4efc6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6a14c916-c025-4069-b098-b9437085763d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6a14c916-c025-4069-b098-b9437085763d-modified","UniqueId":"6a14c916-c025-4069-b098-b9437085763d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6a14c916-c025-4069-b098-b9437085763d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6a6a4c2c-8fcd-403e-b18a-ff2af2b54c10/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6a6a4c2c-8fcd-403e-b18a-ff2af2b54c10/cast-vote-record-report.json new file mode 100644 index 0000000000..490329874d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6a6a4c2c-8fcd-403e-b18a-ff2af2b54c10/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6a6a4c2c-8fcd-403e-b18a-ff2af2b54c10-modified","UniqueId":"6a6a4c2c-8fcd-403e-b18a-ff2af2b54c10","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6a6a4c2c-8fcd-403e-b18a-ff2af2b54c10-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6a93f6c0-c0e3-4131-8722-db7b5a3cdc40/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6a93f6c0-c0e3-4131-8722-db7b5a3cdc40/cast-vote-record-report.json deleted file mode 100644 index 084c2ca6ad..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6a93f6c0-c0e3-4131-8722-db7b5a3cdc40/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6a93f6c0-c0e3-4131-8722-db7b5a3cdc40-modified","UniqueId":"6a93f6c0-c0e3-4131-8722-db7b5a3cdc40","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6a93f6c0-c0e3-4131-8722-db7b5a3cdc40-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ab6e00e-963d-4c86-aa70-f05c0d96eaff/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ab6e00e-963d-4c86-aa70-f05c0d96eaff/cast-vote-record-report.json deleted file mode 100644 index a663994697..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ab6e00e-963d-4c86-aa70-f05c0d96eaff/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6ab6e00e-963d-4c86-aa70-f05c0d96eaff-modified","UniqueId":"6ab6e00e-963d-4c86-aa70-f05c0d96eaff","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6ab6e00e-963d-4c86-aa70-f05c0d96eaff-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ac2fa1d-b3ca-45ca-aa43-7183858517df/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ac2fa1d-b3ca-45ca-aa43-7183858517df/cast-vote-record-report.json deleted file mode 100644 index bf29b78044..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ac2fa1d-b3ca-45ca-aa43-7183858517df/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6ac2fa1d-b3ca-45ca-aa43-7183858517df-modified","UniqueId":"6ac2fa1d-b3ca-45ca-aa43-7183858517df","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6ac2fa1d-b3ca-45ca-aa43-7183858517df-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:6ac2fa1d-b3ca-45ca-aa43-7183858517df-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:6ac2fa1d-b3ca-45ca-aa43-7183858517df-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b44e2f7-ab38-4c95-889d-0f5091c6f2f8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b44e2f7-ab38-4c95-889d-0f5091c6f2f8/cast-vote-record-report.json new file mode 100644 index 0000000000..22ad9ead7c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b44e2f7-ab38-4c95-889d-0f5091c6f2f8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6b44e2f7-ab38-4c95-889d-0f5091c6f2f8-modified","UniqueId":"6b44e2f7-ab38-4c95-889d-0f5091c6f2f8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6b44e2f7-ab38-4c95-889d-0f5091c6f2f8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b4cbec9-ba78-4acf-bb57-67d9e992e3e1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b4cbec9-ba78-4acf-bb57-67d9e992e3e1/cast-vote-record-report.json deleted file mode 100644 index cf91f59991..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b4cbec9-ba78-4acf-bb57-67d9e992e3e1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6b4cbec9-ba78-4acf-bb57-67d9e992e3e1-modified","UniqueId":"6b4cbec9-ba78-4acf-bb57-67d9e992e3e1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6b4cbec9-ba78-4acf-bb57-67d9e992e3e1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b51f475-e5e9-4d98-808a-379aeab6eb77/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b51f475-e5e9-4d98-808a-379aeab6eb77/cast-vote-record-report.json new file mode 100644 index 0000000000..77218b340a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b51f475-e5e9-4d98-808a-379aeab6eb77/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6b51f475-e5e9-4d98-808a-379aeab6eb77-modified","UniqueId":"6b51f475-e5e9-4d98-808a-379aeab6eb77","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6b51f475-e5e9-4d98-808a-379aeab6eb77-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b5f16ed-a82c-4b87-8a28-806bb5463fbf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b5f16ed-a82c-4b87-8a28-806bb5463fbf/cast-vote-record-report.json deleted file mode 100644 index de6cd1006d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b5f16ed-a82c-4b87-8a28-806bb5463fbf/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6b5f16ed-a82c-4b87-8a28-806bb5463fbf-modified","UniqueId":"6b5f16ed-a82c-4b87-8a28-806bb5463fbf","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6b5f16ed-a82c-4b87-8a28-806bb5463fbf-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:6b5f16ed-a82c-4b87-8a28-806bb5463fbf-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:6b5f16ed-a82c-4b87-8a28-806bb5463fbf-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b698479-58a7-4ac0-a1a7-8c8b6c1260b6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b698479-58a7-4ac0-a1a7-8c8b6c1260b6/cast-vote-record-report.json new file mode 100644 index 0000000000..4da904351e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6b698479-58a7-4ac0-a1a7-8c8b6c1260b6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6b698479-58a7-4ac0-a1a7-8c8b6c1260b6-modified","UniqueId":"6b698479-58a7-4ac0-a1a7-8c8b6c1260b6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6b698479-58a7-4ac0-a1a7-8c8b6c1260b6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bcc74b0-dbcb-4338-a805-cefe5169706b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bcc74b0-dbcb-4338-a805-cefe5169706b/cast-vote-record-report.json new file mode 100644 index 0000000000..be26e9cd41 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bcc74b0-dbcb-4338-a805-cefe5169706b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6bcc74b0-dbcb-4338-a805-cefe5169706b-modified","UniqueId":"6bcc74b0-dbcb-4338-a805-cefe5169706b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6bcc74b0-dbcb-4338-a805-cefe5169706b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bcd8849-ac8b-456c-81ce-e14f84ddc831/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bcd8849-ac8b-456c-81ce-e14f84ddc831/cast-vote-record-report.json new file mode 100644 index 0000000000..67d271445e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bcd8849-ac8b-456c-81ce-e14f84ddc831/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6bcd8849-ac8b-456c-81ce-e14f84ddc831-modified","UniqueId":"6bcd8849-ac8b-456c-81ce-e14f84ddc831","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6bcd8849-ac8b-456c-81ce-e14f84ddc831-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bd5bc2b-1fc8-478d-a7d1-9bda730513e9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bd5bc2b-1fc8-478d-a7d1-9bda730513e9/cast-vote-record-report.json new file mode 100644 index 0000000000..f49ac17b2b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bd5bc2b-1fc8-478d-a7d1-9bda730513e9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6bd5bc2b-1fc8-478d-a7d1-9bda730513e9-modified","UniqueId":"6bd5bc2b-1fc8-478d-a7d1-9bda730513e9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6bd5bc2b-1fc8-478d-a7d1-9bda730513e9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6be3b300-2040-4ec4-ad75-531ecd9ac9aa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6be3b300-2040-4ec4-ad75-531ecd9ac9aa/cast-vote-record-report.json deleted file mode 100644 index 5681606765..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6be3b300-2040-4ec4-ad75-531ecd9ac9aa/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6be3b300-2040-4ec4-ad75-531ecd9ac9aa-modified","UniqueId":"6be3b300-2040-4ec4-ad75-531ecd9ac9aa","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6be3b300-2040-4ec4-ad75-531ecd9ac9aa-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83d91132-b21a-4bd1-b37b-7121795cd3b0/83d91132-b21a-4bd1-b37b-7121795cd3b0-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/6bf4d1ab-0874-4105-8cc0-392d250caf57-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83d91132-b21a-4bd1-b37b-7121795cd3b0/83d91132-b21a-4bd1-b37b-7121795cd3b0-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/6bf4d1ab-0874-4105-8cc0-392d250caf57-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/6bf4d1ab-0874-4105-8cc0-392d250caf57-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/6bf4d1ab-0874-4105-8cc0-392d250caf57-back.layout.json new file mode 100644 index 0000000000..d8681e370e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/6bf4d1ab-0874-4105-8cc0-392d250caf57-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83d91132-b21a-4bd1-b37b-7121795cd3b0/83d91132-b21a-4bd1-b37b-7121795cd3b0-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/6bf4d1ab-0874-4105-8cc0-392d250caf57-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83d91132-b21a-4bd1-b37b-7121795cd3b0/83d91132-b21a-4bd1-b37b-7121795cd3b0-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/6bf4d1ab-0874-4105-8cc0-392d250caf57-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/6bf4d1ab-0874-4105-8cc0-392d250caf57-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/6bf4d1ab-0874-4105-8cc0-392d250caf57-front.layout.json new file mode 100644 index 0000000000..b9ccd0895c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/6bf4d1ab-0874-4105-8cc0-392d250caf57-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/cast-vote-record-report.json new file mode 100644 index 0000000000..3d9f7992a3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6bf4d1ab-0874-4105-8cc0-392d250caf57/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6bf4d1ab-0874-4105-8cc0-392d250caf57-modified","UniqueId":"6bf4d1ab-0874-4105-8cc0-392d250caf57","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6bf4d1ab-0874-4105-8cc0-392d250caf57-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:6bf4d1ab-0874-4105-8cc0-392d250caf57-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-f187cf4fedd184152357957ff76a4ea28b1edc06037e1d315d19e7df20165a00"},"Location":"file:6bf4d1ab-0874-4105-8cc0-392d250caf57-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-bcbae614b9b3fc863f6bf08d3bf1f9b8e744ef9c4f0d0a19625041e43bbcc99e"},"Location":"file:6bf4d1ab-0874-4105-8cc0-392d250caf57-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d0d092f-7c39-4db9-9be4-b72f4c6cb151/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d0d092f-7c39-4db9-9be4-b72f4c6cb151/cast-vote-record-report.json deleted file mode 100644 index 57c41292e1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d0d092f-7c39-4db9-9be4-b72f4c6cb151/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6d0d092f-7c39-4db9-9be4-b72f4c6cb151-modified","UniqueId":"6d0d092f-7c39-4db9-9be4-b72f4c6cb151","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6d0d092f-7c39-4db9-9be4-b72f4c6cb151-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d2280af-65c3-490c-8b12-c530d53d751e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d2280af-65c3-490c-8b12-c530d53d751e/cast-vote-record-report.json new file mode 100644 index 0000000000..954a8f4e93 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d2280af-65c3-490c-8b12-c530d53d751e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6d2280af-65c3-490c-8b12-c530d53d751e-modified","UniqueId":"6d2280af-65c3-490c-8b12-c530d53d751e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6d2280af-65c3-490c-8b12-c530d53d751e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d33670e-4f9a-4a51-ad45-c920db8f7118/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d33670e-4f9a-4a51-ad45-c920db8f7118/cast-vote-record-report.json deleted file mode 100644 index 24d1eddad2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d33670e-4f9a-4a51-ad45-c920db8f7118/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6d33670e-4f9a-4a51-ad45-c920db8f7118-modified","UniqueId":"6d33670e-4f9a-4a51-ad45-c920db8f7118","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6d33670e-4f9a-4a51-ad45-c920db8f7118-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d5a1a12-ce28-4f73-b95b-4e4fb1445922/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d5a1a12-ce28-4f73-b95b-4e4fb1445922/cast-vote-record-report.json deleted file mode 100644 index e274344d44..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d5a1a12-ce28-4f73-b95b-4e4fb1445922/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6d5a1a12-ce28-4f73-b95b-4e4fb1445922-modified","UniqueId":"6d5a1a12-ce28-4f73-b95b-4e4fb1445922","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6d5a1a12-ce28-4f73-b95b-4e4fb1445922-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d78d9fb-d356-49fb-8b4f-3dd526bf9b6d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d78d9fb-d356-49fb-8b4f-3dd526bf9b6d/cast-vote-record-report.json deleted file mode 100644 index 56accbed27..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6d78d9fb-d356-49fb-8b4f-3dd526bf9b6d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6d78d9fb-d356-49fb-8b4f-3dd526bf9b6d-modified","UniqueId":"6d78d9fb-d356-49fb-8b4f-3dd526bf9b6d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6d78d9fb-d356-49fb-8b4f-3dd526bf9b6d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6db835f9-22cb-44be-b25b-069c43ad1cbf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6db835f9-22cb-44be-b25b-069c43ad1cbf/cast-vote-record-report.json deleted file mode 100644 index 147a65eb4a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6db835f9-22cb-44be-b25b-069c43ad1cbf/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6db835f9-22cb-44be-b25b-069c43ad1cbf-modified","UniqueId":"6db835f9-22cb-44be-b25b-069c43ad1cbf","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6db835f9-22cb-44be-b25b-069c43ad1cbf-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6de16054-f4e0-461e-9e41-2fea781c0ff8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6de16054-f4e0-461e-9e41-2fea781c0ff8/cast-vote-record-report.json deleted file mode 100644 index 136f023721..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6de16054-f4e0-461e-9e41-2fea781c0ff8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6de16054-f4e0-461e-9e41-2fea781c0ff8-modified","UniqueId":"6de16054-f4e0-461e-9e41-2fea781c0ff8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6de16054-f4e0-461e-9e41-2fea781c0ff8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6e16b4fd-8e03-40a3-96c7-403ab0c35ee1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6e16b4fd-8e03-40a3-96c7-403ab0c35ee1/cast-vote-record-report.json deleted file mode 100644 index 566706508c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6e16b4fd-8e03-40a3-96c7-403ab0c35ee1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6e16b4fd-8e03-40a3-96c7-403ab0c35ee1-modified","UniqueId":"6e16b4fd-8e03-40a3-96c7-403ab0c35ee1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6e16b4fd-8e03-40a3-96c7-403ab0c35ee1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6e1ae9f4-2c74-4b2d-9483-0a00fa22691b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6e1ae9f4-2c74-4b2d-9483-0a00fa22691b/cast-vote-record-report.json new file mode 100644 index 0000000000..21cd334d54 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6e1ae9f4-2c74-4b2d-9483-0a00fa22691b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6e1ae9f4-2c74-4b2d-9483-0a00fa22691b-modified","UniqueId":"6e1ae9f4-2c74-4b2d-9483-0a00fa22691b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6e1ae9f4-2c74-4b2d-9483-0a00fa22691b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ea6d437-f40e-4657-86eb-339bd660f71a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ea6d437-f40e-4657-86eb-339bd660f71a/cast-vote-record-report.json deleted file mode 100644 index 853f6f8375..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ea6d437-f40e-4657-86eb-339bd660f71a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6ea6d437-f40e-4657-86eb-339bd660f71a-modified","UniqueId":"6ea6d437-f40e-4657-86eb-339bd660f71a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6ea6d437-f40e-4657-86eb-339bd660f71a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6eab64a8-3e50-40a6-94fe-59c472331c83/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6eab64a8-3e50-40a6-94fe-59c472331c83/cast-vote-record-report.json new file mode 100644 index 0000000000..b1b8dbff27 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6eab64a8-3e50-40a6-94fe-59c472331c83/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6eab64a8-3e50-40a6-94fe-59c472331c83-modified","UniqueId":"6eab64a8-3e50-40a6-94fe-59c472331c83","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6eab64a8-3e50-40a6-94fe-59c472331c83-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ebb38b6-6180-4ed7-9da4-f8006b39ad47/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ebb38b6-6180-4ed7-9da4-f8006b39ad47/cast-vote-record-report.json new file mode 100644 index 0000000000..1f9ec639a9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6ebb38b6-6180-4ed7-9da4-f8006b39ad47/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6ebb38b6-6180-4ed7-9da4-f8006b39ad47-modified","UniqueId":"6ebb38b6-6180-4ed7-9da4-f8006b39ad47","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6ebb38b6-6180-4ed7-9da4-f8006b39ad47-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f2c4fdc-0b7c-4707-a8de-0c2893e553bb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f2c4fdc-0b7c-4707-a8de-0c2893e553bb/cast-vote-record-report.json deleted file mode 100644 index d45fe4cb2e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f2c4fdc-0b7c-4707-a8de-0c2893e553bb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6f2c4fdc-0b7c-4707-a8de-0c2893e553bb-modified","UniqueId":"6f2c4fdc-0b7c-4707-a8de-0c2893e553bb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6f2c4fdc-0b7c-4707-a8de-0c2893e553bb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f3489af-e3f6-43ad-a060-b72b50157a97/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f3489af-e3f6-43ad-a060-b72b50157a97/cast-vote-record-report.json deleted file mode 100644 index bd9fa2a523..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f3489af-e3f6-43ad-a060-b72b50157a97/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"6f3489af-e3f6-43ad-a060-b72b50157a97-modified","UniqueId":"6f3489af-e3f6-43ad-a060-b72b50157a97","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6f3489af-e3f6-43ad-a060-b72b50157a97-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f455c2a-3b34-4507-a819-02472077b470/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f455c2a-3b34-4507-a819-02472077b470/cast-vote-record-report.json new file mode 100644 index 0000000000..5191cf01f1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f455c2a-3b34-4507-a819-02472077b470/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6f455c2a-3b34-4507-a819-02472077b470-modified","UniqueId":"6f455c2a-3b34-4507-a819-02472077b470","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6f455c2a-3b34-4507-a819-02472077b470-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f7c1697-af0d-4f42-a9a7-64c09f9d2f6a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f7c1697-af0d-4f42-a9a7-64c09f9d2f6a/cast-vote-record-report.json new file mode 100644 index 0000000000..7bba737fe2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f7c1697-af0d-4f42-a9a7-64c09f9d2f6a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6f7c1697-af0d-4f42-a9a7-64c09f9d2f6a-modified","UniqueId":"6f7c1697-af0d-4f42-a9a7-64c09f9d2f6a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6f7c1697-af0d-4f42-a9a7-64c09f9d2f6a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f94a6e7-ae18-43d4-83c1-edfed32bc6d0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f94a6e7-ae18-43d4-83c1-edfed32bc6d0/cast-vote-record-report.json new file mode 100644 index 0000000000..30f643fae6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/6f94a6e7-ae18-43d4-83c1-edfed32bc6d0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"6f94a6e7-ae18-43d4-83c1-edfed32bc6d0-modified","UniqueId":"6f94a6e7-ae18-43d4-83c1-edfed32bc6d0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"6f94a6e7-ae18-43d4-83c1-edfed32bc6d0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70283e81-0ac4-4017-9ada-e926b69142c2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70283e81-0ac4-4017-9ada-e926b69142c2/cast-vote-record-report.json new file mode 100644 index 0000000000..9f63a8152a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70283e81-0ac4-4017-9ada-e926b69142c2/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"70283e81-0ac4-4017-9ada-e926b69142c2-modified","UniqueId":"70283e81-0ac4-4017-9ada-e926b69142c2","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"70283e81-0ac4-4017-9ada-e926b69142c2-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7039135b-d9d0-4ba0-9bde-f719205139b0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7039135b-d9d0-4ba0-9bde-f719205139b0/cast-vote-record-report.json new file mode 100644 index 0000000000..fe4a39cbb0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7039135b-d9d0-4ba0-9bde-f719205139b0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7039135b-d9d0-4ba0-9bde-f719205139b0-modified","UniqueId":"7039135b-d9d0-4ba0-9bde-f719205139b0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7039135b-d9d0-4ba0-9bde-f719205139b0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70529aeb-ffc1-44e5-8bbc-cf108d6115c7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70529aeb-ffc1-44e5-8bbc-cf108d6115c7/cast-vote-record-report.json new file mode 100644 index 0000000000..8c83e02129 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70529aeb-ffc1-44e5-8bbc-cf108d6115c7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"70529aeb-ffc1-44e5-8bbc-cf108d6115c7-modified","UniqueId":"70529aeb-ffc1-44e5-8bbc-cf108d6115c7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"70529aeb-ffc1-44e5-8bbc-cf108d6115c7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/705d7f76-54b1-4c89-b262-ee574d756841/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/705d7f76-54b1-4c89-b262-ee574d756841/cast-vote-record-report.json new file mode 100644 index 0000000000..ef776629a0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/705d7f76-54b1-4c89-b262-ee574d756841/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"705d7f76-54b1-4c89-b262-ee574d756841-modified","UniqueId":"705d7f76-54b1-4c89-b262-ee574d756841","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"705d7f76-54b1-4c89-b262-ee574d756841-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/709fe604-39b4-4dcc-be82-81b09ef20697/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/709fe604-39b4-4dcc-be82-81b09ef20697/cast-vote-record-report.json new file mode 100644 index 0000000000..af243b2fce --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/709fe604-39b4-4dcc-be82-81b09ef20697/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"709fe604-39b4-4dcc-be82-81b09ef20697-modified","UniqueId":"709fe604-39b4-4dcc-be82-81b09ef20697","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"709fe604-39b4-4dcc-be82-81b09ef20697-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a36c6c-8569-49c6-b77f-98bd72331fa5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a36c6c-8569-49c6-b77f-98bd72331fa5/cast-vote-record-report.json new file mode 100644 index 0000000000..fa95945f7a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a36c6c-8569-49c6-b77f-98bd72331fa5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"70a36c6c-8569-49c6-b77f-98bd72331fa5-modified","UniqueId":"70a36c6c-8569-49c6-b77f-98bd72331fa5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"70a36c6c-8569-49c6-b77f-98bd72331fa5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84568c42-0fc0-460b-a8aa-421968f735a6/84568c42-0fc0-460b-a8aa-421968f735a6-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/70a6a27d-69cb-4eb8-84e1-a42f349dd619-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84568c42-0fc0-460b-a8aa-421968f735a6/84568c42-0fc0-460b-a8aa-421968f735a6-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/70a6a27d-69cb-4eb8-84e1-a42f349dd619-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/70a6a27d-69cb-4eb8-84e1-a42f349dd619-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/70a6a27d-69cb-4eb8-84e1-a42f349dd619-back.layout.json new file mode 100644 index 0000000000..3b8174f359 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/70a6a27d-69cb-4eb8-84e1-a42f349dd619-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84568c42-0fc0-460b-a8aa-421968f735a6/84568c42-0fc0-460b-a8aa-421968f735a6-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/70a6a27d-69cb-4eb8-84e1-a42f349dd619-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84568c42-0fc0-460b-a8aa-421968f735a6/84568c42-0fc0-460b-a8aa-421968f735a6-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/70a6a27d-69cb-4eb8-84e1-a42f349dd619-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/70a6a27d-69cb-4eb8-84e1-a42f349dd619-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/70a6a27d-69cb-4eb8-84e1-a42f349dd619-front.layout.json new file mode 100644 index 0000000000..8e53e16c6d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/70a6a27d-69cb-4eb8-84e1-a42f349dd619-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/cast-vote-record-report.json new file mode 100644 index 0000000000..2c9cde8d1b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70a6a27d-69cb-4eb8-84e1-a42f349dd619/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"70a6a27d-69cb-4eb8-84e1-a42f349dd619-modified","UniqueId":"70a6a27d-69cb-4eb8-84e1-a42f349dd619","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"70a6a27d-69cb-4eb8-84e1-a42f349dd619-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:70a6a27d-69cb-4eb8-84e1-a42f349dd619-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-62acaeb903438ea50f09f1e4532225b7396de3e56afa9b247f629de7db37455d"},"Location":"file:70a6a27d-69cb-4eb8-84e1-a42f349dd619-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-13a085cd483c49ac78d6b03d7ed83557904d5827463021a69700590fb57d5271"},"Location":"file:70a6a27d-69cb-4eb8-84e1-a42f349dd619-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70b1d26a-95be-483b-b399-f76d59c4fea9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70b1d26a-95be-483b-b399-f76d59c4fea9/cast-vote-record-report.json deleted file mode 100644 index 308887a3d1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70b1d26a-95be-483b-b399-f76d59c4fea9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"70b1d26a-95be-483b-b399-f76d59c4fea9-modified","UniqueId":"70b1d26a-95be-483b-b399-f76d59c4fea9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"70b1d26a-95be-483b-b399-f76d59c4fea9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70f8111a-706a-4d59-84cf-089dd13e62e0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70f8111a-706a-4d59-84cf-089dd13e62e0/cast-vote-record-report.json new file mode 100644 index 0000000000..088f9a0415 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/70f8111a-706a-4d59-84cf-089dd13e62e0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"70f8111a-706a-4d59-84cf-089dd13e62e0-modified","UniqueId":"70f8111a-706a-4d59-84cf-089dd13e62e0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"70f8111a-706a-4d59-84cf-089dd13e62e0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/712cf5fc-57cc-4bcc-b21e-f8344bc2edec/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/712cf5fc-57cc-4bcc-b21e-f8344bc2edec/cast-vote-record-report.json deleted file mode 100644 index 9bbc9e2250..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/712cf5fc-57cc-4bcc-b21e-f8344bc2edec/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"712cf5fc-57cc-4bcc-b21e-f8344bc2edec-modified","UniqueId":"712cf5fc-57cc-4bcc-b21e-f8344bc2edec","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"712cf5fc-57cc-4bcc-b21e-f8344bc2edec-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7177ba19-d956-407a-a331-d39db5d50c02/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7177ba19-d956-407a-a331-d39db5d50c02/cast-vote-record-report.json new file mode 100644 index 0000000000..d261be989a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7177ba19-d956-407a-a331-d39db5d50c02/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7177ba19-d956-407a-a331-d39db5d50c02-modified","UniqueId":"7177ba19-d956-407a-a331-d39db5d50c02","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7177ba19-d956-407a-a331-d39db5d50c02-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/71f9f43a-e146-4f27-b430-99b0b88bce36/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/71f9f43a-e146-4f27-b430-99b0b88bce36/cast-vote-record-report.json deleted file mode 100644 index 4c843cc387..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/71f9f43a-e146-4f27-b430-99b0b88bce36/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"71f9f43a-e146-4f27-b430-99b0b88bce36-modified","UniqueId":"71f9f43a-e146-4f27-b430-99b0b88bce36","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"71f9f43a-e146-4f27-b430-99b0b88bce36-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/72c77987-5ff6-4157-99e5-1657ac786ab9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/72c77987-5ff6-4157-99e5-1657ac786ab9/cast-vote-record-report.json deleted file mode 100644 index 6ea04282df..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/72c77987-5ff6-4157-99e5-1657ac786ab9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"72c77987-5ff6-4157-99e5-1657ac786ab9-modified","UniqueId":"72c77987-5ff6-4157-99e5-1657ac786ab9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"72c77987-5ff6-4157-99e5-1657ac786ab9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/72e64ccb-ff65-46f5-91e6-d0975954755b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/72e64ccb-ff65-46f5-91e6-d0975954755b/cast-vote-record-report.json deleted file mode 100644 index 24c909388e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/72e64ccb-ff65-46f5-91e6-d0975954755b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"72e64ccb-ff65-46f5-91e6-d0975954755b-modified","UniqueId":"72e64ccb-ff65-46f5-91e6-d0975954755b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"72e64ccb-ff65-46f5-91e6-d0975954755b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/72ee3b4f-e048-4c60-8f73-8e62be0c3fc6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/72ee3b4f-e048-4c60-8f73-8e62be0c3fc6/cast-vote-record-report.json new file mode 100644 index 0000000000..a61d845d06 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/72ee3b4f-e048-4c60-8f73-8e62be0c3fc6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"72ee3b4f-e048-4c60-8f73-8e62be0c3fc6-modified","UniqueId":"72ee3b4f-e048-4c60-8f73-8e62be0c3fc6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"72ee3b4f-e048-4c60-8f73-8e62be0c3fc6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/733d0596-db5a-4ea0-9e7f-eea3fbf1c209/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/733d0596-db5a-4ea0-9e7f-eea3fbf1c209/cast-vote-record-report.json deleted file mode 100644 index b06f2f92b9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/733d0596-db5a-4ea0-9e7f-eea3fbf1c209/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"733d0596-db5a-4ea0-9e7f-eea3fbf1c209-modified","UniqueId":"733d0596-db5a-4ea0-9e7f-eea3fbf1c209","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"733d0596-db5a-4ea0-9e7f-eea3fbf1c209-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7362f88d-8db9-4067-80a1-d3e51ae621e2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7362f88d-8db9-4067-80a1-d3e51ae621e2/cast-vote-record-report.json deleted file mode 100644 index 24a2e9f54b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7362f88d-8db9-4067-80a1-d3e51ae621e2/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7362f88d-8db9-4067-80a1-d3e51ae621e2-modified","UniqueId":"7362f88d-8db9-4067-80a1-d3e51ae621e2","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7362f88d-8db9-4067-80a1-d3e51ae621e2-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73a1cadb-c1a9-404d-94b2-651bee2e261e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73a1cadb-c1a9-404d-94b2-651bee2e261e/cast-vote-record-report.json new file mode 100644 index 0000000000..dbc2072d2b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73a1cadb-c1a9-404d-94b2-651bee2e261e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"73a1cadb-c1a9-404d-94b2-651bee2e261e-modified","UniqueId":"73a1cadb-c1a9-404d-94b2-651bee2e261e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"73a1cadb-c1a9-404d-94b2-651bee2e261e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73a58fde-08e6-47bc-bf1c-c0935d84ff38/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73a58fde-08e6-47bc-bf1c-c0935d84ff38/cast-vote-record-report.json deleted file mode 100644 index 25dc0c4b07..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73a58fde-08e6-47bc-bf1c-c0935d84ff38/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"73a58fde-08e6-47bc-bf1c-c0935d84ff38-modified","UniqueId":"73a58fde-08e6-47bc-bf1c-c0935d84ff38","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"73a58fde-08e6-47bc-bf1c-c0935d84ff38-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73d0eb94-e4fc-48d1-ba29-ae48c70edcab/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73d0eb94-e4fc-48d1-ba29-ae48c70edcab/cast-vote-record-report.json deleted file mode 100644 index e81db12b8e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73d0eb94-e4fc-48d1-ba29-ae48c70edcab/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"73d0eb94-e4fc-48d1-ba29-ae48c70edcab-modified","UniqueId":"73d0eb94-e4fc-48d1-ba29-ae48c70edcab","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"73d0eb94-e4fc-48d1-ba29-ae48c70edcab-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73dafc7d-7f1d-4a78-85f0-935b3edafd5a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73dafc7d-7f1d-4a78-85f0-935b3edafd5a/cast-vote-record-report.json new file mode 100644 index 0000000000..9864333369 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73dafc7d-7f1d-4a78-85f0-935b3edafd5a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"73dafc7d-7f1d-4a78-85f0-935b3edafd5a-modified","UniqueId":"73dafc7d-7f1d-4a78-85f0-935b3edafd5a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"73dafc7d-7f1d-4a78-85f0-935b3edafd5a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73ec1837-0cd6-43cd-8dbd-126fc7cae380/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73ec1837-0cd6-43cd-8dbd-126fc7cae380/cast-vote-record-report.json deleted file mode 100644 index 0a1f589d79..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/73ec1837-0cd6-43cd-8dbd-126fc7cae380/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"73ec1837-0cd6-43cd-8dbd-126fc7cae380-modified","UniqueId":"73ec1837-0cd6-43cd-8dbd-126fc7cae380","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"73ec1837-0cd6-43cd-8dbd-126fc7cae380-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/740cc18e-43c5-4254-81fa-342dc4db1955/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/740cc18e-43c5-4254-81fa-342dc4db1955/cast-vote-record-report.json new file mode 100644 index 0000000000..feefb5d119 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/740cc18e-43c5-4254-81fa-342dc4db1955/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"740cc18e-43c5-4254-81fa-342dc4db1955-modified","UniqueId":"740cc18e-43c5-4254-81fa-342dc4db1955","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"740cc18e-43c5-4254-81fa-342dc4db1955-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/740e9695-96d5-467d-8656-7a5501a11d23/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/740e9695-96d5-467d-8656-7a5501a11d23/cast-vote-record-report.json new file mode 100644 index 0000000000..76e008198e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/740e9695-96d5-467d-8656-7a5501a11d23/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"740e9695-96d5-467d-8656-7a5501a11d23-modified","UniqueId":"740e9695-96d5-467d-8656-7a5501a11d23","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"740e9695-96d5-467d-8656-7a5501a11d23-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/74ab0475-7a01-4b8b-a0e9-7647467ed583/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/74ab0475-7a01-4b8b-a0e9-7647467ed583/cast-vote-record-report.json deleted file mode 100644 index ea01c4600b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/74ab0475-7a01-4b8b-a0e9-7647467ed583/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"74ab0475-7a01-4b8b-a0e9-7647467ed583-modified","UniqueId":"74ab0475-7a01-4b8b-a0e9-7647467ed583","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"74ab0475-7a01-4b8b-a0e9-7647467ed583-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/74b49c4d-979e-4c84-9ed1-fdab484f3963/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/74b49c4d-979e-4c84-9ed1-fdab484f3963/cast-vote-record-report.json new file mode 100644 index 0000000000..717e974a7c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/74b49c4d-979e-4c84-9ed1-fdab484f3963/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"74b49c4d-979e-4c84-9ed1-fdab484f3963-modified","UniqueId":"74b49c4d-979e-4c84-9ed1-fdab484f3963","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"74b49c4d-979e-4c84-9ed1-fdab484f3963-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/74c643a8-d63a-4ecd-9ea8-febbce1cb4bf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/74c643a8-d63a-4ecd-9ea8-febbce1cb4bf/cast-vote-record-report.json deleted file mode 100644 index fd651c9b91..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/74c643a8-d63a-4ecd-9ea8-febbce1cb4bf/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"74c643a8-d63a-4ecd-9ea8-febbce1cb4bf-modified","UniqueId":"74c643a8-d63a-4ecd-9ea8-febbce1cb4bf","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"74c643a8-d63a-4ecd-9ea8-febbce1cb4bf-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/74ce2f7f-04b7-450f-bdbe-bdefa9e57a70/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/74ce2f7f-04b7-450f-bdbe-bdefa9e57a70/cast-vote-record-report.json new file mode 100644 index 0000000000..11eb61e182 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/74ce2f7f-04b7-450f-bdbe-bdefa9e57a70/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"74ce2f7f-04b7-450f-bdbe-bdefa9e57a70-modified","UniqueId":"74ce2f7f-04b7-450f-bdbe-bdefa9e57a70","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"74ce2f7f-04b7-450f-bdbe-bdefa9e57a70-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/75a3aaab-935a-453b-8566-7bd85af78e11/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/75a3aaab-935a-453b-8566-7bd85af78e11/cast-vote-record-report.json new file mode 100644 index 0000000000..1bfca93836 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/75a3aaab-935a-453b-8566-7bd85af78e11/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"75a3aaab-935a-453b-8566-7bd85af78e11-modified","UniqueId":"75a3aaab-935a-453b-8566-7bd85af78e11","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"75a3aaab-935a-453b-8566-7bd85af78e11-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/75ab3db8-1773-4071-9530-2e9f8a2b37c8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/75ab3db8-1773-4071-9530-2e9f8a2b37c8/cast-vote-record-report.json deleted file mode 100644 index 8bbd0f4f5b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/75ab3db8-1773-4071-9530-2e9f8a2b37c8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"75ab3db8-1773-4071-9530-2e9f8a2b37c8-modified","UniqueId":"75ab3db8-1773-4071-9530-2e9f8a2b37c8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"75ab3db8-1773-4071-9530-2e9f8a2b37c8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/75efe98a-1b6c-4482-ad91-b2efd36a4803/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/75efe98a-1b6c-4482-ad91-b2efd36a4803/cast-vote-record-report.json new file mode 100644 index 0000000000..8a630de8fb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/75efe98a-1b6c-4482-ad91-b2efd36a4803/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"75efe98a-1b6c-4482-ad91-b2efd36a4803-modified","UniqueId":"75efe98a-1b6c-4482-ad91-b2efd36a4803","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"75efe98a-1b6c-4482-ad91-b2efd36a4803-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/764dded9-dde7-4cb8-b5a4-faab78943b15/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/764dded9-dde7-4cb8-b5a4-faab78943b15/cast-vote-record-report.json new file mode 100644 index 0000000000..a352d5481a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/764dded9-dde7-4cb8-b5a4-faab78943b15/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"764dded9-dde7-4cb8-b5a4-faab78943b15-modified","UniqueId":"764dded9-dde7-4cb8-b5a4-faab78943b15","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"764dded9-dde7-4cb8-b5a4-faab78943b15-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/76550ad6-00a4-4e44-b8f5-18c6b6d45020/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/76550ad6-00a4-4e44-b8f5-18c6b6d45020/cast-vote-record-report.json deleted file mode 100644 index 3585611686..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/76550ad6-00a4-4e44-b8f5-18c6b6d45020/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"76550ad6-00a4-4e44-b8f5-18c6b6d45020-modified","UniqueId":"76550ad6-00a4-4e44-b8f5-18c6b6d45020","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"76550ad6-00a4-4e44-b8f5-18c6b6d45020-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:76550ad6-00a4-4e44-b8f5-18c6b6d45020-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:76550ad6-00a4-4e44-b8f5-18c6b6d45020-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7675973c-6c75-4118-9465-750cd705468d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7675973c-6c75-4118-9465-750cd705468d/cast-vote-record-report.json new file mode 100644 index 0000000000..f03a54a469 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7675973c-6c75-4118-9465-750cd705468d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7675973c-6c75-4118-9465-750cd705468d-modified","UniqueId":"7675973c-6c75-4118-9465-750cd705468d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7675973c-6c75-4118-9465-750cd705468d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85a305fe-a15d-49b9-9d84-8c203ddf4b7e/85a305fe-a15d-49b9-9d84-8c203ddf4b7e-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85a305fe-a15d-49b9-9d84-8c203ddf4b7e/85a305fe-a15d-49b9-9d84-8c203ddf4b7e-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-back.layout.json new file mode 100644 index 0000000000..43c000c42f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85a305fe-a15d-49b9-9d84-8c203ddf4b7e/85a305fe-a15d-49b9-9d84-8c203ddf4b7e-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85a305fe-a15d-49b9-9d84-8c203ddf4b7e/85a305fe-a15d-49b9-9d84-8c203ddf4b7e-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-front.layout.json new file mode 100644 index 0000000000..55c7558357 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/cast-vote-record-report.json new file mode 100644 index 0000000000..27ba1664f6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-modified","UniqueId":"767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-680beda755b8abd21b5483cb607b123462a456201cee2b6791a92014f2cbc023"},"Location":"file:767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-1d8be1344f78b021d6256b4675613a6169a2c6851cb39dd83d7d2cf301c127ce"},"Location":"file:767ba5d8-fb3b-4ae9-bcd5-7dad0ac6d6d4-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/772e1a27-9aff-4797-92ef-6c4fc41dfbd8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/772e1a27-9aff-4797-92ef-6c4fc41dfbd8/cast-vote-record-report.json new file mode 100644 index 0000000000..469cb9fd31 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/772e1a27-9aff-4797-92ef-6c4fc41dfbd8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"772e1a27-9aff-4797-92ef-6c4fc41dfbd8-modified","UniqueId":"772e1a27-9aff-4797-92ef-6c4fc41dfbd8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"772e1a27-9aff-4797-92ef-6c4fc41dfbd8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7731a60b-eb70-49de-b7d8-14700cb3ba66/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7731a60b-eb70-49de-b7d8-14700cb3ba66/cast-vote-record-report.json new file mode 100644 index 0000000000..6869f6e7ac --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7731a60b-eb70-49de-b7d8-14700cb3ba66/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7731a60b-eb70-49de-b7d8-14700cb3ba66-modified","UniqueId":"7731a60b-eb70-49de-b7d8-14700cb3ba66","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7731a60b-eb70-49de-b7d8-14700cb3ba66-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/776a8fdc-cc5f-4535-b1d7-1f8b939f5ca5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/776a8fdc-cc5f-4535-b1d7-1f8b939f5ca5/cast-vote-record-report.json deleted file mode 100644 index 4a760e9ec7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/776a8fdc-cc5f-4535-b1d7-1f8b939f5ca5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"776a8fdc-cc5f-4535-b1d7-1f8b939f5ca5-modified","UniqueId":"776a8fdc-cc5f-4535-b1d7-1f8b939f5ca5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"776a8fdc-cc5f-4535-b1d7-1f8b939f5ca5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7782841d-c4ba-4198-9918-14c6313e1299/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7782841d-c4ba-4198-9918-14c6313e1299/cast-vote-record-report.json deleted file mode 100644 index 4dbd4d5f51..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7782841d-c4ba-4198-9918-14c6313e1299/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7782841d-c4ba-4198-9918-14c6313e1299-modified","UniqueId":"7782841d-c4ba-4198-9918-14c6313e1299","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7782841d-c4ba-4198-9918-14c6313e1299-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77a58bbc-3408-466f-8178-20366cfa5cdf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77a58bbc-3408-466f-8178-20366cfa5cdf/cast-vote-record-report.json new file mode 100644 index 0000000000..0d5a8926f5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77a58bbc-3408-466f-8178-20366cfa5cdf/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"77a58bbc-3408-466f-8178-20366cfa5cdf-modified","UniqueId":"77a58bbc-3408-466f-8178-20366cfa5cdf","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"77a58bbc-3408-466f-8178-20366cfa5cdf-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77a68d90-0987-4435-979e-868374904c76/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77a68d90-0987-4435-979e-868374904c76/cast-vote-record-report.json deleted file mode 100644 index c40037b9db..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77a68d90-0987-4435-979e-868374904c76/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"77a68d90-0987-4435-979e-868374904c76-modified","UniqueId":"77a68d90-0987-4435-979e-868374904c76","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"77a68d90-0987-4435-979e-868374904c76-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:77a68d90-0987-4435-979e-868374904c76-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:77a68d90-0987-4435-979e-868374904c76-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77df97ee-a2fd-4b35-be40-9da607f753ba/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77df97ee-a2fd-4b35-be40-9da607f753ba/cast-vote-record-report.json deleted file mode 100644 index d13730c9b3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/77df97ee-a2fd-4b35-be40-9da607f753ba/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"77df97ee-a2fd-4b35-be40-9da607f753ba-modified","UniqueId":"77df97ee-a2fd-4b35-be40-9da607f753ba","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"77df97ee-a2fd-4b35-be40-9da607f753ba-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7861ae17-18af-48f1-97e2-5bd8d3ed2fe5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7861ae17-18af-48f1-97e2-5bd8d3ed2fe5/cast-vote-record-report.json deleted file mode 100644 index 4924ffc98b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7861ae17-18af-48f1-97e2-5bd8d3ed2fe5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7861ae17-18af-48f1-97e2-5bd8d3ed2fe5-modified","UniqueId":"7861ae17-18af-48f1-97e2-5bd8d3ed2fe5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7861ae17-18af-48f1-97e2-5bd8d3ed2fe5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/787347fc-0b86-4ce8-aafa-de6f4aea35ad/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/787347fc-0b86-4ce8-aafa-de6f4aea35ad/cast-vote-record-report.json new file mode 100644 index 0000000000..df2fefa0ee --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/787347fc-0b86-4ce8-aafa-de6f4aea35ad/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"787347fc-0b86-4ce8-aafa-de6f4aea35ad-modified","UniqueId":"787347fc-0b86-4ce8-aafa-de6f4aea35ad","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"787347fc-0b86-4ce8-aafa-de6f4aea35ad-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/78beb4a1-6c2b-4e34-b168-c1f4641efc9e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/78beb4a1-6c2b-4e34-b168-c1f4641efc9e/cast-vote-record-report.json new file mode 100644 index 0000000000..a485f41ddb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/78beb4a1-6c2b-4e34-b168-c1f4641efc9e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"78beb4a1-6c2b-4e34-b168-c1f4641efc9e-modified","UniqueId":"78beb4a1-6c2b-4e34-b168-c1f4641efc9e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"78beb4a1-6c2b-4e34-b168-c1f4641efc9e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/78c67bed-269f-4220-b338-b066434c3729/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/78c67bed-269f-4220-b338-b066434c3729/cast-vote-record-report.json deleted file mode 100644 index 93632e83df..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/78c67bed-269f-4220-b338-b066434c3729/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"78c67bed-269f-4220-b338-b066434c3729-modified","UniqueId":"78c67bed-269f-4220-b338-b066434c3729","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"78c67bed-269f-4220-b338-b066434c3729-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/78cd563c-d04a-46b4-b0fb-32f47e9f1e69/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/78cd563c-d04a-46b4-b0fb-32f47e9f1e69/cast-vote-record-report.json new file mode 100644 index 0000000000..a296080c4b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/78cd563c-d04a-46b4-b0fb-32f47e9f1e69/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"78cd563c-d04a-46b4-b0fb-32f47e9f1e69-modified","UniqueId":"78cd563c-d04a-46b4-b0fb-32f47e9f1e69","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"78cd563c-d04a-46b4-b0fb-32f47e9f1e69-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/78f48eda-87ed-4fdb-9f78-cdce7920f265/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/78f48eda-87ed-4fdb-9f78-cdce7920f265/cast-vote-record-report.json deleted file mode 100644 index 20eca11cb4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/78f48eda-87ed-4fdb-9f78-cdce7920f265/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"78f48eda-87ed-4fdb-9f78-cdce7920f265-modified","UniqueId":"78f48eda-87ed-4fdb-9f78-cdce7920f265","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"78f48eda-87ed-4fdb-9f78-cdce7920f265-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/792e9c33-60f6-4773-951e-ed5da70d777d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/792e9c33-60f6-4773-951e-ed5da70d777d/cast-vote-record-report.json deleted file mode 100644 index 9f866c2e7f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/792e9c33-60f6-4773-951e-ed5da70d777d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"792e9c33-60f6-4773-951e-ed5da70d777d-modified","UniqueId":"792e9c33-60f6-4773-951e-ed5da70d777d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"792e9c33-60f6-4773-951e-ed5da70d777d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:792e9c33-60f6-4773-951e-ed5da70d777d-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:792e9c33-60f6-4773-951e-ed5da70d777d-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/793da240-28a4-46d8-9f49-583b437f3533/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/793da240-28a4-46d8-9f49-583b437f3533/cast-vote-record-report.json new file mode 100644 index 0000000000..993336a6b3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/793da240-28a4-46d8-9f49-583b437f3533/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"793da240-28a4-46d8-9f49-583b437f3533-modified","UniqueId":"793da240-28a4-46d8-9f49-583b437f3533","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"793da240-28a4-46d8-9f49-583b437f3533-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/794cf262-e3ec-4399-abb7-5826911d402f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/794cf262-e3ec-4399-abb7-5826911d402f/cast-vote-record-report.json deleted file mode 100644 index f35d7f5cf3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/794cf262-e3ec-4399-abb7-5826911d402f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"794cf262-e3ec-4399-abb7-5826911d402f-modified","UniqueId":"794cf262-e3ec-4399-abb7-5826911d402f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"794cf262-e3ec-4399-abb7-5826911d402f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7a01978c-3452-42aa-85a5-a7b613576858/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7a01978c-3452-42aa-85a5-a7b613576858/cast-vote-record-report.json new file mode 100644 index 0000000000..a4bc54a9b7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7a01978c-3452-42aa-85a5-a7b613576858/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7a01978c-3452-42aa-85a5-a7b613576858-modified","UniqueId":"7a01978c-3452-42aa-85a5-a7b613576858","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7a01978c-3452-42aa-85a5-a7b613576858-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7a3e39f6-772b-401a-91bb-9a4fb7fe4d8f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7a3e39f6-772b-401a-91bb-9a4fb7fe4d8f/cast-vote-record-report.json new file mode 100644 index 0000000000..fdc48b8bd2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7a3e39f6-772b-401a-91bb-9a4fb7fe4d8f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7a3e39f6-772b-401a-91bb-9a4fb7fe4d8f-modified","UniqueId":"7a3e39f6-772b-401a-91bb-9a4fb7fe4d8f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7a3e39f6-772b-401a-91bb-9a4fb7fe4d8f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7a5e4bc0-103c-4eed-8c4e-405461dd69e8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7a5e4bc0-103c-4eed-8c4e-405461dd69e8/cast-vote-record-report.json deleted file mode 100644 index bcaf6c0361..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7a5e4bc0-103c-4eed-8c4e-405461dd69e8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7a5e4bc0-103c-4eed-8c4e-405461dd69e8-modified","UniqueId":"7a5e4bc0-103c-4eed-8c4e-405461dd69e8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7a5e4bc0-103c-4eed-8c4e-405461dd69e8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7aae3484-3173-4d93-829a-0c4e4a7835d8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7aae3484-3173-4d93-829a-0c4e4a7835d8/cast-vote-record-report.json deleted file mode 100644 index c9a608a2f5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7aae3484-3173-4d93-829a-0c4e4a7835d8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7aae3484-3173-4d93-829a-0c4e4a7835d8-modified","UniqueId":"7aae3484-3173-4d93-829a-0c4e4a7835d8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7aae3484-3173-4d93-829a-0c4e4a7835d8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ac8a3e0-4f64-45bb-b718-424083f0efd3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ac8a3e0-4f64-45bb-b718-424083f0efd3/cast-vote-record-report.json deleted file mode 100644 index 9a91c62108..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ac8a3e0-4f64-45bb-b718-424083f0efd3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7ac8a3e0-4f64-45bb-b718-424083f0efd3-modified","UniqueId":"7ac8a3e0-4f64-45bb-b718-424083f0efd3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7ac8a3e0-4f64-45bb-b718-424083f0efd3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ad45d2c-44de-4161-abdc-4c0f7d0d3e15/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ad45d2c-44de-4161-abdc-4c0f7d0d3e15/cast-vote-record-report.json new file mode 100644 index 0000000000..bd6a08cfd2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ad45d2c-44de-4161-abdc-4c0f7d0d3e15/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7ad45d2c-44de-4161-abdc-4c0f7d0d3e15-modified","UniqueId":"7ad45d2c-44de-4161-abdc-4c0f7d0d3e15","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7ad45d2c-44de-4161-abdc-4c0f7d0d3e15-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7afeeb97-1923-4533-bd05-58be5b1a3780/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7afeeb97-1923-4533-bd05-58be5b1a3780/cast-vote-record-report.json deleted file mode 100644 index 730bd05f67..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7afeeb97-1923-4533-bd05-58be5b1a3780/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7afeeb97-1923-4533-bd05-58be5b1a3780-modified","UniqueId":"7afeeb97-1923-4533-bd05-58be5b1a3780","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7afeeb97-1923-4533-bd05-58be5b1a3780-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7bbb78e7-a900-4427-a3f6-0592f1f9f6fa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7bbb78e7-a900-4427-a3f6-0592f1f9f6fa/cast-vote-record-report.json deleted file mode 100644 index 4402e3bd70..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7bbb78e7-a900-4427-a3f6-0592f1f9f6fa/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7bbb78e7-a900-4427-a3f6-0592f1f9f6fa-modified","UniqueId":"7bbb78e7-a900-4427-a3f6-0592f1f9f6fa","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7bbb78e7-a900-4427-a3f6-0592f1f9f6fa-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7bf7d1cb-fa5a-4e2f-bb9a-49faf74e4576/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7bf7d1cb-fa5a-4e2f-bb9a-49faf74e4576/cast-vote-record-report.json new file mode 100644 index 0000000000..dc2ee67dc3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7bf7d1cb-fa5a-4e2f-bb9a-49faf74e4576/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7bf7d1cb-fa5a-4e2f-bb9a-49faf74e4576-modified","UniqueId":"7bf7d1cb-fa5a-4e2f-bb9a-49faf74e4576","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7bf7d1cb-fa5a-4e2f-bb9a-49faf74e4576-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7c27a490-e5e5-49ac-83f2-580b1318c2f7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7c27a490-e5e5-49ac-83f2-580b1318c2f7/cast-vote-record-report.json new file mode 100644 index 0000000000..db9bc67c28 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7c27a490-e5e5-49ac-83f2-580b1318c2f7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7c27a490-e5e5-49ac-83f2-580b1318c2f7-modified","UniqueId":"7c27a490-e5e5-49ac-83f2-580b1318c2f7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7c27a490-e5e5-49ac-83f2-580b1318c2f7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7c4d46d7-849e-4752-9df5-ec6b5f5fca1a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7c4d46d7-849e-4752-9df5-ec6b5f5fca1a/cast-vote-record-report.json new file mode 100644 index 0000000000..67905e3b9f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7c4d46d7-849e-4752-9df5-ec6b5f5fca1a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7c4d46d7-849e-4752-9df5-ec6b5f5fca1a-modified","UniqueId":"7c4d46d7-849e-4752-9df5-ec6b5f5fca1a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7c4d46d7-849e-4752-9df5-ec6b5f5fca1a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7c911a84-59dd-4973-a912-0beda12923cc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7c911a84-59dd-4973-a912-0beda12923cc/cast-vote-record-report.json new file mode 100644 index 0000000000..c863fd7cb4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7c911a84-59dd-4973-a912-0beda12923cc/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7c911a84-59dd-4973-a912-0beda12923cc-modified","UniqueId":"7c911a84-59dd-4973-a912-0beda12923cc","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7c911a84-59dd-4973-a912-0beda12923cc-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7c9b752e-58c0-42f2-971d-d6d9b0db4b33/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7c9b752e-58c0-42f2-971d-d6d9b0db4b33/cast-vote-record-report.json new file mode 100644 index 0000000000..8b0b20c1ce --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7c9b752e-58c0-42f2-971d-d6d9b0db4b33/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7c9b752e-58c0-42f2-971d-d6d9b0db4b33-modified","UniqueId":"7c9b752e-58c0-42f2-971d-d6d9b0db4b33","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7c9b752e-58c0-42f2-971d-d6d9b0db4b33-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7caf772f-9b70-43b0-b090-6dcd6b525d51/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7caf772f-9b70-43b0-b090-6dcd6b525d51/cast-vote-record-report.json new file mode 100644 index 0000000000..d639602c0e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7caf772f-9b70-43b0-b090-6dcd6b525d51/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7caf772f-9b70-43b0-b090-6dcd6b525d51-modified","UniqueId":"7caf772f-9b70-43b0-b090-6dcd6b525d51","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7caf772f-9b70-43b0-b090-6dcd6b525d51-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7cc72fe0-141b-4aff-b33a-c3ddd280764c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7cc72fe0-141b-4aff-b33a-c3ddd280764c/cast-vote-record-report.json deleted file mode 100644 index 428f2814dc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7cc72fe0-141b-4aff-b33a-c3ddd280764c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7cc72fe0-141b-4aff-b33a-c3ddd280764c-modified","UniqueId":"7cc72fe0-141b-4aff-b33a-c3ddd280764c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7cc72fe0-141b-4aff-b33a-c3ddd280764c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7d0b287f-7145-4964-84ba-d9157acebad2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7d0b287f-7145-4964-84ba-d9157acebad2/cast-vote-record-report.json new file mode 100644 index 0000000000..f9e5d4d3b4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7d0b287f-7145-4964-84ba-d9157acebad2/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7d0b287f-7145-4964-84ba-d9157acebad2-modified","UniqueId":"7d0b287f-7145-4964-84ba-d9157acebad2","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7d0b287f-7145-4964-84ba-d9157acebad2-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7d59548a-78c8-46ad-8b0a-7c12caaa6806/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7d59548a-78c8-46ad-8b0a-7c12caaa6806/cast-vote-record-report.json deleted file mode 100644 index 5c2b0e6c9d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7d59548a-78c8-46ad-8b0a-7c12caaa6806/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7d59548a-78c8-46ad-8b0a-7c12caaa6806-modified","UniqueId":"7d59548a-78c8-46ad-8b0a-7c12caaa6806","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7d59548a-78c8-46ad-8b0a-7c12caaa6806-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7d79c5cd-ba8a-4a76-ab7a-e3fa93298c36/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7d79c5cd-ba8a-4a76-ab7a-e3fa93298c36/cast-vote-record-report.json new file mode 100644 index 0000000000..53783a6b7e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7d79c5cd-ba8a-4a76-ab7a-e3fa93298c36/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7d79c5cd-ba8a-4a76-ab7a-e3fa93298c36-modified","UniqueId":"7d79c5cd-ba8a-4a76-ab7a-e3fa93298c36","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7d79c5cd-ba8a-4a76-ab7a-e3fa93298c36-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7d8ee4c7-7123-4c69-8216-412cd7315e66/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7d8ee4c7-7123-4c69-8216-412cd7315e66/cast-vote-record-report.json new file mode 100644 index 0000000000..851b1e8a2b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7d8ee4c7-7123-4c69-8216-412cd7315e66/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7d8ee4c7-7123-4c69-8216-412cd7315e66-modified","UniqueId":"7d8ee4c7-7123-4c69-8216-412cd7315e66","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7d8ee4c7-7123-4c69-8216-412cd7315e66-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7da936ef-3b01-4b49-a354-0d1c0f2ca485/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7da936ef-3b01-4b49-a354-0d1c0f2ca485/cast-vote-record-report.json new file mode 100644 index 0000000000..cb12c5576e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7da936ef-3b01-4b49-a354-0d1c0f2ca485/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7da936ef-3b01-4b49-a354-0d1c0f2ca485-modified","UniqueId":"7da936ef-3b01-4b49-a354-0d1c0f2ca485","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7da936ef-3b01-4b49-a354-0d1c0f2ca485-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7df8f4cb-c1d1-4914-a7d8-3b45078f539f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7df8f4cb-c1d1-4914-a7d8-3b45078f539f/cast-vote-record-report.json new file mode 100644 index 0000000000..a9ae6e0baa --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7df8f4cb-c1d1-4914-a7d8-3b45078f539f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7df8f4cb-c1d1-4914-a7d8-3b45078f539f-modified","UniqueId":"7df8f4cb-c1d1-4914-a7d8-3b45078f539f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7df8f4cb-c1d1-4914-a7d8-3b45078f539f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ebe2cad-a391-4af7-8be9-cc7949040e35/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ebe2cad-a391-4af7-8be9-cc7949040e35/cast-vote-record-report.json new file mode 100644 index 0000000000..846043cc8d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ebe2cad-a391-4af7-8be9-cc7949040e35/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7ebe2cad-a391-4af7-8be9-cc7949040e35-modified","UniqueId":"7ebe2cad-a391-4af7-8be9-cc7949040e35","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7ebe2cad-a391-4af7-8be9-cc7949040e35-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ed2650f-8c1e-4a22-9bd9-657e85eaccf2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ed2650f-8c1e-4a22-9bd9-657e85eaccf2/cast-vote-record-report.json deleted file mode 100644 index 0ee0d70154..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ed2650f-8c1e-4a22-9bd9-657e85eaccf2/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7ed2650f-8c1e-4a22-9bd9-657e85eaccf2-modified","UniqueId":"7ed2650f-8c1e-4a22-9bd9-657e85eaccf2","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7ed2650f-8c1e-4a22-9bd9-657e85eaccf2-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ee29048-99a2-43e5-a596-8b04976f8757/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ee29048-99a2-43e5-a596-8b04976f8757/cast-vote-record-report.json deleted file mode 100644 index b4a7141507..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7ee29048-99a2-43e5-a596-8b04976f8757/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7ee29048-99a2-43e5-a596-8b04976f8757-modified","UniqueId":"7ee29048-99a2-43e5-a596-8b04976f8757","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7ee29048-99a2-43e5-a596-8b04976f8757-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7eed604a-d041-4511-bfc8-f8b4c94295d9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7eed604a-d041-4511-bfc8-f8b4c94295d9/cast-vote-record-report.json new file mode 100644 index 0000000000..2cbdafb496 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7eed604a-d041-4511-bfc8-f8b4c94295d9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"7eed604a-d041-4511-bfc8-f8b4c94295d9-modified","UniqueId":"7eed604a-d041-4511-bfc8-f8b4c94295d9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7eed604a-d041-4511-bfc8-f8b4c94295d9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7f99e702-5744-4a62-94e5-abf6cff04310/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7f99e702-5744-4a62-94e5-abf6cff04310/cast-vote-record-report.json deleted file mode 100644 index b504cc129c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/7f99e702-5744-4a62-94e5-abf6cff04310/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"7f99e702-5744-4a62-94e5-abf6cff04310-modified","UniqueId":"7f99e702-5744-4a62-94e5-abf6cff04310","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"7f99e702-5744-4a62-94e5-abf6cff04310-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8068bb81-576e-4a79-b4a3-4f27aaeedfc3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8068bb81-576e-4a79-b4a3-4f27aaeedfc3/cast-vote-record-report.json deleted file mode 100644 index 6366bd7aec..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8068bb81-576e-4a79-b4a3-4f27aaeedfc3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8068bb81-576e-4a79-b4a3-4f27aaeedfc3-modified","UniqueId":"8068bb81-576e-4a79-b4a3-4f27aaeedfc3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8068bb81-576e-4a79-b4a3-4f27aaeedfc3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/80af0333-a968-44e5-b12e-a46833d68ad4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/80af0333-a968-44e5-b12e-a46833d68ad4/cast-vote-record-report.json deleted file mode 100644 index 4683ba3780..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/80af0333-a968-44e5-b12e-a46833d68ad4/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"80af0333-a968-44e5-b12e-a46833d68ad4-modified","UniqueId":"80af0333-a968-44e5-b12e-a46833d68ad4","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"80af0333-a968-44e5-b12e-a46833d68ad4-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81268d5c-920d-4ff7-81f8-5893ab09d9c0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81268d5c-920d-4ff7-81f8-5893ab09d9c0/cast-vote-record-report.json new file mode 100644 index 0000000000..f3e280cb29 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81268d5c-920d-4ff7-81f8-5893ab09d9c0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"81268d5c-920d-4ff7-81f8-5893ab09d9c0-modified","UniqueId":"81268d5c-920d-4ff7-81f8-5893ab09d9c0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"81268d5c-920d-4ff7-81f8-5893ab09d9c0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81651813-f356-4aa3-8676-9f1954b6ccf7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81651813-f356-4aa3-8676-9f1954b6ccf7/cast-vote-record-report.json deleted file mode 100644 index 81c23591e9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81651813-f356-4aa3-8676-9f1954b6ccf7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"81651813-f356-4aa3-8676-9f1954b6ccf7-modified","UniqueId":"81651813-f356-4aa3-8676-9f1954b6ccf7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"81651813-f356-4aa3-8676-9f1954b6ccf7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8186c256-3007-49b9-aafe-e8e4b57296c6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8186c256-3007-49b9-aafe-e8e4b57296c6/cast-vote-record-report.json new file mode 100644 index 0000000000..85952d03a5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8186c256-3007-49b9-aafe-e8e4b57296c6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8186c256-3007-49b9-aafe-e8e4b57296c6-modified","UniqueId":"8186c256-3007-49b9-aafe-e8e4b57296c6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8186c256-3007-49b9-aafe-e8e4b57296c6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8191332f-939a-4474-9d61-db2c2a299d58/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8191332f-939a-4474-9d61-db2c2a299d58/cast-vote-record-report.json deleted file mode 100644 index b46f69791b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8191332f-939a-4474-9d61-db2c2a299d58/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8191332f-939a-4474-9d61-db2c2a299d58-modified","UniqueId":"8191332f-939a-4474-9d61-db2c2a299d58","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8191332f-939a-4474-9d61-db2c2a299d58-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81959fb7-1270-443e-b6c4-b1ff73fbd5c1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81959fb7-1270-443e-b6c4-b1ff73fbd5c1/cast-vote-record-report.json deleted file mode 100644 index 7798e9f5d6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81959fb7-1270-443e-b6c4-b1ff73fbd5c1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"81959fb7-1270-443e-b6c4-b1ff73fbd5c1-modified","UniqueId":"81959fb7-1270-443e-b6c4-b1ff73fbd5c1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"81959fb7-1270-443e-b6c4-b1ff73fbd5c1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/819845e1-93aa-4da1-bebc-d61996a36b18/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/819845e1-93aa-4da1-bebc-d61996a36b18/cast-vote-record-report.json new file mode 100644 index 0000000000..f31b163762 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/819845e1-93aa-4da1-bebc-d61996a36b18/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"819845e1-93aa-4da1-bebc-d61996a36b18-modified","UniqueId":"819845e1-93aa-4da1-bebc-d61996a36b18","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"819845e1-93aa-4da1-bebc-d61996a36b18-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86c539dc-398f-416c-bd90-7334b515f000/86c539dc-398f-416c-bd90-7334b515f000-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/81ce781f-0d3b-4489-84f3-f548757cc654-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86c539dc-398f-416c-bd90-7334b515f000/86c539dc-398f-416c-bd90-7334b515f000-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/81ce781f-0d3b-4489-84f3-f548757cc654-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/81ce781f-0d3b-4489-84f3-f548757cc654-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/81ce781f-0d3b-4489-84f3-f548757cc654-back.layout.json new file mode 100644 index 0000000000..2a4ec1b31f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/81ce781f-0d3b-4489-84f3-f548757cc654-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86c539dc-398f-416c-bd90-7334b515f000/86c539dc-398f-416c-bd90-7334b515f000-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/81ce781f-0d3b-4489-84f3-f548757cc654-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86c539dc-398f-416c-bd90-7334b515f000/86c539dc-398f-416c-bd90-7334b515f000-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/81ce781f-0d3b-4489-84f3-f548757cc654-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/81ce781f-0d3b-4489-84f3-f548757cc654-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/81ce781f-0d3b-4489-84f3-f548757cc654-front.layout.json new file mode 100644 index 0000000000..1083b49440 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/81ce781f-0d3b-4489-84f3-f548757cc654-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/cast-vote-record-report.json new file mode 100644 index 0000000000..07b3f5f373 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81ce781f-0d3b-4489-84f3-f548757cc654/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"81ce781f-0d3b-4489-84f3-f548757cc654-modified","UniqueId":"81ce781f-0d3b-4489-84f3-f548757cc654","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"81ce781f-0d3b-4489-84f3-f548757cc654-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:81ce781f-0d3b-4489-84f3-f548757cc654-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-6da2fc6b80044429e14aeb2a6f9d85a137c95c7b35d72bb22a559eb87cba3313"},"Location":"file:81ce781f-0d3b-4489-84f3-f548757cc654-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-7b55b520dc92a78f1a0571a5c1d83cc9a3378b2aa1c9df7acb687a7ab1702f06"},"Location":"file:81ce781f-0d3b-4489-84f3-f548757cc654-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81d5b4cb-d6c4-47b0-84ea-89101a32d296/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81d5b4cb-d6c4-47b0-84ea-89101a32d296/cast-vote-record-report.json new file mode 100644 index 0000000000..60674bec46 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81d5b4cb-d6c4-47b0-84ea-89101a32d296/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"81d5b4cb-d6c4-47b0-84ea-89101a32d296-modified","UniqueId":"81d5b4cb-d6c4-47b0-84ea-89101a32d296","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"81d5b4cb-d6c4-47b0-84ea-89101a32d296-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81fce8c4-8099-4a7a-8ceb-3c9d3f378b5a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81fce8c4-8099-4a7a-8ceb-3c9d3f378b5a/cast-vote-record-report.json deleted file mode 100644 index fdf8d2da74..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/81fce8c4-8099-4a7a-8ceb-3c9d3f378b5a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"81fce8c4-8099-4a7a-8ceb-3c9d3f378b5a-modified","UniqueId":"81fce8c4-8099-4a7a-8ceb-3c9d3f378b5a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"81fce8c4-8099-4a7a-8ceb-3c9d3f378b5a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/82073a83-2c85-4a90-9a06-6075a7fb17bf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/82073a83-2c85-4a90-9a06-6075a7fb17bf/cast-vote-record-report.json new file mode 100644 index 0000000000..4f9bdfd176 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/82073a83-2c85-4a90-9a06-6075a7fb17bf/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"82073a83-2c85-4a90-9a06-6075a7fb17bf-modified","UniqueId":"82073a83-2c85-4a90-9a06-6075a7fb17bf","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"82073a83-2c85-4a90-9a06-6075a7fb17bf-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8238d65a-e95e-4c2d-97d1-042056361fe5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8238d65a-e95e-4c2d-97d1-042056361fe5/cast-vote-record-report.json new file mode 100644 index 0000000000..9c1fc2052a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8238d65a-e95e-4c2d-97d1-042056361fe5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8238d65a-e95e-4c2d-97d1-042056361fe5-modified","UniqueId":"8238d65a-e95e-4c2d-97d1-042056361fe5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8238d65a-e95e-4c2d-97d1-042056361fe5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8249f499-feba-47b6-a95d-c5698034d24c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8249f499-feba-47b6-a95d-c5698034d24c/cast-vote-record-report.json deleted file mode 100644 index 0d496a0e71..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8249f499-feba-47b6-a95d-c5698034d24c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8249f499-feba-47b6-a95d-c5698034d24c-modified","UniqueId":"8249f499-feba-47b6-a95d-c5698034d24c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8249f499-feba-47b6-a95d-c5698034d24c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/82603828-3cdc-4d50-81f2-c500f4deca5d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/82603828-3cdc-4d50-81f2-c500f4deca5d/cast-vote-record-report.json deleted file mode 100644 index 6c3991ddd0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/82603828-3cdc-4d50-81f2-c500f4deca5d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"82603828-3cdc-4d50-81f2-c500f4deca5d-modified","UniqueId":"82603828-3cdc-4d50-81f2-c500f4deca5d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"82603828-3cdc-4d50-81f2-c500f4deca5d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/82a7432c-f8ce-4c3a-902c-2c06e37d1562/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/82a7432c-f8ce-4c3a-902c-2c06e37d1562/cast-vote-record-report.json deleted file mode 100644 index 3e6742c454..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/82a7432c-f8ce-4c3a-902c-2c06e37d1562/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"82a7432c-f8ce-4c3a-902c-2c06e37d1562-modified","UniqueId":"82a7432c-f8ce-4c3a-902c-2c06e37d1562","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"82a7432c-f8ce-4c3a-902c-2c06e37d1562-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/82bcb224-0ffe-458b-a850-b5dc65268608/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/82bcb224-0ffe-458b-a850-b5dc65268608/cast-vote-record-report.json new file mode 100644 index 0000000000..64b78db2fa --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/82bcb224-0ffe-458b-a850-b5dc65268608/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"82bcb224-0ffe-458b-a850-b5dc65268608-modified","UniqueId":"82bcb224-0ffe-458b-a850-b5dc65268608","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"82bcb224-0ffe-458b-a850-b5dc65268608-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83138741-0cee-4340-8df7-a53bfe4177aa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83138741-0cee-4340-8df7-a53bfe4177aa/cast-vote-record-report.json deleted file mode 100644 index bbe86c399b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83138741-0cee-4340-8df7-a53bfe4177aa/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"83138741-0cee-4340-8df7-a53bfe4177aa-modified","UniqueId":"83138741-0cee-4340-8df7-a53bfe4177aa","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"83138741-0cee-4340-8df7-a53bfe4177aa-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83309338-c411-4a73-ac0e-d9c0fcd9b074/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83309338-c411-4a73-ac0e-d9c0fcd9b074/cast-vote-record-report.json deleted file mode 100644 index 7b6d1c6429..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83309338-c411-4a73-ac0e-d9c0fcd9b074/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"83309338-c411-4a73-ac0e-d9c0fcd9b074-modified","UniqueId":"83309338-c411-4a73-ac0e-d9c0fcd9b074","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"83309338-c411-4a73-ac0e-d9c0fcd9b074-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/834588c4-673a-4329-8a17-7b0600cee2f0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/834588c4-673a-4329-8a17-7b0600cee2f0/cast-vote-record-report.json new file mode 100644 index 0000000000..f5392d17ef --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/834588c4-673a-4329-8a17-7b0600cee2f0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"834588c4-673a-4329-8a17-7b0600cee2f0-modified","UniqueId":"834588c4-673a-4329-8a17-7b0600cee2f0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"834588c4-673a-4329-8a17-7b0600cee2f0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8348f123-3044-49b5-9427-bbe7c77e5959/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8348f123-3044-49b5-9427-bbe7c77e5959/cast-vote-record-report.json deleted file mode 100644 index 382bf38d4b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8348f123-3044-49b5-9427-bbe7c77e5959/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8348f123-3044-49b5-9427-bbe7c77e5959-modified","UniqueId":"8348f123-3044-49b5-9427-bbe7c77e5959","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8348f123-3044-49b5-9427-bbe7c77e5959-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8365e072-1ddd-43df-884e-53b7c5c9069e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8365e072-1ddd-43df-884e-53b7c5c9069e/cast-vote-record-report.json deleted file mode 100644 index b34701988b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8365e072-1ddd-43df-884e-53b7c5c9069e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8365e072-1ddd-43df-884e-53b7c5c9069e-modified","UniqueId":"8365e072-1ddd-43df-884e-53b7c5c9069e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8365e072-1ddd-43df-884e-53b7c5c9069e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:8365e072-1ddd-43df-884e-53b7c5c9069e-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:8365e072-1ddd-43df-884e-53b7c5c9069e-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83942071-5581-4cc2-8a16-c60b1bf59f70/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83942071-5581-4cc2-8a16-c60b1bf59f70/cast-vote-record-report.json deleted file mode 100644 index 6b532dbf2d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83942071-5581-4cc2-8a16-c60b1bf59f70/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"83942071-5581-4cc2-8a16-c60b1bf59f70-modified","UniqueId":"83942071-5581-4cc2-8a16-c60b1bf59f70","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"83942071-5581-4cc2-8a16-c60b1bf59f70-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83a31ebc-79fc-407c-8be9-f9271ea502bf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83a31ebc-79fc-407c-8be9-f9271ea502bf/cast-vote-record-report.json deleted file mode 100644 index c7b46ebdb0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83a31ebc-79fc-407c-8be9-f9271ea502bf/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"83a31ebc-79fc-407c-8be9-f9271ea502bf-modified","UniqueId":"83a31ebc-79fc-407c-8be9-f9271ea502bf","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"83a31ebc-79fc-407c-8be9-f9271ea502bf-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83d91132-b21a-4bd1-b37b-7121795cd3b0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83d91132-b21a-4bd1-b37b-7121795cd3b0/cast-vote-record-report.json deleted file mode 100644 index 41e2c83193..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83d91132-b21a-4bd1-b37b-7121795cd3b0/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"83d91132-b21a-4bd1-b37b-7121795cd3b0-modified","UniqueId":"83d91132-b21a-4bd1-b37b-7121795cd3b0","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"83d91132-b21a-4bd1-b37b-7121795cd3b0-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:83d91132-b21a-4bd1-b37b-7121795cd3b0-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:83d91132-b21a-4bd1-b37b-7121795cd3b0-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83e312db-34cc-4142-a790-7b167d0dd0bc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83e312db-34cc-4142-a790-7b167d0dd0bc/cast-vote-record-report.json new file mode 100644 index 0000000000..0ba37e4dbd --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/83e312db-34cc-4142-a790-7b167d0dd0bc/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"83e312db-34cc-4142-a790-7b167d0dd0bc-modified","UniqueId":"83e312db-34cc-4142-a790-7b167d0dd0bc","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"83e312db-34cc-4142-a790-7b167d0dd0bc-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/840c8224-202d-439c-9ef2-d3e3fd86ddd6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/840c8224-202d-439c-9ef2-d3e3fd86ddd6/cast-vote-record-report.json new file mode 100644 index 0000000000..9f7fbf0882 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/840c8224-202d-439c-9ef2-d3e3fd86ddd6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"840c8224-202d-439c-9ef2-d3e3fd86ddd6-modified","UniqueId":"840c8224-202d-439c-9ef2-d3e3fd86ddd6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"840c8224-202d-439c-9ef2-d3e3fd86ddd6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/843f16ef-228d-4234-b11a-3fd4bd4b8db2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/843f16ef-228d-4234-b11a-3fd4bd4b8db2/cast-vote-record-report.json new file mode 100644 index 0000000000..bae25e424f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/843f16ef-228d-4234-b11a-3fd4bd4b8db2/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"843f16ef-228d-4234-b11a-3fd4bd4b8db2-modified","UniqueId":"843f16ef-228d-4234-b11a-3fd4bd4b8db2","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"843f16ef-228d-4234-b11a-3fd4bd4b8db2-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84458d96-44c6-4467-af10-9c3e1ddc1a8e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84458d96-44c6-4467-af10-9c3e1ddc1a8e/cast-vote-record-report.json new file mode 100644 index 0000000000..dd7fdd24bc --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84458d96-44c6-4467-af10-9c3e1ddc1a8e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"84458d96-44c6-4467-af10-9c3e1ddc1a8e-modified","UniqueId":"84458d96-44c6-4467-af10-9c3e1ddc1a8e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"84458d96-44c6-4467-af10-9c3e1ddc1a8e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84568c42-0fc0-460b-a8aa-421968f735a6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84568c42-0fc0-460b-a8aa-421968f735a6/cast-vote-record-report.json deleted file mode 100644 index c17a7145d8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84568c42-0fc0-460b-a8aa-421968f735a6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"84568c42-0fc0-460b-a8aa-421968f735a6-modified","UniqueId":"84568c42-0fc0-460b-a8aa-421968f735a6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"84568c42-0fc0-460b-a8aa-421968f735a6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:84568c42-0fc0-460b-a8aa-421968f735a6-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:84568c42-0fc0-460b-a8aa-421968f735a6-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84827393-ec0f-48f1-afbd-09bc9a09221d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84827393-ec0f-48f1-afbd-09bc9a09221d/cast-vote-record-report.json new file mode 100644 index 0000000000..0c7c429eef --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84827393-ec0f-48f1-afbd-09bc9a09221d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"84827393-ec0f-48f1-afbd-09bc9a09221d-modified","UniqueId":"84827393-ec0f-48f1-afbd-09bc9a09221d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"84827393-ec0f-48f1-afbd-09bc9a09221d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84b70340-172b-444c-8931-8f8c906be53b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84b70340-172b-444c-8931-8f8c906be53b/cast-vote-record-report.json new file mode 100644 index 0000000000..4955e47d99 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/84b70340-172b-444c-8931-8f8c906be53b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"84b70340-172b-444c-8931-8f8c906be53b-modified","UniqueId":"84b70340-172b-444c-8931-8f8c906be53b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"84b70340-172b-444c-8931-8f8c906be53b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/850b490e-a0f5-48c9-b3b6-d37389bd5e77/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/850b490e-a0f5-48c9-b3b6-d37389bd5e77/cast-vote-record-report.json new file mode 100644 index 0000000000..475698bf2d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/850b490e-a0f5-48c9-b3b6-d37389bd5e77/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"850b490e-a0f5-48c9-b3b6-d37389bd5e77-modified","UniqueId":"850b490e-a0f5-48c9-b3b6-d37389bd5e77","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"850b490e-a0f5-48c9-b3b6-d37389bd5e77-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85569096-92c4-4ba2-9f31-9c83c60a385d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85569096-92c4-4ba2-9f31-9c83c60a385d/cast-vote-record-report.json deleted file mode 100644 index 5171023a87..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85569096-92c4-4ba2-9f31-9c83c60a385d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"85569096-92c4-4ba2-9f31-9c83c60a385d-modified","UniqueId":"85569096-92c4-4ba2-9f31-9c83c60a385d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"85569096-92c4-4ba2-9f31-9c83c60a385d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/855df904-135b-487e-86b7-f85dffa55692/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/855df904-135b-487e-86b7-f85dffa55692/cast-vote-record-report.json new file mode 100644 index 0000000000..aa25b79a8d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/855df904-135b-487e-86b7-f85dffa55692/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"855df904-135b-487e-86b7-f85dffa55692-modified","UniqueId":"855df904-135b-487e-86b7-f85dffa55692","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"855df904-135b-487e-86b7-f85dffa55692-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8b25b766-2344-4ef1-bacf-d242f1f359e1/8b25b766-2344-4ef1-bacf-d242f1f359e1-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/8564a8da-b622-4b9f-90c4-99d75d5ceea0-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8b25b766-2344-4ef1-bacf-d242f1f359e1/8b25b766-2344-4ef1-bacf-d242f1f359e1-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/8564a8da-b622-4b9f-90c4-99d75d5ceea0-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/8564a8da-b622-4b9f-90c4-99d75d5ceea0-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/8564a8da-b622-4b9f-90c4-99d75d5ceea0-back.layout.json new file mode 100644 index 0000000000..3b8174f359 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/8564a8da-b622-4b9f-90c4-99d75d5ceea0-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8b25b766-2344-4ef1-bacf-d242f1f359e1/8b25b766-2344-4ef1-bacf-d242f1f359e1-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/8564a8da-b622-4b9f-90c4-99d75d5ceea0-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8b25b766-2344-4ef1-bacf-d242f1f359e1/8b25b766-2344-4ef1-bacf-d242f1f359e1-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/8564a8da-b622-4b9f-90c4-99d75d5ceea0-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/8564a8da-b622-4b9f-90c4-99d75d5ceea0-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/8564a8da-b622-4b9f-90c4-99d75d5ceea0-front.layout.json new file mode 100644 index 0000000000..8e53e16c6d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/8564a8da-b622-4b9f-90c4-99d75d5ceea0-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/cast-vote-record-report.json new file mode 100644 index 0000000000..c6cd98bf3b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8564a8da-b622-4b9f-90c4-99d75d5ceea0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8564a8da-b622-4b9f-90c4-99d75d5ceea0-modified","UniqueId":"8564a8da-b622-4b9f-90c4-99d75d5ceea0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8564a8da-b622-4b9f-90c4-99d75d5ceea0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:8564a8da-b622-4b9f-90c4-99d75d5ceea0-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-62acaeb903438ea50f09f1e4532225b7396de3e56afa9b247f629de7db37455d"},"Location":"file:8564a8da-b622-4b9f-90c4-99d75d5ceea0-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-13a085cd483c49ac78d6b03d7ed83557904d5827463021a69700590fb57d5271"},"Location":"file:8564a8da-b622-4b9f-90c4-99d75d5ceea0-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85a305fe-a15d-49b9-9d84-8c203ddf4b7e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85a305fe-a15d-49b9-9d84-8c203ddf4b7e/cast-vote-record-report.json deleted file mode 100644 index 55ae6eff23..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85a305fe-a15d-49b9-9d84-8c203ddf4b7e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"85a305fe-a15d-49b9-9d84-8c203ddf4b7e-modified","UniqueId":"85a305fe-a15d-49b9-9d84-8c203ddf4b7e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"85a305fe-a15d-49b9-9d84-8c203ddf4b7e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:85a305fe-a15d-49b9-9d84-8c203ddf4b7e-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:85a305fe-a15d-49b9-9d84-8c203ddf4b7e-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85baa256-2d37-4211-9608-5cc6f2a278d0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85baa256-2d37-4211-9608-5cc6f2a278d0/cast-vote-record-report.json new file mode 100644 index 0000000000..bdfa6ea410 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85baa256-2d37-4211-9608-5cc6f2a278d0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"85baa256-2d37-4211-9608-5cc6f2a278d0-modified","UniqueId":"85baa256-2d37-4211-9608-5cc6f2a278d0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"85baa256-2d37-4211-9608-5cc6f2a278d0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85d72c6f-fbed-4c3b-9b51-f02e1b2e5ff9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85d72c6f-fbed-4c3b-9b51-f02e1b2e5ff9/cast-vote-record-report.json deleted file mode 100644 index f87eec878e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85d72c6f-fbed-4c3b-9b51-f02e1b2e5ff9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"85d72c6f-fbed-4c3b-9b51-f02e1b2e5ff9-modified","UniqueId":"85d72c6f-fbed-4c3b-9b51-f02e1b2e5ff9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"85d72c6f-fbed-4c3b-9b51-f02e1b2e5ff9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85f7390f-d15a-4a0f-8f9f-c8ec16f92976/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85f7390f-d15a-4a0f-8f9f-c8ec16f92976/cast-vote-record-report.json deleted file mode 100644 index ede78ab915..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/85f7390f-d15a-4a0f-8f9f-c8ec16f92976/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"85f7390f-d15a-4a0f-8f9f-c8ec16f92976-modified","UniqueId":"85f7390f-d15a-4a0f-8f9f-c8ec16f92976","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"85f7390f-d15a-4a0f-8f9f-c8ec16f92976-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/865bea89-0083-43a7-b6ba-6ac3fd4f19a9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/865bea89-0083-43a7-b6ba-6ac3fd4f19a9/cast-vote-record-report.json deleted file mode 100644 index 26c62478a9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/865bea89-0083-43a7-b6ba-6ac3fd4f19a9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"865bea89-0083-43a7-b6ba-6ac3fd4f19a9-modified","UniqueId":"865bea89-0083-43a7-b6ba-6ac3fd4f19a9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"865bea89-0083-43a7-b6ba-6ac3fd4f19a9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8675cb7a-7a47-468b-9114-3491ae4122f3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8675cb7a-7a47-468b-9114-3491ae4122f3/cast-vote-record-report.json new file mode 100644 index 0000000000..29e80e53f2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8675cb7a-7a47-468b-9114-3491ae4122f3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8675cb7a-7a47-468b-9114-3491ae4122f3-modified","UniqueId":"8675cb7a-7a47-468b-9114-3491ae4122f3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8675cb7a-7a47-468b-9114-3491ae4122f3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86be84b2-06d2-4773-87a2-0223a8ab1727/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86be84b2-06d2-4773-87a2-0223a8ab1727/cast-vote-record-report.json deleted file mode 100644 index e7820480e3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86be84b2-06d2-4773-87a2-0223a8ab1727/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"86be84b2-06d2-4773-87a2-0223a8ab1727-modified","UniqueId":"86be84b2-06d2-4773-87a2-0223a8ab1727","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"86be84b2-06d2-4773-87a2-0223a8ab1727-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86befb84-7131-477c-a795-8a0b3ebf403b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86befb84-7131-477c-a795-8a0b3ebf403b/cast-vote-record-report.json deleted file mode 100644 index 3d0f4eeaa5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86befb84-7131-477c-a795-8a0b3ebf403b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"86befb84-7131-477c-a795-8a0b3ebf403b-modified","UniqueId":"86befb84-7131-477c-a795-8a0b3ebf403b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"86befb84-7131-477c-a795-8a0b3ebf403b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86c539dc-398f-416c-bd90-7334b515f000/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86c539dc-398f-416c-bd90-7334b515f000/cast-vote-record-report.json deleted file mode 100644 index 40186c4087..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86c539dc-398f-416c-bd90-7334b515f000/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"86c539dc-398f-416c-bd90-7334b515f000-modified","UniqueId":"86c539dc-398f-416c-bd90-7334b515f000","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"86c539dc-398f-416c-bd90-7334b515f000-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:86c539dc-398f-416c-bd90-7334b515f000-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:86c539dc-398f-416c-bd90-7334b515f000-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86d79ba9-dc18-430b-98b0-6c96b6bd7beb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86d79ba9-dc18-430b-98b0-6c96b6bd7beb/cast-vote-record-report.json deleted file mode 100644 index 0d7fb57d10..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86d79ba9-dc18-430b-98b0-6c96b6bd7beb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"86d79ba9-dc18-430b-98b0-6c96b6bd7beb-modified","UniqueId":"86d79ba9-dc18-430b-98b0-6c96b6bd7beb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"86d79ba9-dc18-430b-98b0-6c96b6bd7beb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86f3b24d-5d0b-491e-85eb-80d3ba2bb11b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86f3b24d-5d0b-491e-85eb-80d3ba2bb11b/cast-vote-record-report.json new file mode 100644 index 0000000000..789c8dd934 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/86f3b24d-5d0b-491e-85eb-80d3ba2bb11b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"86f3b24d-5d0b-491e-85eb-80d3ba2bb11b-modified","UniqueId":"86f3b24d-5d0b-491e-85eb-80d3ba2bb11b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"86f3b24d-5d0b-491e-85eb-80d3ba2bb11b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/872b385c-c56c-4572-8611-2638aac9d6e5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/872b385c-c56c-4572-8611-2638aac9d6e5/cast-vote-record-report.json deleted file mode 100644 index cc7fd60d14..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/872b385c-c56c-4572-8611-2638aac9d6e5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"872b385c-c56c-4572-8611-2638aac9d6e5-modified","UniqueId":"872b385c-c56c-4572-8611-2638aac9d6e5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"872b385c-c56c-4572-8611-2638aac9d6e5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/872c1ae3-f478-460c-b97a-76543495339c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/872c1ae3-f478-460c-b97a-76543495339c/cast-vote-record-report.json deleted file mode 100644 index 808b0e1aa8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/872c1ae3-f478-460c-b97a-76543495339c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"872c1ae3-f478-460c-b97a-76543495339c-modified","UniqueId":"872c1ae3-f478-460c-b97a-76543495339c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"872c1ae3-f478-460c-b97a-76543495339c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/875d5b3c-2d84-4be0-947b-513bf9c4292f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/875d5b3c-2d84-4be0-947b-513bf9c4292f/cast-vote-record-report.json deleted file mode 100644 index 024c0d6927..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/875d5b3c-2d84-4be0-947b-513bf9c4292f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"875d5b3c-2d84-4be0-947b-513bf9c4292f-modified","UniqueId":"875d5b3c-2d84-4be0-947b-513bf9c4292f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"875d5b3c-2d84-4be0-947b-513bf9c4292f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8782a441-8b6b-4bad-a98d-5852a9a61473/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8782a441-8b6b-4bad-a98d-5852a9a61473/cast-vote-record-report.json deleted file mode 100644 index 41a0dc2140..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8782a441-8b6b-4bad-a98d-5852a9a61473/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8782a441-8b6b-4bad-a98d-5852a9a61473-modified","UniqueId":"8782a441-8b6b-4bad-a98d-5852a9a61473","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8782a441-8b6b-4bad-a98d-5852a9a61473-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88220df6-d0f6-4762-919f-79a47c3dca4c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88220df6-d0f6-4762-919f-79a47c3dca4c/cast-vote-record-report.json deleted file mode 100644 index ef2a9cb1a1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88220df6-d0f6-4762-919f-79a47c3dca4c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"88220df6-d0f6-4762-919f-79a47c3dca4c-modified","UniqueId":"88220df6-d0f6-4762-919f-79a47c3dca4c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"88220df6-d0f6-4762-919f-79a47c3dca4c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88321757-5a15-4299-bf79-68347c6a225a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88321757-5a15-4299-bf79-68347c6a225a/cast-vote-record-report.json deleted file mode 100644 index 5c56ee9353..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88321757-5a15-4299-bf79-68347c6a225a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"88321757-5a15-4299-bf79-68347c6a225a-modified","UniqueId":"88321757-5a15-4299-bf79-68347c6a225a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"88321757-5a15-4299-bf79-68347c6a225a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88597e86-e1cd-4389-8519-6d2420278d69/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88597e86-e1cd-4389-8519-6d2420278d69/cast-vote-record-report.json deleted file mode 100644 index 41835f64d0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88597e86-e1cd-4389-8519-6d2420278d69/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"88597e86-e1cd-4389-8519-6d2420278d69-modified","UniqueId":"88597e86-e1cd-4389-8519-6d2420278d69","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"88597e86-e1cd-4389-8519-6d2420278d69-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8cbbb8f4-96d1-4266-9ceb-49de495ee191/8cbbb8f4-96d1-4266-9ceb-49de495ee191-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/886d599e-d250-4cad-bf32-82f12ccb4685-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8cbbb8f4-96d1-4266-9ceb-49de495ee191/8cbbb8f4-96d1-4266-9ceb-49de495ee191-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/886d599e-d250-4cad-bf32-82f12ccb4685-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/886d599e-d250-4cad-bf32-82f12ccb4685-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/886d599e-d250-4cad-bf32-82f12ccb4685-back.layout.json new file mode 100644 index 0000000000..d8681e370e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/886d599e-d250-4cad-bf32-82f12ccb4685-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8cbbb8f4-96d1-4266-9ceb-49de495ee191/8cbbb8f4-96d1-4266-9ceb-49de495ee191-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/886d599e-d250-4cad-bf32-82f12ccb4685-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8cbbb8f4-96d1-4266-9ceb-49de495ee191/8cbbb8f4-96d1-4266-9ceb-49de495ee191-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/886d599e-d250-4cad-bf32-82f12ccb4685-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/886d599e-d250-4cad-bf32-82f12ccb4685-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/886d599e-d250-4cad-bf32-82f12ccb4685-front.layout.json new file mode 100644 index 0000000000..b9ccd0895c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/886d599e-d250-4cad-bf32-82f12ccb4685-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/cast-vote-record-report.json new file mode 100644 index 0000000000..672e4e0b34 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/886d599e-d250-4cad-bf32-82f12ccb4685/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"886d599e-d250-4cad-bf32-82f12ccb4685-modified","UniqueId":"886d599e-d250-4cad-bf32-82f12ccb4685","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"886d599e-d250-4cad-bf32-82f12ccb4685-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:886d599e-d250-4cad-bf32-82f12ccb4685-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-f187cf4fedd184152357957ff76a4ea28b1edc06037e1d315d19e7df20165a00"},"Location":"file:886d599e-d250-4cad-bf32-82f12ccb4685-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-bcbae614b9b3fc863f6bf08d3bf1f9b8e744ef9c4f0d0a19625041e43bbcc99e"},"Location":"file:886d599e-d250-4cad-bf32-82f12ccb4685-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88835376-d500-49a7-80c7-8e3190422d33/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88835376-d500-49a7-80c7-8e3190422d33/cast-vote-record-report.json new file mode 100644 index 0000000000..08bb938dfe --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88835376-d500-49a7-80c7-8e3190422d33/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"88835376-d500-49a7-80c7-8e3190422d33-modified","UniqueId":"88835376-d500-49a7-80c7-8e3190422d33","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"88835376-d500-49a7-80c7-8e3190422d33-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88c04bfb-b57f-4eac-8f66-25972a4bddf8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88c04bfb-b57f-4eac-8f66-25972a4bddf8/cast-vote-record-report.json new file mode 100644 index 0000000000..6f91a1a003 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88c04bfb-b57f-4eac-8f66-25972a4bddf8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"88c04bfb-b57f-4eac-8f66-25972a4bddf8-modified","UniqueId":"88c04bfb-b57f-4eac-8f66-25972a4bddf8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"88c04bfb-b57f-4eac-8f66-25972a4bddf8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88ed0a15-0fd5-453a-a6c1-0d6add2abfde/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88ed0a15-0fd5-453a-a6c1-0d6add2abfde/cast-vote-record-report.json new file mode 100644 index 0000000000..cb3394e45c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88ed0a15-0fd5-453a-a6c1-0d6add2abfde/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"88ed0a15-0fd5-453a-a6c1-0d6add2abfde-modified","UniqueId":"88ed0a15-0fd5-453a-a6c1-0d6add2abfde","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"88ed0a15-0fd5-453a-a6c1-0d6add2abfde-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88f7ec58-2184-466f-a63a-882447eabdc2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88f7ec58-2184-466f-a63a-882447eabdc2/cast-vote-record-report.json deleted file mode 100644 index 24187fd878..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/88f7ec58-2184-466f-a63a-882447eabdc2/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"88f7ec58-2184-466f-a63a-882447eabdc2-modified","UniqueId":"88f7ec58-2184-466f-a63a-882447eabdc2","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"88f7ec58-2184-466f-a63a-882447eabdc2-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8942bcc6-7586-43ca-8537-1b5ebbc8b304/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8942bcc6-7586-43ca-8537-1b5ebbc8b304/cast-vote-record-report.json deleted file mode 100644 index f71ac2f5bf..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8942bcc6-7586-43ca-8537-1b5ebbc8b304/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8942bcc6-7586-43ca-8537-1b5ebbc8b304-modified","UniqueId":"8942bcc6-7586-43ca-8537-1b5ebbc8b304","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8942bcc6-7586-43ca-8537-1b5ebbc8b304-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8988519f-1b55-41d7-a00b-671aa252efb6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8988519f-1b55-41d7-a00b-671aa252efb6/cast-vote-record-report.json new file mode 100644 index 0000000000..33693d9cfb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8988519f-1b55-41d7-a00b-671aa252efb6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8988519f-1b55-41d7-a00b-671aa252efb6-modified","UniqueId":"8988519f-1b55-41d7-a00b-671aa252efb6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8988519f-1b55-41d7-a00b-671aa252efb6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/898a4cbb-e6f9-4748-af89-2ee1deeee0cd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/898a4cbb-e6f9-4748-af89-2ee1deeee0cd/cast-vote-record-report.json new file mode 100644 index 0000000000..5d73238f5b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/898a4cbb-e6f9-4748-af89-2ee1deeee0cd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"898a4cbb-e6f9-4748-af89-2ee1deeee0cd-modified","UniqueId":"898a4cbb-e6f9-4748-af89-2ee1deeee0cd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"898a4cbb-e6f9-4748-af89-2ee1deeee0cd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/898e5e16-4b73-47f2-b5b3-813a8aa25f1f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/898e5e16-4b73-47f2-b5b3-813a8aa25f1f/cast-vote-record-report.json deleted file mode 100644 index 8dba4ef7dd..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/898e5e16-4b73-47f2-b5b3-813a8aa25f1f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"898e5e16-4b73-47f2-b5b3-813a8aa25f1f-modified","UniqueId":"898e5e16-4b73-47f2-b5b3-813a8aa25f1f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"898e5e16-4b73-47f2-b5b3-813a8aa25f1f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/89acc2fb-fd85-4d6b-93c8-c92256c3656f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/89acc2fb-fd85-4d6b-93c8-c92256c3656f/cast-vote-record-report.json new file mode 100644 index 0000000000..0b4c00c139 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/89acc2fb-fd85-4d6b-93c8-c92256c3656f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"89acc2fb-fd85-4d6b-93c8-c92256c3656f-modified","UniqueId":"89acc2fb-fd85-4d6b-93c8-c92256c3656f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"89acc2fb-fd85-4d6b-93c8-c92256c3656f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/89b2e793-c30d-4c0d-80bb-4655ec158b7a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/89b2e793-c30d-4c0d-80bb-4655ec158b7a/cast-vote-record-report.json new file mode 100644 index 0000000000..d71f9be891 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/89b2e793-c30d-4c0d-80bb-4655ec158b7a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"89b2e793-c30d-4c0d-80bb-4655ec158b7a-modified","UniqueId":"89b2e793-c30d-4c0d-80bb-4655ec158b7a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"89b2e793-c30d-4c0d-80bb-4655ec158b7a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/89e8a272-bef2-48ce-bfdf-c252e88b4ebe/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/89e8a272-bef2-48ce-bfdf-c252e88b4ebe/cast-vote-record-report.json new file mode 100644 index 0000000000..ec4c06f255 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/89e8a272-bef2-48ce-bfdf-c252e88b4ebe/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"89e8a272-bef2-48ce-bfdf-c252e88b4ebe-modified","UniqueId":"89e8a272-bef2-48ce-bfdf-c252e88b4ebe","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"89e8a272-bef2-48ce-bfdf-c252e88b4ebe-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a276ef8-ef51-41ea-b76c-9f99cf9f24ea/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a276ef8-ef51-41ea-b76c-9f99cf9f24ea/cast-vote-record-report.json new file mode 100644 index 0000000000..4fec037941 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a276ef8-ef51-41ea-b76c-9f99cf9f24ea/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8a276ef8-ef51-41ea-b76c-9f99cf9f24ea-modified","UniqueId":"8a276ef8-ef51-41ea-b76c-9f99cf9f24ea","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8a276ef8-ef51-41ea-b76c-9f99cf9f24ea-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a4eb487-b12c-42a0-a677-f1dbf019f1c2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a4eb487-b12c-42a0-a677-f1dbf019f1c2/cast-vote-record-report.json deleted file mode 100644 index 8cfe5dd941..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a4eb487-b12c-42a0-a677-f1dbf019f1c2/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8a4eb487-b12c-42a0-a677-f1dbf019f1c2-modified","UniqueId":"8a4eb487-b12c-42a0-a677-f1dbf019f1c2","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8a4eb487-b12c-42a0-a677-f1dbf019f1c2-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a523c62-e20a-4a29-97da-48021bdb7022/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a523c62-e20a-4a29-97da-48021bdb7022/cast-vote-record-report.json new file mode 100644 index 0000000000..a1a4589571 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a523c62-e20a-4a29-97da-48021bdb7022/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8a523c62-e20a-4a29-97da-48021bdb7022-modified","UniqueId":"8a523c62-e20a-4a29-97da-48021bdb7022","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8a523c62-e20a-4a29-97da-48021bdb7022-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a63df23-31b3-42f0-a1c6-e1daec5e58d3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a63df23-31b3-42f0-a1c6-e1daec5e58d3/cast-vote-record-report.json new file mode 100644 index 0000000000..9e2036a533 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a63df23-31b3-42f0-a1c6-e1daec5e58d3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8a63df23-31b3-42f0-a1c6-e1daec5e58d3-modified","UniqueId":"8a63df23-31b3-42f0-a1c6-e1daec5e58d3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8a63df23-31b3-42f0-a1c6-e1daec5e58d3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a70473b-9619-489c-8d2b-8eba6b5a82ec/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a70473b-9619-489c-8d2b-8eba6b5a82ec/cast-vote-record-report.json new file mode 100644 index 0000000000..fb6355c37a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a70473b-9619-489c-8d2b-8eba6b5a82ec/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8a70473b-9619-489c-8d2b-8eba6b5a82ec-modified","UniqueId":"8a70473b-9619-489c-8d2b-8eba6b5a82ec","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8a70473b-9619-489c-8d2b-8eba6b5a82ec-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a8b06e1-67d3-4124-a7c1-a305f17e7459/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a8b06e1-67d3-4124-a7c1-a305f17e7459/cast-vote-record-report.json new file mode 100644 index 0000000000..71e1aef622 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8a8b06e1-67d3-4124-a7c1-a305f17e7459/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8a8b06e1-67d3-4124-a7c1-a305f17e7459-modified","UniqueId":"8a8b06e1-67d3-4124-a7c1-a305f17e7459","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8a8b06e1-67d3-4124-a7c1-a305f17e7459-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8b25b766-2344-4ef1-bacf-d242f1f359e1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8b25b766-2344-4ef1-bacf-d242f1f359e1/cast-vote-record-report.json deleted file mode 100644 index 64e0613f79..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8b25b766-2344-4ef1-bacf-d242f1f359e1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8b25b766-2344-4ef1-bacf-d242f1f359e1-modified","UniqueId":"8b25b766-2344-4ef1-bacf-d242f1f359e1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8b25b766-2344-4ef1-bacf-d242f1f359e1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:8b25b766-2344-4ef1-bacf-d242f1f359e1-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:8b25b766-2344-4ef1-bacf-d242f1f359e1-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ba5e711-b2c9-4fb5-ab46-1f649d915530/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ba5e711-b2c9-4fb5-ab46-1f649d915530/cast-vote-record-report.json new file mode 100644 index 0000000000..6af06d53e3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ba5e711-b2c9-4fb5-ab46-1f649d915530/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8ba5e711-b2c9-4fb5-ab46-1f649d915530-modified","UniqueId":"8ba5e711-b2c9-4fb5-ab46-1f649d915530","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8ba5e711-b2c9-4fb5-ab46-1f649d915530-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ba7eabf-a7bc-4149-b3a6-99354b377a9f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ba7eabf-a7bc-4149-b3a6-99354b377a9f/cast-vote-record-report.json deleted file mode 100644 index 3b3e056ead..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ba7eabf-a7bc-4149-b3a6-99354b377a9f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8ba7eabf-a7bc-4149-b3a6-99354b377a9f-modified","UniqueId":"8ba7eabf-a7bc-4149-b3a6-99354b377a9f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8ba7eabf-a7bc-4149-b3a6-99354b377a9f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8bc0f104-b6b3-41fe-80f7-72275f1e1b5a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8bc0f104-b6b3-41fe-80f7-72275f1e1b5a/cast-vote-record-report.json new file mode 100644 index 0000000000..ce72b7bbbd --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8bc0f104-b6b3-41fe-80f7-72275f1e1b5a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8bc0f104-b6b3-41fe-80f7-72275f1e1b5a-modified","UniqueId":"8bc0f104-b6b3-41fe-80f7-72275f1e1b5a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8bc0f104-b6b3-41fe-80f7-72275f1e1b5a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8be42eca-e246-4bad-a77b-ea79604a2f04/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8be42eca-e246-4bad-a77b-ea79604a2f04/cast-vote-record-report.json deleted file mode 100644 index 6b46546e37..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8be42eca-e246-4bad-a77b-ea79604a2f04/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8be42eca-e246-4bad-a77b-ea79604a2f04-modified","UniqueId":"8be42eca-e246-4bad-a77b-ea79604a2f04","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8be42eca-e246-4bad-a77b-ea79604a2f04-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c2710c6-e3f5-4ae7-b852-c58a1f07cf3f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c2710c6-e3f5-4ae7-b852-c58a1f07cf3f/cast-vote-record-report.json deleted file mode 100644 index 625cbc2428..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c2710c6-e3f5-4ae7-b852-c58a1f07cf3f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8c2710c6-e3f5-4ae7-b852-c58a1f07cf3f-modified","UniqueId":"8c2710c6-e3f5-4ae7-b852-c58a1f07cf3f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8c2710c6-e3f5-4ae7-b852-c58a1f07cf3f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d89dfc5-0b06-4ddf-9dc5-41dce83646a1/8d89dfc5-0b06-4ddf-9dc5-41dce83646a1-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/8c7060c5-43f4-4539-be43-aabbcf886bca-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d89dfc5-0b06-4ddf-9dc5-41dce83646a1/8d89dfc5-0b06-4ddf-9dc5-41dce83646a1-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/8c7060c5-43f4-4539-be43-aabbcf886bca-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/8c7060c5-43f4-4539-be43-aabbcf886bca-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/8c7060c5-43f4-4539-be43-aabbcf886bca-back.layout.json new file mode 100644 index 0000000000..c9ed933086 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/8c7060c5-43f4-4539-be43-aabbcf886bca-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d89dfc5-0b06-4ddf-9dc5-41dce83646a1/8d89dfc5-0b06-4ddf-9dc5-41dce83646a1-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/8c7060c5-43f4-4539-be43-aabbcf886bca-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d89dfc5-0b06-4ddf-9dc5-41dce83646a1/8d89dfc5-0b06-4ddf-9dc5-41dce83646a1-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/8c7060c5-43f4-4539-be43-aabbcf886bca-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/8c7060c5-43f4-4539-be43-aabbcf886bca-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/8c7060c5-43f4-4539-be43-aabbcf886bca-front.layout.json new file mode 100644 index 0000000000..e714b2272f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/8c7060c5-43f4-4539-be43-aabbcf886bca-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/cast-vote-record-report.json new file mode 100644 index 0000000000..45918c26ae --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8c7060c5-43f4-4539-be43-aabbcf886bca/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8c7060c5-43f4-4539-be43-aabbcf886bca-modified","UniqueId":"8c7060c5-43f4-4539-be43-aabbcf886bca","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8c7060c5-43f4-4539-be43-aabbcf886bca-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:8c7060c5-43f4-4539-be43-aabbcf886bca-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-21526ff05eb994c32cd05d76cbd78f397718d1fcc3c583b067b908ea91eb9cc3"},"Location":"file:8c7060c5-43f4-4539-be43-aabbcf886bca-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-644e4d17ee42993af80fb55db32d65dd2c754e9e2848360b5d4192f061e568cb"},"Location":"file:8c7060c5-43f4-4539-be43-aabbcf886bca-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ca36825-10cd-4bb2-a064-83a04bb9d515/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ca36825-10cd-4bb2-a064-83a04bb9d515/cast-vote-record-report.json new file mode 100644 index 0000000000..e5ec15658d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ca36825-10cd-4bb2-a064-83a04bb9d515/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8ca36825-10cd-4bb2-a064-83a04bb9d515-modified","UniqueId":"8ca36825-10cd-4bb2-a064-83a04bb9d515","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8ca36825-10cd-4bb2-a064-83a04bb9d515-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8cbbb8f4-96d1-4266-9ceb-49de495ee191/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8cbbb8f4-96d1-4266-9ceb-49de495ee191/cast-vote-record-report.json deleted file mode 100644 index fdec538591..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8cbbb8f4-96d1-4266-9ceb-49de495ee191/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8cbbb8f4-96d1-4266-9ceb-49de495ee191-modified","UniqueId":"8cbbb8f4-96d1-4266-9ceb-49de495ee191","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8cbbb8f4-96d1-4266-9ceb-49de495ee191-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:8cbbb8f4-96d1-4266-9ceb-49de495ee191-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:8cbbb8f4-96d1-4266-9ceb-49de495ee191-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d111003-d9da-43fe-8988-8ce170d4c45d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d111003-d9da-43fe-8988-8ce170d4c45d/cast-vote-record-report.json deleted file mode 100644 index fe48af32c7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d111003-d9da-43fe-8988-8ce170d4c45d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8d111003-d9da-43fe-8988-8ce170d4c45d-modified","UniqueId":"8d111003-d9da-43fe-8988-8ce170d4c45d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8d111003-d9da-43fe-8988-8ce170d4c45d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d3e9e56-f123-495d-a78e-cdbad5665806/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d3e9e56-f123-495d-a78e-cdbad5665806/cast-vote-record-report.json deleted file mode 100644 index 3724de826b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d3e9e56-f123-495d-a78e-cdbad5665806/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8d3e9e56-f123-495d-a78e-cdbad5665806-modified","UniqueId":"8d3e9e56-f123-495d-a78e-cdbad5665806","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8d3e9e56-f123-495d-a78e-cdbad5665806-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d89dfc5-0b06-4ddf-9dc5-41dce83646a1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d89dfc5-0b06-4ddf-9dc5-41dce83646a1/cast-vote-record-report.json deleted file mode 100644 index baae55f545..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d89dfc5-0b06-4ddf-9dc5-41dce83646a1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8d89dfc5-0b06-4ddf-9dc5-41dce83646a1-modified","UniqueId":"8d89dfc5-0b06-4ddf-9dc5-41dce83646a1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8d89dfc5-0b06-4ddf-9dc5-41dce83646a1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:8d89dfc5-0b06-4ddf-9dc5-41dce83646a1-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:8d89dfc5-0b06-4ddf-9dc5-41dce83646a1-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d8b056a-c629-4e29-8868-485c6bcb646e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d8b056a-c629-4e29-8868-485c6bcb646e/cast-vote-record-report.json deleted file mode 100644 index 70eb2f3fe8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d8b056a-c629-4e29-8868-485c6bcb646e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8d8b056a-c629-4e29-8868-485c6bcb646e-modified","UniqueId":"8d8b056a-c629-4e29-8868-485c6bcb646e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8d8b056a-c629-4e29-8868-485c6bcb646e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d92ed1e-8a9e-4a0c-a1d2-7312489e4346/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d92ed1e-8a9e-4a0c-a1d2-7312489e4346/cast-vote-record-report.json deleted file mode 100644 index dae55785d5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8d92ed1e-8a9e-4a0c-a1d2-7312489e4346/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8d92ed1e-8a9e-4a0c-a1d2-7312489e4346-modified","UniqueId":"8d92ed1e-8a9e-4a0c-a1d2-7312489e4346","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8d92ed1e-8a9e-4a0c-a1d2-7312489e4346-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8dc4cdc1-6704-4c9b-8d10-f07edd4ad12e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8dc4cdc1-6704-4c9b-8d10-f07edd4ad12e/cast-vote-record-report.json new file mode 100644 index 0000000000..90296e6f4c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8dc4cdc1-6704-4c9b-8d10-f07edd4ad12e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8dc4cdc1-6704-4c9b-8d10-f07edd4ad12e-modified","UniqueId":"8dc4cdc1-6704-4c9b-8d10-f07edd4ad12e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8dc4cdc1-6704-4c9b-8d10-f07edd4ad12e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8e36a6fa-82f1-46d0-9b91-dae5de840564/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8e36a6fa-82f1-46d0-9b91-dae5de840564/cast-vote-record-report.json deleted file mode 100644 index d26be40428..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8e36a6fa-82f1-46d0-9b91-dae5de840564/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8e36a6fa-82f1-46d0-9b91-dae5de840564-modified","UniqueId":"8e36a6fa-82f1-46d0-9b91-dae5de840564","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8e36a6fa-82f1-46d0-9b91-dae5de840564-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8e42ea6e-939d-4b33-894e-983542221b7a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8e42ea6e-939d-4b33-894e-983542221b7a/cast-vote-record-report.json deleted file mode 100644 index 06a419a7c3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8e42ea6e-939d-4b33-894e-983542221b7a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8e42ea6e-939d-4b33-894e-983542221b7a-modified","UniqueId":"8e42ea6e-939d-4b33-894e-983542221b7a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8e42ea6e-939d-4b33-894e-983542221b7a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ea3e077-86a3-4e84-8db4-9465cded292e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ea3e077-86a3-4e84-8db4-9465cded292e/cast-vote-record-report.json new file mode 100644 index 0000000000..06a3cff237 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ea3e077-86a3-4e84-8db4-9465cded292e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8ea3e077-86a3-4e84-8db4-9465cded292e-modified","UniqueId":"8ea3e077-86a3-4e84-8db4-9465cded292e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8ea3e077-86a3-4e84-8db4-9465cded292e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8eb733ff-5f12-4d28-93ee-360c42a0d067/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8eb733ff-5f12-4d28-93ee-360c42a0d067/cast-vote-record-report.json deleted file mode 100644 index e95a0e5e69..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8eb733ff-5f12-4d28-93ee-360c42a0d067/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8eb733ff-5f12-4d28-93ee-360c42a0d067-modified","UniqueId":"8eb733ff-5f12-4d28-93ee-360c42a0d067","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8eb733ff-5f12-4d28-93ee-360c42a0d067-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:8eb733ff-5f12-4d28-93ee-360c42a0d067-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:8eb733ff-5f12-4d28-93ee-360c42a0d067-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f1b16ea-08d6-46cd-a4ff-c8874421333d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f1b16ea-08d6-46cd-a4ff-c8874421333d/cast-vote-record-report.json new file mode 100644 index 0000000000..f7265c7f6b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f1b16ea-08d6-46cd-a4ff-c8874421333d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8f1b16ea-08d6-46cd-a4ff-c8874421333d-modified","UniqueId":"8f1b16ea-08d6-46cd-a4ff-c8874421333d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8f1b16ea-08d6-46cd-a4ff-c8874421333d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f2d3be8-999f-43fd-9a03-064d0bd66af3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f2d3be8-999f-43fd-9a03-064d0bd66af3/cast-vote-record-report.json new file mode 100644 index 0000000000..9ef6622f25 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f2d3be8-999f-43fd-9a03-064d0bd66af3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8f2d3be8-999f-43fd-9a03-064d0bd66af3-modified","UniqueId":"8f2d3be8-999f-43fd-9a03-064d0bd66af3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8f2d3be8-999f-43fd-9a03-064d0bd66af3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8eb733ff-5f12-4d28-93ee-360c42a0d067/8eb733ff-5f12-4d28-93ee-360c42a0d067-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/8f5500e2-6df1-44b2-8bf2-6d354df31472-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8eb733ff-5f12-4d28-93ee-360c42a0d067/8eb733ff-5f12-4d28-93ee-360c42a0d067-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/8f5500e2-6df1-44b2-8bf2-6d354df31472-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/8f5500e2-6df1-44b2-8bf2-6d354df31472-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/8f5500e2-6df1-44b2-8bf2-6d354df31472-back.layout.json new file mode 100644 index 0000000000..1c96c59e87 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/8f5500e2-6df1-44b2-8bf2-6d354df31472-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8eb733ff-5f12-4d28-93ee-360c42a0d067/8eb733ff-5f12-4d28-93ee-360c42a0d067-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/8f5500e2-6df1-44b2-8bf2-6d354df31472-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8eb733ff-5f12-4d28-93ee-360c42a0d067/8eb733ff-5f12-4d28-93ee-360c42a0d067-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/8f5500e2-6df1-44b2-8bf2-6d354df31472-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/8f5500e2-6df1-44b2-8bf2-6d354df31472-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/8f5500e2-6df1-44b2-8bf2-6d354df31472-front.layout.json new file mode 100644 index 0000000000..90b297d0d9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/8f5500e2-6df1-44b2-8bf2-6d354df31472-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/cast-vote-record-report.json new file mode 100644 index 0000000000..1a3bcf5af5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f5500e2-6df1-44b2-8bf2-6d354df31472/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8f5500e2-6df1-44b2-8bf2-6d354df31472-modified","UniqueId":"8f5500e2-6df1-44b2-8bf2-6d354df31472","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8f5500e2-6df1-44b2-8bf2-6d354df31472-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:8f5500e2-6df1-44b2-8bf2-6d354df31472-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-bc92fcb4af93f8edfa3c2025334f7b8e5d12f5e01521198a898fb3d399405e72"},"Location":"file:8f5500e2-6df1-44b2-8bf2-6d354df31472-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-950284ad8cc6ac4a10b4dc0473bad46be719e74c91db9867dc3c2729ca8bc54a"},"Location":"file:8f5500e2-6df1-44b2-8bf2-6d354df31472-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f830815-b781-4f7a-a6cd-86541eb34052/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f830815-b781-4f7a-a6cd-86541eb34052/cast-vote-record-report.json deleted file mode 100644 index e12c4e3355..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f830815-b781-4f7a-a6cd-86541eb34052/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8f830815-b781-4f7a-a6cd-86541eb34052-modified","UniqueId":"8f830815-b781-4f7a-a6cd-86541eb34052","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8f830815-b781-4f7a-a6cd-86541eb34052-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90842f0b-1033-4a22-b50f-69864336a456/90842f0b-1033-4a22-b50f-69864336a456-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/8f8da6c1-7377-4d37-87a5-813996452ee1-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90842f0b-1033-4a22-b50f-69864336a456/90842f0b-1033-4a22-b50f-69864336a456-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/8f8da6c1-7377-4d37-87a5-813996452ee1-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/8f8da6c1-7377-4d37-87a5-813996452ee1-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/8f8da6c1-7377-4d37-87a5-813996452ee1-back.layout.json new file mode 100644 index 0000000000..be67ca2b8c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/8f8da6c1-7377-4d37-87a5-813996452ee1-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90842f0b-1033-4a22-b50f-69864336a456/90842f0b-1033-4a22-b50f-69864336a456-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/8f8da6c1-7377-4d37-87a5-813996452ee1-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90842f0b-1033-4a22-b50f-69864336a456/90842f0b-1033-4a22-b50f-69864336a456-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/8f8da6c1-7377-4d37-87a5-813996452ee1-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/8f8da6c1-7377-4d37-87a5-813996452ee1-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/8f8da6c1-7377-4d37-87a5-813996452ee1-front.layout.json new file mode 100644 index 0000000000..3d65bed88d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/8f8da6c1-7377-4d37-87a5-813996452ee1-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/cast-vote-record-report.json new file mode 100644 index 0000000000..08f4aa66af --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8f8da6c1-7377-4d37-87a5-813996452ee1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8f8da6c1-7377-4d37-87a5-813996452ee1-modified","UniqueId":"8f8da6c1-7377-4d37-87a5-813996452ee1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8f8da6c1-7377-4d37-87a5-813996452ee1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:8f8da6c1-7377-4d37-87a5-813996452ee1-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-5525f6ffef8962e1d36621628019d8f20d5314a20d7f9331ab19402ce1575b2d"},"Location":"file:8f8da6c1-7377-4d37-87a5-813996452ee1-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-45a2451188c5d571413065b1589e249e68aa9bdc9b41f39f1d91d21a67b7cb7a"},"Location":"file:8f8da6c1-7377-4d37-87a5-813996452ee1-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8fbeb796-4f3f-49be-b163-29df780efbf7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8fbeb796-4f3f-49be-b163-29df780efbf7/cast-vote-record-report.json new file mode 100644 index 0000000000..1146e2d8f3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8fbeb796-4f3f-49be-b163-29df780efbf7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8fbeb796-4f3f-49be-b163-29df780efbf7-modified","UniqueId":"8fbeb796-4f3f-49be-b163-29df780efbf7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8fbeb796-4f3f-49be-b163-29df780efbf7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffcca36-4ceb-4561-87de-8a0abf00d92b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffcca36-4ceb-4561-87de-8a0abf00d92b/cast-vote-record-report.json deleted file mode 100644 index 1f9f62308c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffcca36-4ceb-4561-87de-8a0abf00d92b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"8ffcca36-4ceb-4561-87de-8a0abf00d92b-modified","UniqueId":"8ffcca36-4ceb-4561-87de-8a0abf00d92b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8ffcca36-4ceb-4561-87de-8a0abf00d92b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91a4e42b-34ed-4321-a877-1295257b1c66/91a4e42b-34ed-4321-a877-1295257b1c66-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/8ffdf954-b75d-4ec9-991f-ff8c8929ae32-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91a4e42b-34ed-4321-a877-1295257b1c66/91a4e42b-34ed-4321-a877-1295257b1c66-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/8ffdf954-b75d-4ec9-991f-ff8c8929ae32-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/8ffdf954-b75d-4ec9-991f-ff8c8929ae32-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/8ffdf954-b75d-4ec9-991f-ff8c8929ae32-back.layout.json new file mode 100644 index 0000000000..083fd812c2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/8ffdf954-b75d-4ec9-991f-ff8c8929ae32-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91a4e42b-34ed-4321-a877-1295257b1c66/91a4e42b-34ed-4321-a877-1295257b1c66-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/8ffdf954-b75d-4ec9-991f-ff8c8929ae32-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91a4e42b-34ed-4321-a877-1295257b1c66/91a4e42b-34ed-4321-a877-1295257b1c66-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/8ffdf954-b75d-4ec9-991f-ff8c8929ae32-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/8ffdf954-b75d-4ec9-991f-ff8c8929ae32-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/8ffdf954-b75d-4ec9-991f-ff8c8929ae32-front.layout.json new file mode 100644 index 0000000000..a4ee9a71a7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/8ffdf954-b75d-4ec9-991f-ff8c8929ae32-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/cast-vote-record-report.json new file mode 100644 index 0000000000..794d4f46b8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/8ffdf954-b75d-4ec9-991f-ff8c8929ae32/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"8ffdf954-b75d-4ec9-991f-ff8c8929ae32-modified","UniqueId":"8ffdf954-b75d-4ec9-991f-ff8c8929ae32","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"8ffdf954-b75d-4ec9-991f-ff8c8929ae32-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:8ffdf954-b75d-4ec9-991f-ff8c8929ae32-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-5d015f95db429a55db32e97691d8f9ac7d46e4acd7db5fb5c5bb5aef0abf3e87"},"Location":"file:8ffdf954-b75d-4ec9-991f-ff8c8929ae32-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-34ec8dceda08c22f03b594c018b348d4d2b95482cb64ead3ce5dfd542ff5aac7"},"Location":"file:8ffdf954-b75d-4ec9-991f-ff8c8929ae32-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/903a394c-6e75-4eca-a95e-c80b0296791d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/903a394c-6e75-4eca-a95e-c80b0296791d/cast-vote-record-report.json new file mode 100644 index 0000000000..d116ccb092 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/903a394c-6e75-4eca-a95e-c80b0296791d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"903a394c-6e75-4eca-a95e-c80b0296791d-modified","UniqueId":"903a394c-6e75-4eca-a95e-c80b0296791d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"903a394c-6e75-4eca-a95e-c80b0296791d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9082e8b2-bde1-4862-be8f-3d87c9466582/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9082e8b2-bde1-4862-be8f-3d87c9466582/cast-vote-record-report.json new file mode 100644 index 0000000000..68c7063b5a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9082e8b2-bde1-4862-be8f-3d87c9466582/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9082e8b2-bde1-4862-be8f-3d87c9466582-modified","UniqueId":"9082e8b2-bde1-4862-be8f-3d87c9466582","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9082e8b2-bde1-4862-be8f-3d87c9466582-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90842f0b-1033-4a22-b50f-69864336a456/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90842f0b-1033-4a22-b50f-69864336a456/cast-vote-record-report.json deleted file mode 100644 index d328a5c40b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90842f0b-1033-4a22-b50f-69864336a456/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"90842f0b-1033-4a22-b50f-69864336a456-modified","UniqueId":"90842f0b-1033-4a22-b50f-69864336a456","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"90842f0b-1033-4a22-b50f-69864336a456-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:90842f0b-1033-4a22-b50f-69864336a456-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:90842f0b-1033-4a22-b50f-69864336a456-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b671c6-ee06-4226-903d-138df32118d6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b671c6-ee06-4226-903d-138df32118d6/cast-vote-record-report.json new file mode 100644 index 0000000000..58a4193ffe --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b671c6-ee06-4226-903d-138df32118d6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"90b671c6-ee06-4226-903d-138df32118d6-modified","UniqueId":"90b671c6-ee06-4226-903d-138df32118d6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"90b671c6-ee06-4226-903d-138df32118d6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/934e309c-74f6-441d-8055-212a742274a8/934e309c-74f6-441d-8055-212a742274a8-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/90b95f4c-7db7-4944-ab39-4832ee9738fb-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/934e309c-74f6-441d-8055-212a742274a8/934e309c-74f6-441d-8055-212a742274a8-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/90b95f4c-7db7-4944-ab39-4832ee9738fb-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/90b95f4c-7db7-4944-ab39-4832ee9738fb-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/90b95f4c-7db7-4944-ab39-4832ee9738fb-back.layout.json new file mode 100644 index 0000000000..2c7563f970 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/90b95f4c-7db7-4944-ab39-4832ee9738fb-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/934e309c-74f6-441d-8055-212a742274a8/934e309c-74f6-441d-8055-212a742274a8-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/90b95f4c-7db7-4944-ab39-4832ee9738fb-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/934e309c-74f6-441d-8055-212a742274a8/934e309c-74f6-441d-8055-212a742274a8-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/90b95f4c-7db7-4944-ab39-4832ee9738fb-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/90b95f4c-7db7-4944-ab39-4832ee9738fb-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/90b95f4c-7db7-4944-ab39-4832ee9738fb-front.layout.json new file mode 100644 index 0000000000..5d1dc56688 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/90b95f4c-7db7-4944-ab39-4832ee9738fb-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/cast-vote-record-report.json new file mode 100644 index 0000000000..802952e376 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90b95f4c-7db7-4944-ab39-4832ee9738fb/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"90b95f4c-7db7-4944-ab39-4832ee9738fb-modified","UniqueId":"90b95f4c-7db7-4944-ab39-4832ee9738fb","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"90b95f4c-7db7-4944-ab39-4832ee9738fb-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:90b95f4c-7db7-4944-ab39-4832ee9738fb-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-eae58fbc09df8ca0b403fd8c731e4fb9e57f1556cd3cbd9abe9845e4528e97e5"},"Location":"file:90b95f4c-7db7-4944-ab39-4832ee9738fb-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-fa5498ae8320a87ee08cf20730d1ac48cdeef19d8f3e51eec12dfe3e6d7c6a65"},"Location":"file:90b95f4c-7db7-4944-ab39-4832ee9738fb-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90f4a1c0-57c6-4297-b469-90e7dfe39d69/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90f4a1c0-57c6-4297-b469-90e7dfe39d69/cast-vote-record-report.json new file mode 100644 index 0000000000..2c0420a0d8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/90f4a1c0-57c6-4297-b469-90e7dfe39d69/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"90f4a1c0-57c6-4297-b469-90e7dfe39d69-modified","UniqueId":"90f4a1c0-57c6-4297-b469-90e7dfe39d69","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"90f4a1c0-57c6-4297-b469-90e7dfe39d69-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/910e0a8b-61d8-4e14-858b-d114f45852c3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/910e0a8b-61d8-4e14-858b-d114f45852c3/cast-vote-record-report.json deleted file mode 100644 index 94586421da..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/910e0a8b-61d8-4e14-858b-d114f45852c3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"910e0a8b-61d8-4e14-858b-d114f45852c3-modified","UniqueId":"910e0a8b-61d8-4e14-858b-d114f45852c3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"910e0a8b-61d8-4e14-858b-d114f45852c3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/912a9409-bfca-4044-a2d6-55594828134d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/912a9409-bfca-4044-a2d6-55594828134d/cast-vote-record-report.json deleted file mode 100644 index bbbc4ed72c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/912a9409-bfca-4044-a2d6-55594828134d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"912a9409-bfca-4044-a2d6-55594828134d-modified","UniqueId":"912a9409-bfca-4044-a2d6-55594828134d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"912a9409-bfca-4044-a2d6-55594828134d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91a4e42b-34ed-4321-a877-1295257b1c66/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91a4e42b-34ed-4321-a877-1295257b1c66/cast-vote-record-report.json deleted file mode 100644 index efd25af1e8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91a4e42b-34ed-4321-a877-1295257b1c66/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"91a4e42b-34ed-4321-a877-1295257b1c66-modified","UniqueId":"91a4e42b-34ed-4321-a877-1295257b1c66","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"91a4e42b-34ed-4321-a877-1295257b1c66-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:91a4e42b-34ed-4321-a877-1295257b1c66-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:91a4e42b-34ed-4321-a877-1295257b1c66-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91ad8120-b031-4586-b8ff-a7a402371df9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91ad8120-b031-4586-b8ff-a7a402371df9/cast-vote-record-report.json deleted file mode 100644 index 7acddd7812..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91ad8120-b031-4586-b8ff-a7a402371df9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"91ad8120-b031-4586-b8ff-a7a402371df9-modified","UniqueId":"91ad8120-b031-4586-b8ff-a7a402371df9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"91ad8120-b031-4586-b8ff-a7a402371df9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91c51057-dc29-4987-ac2b-f4365bdc41e3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91c51057-dc29-4987-ac2b-f4365bdc41e3/cast-vote-record-report.json deleted file mode 100644 index 3273031b9d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91c51057-dc29-4987-ac2b-f4365bdc41e3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"91c51057-dc29-4987-ac2b-f4365bdc41e3-modified","UniqueId":"91c51057-dc29-4987-ac2b-f4365bdc41e3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"91c51057-dc29-4987-ac2b-f4365bdc41e3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91e37005-81e4-4f76-9cc9-a6093e16f773/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91e37005-81e4-4f76-9cc9-a6093e16f773/cast-vote-record-report.json new file mode 100644 index 0000000000..d7be6aadd6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91e37005-81e4-4f76-9cc9-a6093e16f773/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"91e37005-81e4-4f76-9cc9-a6093e16f773-modified","UniqueId":"91e37005-81e4-4f76-9cc9-a6093e16f773","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"91e37005-81e4-4f76-9cc9-a6093e16f773-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91ee64c1-8979-4918-85dd-89ec498bc72b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91ee64c1-8979-4918-85dd-89ec498bc72b/cast-vote-record-report.json deleted file mode 100644 index 302804b6c6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/91ee64c1-8979-4918-85dd-89ec498bc72b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"91ee64c1-8979-4918-85dd-89ec498bc72b-modified","UniqueId":"91ee64c1-8979-4918-85dd-89ec498bc72b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"91ee64c1-8979-4918-85dd-89ec498bc72b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/921a9df7-e279-4013-919f-1679b04f4065/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/921a9df7-e279-4013-919f-1679b04f4065/cast-vote-record-report.json new file mode 100644 index 0000000000..71419de315 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/921a9df7-e279-4013-919f-1679b04f4065/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"921a9df7-e279-4013-919f-1679b04f4065-modified","UniqueId":"921a9df7-e279-4013-919f-1679b04f4065","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"921a9df7-e279-4013-919f-1679b04f4065-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/92335266-89a9-4f93-a1ca-6399bf9cfd2e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/92335266-89a9-4f93-a1ca-6399bf9cfd2e/cast-vote-record-report.json new file mode 100644 index 0000000000..0b025f6cf1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/92335266-89a9-4f93-a1ca-6399bf9cfd2e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"92335266-89a9-4f93-a1ca-6399bf9cfd2e-modified","UniqueId":"92335266-89a9-4f93-a1ca-6399bf9cfd2e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"92335266-89a9-4f93-a1ca-6399bf9cfd2e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9328b6f1-1b49-498c-bba9-8a8e3449d0c5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9328b6f1-1b49-498c-bba9-8a8e3449d0c5/cast-vote-record-report.json deleted file mode 100644 index 84fef5fa06..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9328b6f1-1b49-498c-bba9-8a8e3449d0c5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9328b6f1-1b49-498c-bba9-8a8e3449d0c5-modified","UniqueId":"9328b6f1-1b49-498c-bba9-8a8e3449d0c5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9328b6f1-1b49-498c-bba9-8a8e3449d0c5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/934e309c-74f6-441d-8055-212a742274a8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/934e309c-74f6-441d-8055-212a742274a8/cast-vote-record-report.json deleted file mode 100644 index 9b6a562325..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/934e309c-74f6-441d-8055-212a742274a8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"934e309c-74f6-441d-8055-212a742274a8-modified","UniqueId":"934e309c-74f6-441d-8055-212a742274a8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"934e309c-74f6-441d-8055-212a742274a8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:934e309c-74f6-441d-8055-212a742274a8-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:934e309c-74f6-441d-8055-212a742274a8-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/934fefc9-cdef-42e6-ac35-d4d4d4e3e3be/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/934fefc9-cdef-42e6-ac35-d4d4d4e3e3be/cast-vote-record-report.json new file mode 100644 index 0000000000..db01a7001f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/934fefc9-cdef-42e6-ac35-d4d4d4e3e3be/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"934fefc9-cdef-42e6-ac35-d4d4d4e3e3be-modified","UniqueId":"934fefc9-cdef-42e6-ac35-d4d4d4e3e3be","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"934fefc9-cdef-42e6-ac35-d4d4d4e3e3be-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/93a867f3-82f0-43fe-b0d4-52254aaadac5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/93a867f3-82f0-43fe-b0d4-52254aaadac5/cast-vote-record-report.json deleted file mode 100644 index c0e19c049d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/93a867f3-82f0-43fe-b0d4-52254aaadac5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"93a867f3-82f0-43fe-b0d4-52254aaadac5-modified","UniqueId":"93a867f3-82f0-43fe-b0d4-52254aaadac5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"93a867f3-82f0-43fe-b0d4-52254aaadac5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/93e25937-9b3b-42fb-a986-e8b0a2ff9f37/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/93e25937-9b3b-42fb-a986-e8b0a2ff9f37/cast-vote-record-report.json new file mode 100644 index 0000000000..5ed85c9d6f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/93e25937-9b3b-42fb-a986-e8b0a2ff9f37/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"93e25937-9b3b-42fb-a986-e8b0a2ff9f37-modified","UniqueId":"93e25937-9b3b-42fb-a986-e8b0a2ff9f37","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"93e25937-9b3b-42fb-a986-e8b0a2ff9f37-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/941a9911-5b88-4c2a-ae9c-f5361e2f5256/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/941a9911-5b88-4c2a-ae9c-f5361e2f5256/cast-vote-record-report.json new file mode 100644 index 0000000000..6d18026d89 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/941a9911-5b88-4c2a-ae9c-f5361e2f5256/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"941a9911-5b88-4c2a-ae9c-f5361e2f5256-modified","UniqueId":"941a9911-5b88-4c2a-ae9c-f5361e2f5256","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"941a9911-5b88-4c2a-ae9c-f5361e2f5256-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/941e6944-8c06-4f66-a157-9a8cd10a241b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/941e6944-8c06-4f66-a157-9a8cd10a241b/cast-vote-record-report.json deleted file mode 100644 index 9e70a9378f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/941e6944-8c06-4f66-a157-9a8cd10a241b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"941e6944-8c06-4f66-a157-9a8cd10a241b-modified","UniqueId":"941e6944-8c06-4f66-a157-9a8cd10a241b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"941e6944-8c06-4f66-a157-9a8cd10a241b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/942d8fc8-7f44-4dd6-aefa-f896d825e115/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/942d8fc8-7f44-4dd6-aefa-f896d825e115/cast-vote-record-report.json deleted file mode 100644 index 982ecdc402..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/942d8fc8-7f44-4dd6-aefa-f896d825e115/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"942d8fc8-7f44-4dd6-aefa-f896d825e115-modified","UniqueId":"942d8fc8-7f44-4dd6-aefa-f896d825e115","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"942d8fc8-7f44-4dd6-aefa-f896d825e115-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/978c8ff5-286a-46b0-a9c1-c049486a8d84/978c8ff5-286a-46b0-a9c1-c049486a8d84-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/94539b97-4f4f-4278-8632-5de4600a207d-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/978c8ff5-286a-46b0-a9c1-c049486a8d84/978c8ff5-286a-46b0-a9c1-c049486a8d84-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/94539b97-4f4f-4278-8632-5de4600a207d-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/94539b97-4f4f-4278-8632-5de4600a207d-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/94539b97-4f4f-4278-8632-5de4600a207d-back.layout.json new file mode 100644 index 0000000000..083fd812c2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/94539b97-4f4f-4278-8632-5de4600a207d-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/978c8ff5-286a-46b0-a9c1-c049486a8d84/978c8ff5-286a-46b0-a9c1-c049486a8d84-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/94539b97-4f4f-4278-8632-5de4600a207d-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/978c8ff5-286a-46b0-a9c1-c049486a8d84/978c8ff5-286a-46b0-a9c1-c049486a8d84-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/94539b97-4f4f-4278-8632-5de4600a207d-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/94539b97-4f4f-4278-8632-5de4600a207d-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/94539b97-4f4f-4278-8632-5de4600a207d-front.layout.json new file mode 100644 index 0000000000..a4ee9a71a7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/94539b97-4f4f-4278-8632-5de4600a207d-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/cast-vote-record-report.json new file mode 100644 index 0000000000..84d4b296f5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/94539b97-4f4f-4278-8632-5de4600a207d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"94539b97-4f4f-4278-8632-5de4600a207d-modified","UniqueId":"94539b97-4f4f-4278-8632-5de4600a207d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"94539b97-4f4f-4278-8632-5de4600a207d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:94539b97-4f4f-4278-8632-5de4600a207d-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-5d015f95db429a55db32e97691d8f9ac7d46e4acd7db5fb5c5bb5aef0abf3e87"},"Location":"file:94539b97-4f4f-4278-8632-5de4600a207d-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-34ec8dceda08c22f03b594c018b348d4d2b95482cb64ead3ce5dfd542ff5aac7"},"Location":"file:94539b97-4f4f-4278-8632-5de4600a207d-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9477ee1f-fa25-45bc-8f14-766e0eeb12f8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9477ee1f-fa25-45bc-8f14-766e0eeb12f8/cast-vote-record-report.json new file mode 100644 index 0000000000..9b52cac981 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9477ee1f-fa25-45bc-8f14-766e0eeb12f8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9477ee1f-fa25-45bc-8f14-766e0eeb12f8-modified","UniqueId":"9477ee1f-fa25-45bc-8f14-766e0eeb12f8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9477ee1f-fa25-45bc-8f14-766e0eeb12f8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95089e81-dbd1-4763-81b8-4b21ce7383b7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95089e81-dbd1-4763-81b8-4b21ce7383b7/cast-vote-record-report.json deleted file mode 100644 index bcfaa4eb5b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95089e81-dbd1-4763-81b8-4b21ce7383b7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"95089e81-dbd1-4763-81b8-4b21ce7383b7-modified","UniqueId":"95089e81-dbd1-4763-81b8-4b21ce7383b7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"95089e81-dbd1-4763-81b8-4b21ce7383b7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99ed35ce-26af-4eba-b0ab-362d1e42c16a/99ed35ce-26af-4eba-b0ab-362d1e42c16a-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/95229399-4b09-449e-afad-91075a25cfeb-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99ed35ce-26af-4eba-b0ab-362d1e42c16a/99ed35ce-26af-4eba-b0ab-362d1e42c16a-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/95229399-4b09-449e-afad-91075a25cfeb-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/95229399-4b09-449e-afad-91075a25cfeb-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/95229399-4b09-449e-afad-91075a25cfeb-back.layout.json new file mode 100644 index 0000000000..1c96c59e87 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/95229399-4b09-449e-afad-91075a25cfeb-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99ed35ce-26af-4eba-b0ab-362d1e42c16a/99ed35ce-26af-4eba-b0ab-362d1e42c16a-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/95229399-4b09-449e-afad-91075a25cfeb-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99ed35ce-26af-4eba-b0ab-362d1e42c16a/99ed35ce-26af-4eba-b0ab-362d1e42c16a-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/95229399-4b09-449e-afad-91075a25cfeb-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/95229399-4b09-449e-afad-91075a25cfeb-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/95229399-4b09-449e-afad-91075a25cfeb-front.layout.json new file mode 100644 index 0000000000..90b297d0d9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/95229399-4b09-449e-afad-91075a25cfeb-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/cast-vote-record-report.json new file mode 100644 index 0000000000..28c0d5e23f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95229399-4b09-449e-afad-91075a25cfeb/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"95229399-4b09-449e-afad-91075a25cfeb-modified","UniqueId":"95229399-4b09-449e-afad-91075a25cfeb","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"95229399-4b09-449e-afad-91075a25cfeb-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:95229399-4b09-449e-afad-91075a25cfeb-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-bc92fcb4af93f8edfa3c2025334f7b8e5d12f5e01521198a898fb3d399405e72"},"Location":"file:95229399-4b09-449e-afad-91075a25cfeb-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-950284ad8cc6ac4a10b4dc0473bad46be719e74c91db9867dc3c2729ca8bc54a"},"Location":"file:95229399-4b09-449e-afad-91075a25cfeb-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9563cb85-eccb-4ca4-89e7-b1596dd10630/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9563cb85-eccb-4ca4-89e7-b1596dd10630/cast-vote-record-report.json new file mode 100644 index 0000000000..ab03888c48 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9563cb85-eccb-4ca4-89e7-b1596dd10630/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9563cb85-eccb-4ca4-89e7-b1596dd10630-modified","UniqueId":"9563cb85-eccb-4ca4-89e7-b1596dd10630","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9563cb85-eccb-4ca4-89e7-b1596dd10630-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/956b97d9-98aa-4e0a-bb07-f43ae85fde8a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/956b97d9-98aa-4e0a-bb07-f43ae85fde8a/cast-vote-record-report.json deleted file mode 100644 index 639ca3e3fe..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/956b97d9-98aa-4e0a-bb07-f43ae85fde8a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"956b97d9-98aa-4e0a-bb07-f43ae85fde8a-modified","UniqueId":"956b97d9-98aa-4e0a-bb07-f43ae85fde8a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"956b97d9-98aa-4e0a-bb07-f43ae85fde8a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95b7596f-dacb-48cb-80ed-919e7e126ec5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95b7596f-dacb-48cb-80ed-919e7e126ec5/cast-vote-record-report.json new file mode 100644 index 0000000000..1b84987ff4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95b7596f-dacb-48cb-80ed-919e7e126ec5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"95b7596f-dacb-48cb-80ed-919e7e126ec5-modified","UniqueId":"95b7596f-dacb-48cb-80ed-919e7e126ec5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"95b7596f-dacb-48cb-80ed-919e7e126ec5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95c81356-b016-4c61-8fb4-0d731152d3c8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95c81356-b016-4c61-8fb4-0d731152d3c8/cast-vote-record-report.json new file mode 100644 index 0000000000..f4f5c9b145 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95c81356-b016-4c61-8fb4-0d731152d3c8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"95c81356-b016-4c61-8fb4-0d731152d3c8-modified","UniqueId":"95c81356-b016-4c61-8fb4-0d731152d3c8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"95c81356-b016-4c61-8fb4-0d731152d3c8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95d5d805-3b43-45dd-b2b1-6f002fde9846/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95d5d805-3b43-45dd-b2b1-6f002fde9846/cast-vote-record-report.json deleted file mode 100644 index cc5f283550..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95d5d805-3b43-45dd-b2b1-6f002fde9846/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"95d5d805-3b43-45dd-b2b1-6f002fde9846-modified","UniqueId":"95d5d805-3b43-45dd-b2b1-6f002fde9846","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"95d5d805-3b43-45dd-b2b1-6f002fde9846-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95ef8bd4-5949-40e0-9e8c-0b2332b9f566/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95ef8bd4-5949-40e0-9e8c-0b2332b9f566/cast-vote-record-report.json deleted file mode 100644 index c2fdb542c7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/95ef8bd4-5949-40e0-9e8c-0b2332b9f566/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"95ef8bd4-5949-40e0-9e8c-0b2332b9f566-modified","UniqueId":"95ef8bd4-5949-40e0-9e8c-0b2332b9f566","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"95ef8bd4-5949-40e0-9e8c-0b2332b9f566-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fe4b3fd-982d-4afe-a75c-642f11380f56/9fe4b3fd-982d-4afe-a75c-642f11380f56-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/96044ce8-a872-463b-bb11-edf37c74a589-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fe4b3fd-982d-4afe-a75c-642f11380f56/9fe4b3fd-982d-4afe-a75c-642f11380f56-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/96044ce8-a872-463b-bb11-edf37c74a589-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/96044ce8-a872-463b-bb11-edf37c74a589-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/96044ce8-a872-463b-bb11-edf37c74a589-back.layout.json new file mode 100644 index 0000000000..ce63c1b9f1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/96044ce8-a872-463b-bb11-edf37c74a589-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fe4b3fd-982d-4afe-a75c-642f11380f56/9fe4b3fd-982d-4afe-a75c-642f11380f56-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/96044ce8-a872-463b-bb11-edf37c74a589-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fe4b3fd-982d-4afe-a75c-642f11380f56/9fe4b3fd-982d-4afe-a75c-642f11380f56-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/96044ce8-a872-463b-bb11-edf37c74a589-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/96044ce8-a872-463b-bb11-edf37c74a589-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/96044ce8-a872-463b-bb11-edf37c74a589-front.layout.json new file mode 100644 index 0000000000..2b65398c86 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/96044ce8-a872-463b-bb11-edf37c74a589-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/cast-vote-record-report.json new file mode 100644 index 0000000000..982047fdd1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96044ce8-a872-463b-bb11-edf37c74a589/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"96044ce8-a872-463b-bb11-edf37c74a589-modified","UniqueId":"96044ce8-a872-463b-bb11-edf37c74a589","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"96044ce8-a872-463b-bb11-edf37c74a589-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:96044ce8-a872-463b-bb11-edf37c74a589-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-3fdc787bb563d2d358babf0de6e87f88b63abcf1c6826bd6909357a7b466c69d"},"Location":"file:96044ce8-a872-463b-bb11-edf37c74a589-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e98bfc47782547d112cea6f1e9b67d4fef4641f1e642a0b5b8389f5a1c22d353"},"Location":"file:96044ce8-a872-463b-bb11-edf37c74a589-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/962f897b-3f03-469c-8771-9bebd3d95f98/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/962f897b-3f03-469c-8771-9bebd3d95f98/cast-vote-record-report.json new file mode 100644 index 0000000000..4384ebf61e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/962f897b-3f03-469c-8771-9bebd3d95f98/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"962f897b-3f03-469c-8771-9bebd3d95f98-modified","UniqueId":"962f897b-3f03-469c-8771-9bebd3d95f98","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"962f897b-3f03-469c-8771-9bebd3d95f98-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9640e76b-2181-4533-9924-684801f4288e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9640e76b-2181-4533-9924-684801f4288e/cast-vote-record-report.json new file mode 100644 index 0000000000..ce550dcb0e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9640e76b-2181-4533-9924-684801f4288e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9640e76b-2181-4533-9924-684801f4288e-modified","UniqueId":"9640e76b-2181-4533-9924-684801f4288e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9640e76b-2181-4533-9924-684801f4288e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96576bb7-3fdf-4c3b-b05d-aee40b0fa710/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96576bb7-3fdf-4c3b-b05d-aee40b0fa710/cast-vote-record-report.json new file mode 100644 index 0000000000..7e86b9d95d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96576bb7-3fdf-4c3b-b05d-aee40b0fa710/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"96576bb7-3fdf-4c3b-b05d-aee40b0fa710-modified","UniqueId":"96576bb7-3fdf-4c3b-b05d-aee40b0fa710","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"96576bb7-3fdf-4c3b-b05d-aee40b0fa710-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96e16811-1a46-45f1-8490-055eef5801e6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96e16811-1a46-45f1-8490-055eef5801e6/cast-vote-record-report.json deleted file mode 100644 index 87b4782d6d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/96e16811-1a46-45f1-8490-055eef5801e6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"96e16811-1a46-45f1-8490-055eef5801e6-modified","UniqueId":"96e16811-1a46-45f1-8490-055eef5801e6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"96e16811-1a46-45f1-8490-055eef5801e6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/971e7e49-2b34-4605-96ef-339814013299/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/971e7e49-2b34-4605-96ef-339814013299/cast-vote-record-report.json new file mode 100644 index 0000000000..bcfbe558ca --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/971e7e49-2b34-4605-96ef-339814013299/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"971e7e49-2b34-4605-96ef-339814013299-modified","UniqueId":"971e7e49-2b34-4605-96ef-339814013299","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"971e7e49-2b34-4605-96ef-339814013299-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9737d065-553f-4366-829c-10b34838c772/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9737d065-553f-4366-829c-10b34838c772/cast-vote-record-report.json deleted file mode 100644 index eea715bdba..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9737d065-553f-4366-829c-10b34838c772/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9737d065-553f-4366-829c-10b34838c772-modified","UniqueId":"9737d065-553f-4366-829c-10b34838c772","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9737d065-553f-4366-829c-10b34838c772-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/97535c02-97c0-43bf-a447-b70b44116825/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/97535c02-97c0-43bf-a447-b70b44116825/cast-vote-record-report.json new file mode 100644 index 0000000000..4734e5d878 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/97535c02-97c0-43bf-a447-b70b44116825/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"97535c02-97c0-43bf-a447-b70b44116825-modified","UniqueId":"97535c02-97c0-43bf-a447-b70b44116825","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"97535c02-97c0-43bf-a447-b70b44116825-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9756e21a-8e27-4d50-918c-2e0d3b83722f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9756e21a-8e27-4d50-918c-2e0d3b83722f/cast-vote-record-report.json new file mode 100644 index 0000000000..3b6272b173 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9756e21a-8e27-4d50-918c-2e0d3b83722f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9756e21a-8e27-4d50-918c-2e0d3b83722f-modified","UniqueId":"9756e21a-8e27-4d50-918c-2e0d3b83722f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9756e21a-8e27-4d50-918c-2e0d3b83722f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9759124e-86c8-470b-a247-d5ce27a4f971/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9759124e-86c8-470b-a247-d5ce27a4f971/cast-vote-record-report.json new file mode 100644 index 0000000000..d72f9e95e6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9759124e-86c8-470b-a247-d5ce27a4f971/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9759124e-86c8-470b-a247-d5ce27a4f971-modified","UniqueId":"9759124e-86c8-470b-a247-d5ce27a4f971","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9759124e-86c8-470b-a247-d5ce27a4f971-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/978c8ff5-286a-46b0-a9c1-c049486a8d84/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/978c8ff5-286a-46b0-a9c1-c049486a8d84/cast-vote-record-report.json deleted file mode 100644 index 5e0fd20bc4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/978c8ff5-286a-46b0-a9c1-c049486a8d84/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"978c8ff5-286a-46b0-a9c1-c049486a8d84-modified","UniqueId":"978c8ff5-286a-46b0-a9c1-c049486a8d84","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"978c8ff5-286a-46b0-a9c1-c049486a8d84-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:978c8ff5-286a-46b0-a9c1-c049486a8d84-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:978c8ff5-286a-46b0-a9c1-c049486a8d84-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/97cf8db1-2966-4ce9-8346-243ba1cf4cec/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/97cf8db1-2966-4ce9-8346-243ba1cf4cec/cast-vote-record-report.json deleted file mode 100644 index 9872060ef1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/97cf8db1-2966-4ce9-8346-243ba1cf4cec/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"97cf8db1-2966-4ce9-8346-243ba1cf4cec-modified","UniqueId":"97cf8db1-2966-4ce9-8346-243ba1cf4cec","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"97cf8db1-2966-4ce9-8346-243ba1cf4cec-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/97dbabe9-3a3d-461b-a1ec-a64bd1178ca6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/97dbabe9-3a3d-461b-a1ec-a64bd1178ca6/cast-vote-record-report.json new file mode 100644 index 0000000000..7c91d12f30 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/97dbabe9-3a3d-461b-a1ec-a64bd1178ca6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"97dbabe9-3a3d-461b-a1ec-a64bd1178ca6-modified","UniqueId":"97dbabe9-3a3d-461b-a1ec-a64bd1178ca6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"97dbabe9-3a3d-461b-a1ec-a64bd1178ca6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9823a82f-50bb-499f-9272-a99112189358/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9823a82f-50bb-499f-9272-a99112189358/cast-vote-record-report.json new file mode 100644 index 0000000000..e76aa9d2ef --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9823a82f-50bb-499f-9272-a99112189358/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9823a82f-50bb-499f-9272-a99112189358-modified","UniqueId":"9823a82f-50bb-499f-9272-a99112189358","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9823a82f-50bb-499f-9272-a99112189358-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98293b06-8490-4d3d-a57c-8e5d2ffcb064/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98293b06-8490-4d3d-a57c-8e5d2ffcb064/cast-vote-record-report.json new file mode 100644 index 0000000000..328558f60d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98293b06-8490-4d3d-a57c-8e5d2ffcb064/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"98293b06-8490-4d3d-a57c-8e5d2ffcb064-modified","UniqueId":"98293b06-8490-4d3d-a57c-8e5d2ffcb064","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"98293b06-8490-4d3d-a57c-8e5d2ffcb064-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98a3f36c-1b90-4986-b7bf-0bef5f68dd7f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98a3f36c-1b90-4986-b7bf-0bef5f68dd7f/cast-vote-record-report.json deleted file mode 100644 index 24c8eb0a65..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98a3f36c-1b90-4986-b7bf-0bef5f68dd7f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"98a3f36c-1b90-4986-b7bf-0bef5f68dd7f-modified","UniqueId":"98a3f36c-1b90-4986-b7bf-0bef5f68dd7f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"98a3f36c-1b90-4986-b7bf-0bef5f68dd7f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98ab6eb1-c4bf-4c6e-a646-6f06ac9ac69a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98ab6eb1-c4bf-4c6e-a646-6f06ac9ac69a/cast-vote-record-report.json new file mode 100644 index 0000000000..6a8b1087ad --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98ab6eb1-c4bf-4c6e-a646-6f06ac9ac69a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"98ab6eb1-c4bf-4c6e-a646-6f06ac9ac69a-modified","UniqueId":"98ab6eb1-c4bf-4c6e-a646-6f06ac9ac69a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"98ab6eb1-c4bf-4c6e-a646-6f06ac9ac69a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98e8f864-95dd-4bdf-9bbc-2021c9d8f87a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98e8f864-95dd-4bdf-9bbc-2021c9d8f87a/cast-vote-record-report.json new file mode 100644 index 0000000000..b974e5cbe8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98e8f864-95dd-4bdf-9bbc-2021c9d8f87a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"98e8f864-95dd-4bdf-9bbc-2021c9d8f87a-modified","UniqueId":"98e8f864-95dd-4bdf-9bbc-2021c9d8f87a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"98e8f864-95dd-4bdf-9bbc-2021c9d8f87a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98f00038-ad9f-4c52-aa43-4b930cf35eae/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98f00038-ad9f-4c52-aa43-4b930cf35eae/cast-vote-record-report.json new file mode 100644 index 0000000000..677f397915 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/98f00038-ad9f-4c52-aa43-4b930cf35eae/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"98f00038-ad9f-4c52-aa43-4b930cf35eae-modified","UniqueId":"98f00038-ad9f-4c52-aa43-4b930cf35eae","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"98f00038-ad9f-4c52-aa43-4b930cf35eae-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9951e1ad-cb49-4ab7-a431-736434ab5947/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9951e1ad-cb49-4ab7-a431-736434ab5947/cast-vote-record-report.json new file mode 100644 index 0000000000..ce84ec2552 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9951e1ad-cb49-4ab7-a431-736434ab5947/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9951e1ad-cb49-4ab7-a431-736434ab5947-modified","UniqueId":"9951e1ad-cb49-4ab7-a431-736434ab5947","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9951e1ad-cb49-4ab7-a431-736434ab5947-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/997ae361-3294-469b-9784-139f81e0ab0a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/997ae361-3294-469b-9784-139f81e0ab0a/cast-vote-record-report.json deleted file mode 100644 index f2e249eb0e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/997ae361-3294-469b-9784-139f81e0ab0a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"997ae361-3294-469b-9784-139f81e0ab0a-modified","UniqueId":"997ae361-3294-469b-9784-139f81e0ab0a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"997ae361-3294-469b-9784-139f81e0ab0a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/997ce706-55aa-4a55-aca9-b4ffbcee392d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/997ce706-55aa-4a55-aca9-b4ffbcee392d/cast-vote-record-report.json new file mode 100644 index 0000000000..c9b33fd550 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/997ce706-55aa-4a55-aca9-b4ffbcee392d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"997ce706-55aa-4a55-aca9-b4ffbcee392d-modified","UniqueId":"997ce706-55aa-4a55-aca9-b4ffbcee392d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"997ce706-55aa-4a55-aca9-b4ffbcee392d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9983cbf6-e10b-4c1e-8ec3-d207c0f3a3f8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9983cbf6-e10b-4c1e-8ec3-d207c0f3a3f8/cast-vote-record-report.json deleted file mode 100644 index af29689948..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9983cbf6-e10b-4c1e-8ec3-d207c0f3a3f8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9983cbf6-e10b-4c1e-8ec3-d207c0f3a3f8-modified","UniqueId":"9983cbf6-e10b-4c1e-8ec3-d207c0f3a3f8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9983cbf6-e10b-4c1e-8ec3-d207c0f3a3f8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99b0da84-2574-4174-a106-9bed1f8bb5a8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99b0da84-2574-4174-a106-9bed1f8bb5a8/cast-vote-record-report.json new file mode 100644 index 0000000000..2dfc3739fc --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99b0da84-2574-4174-a106-9bed1f8bb5a8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"99b0da84-2574-4174-a106-9bed1f8bb5a8-modified","UniqueId":"99b0da84-2574-4174-a106-9bed1f8bb5a8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"99b0da84-2574-4174-a106-9bed1f8bb5a8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99ed35ce-26af-4eba-b0ab-362d1e42c16a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99ed35ce-26af-4eba-b0ab-362d1e42c16a/cast-vote-record-report.json deleted file mode 100644 index e64069b6dc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99ed35ce-26af-4eba-b0ab-362d1e42c16a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"99ed35ce-26af-4eba-b0ab-362d1e42c16a-modified","UniqueId":"99ed35ce-26af-4eba-b0ab-362d1e42c16a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"99ed35ce-26af-4eba-b0ab-362d1e42c16a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:99ed35ce-26af-4eba-b0ab-362d1e42c16a-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:99ed35ce-26af-4eba-b0ab-362d1e42c16a-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99f5cafb-7b1b-430f-a2f7-db1e7ae85852/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99f5cafb-7b1b-430f-a2f7-db1e7ae85852/cast-vote-record-report.json new file mode 100644 index 0000000000..09e754e602 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/99f5cafb-7b1b-430f-a2f7-db1e7ae85852/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"99f5cafb-7b1b-430f-a2f7-db1e7ae85852-modified","UniqueId":"99f5cafb-7b1b-430f-a2f7-db1e7ae85852","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"99f5cafb-7b1b-430f-a2f7-db1e7ae85852-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a047b73-7b78-42bc-913f-225b6c352966/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a047b73-7b78-42bc-913f-225b6c352966/cast-vote-record-report.json new file mode 100644 index 0000000000..9478d893f6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a047b73-7b78-42bc-913f-225b6c352966/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9a047b73-7b78-42bc-913f-225b6c352966-modified","UniqueId":"9a047b73-7b78-42bc-913f-225b6c352966","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9a047b73-7b78-42bc-913f-225b6c352966-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a30a2819-81f1-4086-8db0-69bf26c0c801/a30a2819-81f1-4086-8db0-69bf26c0c801-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/9a05baf7-6274-4292-bcdd-a56c2fb15c60-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a30a2819-81f1-4086-8db0-69bf26c0c801/a30a2819-81f1-4086-8db0-69bf26c0c801-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/9a05baf7-6274-4292-bcdd-a56c2fb15c60-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/9a05baf7-6274-4292-bcdd-a56c2fb15c60-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/9a05baf7-6274-4292-bcdd-a56c2fb15c60-back.layout.json new file mode 100644 index 0000000000..fe33d1baa1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/9a05baf7-6274-4292-bcdd-a56c2fb15c60-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a30a2819-81f1-4086-8db0-69bf26c0c801/a30a2819-81f1-4086-8db0-69bf26c0c801-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/9a05baf7-6274-4292-bcdd-a56c2fb15c60-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a30a2819-81f1-4086-8db0-69bf26c0c801/a30a2819-81f1-4086-8db0-69bf26c0c801-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/9a05baf7-6274-4292-bcdd-a56c2fb15c60-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/9a05baf7-6274-4292-bcdd-a56c2fb15c60-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/9a05baf7-6274-4292-bcdd-a56c2fb15c60-front.layout.json new file mode 100644 index 0000000000..8000b1b44e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/9a05baf7-6274-4292-bcdd-a56c2fb15c60-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/cast-vote-record-report.json new file mode 100644 index 0000000000..7fa7628dfc --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a05baf7-6274-4292-bcdd-a56c2fb15c60/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9a05baf7-6274-4292-bcdd-a56c2fb15c60-modified","UniqueId":"9a05baf7-6274-4292-bcdd-a56c2fb15c60","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9a05baf7-6274-4292-bcdd-a56c2fb15c60-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:9a05baf7-6274-4292-bcdd-a56c2fb15c60-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-d0d4a6d47b4d7279ac7d54ed686a1e7d70b6167a78fa1749d569017e6ce635e5"},"Location":"file:9a05baf7-6274-4292-bcdd-a56c2fb15c60-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-d9be76f94eaf2f4ab2ff6dcd789624ba7ed37753d3d6e61d124487e03d8e19ea"},"Location":"file:9a05baf7-6274-4292-bcdd-a56c2fb15c60-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a21f0bc-c048-4234-ab42-1f6f52caacb0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a21f0bc-c048-4234-ab42-1f6f52caacb0/cast-vote-record-report.json new file mode 100644 index 0000000000..bcc146f5da --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a21f0bc-c048-4234-ab42-1f6f52caacb0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9a21f0bc-c048-4234-ab42-1f6f52caacb0-modified","UniqueId":"9a21f0bc-c048-4234-ab42-1f6f52caacb0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9a21f0bc-c048-4234-ab42-1f6f52caacb0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a3f44a0-6f63-43b5-8ee6-6b3b86a185df/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a3f44a0-6f63-43b5-8ee6-6b3b86a185df/cast-vote-record-report.json deleted file mode 100644 index c10e596d21..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a3f44a0-6f63-43b5-8ee6-6b3b86a185df/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9a3f44a0-6f63-43b5-8ee6-6b3b86a185df-modified","UniqueId":"9a3f44a0-6f63-43b5-8ee6-6b3b86a185df","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9a3f44a0-6f63-43b5-8ee6-6b3b86a185df-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a50129c-ad99-4858-8291-b6bbf34419de/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a50129c-ad99-4858-8291-b6bbf34419de/cast-vote-record-report.json deleted file mode 100644 index 6c25f9d2e8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9a50129c-ad99-4858-8291-b6bbf34419de/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9a50129c-ad99-4858-8291-b6bbf34419de-modified","UniqueId":"9a50129c-ad99-4858-8291-b6bbf34419de","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9a50129c-ad99-4858-8291-b6bbf34419de-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b1ef2cd-952e-48c1-9be9-e526fb4f5d54/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b1ef2cd-952e-48c1-9be9-e526fb4f5d54/cast-vote-record-report.json deleted file mode 100644 index ef39c82c8a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b1ef2cd-952e-48c1-9be9-e526fb4f5d54/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9b1ef2cd-952e-48c1-9be9-e526fb4f5d54-modified","UniqueId":"9b1ef2cd-952e-48c1-9be9-e526fb4f5d54","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9b1ef2cd-952e-48c1-9be9-e526fb4f5d54-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b34fa55-71ac-4e30-af7d-df561edb8791/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b34fa55-71ac-4e30-af7d-df561edb8791/cast-vote-record-report.json deleted file mode 100644 index dc3bee250d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b34fa55-71ac-4e30-af7d-df561edb8791/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9b34fa55-71ac-4e30-af7d-df561edb8791-modified","UniqueId":"9b34fa55-71ac-4e30-af7d-df561edb8791","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9b34fa55-71ac-4e30-af7d-df561edb8791-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a52b02bf-ff65-4681-b818-5d4131e85c26/a52b02bf-ff65-4681-b818-5d4131e85c26-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/9b456db9-d51a-487e-b523-71db4e4b456d-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a52b02bf-ff65-4681-b818-5d4131e85c26/a52b02bf-ff65-4681-b818-5d4131e85c26-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/9b456db9-d51a-487e-b523-71db4e4b456d-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/9b456db9-d51a-487e-b523-71db4e4b456d-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/9b456db9-d51a-487e-b523-71db4e4b456d-back.layout.json new file mode 100644 index 0000000000..be67ca2b8c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/9b456db9-d51a-487e-b523-71db4e4b456d-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a52b02bf-ff65-4681-b818-5d4131e85c26/a52b02bf-ff65-4681-b818-5d4131e85c26-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/9b456db9-d51a-487e-b523-71db4e4b456d-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a52b02bf-ff65-4681-b818-5d4131e85c26/a52b02bf-ff65-4681-b818-5d4131e85c26-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/9b456db9-d51a-487e-b523-71db4e4b456d-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/9b456db9-d51a-487e-b523-71db4e4b456d-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/9b456db9-d51a-487e-b523-71db4e4b456d-front.layout.json new file mode 100644 index 0000000000..3d65bed88d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/9b456db9-d51a-487e-b523-71db4e4b456d-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/cast-vote-record-report.json new file mode 100644 index 0000000000..23a741c09c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b456db9-d51a-487e-b523-71db4e4b456d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9b456db9-d51a-487e-b523-71db4e4b456d-modified","UniqueId":"9b456db9-d51a-487e-b523-71db4e4b456d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9b456db9-d51a-487e-b523-71db4e4b456d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:9b456db9-d51a-487e-b523-71db4e4b456d-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-5525f6ffef8962e1d36621628019d8f20d5314a20d7f9331ab19402ce1575b2d"},"Location":"file:9b456db9-d51a-487e-b523-71db4e4b456d-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-45a2451188c5d571413065b1589e249e68aa9bdc9b41f39f1d91d21a67b7cb7a"},"Location":"file:9b456db9-d51a-487e-b523-71db4e4b456d-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b6e4ad7-94b1-4898-858c-d635eddcd8e6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b6e4ad7-94b1-4898-858c-d635eddcd8e6/cast-vote-record-report.json new file mode 100644 index 0000000000..fdd947e98c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9b6e4ad7-94b1-4898-858c-d635eddcd8e6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9b6e4ad7-94b1-4898-858c-d635eddcd8e6-modified","UniqueId":"9b6e4ad7-94b1-4898-858c-d635eddcd8e6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9b6e4ad7-94b1-4898-858c-d635eddcd8e6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9bccbb39-831b-457f-aab1-5c2164bdc5da/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9bccbb39-831b-457f-aab1-5c2164bdc5da/cast-vote-record-report.json deleted file mode 100644 index ce1aca5231..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9bccbb39-831b-457f-aab1-5c2164bdc5da/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9bccbb39-831b-457f-aab1-5c2164bdc5da-modified","UniqueId":"9bccbb39-831b-457f-aab1-5c2164bdc5da","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9bccbb39-831b-457f-aab1-5c2164bdc5da-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9c92372c-659e-4e8e-a5ca-3956d8999179/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9c92372c-659e-4e8e-a5ca-3956d8999179/cast-vote-record-report.json deleted file mode 100644 index 625ba85795..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9c92372c-659e-4e8e-a5ca-3956d8999179/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9c92372c-659e-4e8e-a5ca-3956d8999179-modified","UniqueId":"9c92372c-659e-4e8e-a5ca-3956d8999179","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9c92372c-659e-4e8e-a5ca-3956d8999179-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9cc9d22c-70cb-4993-8998-b7687e28504a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9cc9d22c-70cb-4993-8998-b7687e28504a/cast-vote-record-report.json deleted file mode 100644 index c05fc5a739..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9cc9d22c-70cb-4993-8998-b7687e28504a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9cc9d22c-70cb-4993-8998-b7687e28504a-modified","UniqueId":"9cc9d22c-70cb-4993-8998-b7687e28504a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9cc9d22c-70cb-4993-8998-b7687e28504a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9d0e6d5b-48aa-448c-a0e8-a60569e36d67/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9d0e6d5b-48aa-448c-a0e8-a60569e36d67/cast-vote-record-report.json deleted file mode 100644 index d433b311f9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9d0e6d5b-48aa-448c-a0e8-a60569e36d67/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9d0e6d5b-48aa-448c-a0e8-a60569e36d67-modified","UniqueId":"9d0e6d5b-48aa-448c-a0e8-a60569e36d67","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9d0e6d5b-48aa-448c-a0e8-a60569e36d67-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9d42ca10-2697-40f7-b091-ad70c3165dff/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9d42ca10-2697-40f7-b091-ad70c3165dff/cast-vote-record-report.json new file mode 100644 index 0000000000..8e9fcae412 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9d42ca10-2697-40f7-b091-ad70c3165dff/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9d42ca10-2697-40f7-b091-ad70c3165dff-modified","UniqueId":"9d42ca10-2697-40f7-b091-ad70c3165dff","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9d42ca10-2697-40f7-b091-ad70c3165dff-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9d69a794-83e3-4418-86f1-c31afa4dc615/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9d69a794-83e3-4418-86f1-c31afa4dc615/cast-vote-record-report.json deleted file mode 100644 index 1232e695e8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9d69a794-83e3-4418-86f1-c31afa4dc615/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9d69a794-83e3-4418-86f1-c31afa4dc615-modified","UniqueId":"9d69a794-83e3-4418-86f1-c31afa4dc615","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9d69a794-83e3-4418-86f1-c31afa4dc615-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9d6ee12a-8af6-4356-be77-a5c9e1193682/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9d6ee12a-8af6-4356-be77-a5c9e1193682/cast-vote-record-report.json new file mode 100644 index 0000000000..ac54c1d2a1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9d6ee12a-8af6-4356-be77-a5c9e1193682/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9d6ee12a-8af6-4356-be77-a5c9e1193682-modified","UniqueId":"9d6ee12a-8af6-4356-be77-a5c9e1193682","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9d6ee12a-8af6-4356-be77-a5c9e1193682-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9dbb4087-5cec-45a7-b4e5-95d52d256932/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9dbb4087-5cec-45a7-b4e5-95d52d256932/cast-vote-record-report.json deleted file mode 100644 index 491b8d1928..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9dbb4087-5cec-45a7-b4e5-95d52d256932/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9dbb4087-5cec-45a7-b4e5-95d52d256932-modified","UniqueId":"9dbb4087-5cec-45a7-b4e5-95d52d256932","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9dbb4087-5cec-45a7-b4e5-95d52d256932-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9dee1112-0992-427c-bae3-1064abe1e0cd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9dee1112-0992-427c-bae3-1064abe1e0cd/cast-vote-record-report.json deleted file mode 100644 index 929c044e2b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9dee1112-0992-427c-bae3-1064abe1e0cd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9dee1112-0992-427c-bae3-1064abe1e0cd-modified","UniqueId":"9dee1112-0992-427c-bae3-1064abe1e0cd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9dee1112-0992-427c-bae3-1064abe1e0cd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9e0d67b4-ccc7-491c-9d86-17d4bbab0b62/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9e0d67b4-ccc7-491c-9d86-17d4bbab0b62/cast-vote-record-report.json new file mode 100644 index 0000000000..7a4363f2a5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9e0d67b4-ccc7-491c-9d86-17d4bbab0b62/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9e0d67b4-ccc7-491c-9d86-17d4bbab0b62-modified","UniqueId":"9e0d67b4-ccc7-491c-9d86-17d4bbab0b62","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9e0d67b4-ccc7-491c-9d86-17d4bbab0b62-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9e2b27e9-2811-4227-ba1e-e4b5faba75e3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9e2b27e9-2811-4227-ba1e-e4b5faba75e3/cast-vote-record-report.json deleted file mode 100644 index 4f35f8f7a9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9e2b27e9-2811-4227-ba1e-e4b5faba75e3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9e2b27e9-2811-4227-ba1e-e4b5faba75e3-modified","UniqueId":"9e2b27e9-2811-4227-ba1e-e4b5faba75e3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9e2b27e9-2811-4227-ba1e-e4b5faba75e3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9e4c1bf1-f033-4692-add3-110ff29f114c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9e4c1bf1-f033-4692-add3-110ff29f114c/cast-vote-record-report.json new file mode 100644 index 0000000000..c5b7d18443 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9e4c1bf1-f033-4692-add3-110ff29f114c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9e4c1bf1-f033-4692-add3-110ff29f114c-modified","UniqueId":"9e4c1bf1-f033-4692-add3-110ff29f114c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9e4c1bf1-f033-4692-add3-110ff29f114c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9ed119b8-ec15-4694-b321-f590b3be4050/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9ed119b8-ec15-4694-b321-f590b3be4050/cast-vote-record-report.json new file mode 100644 index 0000000000..45819ab236 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9ed119b8-ec15-4694-b321-f590b3be4050/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9ed119b8-ec15-4694-b321-f590b3be4050-modified","UniqueId":"9ed119b8-ec15-4694-b321-f590b3be4050","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9ed119b8-ec15-4694-b321-f590b3be4050-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9eead70f-4eb5-44f5-b43e-e3eb8593ccfc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9eead70f-4eb5-44f5-b43e-e3eb8593ccfc/cast-vote-record-report.json new file mode 100644 index 0000000000..5c386adf33 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9eead70f-4eb5-44f5-b43e-e3eb8593ccfc/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9eead70f-4eb5-44f5-b43e-e3eb8593ccfc-modified","UniqueId":"9eead70f-4eb5-44f5-b43e-e3eb8593ccfc","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9eead70f-4eb5-44f5-b43e-e3eb8593ccfc-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9f4901d4-504c-4208-abf4-3022ac5ac0a5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9f4901d4-504c-4208-abf4-3022ac5ac0a5/cast-vote-record-report.json new file mode 100644 index 0000000000..f631d3ba0d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9f4901d4-504c-4208-abf4-3022ac5ac0a5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"9f4901d4-504c-4208-abf4-3022ac5ac0a5-modified","UniqueId":"9f4901d4-504c-4208-abf4-3022ac5ac0a5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9f4901d4-504c-4208-abf4-3022ac5ac0a5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fc7ee67-9a3c-4cdc-b08e-a14b2f28f4b5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fc7ee67-9a3c-4cdc-b08e-a14b2f28f4b5/cast-vote-record-report.json deleted file mode 100644 index 0739611df8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fc7ee67-9a3c-4cdc-b08e-a14b2f28f4b5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9fc7ee67-9a3c-4cdc-b08e-a14b2f28f4b5-modified","UniqueId":"9fc7ee67-9a3c-4cdc-b08e-a14b2f28f4b5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9fc7ee67-9a3c-4cdc-b08e-a14b2f28f4b5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fe4b3fd-982d-4afe-a75c-642f11380f56/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fe4b3fd-982d-4afe-a75c-642f11380f56/cast-vote-record-report.json deleted file mode 100644 index b10788fd99..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fe4b3fd-982d-4afe-a75c-642f11380f56/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9fe4b3fd-982d-4afe-a75c-642f11380f56-modified","UniqueId":"9fe4b3fd-982d-4afe-a75c-642f11380f56","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9fe4b3fd-982d-4afe-a75c-642f11380f56-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:9fe4b3fd-982d-4afe-a75c-642f11380f56-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:9fe4b3fd-982d-4afe-a75c-642f11380f56-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fe7783b-0cac-4d7f-9159-e3ed0ee04056/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fe7783b-0cac-4d7f-9159-e3ed0ee04056/cast-vote-record-report.json deleted file mode 100644 index 2b240da6de..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9fe7783b-0cac-4d7f-9159-e3ed0ee04056/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9fe7783b-0cac-4d7f-9159-e3ed0ee04056-modified","UniqueId":"9fe7783b-0cac-4d7f-9159-e3ed0ee04056","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9fe7783b-0cac-4d7f-9159-e3ed0ee04056-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9ff995dc-11fa-4a3e-b8aa-35e4886e3fdb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9ff995dc-11fa-4a3e-b8aa-35e4886e3fdb/cast-vote-record-report.json deleted file mode 100644 index 6a61dd61a4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/9ff995dc-11fa-4a3e-b8aa-35e4886e3fdb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"9ff995dc-11fa-4a3e-b8aa-35e4886e3fdb-modified","UniqueId":"9ff995dc-11fa-4a3e-b8aa-35e4886e3fdb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"9ff995dc-11fa-4a3e-b8aa-35e4886e3fdb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0406f09-5905-4fb5-bcbd-ffa16f9110ae/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0406f09-5905-4fb5-bcbd-ffa16f9110ae/cast-vote-record-report.json deleted file mode 100644 index 275b58a111..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0406f09-5905-4fb5-bcbd-ffa16f9110ae/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a0406f09-5905-4fb5-bcbd-ffa16f9110ae-modified","UniqueId":"a0406f09-5905-4fb5-bcbd-ffa16f9110ae","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a0406f09-5905-4fb5-bcbd-ffa16f9110ae-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0598c97-4539-4db2-9cde-db75ded0e8e8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0598c97-4539-4db2-9cde-db75ded0e8e8/cast-vote-record-report.json new file mode 100644 index 0000000000..f4cee05c46 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0598c97-4539-4db2-9cde-db75ded0e8e8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a0598c97-4539-4db2-9cde-db75ded0e8e8-modified","UniqueId":"a0598c97-4539-4db2-9cde-db75ded0e8e8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a0598c97-4539-4db2-9cde-db75ded0e8e8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0af2d48-2bff-404b-9544-b494e1289c62/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0af2d48-2bff-404b-9544-b494e1289c62/cast-vote-record-report.json new file mode 100644 index 0000000000..471d29fbd2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0af2d48-2bff-404b-9544-b494e1289c62/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a0af2d48-2bff-404b-9544-b494e1289c62-modified","UniqueId":"a0af2d48-2bff-404b-9544-b494e1289c62","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a0af2d48-2bff-404b-9544-b494e1289c62-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0cae671-6566-426b-aeab-4d17bfea5228/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0cae671-6566-426b-aeab-4d17bfea5228/cast-vote-record-report.json deleted file mode 100644 index d7a50b1ffa..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0cae671-6566-426b-aeab-4d17bfea5228/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a0cae671-6566-426b-aeab-4d17bfea5228-modified","UniqueId":"a0cae671-6566-426b-aeab-4d17bfea5228","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a0cae671-6566-426b-aeab-4d17bfea5228-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0d7d43c-1e7c-4f68-a3a6-68560fe0a2e6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0d7d43c-1e7c-4f68-a3a6-68560fe0a2e6/cast-vote-record-report.json deleted file mode 100644 index 49d648d9d9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0d7d43c-1e7c-4f68-a3a6-68560fe0a2e6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a0d7d43c-1e7c-4f68-a3a6-68560fe0a2e6-modified","UniqueId":"a0d7d43c-1e7c-4f68-a3a6-68560fe0a2e6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a0d7d43c-1e7c-4f68-a3a6-68560fe0a2e6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7fcd364-0d5a-4459-b557-46da658c1e4d/a7fcd364-0d5a-4459-b557-46da658c1e4d-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/a0e0dd77-4957-4274-85c6-0dc13f5f8138-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7fcd364-0d5a-4459-b557-46da658c1e4d/a7fcd364-0d5a-4459-b557-46da658c1e4d-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/a0e0dd77-4957-4274-85c6-0dc13f5f8138-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/a0e0dd77-4957-4274-85c6-0dc13f5f8138-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/a0e0dd77-4957-4274-85c6-0dc13f5f8138-back.layout.json new file mode 100644 index 0000000000..2c7563f970 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/a0e0dd77-4957-4274-85c6-0dc13f5f8138-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7fcd364-0d5a-4459-b557-46da658c1e4d/a7fcd364-0d5a-4459-b557-46da658c1e4d-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/a0e0dd77-4957-4274-85c6-0dc13f5f8138-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7fcd364-0d5a-4459-b557-46da658c1e4d/a7fcd364-0d5a-4459-b557-46da658c1e4d-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/a0e0dd77-4957-4274-85c6-0dc13f5f8138-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/a0e0dd77-4957-4274-85c6-0dc13f5f8138-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/a0e0dd77-4957-4274-85c6-0dc13f5f8138-front.layout.json new file mode 100644 index 0000000000..5d1dc56688 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/a0e0dd77-4957-4274-85c6-0dc13f5f8138-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/cast-vote-record-report.json new file mode 100644 index 0000000000..780f0cf3cd --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a0e0dd77-4957-4274-85c6-0dc13f5f8138/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a0e0dd77-4957-4274-85c6-0dc13f5f8138-modified","UniqueId":"a0e0dd77-4957-4274-85c6-0dc13f5f8138","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a0e0dd77-4957-4274-85c6-0dc13f5f8138-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:a0e0dd77-4957-4274-85c6-0dc13f5f8138-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-eae58fbc09df8ca0b403fd8c731e4fb9e57f1556cd3cbd9abe9845e4528e97e5"},"Location":"file:a0e0dd77-4957-4274-85c6-0dc13f5f8138-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-fa5498ae8320a87ee08cf20730d1ac48cdeef19d8f3e51eec12dfe3e6d7c6a65"},"Location":"file:a0e0dd77-4957-4274-85c6-0dc13f5f8138-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a992eb61-c87d-4590-b3a9-10322e5f5574/a992eb61-c87d-4590-b3a9-10322e5f5574-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/a107d884-77cc-4f86-a6b4-e9fdf0501bb0-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a992eb61-c87d-4590-b3a9-10322e5f5574/a992eb61-c87d-4590-b3a9-10322e5f5574-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/a107d884-77cc-4f86-a6b4-e9fdf0501bb0-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/a107d884-77cc-4f86-a6b4-e9fdf0501bb0-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/a107d884-77cc-4f86-a6b4-e9fdf0501bb0-back.layout.json new file mode 100644 index 0000000000..fa63080112 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/a107d884-77cc-4f86-a6b4-e9fdf0501bb0-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a992eb61-c87d-4590-b3a9-10322e5f5574/a992eb61-c87d-4590-b3a9-10322e5f5574-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/a107d884-77cc-4f86-a6b4-e9fdf0501bb0-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a992eb61-c87d-4590-b3a9-10322e5f5574/a992eb61-c87d-4590-b3a9-10322e5f5574-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/a107d884-77cc-4f86-a6b4-e9fdf0501bb0-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/a107d884-77cc-4f86-a6b4-e9fdf0501bb0-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/a107d884-77cc-4f86-a6b4-e9fdf0501bb0-front.layout.json new file mode 100644 index 0000000000..da449acd08 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/a107d884-77cc-4f86-a6b4-e9fdf0501bb0-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/cast-vote-record-report.json new file mode 100644 index 0000000000..ad6a3824de --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a107d884-77cc-4f86-a6b4-e9fdf0501bb0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a107d884-77cc-4f86-a6b4-e9fdf0501bb0-modified","UniqueId":"a107d884-77cc-4f86-a6b4-e9fdf0501bb0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a107d884-77cc-4f86-a6b4-e9fdf0501bb0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:a107d884-77cc-4f86-a6b4-e9fdf0501bb0-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-9df6fd17413ec25587ac5af07e3359aade588cb0a39cbd76ec72e8f84cfed4d3"},"Location":"file:a107d884-77cc-4f86-a6b4-e9fdf0501bb0-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-8316e5d439c9f7da58a0024b9e3ad73c91b97d6b0e6b44a0d2241795aa184c2b"},"Location":"file:a107d884-77cc-4f86-a6b4-e9fdf0501bb0-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a12c5720-cffb-4605-bb6e-d46be3fd76de/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a12c5720-cffb-4605-bb6e-d46be3fd76de/cast-vote-record-report.json new file mode 100644 index 0000000000..55d08ff015 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a12c5720-cffb-4605-bb6e-d46be3fd76de/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a12c5720-cffb-4605-bb6e-d46be3fd76de-modified","UniqueId":"a12c5720-cffb-4605-bb6e-d46be3fd76de","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a12c5720-cffb-4605-bb6e-d46be3fd76de-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a13a944a-ac95-458f-9cb0-9b0d77a7c1b9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a13a944a-ac95-458f-9cb0-9b0d77a7c1b9/cast-vote-record-report.json new file mode 100644 index 0000000000..e7985b75b6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a13a944a-ac95-458f-9cb0-9b0d77a7c1b9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a13a944a-ac95-458f-9cb0-9b0d77a7c1b9-modified","UniqueId":"a13a944a-ac95-458f-9cb0-9b0d77a7c1b9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a13a944a-ac95-458f-9cb0-9b0d77a7c1b9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a146302b-db77-4ea7-8c90-b615034d1b27/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a146302b-db77-4ea7-8c90-b615034d1b27/cast-vote-record-report.json deleted file mode 100644 index ba8c3799ff..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a146302b-db77-4ea7-8c90-b615034d1b27/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a146302b-db77-4ea7-8c90-b615034d1b27-modified","UniqueId":"a146302b-db77-4ea7-8c90-b615034d1b27","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a146302b-db77-4ea7-8c90-b615034d1b27-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a17afb6c-872a-42c4-a353-30b3bc320c94/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a17afb6c-872a-42c4-a353-30b3bc320c94/cast-vote-record-report.json deleted file mode 100644 index f9be9b4bdc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a17afb6c-872a-42c4-a353-30b3bc320c94/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a17afb6c-872a-42c4-a353-30b3bc320c94-modified","UniqueId":"a17afb6c-872a-42c4-a353-30b3bc320c94","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a17afb6c-872a-42c4-a353-30b3bc320c94-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a18d9f50-ed3c-4e46-bf16-4d06045af104/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a18d9f50-ed3c-4e46-bf16-4d06045af104/cast-vote-record-report.json deleted file mode 100644 index 433c2a6f9a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a18d9f50-ed3c-4e46-bf16-4d06045af104/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a18d9f50-ed3c-4e46-bf16-4d06045af104-modified","UniqueId":"a18d9f50-ed3c-4e46-bf16-4d06045af104","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a18d9f50-ed3c-4e46-bf16-4d06045af104-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a1951747-0ef0-4ac2-81f8-fb3e05e8a842/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a1951747-0ef0-4ac2-81f8-fb3e05e8a842/cast-vote-record-report.json deleted file mode 100644 index a39650ac78..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a1951747-0ef0-4ac2-81f8-fb3e05e8a842/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a1951747-0ef0-4ac2-81f8-fb3e05e8a842-modified","UniqueId":"a1951747-0ef0-4ac2-81f8-fb3e05e8a842","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a1951747-0ef0-4ac2-81f8-fb3e05e8a842-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a196dd0d-b2d6-41be-af39-93191eb6aa29/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a196dd0d-b2d6-41be-af39-93191eb6aa29/cast-vote-record-report.json deleted file mode 100644 index 3c411bb4f6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a196dd0d-b2d6-41be-af39-93191eb6aa29/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a196dd0d-b2d6-41be-af39-93191eb6aa29-modified","UniqueId":"a196dd0d-b2d6-41be-af39-93191eb6aa29","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a196dd0d-b2d6-41be-af39-93191eb6aa29-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a19727c6-1a70-4f66-bf06-b8f6f8ea7a3f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a19727c6-1a70-4f66-bf06-b8f6f8ea7a3f/cast-vote-record-report.json deleted file mode 100644 index a87fb3c53d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a19727c6-1a70-4f66-bf06-b8f6f8ea7a3f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a19727c6-1a70-4f66-bf06-b8f6f8ea7a3f-modified","UniqueId":"a19727c6-1a70-4f66-bf06-b8f6f8ea7a3f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a19727c6-1a70-4f66-bf06-b8f6f8ea7a3f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a1c3c61d-b5cc-4db2-9e94-129959d2c806/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a1c3c61d-b5cc-4db2-9e94-129959d2c806/cast-vote-record-report.json deleted file mode 100644 index 2f0c27cab7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a1c3c61d-b5cc-4db2-9e94-129959d2c806/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a1c3c61d-b5cc-4db2-9e94-129959d2c806-modified","UniqueId":"a1c3c61d-b5cc-4db2-9e94-129959d2c806","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a1c3c61d-b5cc-4db2-9e94-129959d2c806-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a1e9d58f-9d85-462b-b9df-40e9bf9f16ed/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a1e9d58f-9d85-462b-b9df-40e9bf9f16ed/cast-vote-record-report.json new file mode 100644 index 0000000000..1ce8c78dd1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a1e9d58f-9d85-462b-b9df-40e9bf9f16ed/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a1e9d58f-9d85-462b-b9df-40e9bf9f16ed-modified","UniqueId":"a1e9d58f-9d85-462b-b9df-40e9bf9f16ed","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a1e9d58f-9d85-462b-b9df-40e9bf9f16ed-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a1fc3088-604e-48b8-a636-a926343e1cc2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a1fc3088-604e-48b8-a636-a926343e1cc2/cast-vote-record-report.json deleted file mode 100644 index 7a846ca550..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a1fc3088-604e-48b8-a636-a926343e1cc2/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a1fc3088-604e-48b8-a636-a926343e1cc2-modified","UniqueId":"a1fc3088-604e-48b8-a636-a926343e1cc2","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a1fc3088-604e-48b8-a636-a926343e1cc2-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a203e270-0ee0-45a9-ac47-ecdb033f0baa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a203e270-0ee0-45a9-ac47-ecdb033f0baa/cast-vote-record-report.json new file mode 100644 index 0000000000..5023ea1f13 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a203e270-0ee0-45a9-ac47-ecdb033f0baa/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a203e270-0ee0-45a9-ac47-ecdb033f0baa-modified","UniqueId":"a203e270-0ee0-45a9-ac47-ecdb033f0baa","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a203e270-0ee0-45a9-ac47-ecdb033f0baa-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a9ce49a8-3ba5-4323-99a2-8695cb96ad8b/a9ce49a8-3ba5-4323-99a2-8695cb96ad8b-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/a23677cf-e07d-40ac-8602-8618fbcc6300-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a9ce49a8-3ba5-4323-99a2-8695cb96ad8b/a9ce49a8-3ba5-4323-99a2-8695cb96ad8b-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/a23677cf-e07d-40ac-8602-8618fbcc6300-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/a23677cf-e07d-40ac-8602-8618fbcc6300-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/a23677cf-e07d-40ac-8602-8618fbcc6300-back.layout.json new file mode 100644 index 0000000000..25fd6aa441 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/a23677cf-e07d-40ac-8602-8618fbcc6300-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a9ce49a8-3ba5-4323-99a2-8695cb96ad8b/a9ce49a8-3ba5-4323-99a2-8695cb96ad8b-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/a23677cf-e07d-40ac-8602-8618fbcc6300-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a9ce49a8-3ba5-4323-99a2-8695cb96ad8b/a9ce49a8-3ba5-4323-99a2-8695cb96ad8b-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/a23677cf-e07d-40ac-8602-8618fbcc6300-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/a23677cf-e07d-40ac-8602-8618fbcc6300-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/a23677cf-e07d-40ac-8602-8618fbcc6300-front.layout.json new file mode 100644 index 0000000000..0239ba9dc8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/a23677cf-e07d-40ac-8602-8618fbcc6300-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/cast-vote-record-report.json new file mode 100644 index 0000000000..ba31e196e8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a23677cf-e07d-40ac-8602-8618fbcc6300/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a23677cf-e07d-40ac-8602-8618fbcc6300-modified","UniqueId":"a23677cf-e07d-40ac-8602-8618fbcc6300","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a23677cf-e07d-40ac-8602-8618fbcc6300-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:a23677cf-e07d-40ac-8602-8618fbcc6300-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-c8769bdacfdd84660d11c6854fd1724222db77701be610b8ef47670d7bb532c5"},"Location":"file:a23677cf-e07d-40ac-8602-8618fbcc6300-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-97cb6a4d486d6657928d7f7480b82c09d5aaedaa571026b10f7e1ddf4e096d5a"},"Location":"file:a23677cf-e07d-40ac-8602-8618fbcc6300-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a2582809-3832-4d8a-9019-4d4e4f0a48fd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a2582809-3832-4d8a-9019-4d4e4f0a48fd/cast-vote-record-report.json deleted file mode 100644 index 2112b887ae..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a2582809-3832-4d8a-9019-4d4e4f0a48fd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a2582809-3832-4d8a-9019-4d4e4f0a48fd-modified","UniqueId":"a2582809-3832-4d8a-9019-4d4e4f0a48fd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a2582809-3832-4d8a-9019-4d4e4f0a48fd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a26eeb8d-09c1-45c4-9297-7ac4b43dbf11/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a26eeb8d-09c1-45c4-9297-7ac4b43dbf11/cast-vote-record-report.json new file mode 100644 index 0000000000..4bdce9cc75 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a26eeb8d-09c1-45c4-9297-7ac4b43dbf11/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a26eeb8d-09c1-45c4-9297-7ac4b43dbf11-modified","UniqueId":"a26eeb8d-09c1-45c4-9297-7ac4b43dbf11","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a26eeb8d-09c1-45c4-9297-7ac4b43dbf11-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a27df56b-85b9-4c2c-a125-0054782f6bba/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a27df56b-85b9-4c2c-a125-0054782f6bba/cast-vote-record-report.json deleted file mode 100644 index c26ee33dc7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a27df56b-85b9-4c2c-a125-0054782f6bba/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a27df56b-85b9-4c2c-a125-0054782f6bba-modified","UniqueId":"a27df56b-85b9-4c2c-a125-0054782f6bba","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a27df56b-85b9-4c2c-a125-0054782f6bba-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a2b1031c-d093-49e3-9db8-e2db64ccba9e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a2b1031c-d093-49e3-9db8-e2db64ccba9e/cast-vote-record-report.json new file mode 100644 index 0000000000..5b9f1c5a83 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a2b1031c-d093-49e3-9db8-e2db64ccba9e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a2b1031c-d093-49e3-9db8-e2db64ccba9e-modified","UniqueId":"a2b1031c-d093-49e3-9db8-e2db64ccba9e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a2b1031c-d093-49e3-9db8-e2db64ccba9e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a30a2819-81f1-4086-8db0-69bf26c0c801/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a30a2819-81f1-4086-8db0-69bf26c0c801/cast-vote-record-report.json deleted file mode 100644 index a48d1b6d57..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a30a2819-81f1-4086-8db0-69bf26c0c801/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a30a2819-81f1-4086-8db0-69bf26c0c801-modified","UniqueId":"a30a2819-81f1-4086-8db0-69bf26c0c801","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a30a2819-81f1-4086-8db0-69bf26c0c801-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:a30a2819-81f1-4086-8db0-69bf26c0c801-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:a30a2819-81f1-4086-8db0-69bf26c0c801-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a323aa9d-91fa-464e-acb1-8bd2c3df7b26/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a323aa9d-91fa-464e-acb1-8bd2c3df7b26/cast-vote-record-report.json new file mode 100644 index 0000000000..5ee0deeaf1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a323aa9d-91fa-464e-acb1-8bd2c3df7b26/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a323aa9d-91fa-464e-acb1-8bd2c3df7b26-modified","UniqueId":"a323aa9d-91fa-464e-acb1-8bd2c3df7b26","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a323aa9d-91fa-464e-acb1-8bd2c3df7b26-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a397fbc3-88b1-481e-a5e5-a86c14ae8772/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a397fbc3-88b1-481e-a5e5-a86c14ae8772/cast-vote-record-report.json deleted file mode 100644 index 12abc88e9e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a397fbc3-88b1-481e-a5e5-a86c14ae8772/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a397fbc3-88b1-481e-a5e5-a86c14ae8772-modified","UniqueId":"a397fbc3-88b1-481e-a5e5-a86c14ae8772","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a397fbc3-88b1-481e-a5e5-a86c14ae8772-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a3dda8da-cc24-4536-98a5-d47e6e7f55dd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a3dda8da-cc24-4536-98a5-d47e6e7f55dd/cast-vote-record-report.json new file mode 100644 index 0000000000..251525e6b3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a3dda8da-cc24-4536-98a5-d47e6e7f55dd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a3dda8da-cc24-4536-98a5-d47e6e7f55dd-modified","UniqueId":"a3dda8da-cc24-4536-98a5-d47e6e7f55dd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a3dda8da-cc24-4536-98a5-d47e6e7f55dd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a3faebbf-9a5c-4b3f-bab9-78335ce6a3e9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a3faebbf-9a5c-4b3f-bab9-78335ce6a3e9/cast-vote-record-report.json deleted file mode 100644 index d1794dc2bb..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a3faebbf-9a5c-4b3f-bab9-78335ce6a3e9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a3faebbf-9a5c-4b3f-bab9-78335ce6a3e9-modified","UniqueId":"a3faebbf-9a5c-4b3f-bab9-78335ce6a3e9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a3faebbf-9a5c-4b3f-bab9-78335ce6a3e9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a4040a03-7d57-48c2-93ce-8f48dfc82510/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a4040a03-7d57-48c2-93ce-8f48dfc82510/cast-vote-record-report.json deleted file mode 100644 index 6795d5916b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a4040a03-7d57-48c2-93ce-8f48dfc82510/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a4040a03-7d57-48c2-93ce-8f48dfc82510-modified","UniqueId":"a4040a03-7d57-48c2-93ce-8f48dfc82510","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a4040a03-7d57-48c2-93ce-8f48dfc82510-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a424f68e-7db4-4de0-9d95-579e1f95a2af/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a424f68e-7db4-4de0-9d95-579e1f95a2af/cast-vote-record-report.json deleted file mode 100644 index d420ddff70..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a424f68e-7db4-4de0-9d95-579e1f95a2af/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a424f68e-7db4-4de0-9d95-579e1f95a2af-modified","UniqueId":"a424f68e-7db4-4de0-9d95-579e1f95a2af","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a424f68e-7db4-4de0-9d95-579e1f95a2af-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a42baf97-9c31-41fb-bd5e-7aede838fa01/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a42baf97-9c31-41fb-bd5e-7aede838fa01/cast-vote-record-report.json new file mode 100644 index 0000000000..0da9ddd835 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a42baf97-9c31-41fb-bd5e-7aede838fa01/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a42baf97-9c31-41fb-bd5e-7aede838fa01-modified","UniqueId":"a42baf97-9c31-41fb-bd5e-7aede838fa01","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a42baf97-9c31-41fb-bd5e-7aede838fa01-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a43d5204-1b8a-4fa4-ad58-ac9b5a47f9e9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a43d5204-1b8a-4fa4-ad58-ac9b5a47f9e9/cast-vote-record-report.json deleted file mode 100644 index 8f2f78fbdc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a43d5204-1b8a-4fa4-ad58-ac9b5a47f9e9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a43d5204-1b8a-4fa4-ad58-ac9b5a47f9e9-modified","UniqueId":"a43d5204-1b8a-4fa4-ad58-ac9b5a47f9e9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a43d5204-1b8a-4fa4-ad58-ac9b5a47f9e9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a4401179-df0d-407b-96c4-cb0b8ea47b2e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a4401179-df0d-407b-96c4-cb0b8ea47b2e/cast-vote-record-report.json new file mode 100644 index 0000000000..cea6045774 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a4401179-df0d-407b-96c4-cb0b8ea47b2e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a4401179-df0d-407b-96c4-cb0b8ea47b2e-modified","UniqueId":"a4401179-df0d-407b-96c4-cb0b8ea47b2e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a4401179-df0d-407b-96c4-cb0b8ea47b2e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a49328ef-6fa7-407f-a7f0-30c625338b0c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a49328ef-6fa7-407f-a7f0-30c625338b0c/cast-vote-record-report.json new file mode 100644 index 0000000000..26f7d8a2dc --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a49328ef-6fa7-407f-a7f0-30c625338b0c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a49328ef-6fa7-407f-a7f0-30c625338b0c-modified","UniqueId":"a49328ef-6fa7-407f-a7f0-30c625338b0c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a49328ef-6fa7-407f-a7f0-30c625338b0c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a4e5f658-f476-453d-b4a9-8f71392ea3cf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a4e5f658-f476-453d-b4a9-8f71392ea3cf/cast-vote-record-report.json new file mode 100644 index 0000000000..6e3af22a32 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a4e5f658-f476-453d-b4a9-8f71392ea3cf/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a4e5f658-f476-453d-b4a9-8f71392ea3cf-modified","UniqueId":"a4e5f658-f476-453d-b4a9-8f71392ea3cf","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a4e5f658-f476-453d-b4a9-8f71392ea3cf-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a52b02bf-ff65-4681-b818-5d4131e85c26/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a52b02bf-ff65-4681-b818-5d4131e85c26/cast-vote-record-report.json deleted file mode 100644 index 47fc34b488..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a52b02bf-ff65-4681-b818-5d4131e85c26/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a52b02bf-ff65-4681-b818-5d4131e85c26-modified","UniqueId":"a52b02bf-ff65-4681-b818-5d4131e85c26","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a52b02bf-ff65-4681-b818-5d4131e85c26-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:a52b02bf-ff65-4681-b818-5d4131e85c26-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:a52b02bf-ff65-4681-b818-5d4131e85c26-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a5428f71-d01c-44ff-9fb1-b0fd62c4e1f4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a5428f71-d01c-44ff-9fb1-b0fd62c4e1f4/cast-vote-record-report.json new file mode 100644 index 0000000000..dca700c40d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a5428f71-d01c-44ff-9fb1-b0fd62c4e1f4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a5428f71-d01c-44ff-9fb1-b0fd62c4e1f4-modified","UniqueId":"a5428f71-d01c-44ff-9fb1-b0fd62c4e1f4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a5428f71-d01c-44ff-9fb1-b0fd62c4e1f4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a580ebcd-16e8-4ea1-a8d7-f61ae2969420/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a580ebcd-16e8-4ea1-a8d7-f61ae2969420/cast-vote-record-report.json deleted file mode 100644 index f339aed03b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a580ebcd-16e8-4ea1-a8d7-f61ae2969420/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a580ebcd-16e8-4ea1-a8d7-f61ae2969420-modified","UniqueId":"a580ebcd-16e8-4ea1-a8d7-f61ae2969420","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a580ebcd-16e8-4ea1-a8d7-f61ae2969420-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a59dd71e-64b0-4de2-9e5a-3e14b8fb0b74/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a59dd71e-64b0-4de2-9e5a-3e14b8fb0b74/cast-vote-record-report.json new file mode 100644 index 0000000000..5e94467c32 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a59dd71e-64b0-4de2-9e5a-3e14b8fb0b74/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a59dd71e-64b0-4de2-9e5a-3e14b8fb0b74-modified","UniqueId":"a59dd71e-64b0-4de2-9e5a-3e14b8fb0b74","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a59dd71e-64b0-4de2-9e5a-3e14b8fb0b74-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a5eb4a64-fc1f-4aaa-995b-5703a5eb134c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a5eb4a64-fc1f-4aaa-995b-5703a5eb134c/cast-vote-record-report.json new file mode 100644 index 0000000000..0ca2c30fc5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a5eb4a64-fc1f-4aaa-995b-5703a5eb134c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a5eb4a64-fc1f-4aaa-995b-5703a5eb134c-modified","UniqueId":"a5eb4a64-fc1f-4aaa-995b-5703a5eb134c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a5eb4a64-fc1f-4aaa-995b-5703a5eb134c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a6e671c1-071a-45ee-a793-1eb5aae4bcfa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a6e671c1-071a-45ee-a793-1eb5aae4bcfa/cast-vote-record-report.json deleted file mode 100644 index e7adb44ffc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a6e671c1-071a-45ee-a793-1eb5aae4bcfa/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a6e671c1-071a-45ee-a793-1eb5aae4bcfa-modified","UniqueId":"a6e671c1-071a-45ee-a793-1eb5aae4bcfa","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a6e671c1-071a-45ee-a793-1eb5aae4bcfa-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a734ab53-c862-4518-b7c6-fc0d1d516680/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a734ab53-c862-4518-b7c6-fc0d1d516680/cast-vote-record-report.json deleted file mode 100644 index b78424b74a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a734ab53-c862-4518-b7c6-fc0d1d516680/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a734ab53-c862-4518-b7c6-fc0d1d516680-modified","UniqueId":"a734ab53-c862-4518-b7c6-fc0d1d516680","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a734ab53-c862-4518-b7c6-fc0d1d516680-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a741fc88-2717-4cb3-a3e8-1ae90c1dfb15/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a741fc88-2717-4cb3-a3e8-1ae90c1dfb15/cast-vote-record-report.json deleted file mode 100644 index 895ea2400e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a741fc88-2717-4cb3-a3e8-1ae90c1dfb15/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a741fc88-2717-4cb3-a3e8-1ae90c1dfb15-modified","UniqueId":"a741fc88-2717-4cb3-a3e8-1ae90c1dfb15","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a741fc88-2717-4cb3-a3e8-1ae90c1dfb15-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a74f4c52-b6a0-4235-a180-975b36769a6e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a74f4c52-b6a0-4235-a180-975b36769a6e/cast-vote-record-report.json new file mode 100644 index 0000000000..e00cabdf6f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a74f4c52-b6a0-4235-a180-975b36769a6e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a74f4c52-b6a0-4235-a180-975b36769a6e-modified","UniqueId":"a74f4c52-b6a0-4235-a180-975b36769a6e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a74f4c52-b6a0-4235-a180-975b36769a6e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7ccc17a-51c5-4122-b2fe-f5298cda8679/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7ccc17a-51c5-4122-b2fe-f5298cda8679/cast-vote-record-report.json new file mode 100644 index 0000000000..4fccd238c3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7ccc17a-51c5-4122-b2fe-f5298cda8679/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a7ccc17a-51c5-4122-b2fe-f5298cda8679-modified","UniqueId":"a7ccc17a-51c5-4122-b2fe-f5298cda8679","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a7ccc17a-51c5-4122-b2fe-f5298cda8679-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7f0fd31-4120-4d2c-afdd-366d699bb9f3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7f0fd31-4120-4d2c-afdd-366d699bb9f3/cast-vote-record-report.json deleted file mode 100644 index 2d5dd2ab33..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7f0fd31-4120-4d2c-afdd-366d699bb9f3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a7f0fd31-4120-4d2c-afdd-366d699bb9f3-modified","UniqueId":"a7f0fd31-4120-4d2c-afdd-366d699bb9f3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a7f0fd31-4120-4d2c-afdd-366d699bb9f3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7fcd364-0d5a-4459-b557-46da658c1e4d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7fcd364-0d5a-4459-b557-46da658c1e4d/cast-vote-record-report.json deleted file mode 100644 index 7d7e581b76..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a7fcd364-0d5a-4459-b557-46da658c1e4d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a7fcd364-0d5a-4459-b557-46da658c1e4d-modified","UniqueId":"a7fcd364-0d5a-4459-b557-46da658c1e4d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a7fcd364-0d5a-4459-b557-46da658c1e4d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:a7fcd364-0d5a-4459-b557-46da658c1e4d-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:a7fcd364-0d5a-4459-b557-46da658c1e4d-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a80d1d25-31d0-4fff-9039-d165a1d4f369/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a80d1d25-31d0-4fff-9039-d165a1d4f369/cast-vote-record-report.json new file mode 100644 index 0000000000..c3ad7b3127 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a80d1d25-31d0-4fff-9039-d165a1d4f369/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a80d1d25-31d0-4fff-9039-d165a1d4f369-modified","UniqueId":"a80d1d25-31d0-4fff-9039-d165a1d4f369","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a80d1d25-31d0-4fff-9039-d165a1d4f369-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8284414-7dd6-43bc-b2b5-50f414dee452/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8284414-7dd6-43bc-b2b5-50f414dee452/cast-vote-record-report.json new file mode 100644 index 0000000000..726571d906 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8284414-7dd6-43bc-b2b5-50f414dee452/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a8284414-7dd6-43bc-b2b5-50f414dee452-modified","UniqueId":"a8284414-7dd6-43bc-b2b5-50f414dee452","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a8284414-7dd6-43bc-b2b5-50f414dee452-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a86cae79-adee-4b92-91d9-602bf0f03029/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a86cae79-adee-4b92-91d9-602bf0f03029/cast-vote-record-report.json new file mode 100644 index 0000000000..17a33dd3ca --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a86cae79-adee-4b92-91d9-602bf0f03029/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a86cae79-adee-4b92-91d9-602bf0f03029-modified","UniqueId":"a86cae79-adee-4b92-91d9-602bf0f03029","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a86cae79-adee-4b92-91d9-602bf0f03029-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8abd48f-66da-49e1-96ab-76c3756b0cd6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8abd48f-66da-49e1-96ab-76c3756b0cd6/cast-vote-record-report.json deleted file mode 100644 index bb0fbc9eff..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8abd48f-66da-49e1-96ab-76c3756b0cd6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a8abd48f-66da-49e1-96ab-76c3756b0cd6-modified","UniqueId":"a8abd48f-66da-49e1-96ab-76c3756b0cd6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a8abd48f-66da-49e1-96ab-76c3756b0cd6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8bfbde6-f1f6-41be-82a5-9dc0f3b0893f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8bfbde6-f1f6-41be-82a5-9dc0f3b0893f/cast-vote-record-report.json deleted file mode 100644 index 656bc91dc8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8bfbde6-f1f6-41be-82a5-9dc0f3b0893f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a8bfbde6-f1f6-41be-82a5-9dc0f3b0893f-modified","UniqueId":"a8bfbde6-f1f6-41be-82a5-9dc0f3b0893f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a8bfbde6-f1f6-41be-82a5-9dc0f3b0893f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8ef87b1-6c84-4504-84d7-b5fd77697a85/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8ef87b1-6c84-4504-84d7-b5fd77697a85/cast-vote-record-report.json deleted file mode 100644 index 527799a063..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8ef87b1-6c84-4504-84d7-b5fd77697a85/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a8ef87b1-6c84-4504-84d7-b5fd77697a85-modified","UniqueId":"a8ef87b1-6c84-4504-84d7-b5fd77697a85","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a8ef87b1-6c84-4504-84d7-b5fd77697a85-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8fab2c1-b108-43cd-9e71-40a8c9fe334f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8fab2c1-b108-43cd-9e71-40a8c9fe334f/cast-vote-record-report.json deleted file mode 100644 index 45201f357b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a8fab2c1-b108-43cd-9e71-40a8c9fe334f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a8fab2c1-b108-43cd-9e71-40a8c9fe334f-modified","UniqueId":"a8fab2c1-b108-43cd-9e71-40a8c9fe334f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a8fab2c1-b108-43cd-9e71-40a8c9fe334f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a91f74a7-404c-4c06-b4e7-2cccccc26971/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a91f74a7-404c-4c06-b4e7-2cccccc26971/cast-vote-record-report.json new file mode 100644 index 0000000000..ab3ae26821 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a91f74a7-404c-4c06-b4e7-2cccccc26971/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"a91f74a7-404c-4c06-b4e7-2cccccc26971-modified","UniqueId":"a91f74a7-404c-4c06-b4e7-2cccccc26971","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a91f74a7-404c-4c06-b4e7-2cccccc26971-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a9367a2a-5500-4f3d-b0a0-337e6ee4a140/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a9367a2a-5500-4f3d-b0a0-337e6ee4a140/cast-vote-record-report.json deleted file mode 100644 index d3454a9817..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a9367a2a-5500-4f3d-b0a0-337e6ee4a140/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a9367a2a-5500-4f3d-b0a0-337e6ee4a140-modified","UniqueId":"a9367a2a-5500-4f3d-b0a0-337e6ee4a140","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a9367a2a-5500-4f3d-b0a0-337e6ee4a140-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a992eb61-c87d-4590-b3a9-10322e5f5574/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a992eb61-c87d-4590-b3a9-10322e5f5574/cast-vote-record-report.json deleted file mode 100644 index fb95b630df..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a992eb61-c87d-4590-b3a9-10322e5f5574/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a992eb61-c87d-4590-b3a9-10322e5f5574-modified","UniqueId":"a992eb61-c87d-4590-b3a9-10322e5f5574","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a992eb61-c87d-4590-b3a9-10322e5f5574-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:a992eb61-c87d-4590-b3a9-10322e5f5574-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:a992eb61-c87d-4590-b3a9-10322e5f5574-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a9ce49a8-3ba5-4323-99a2-8695cb96ad8b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a9ce49a8-3ba5-4323-99a2-8695cb96ad8b/cast-vote-record-report.json deleted file mode 100644 index 2ceeb66786..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/a9ce49a8-3ba5-4323-99a2-8695cb96ad8b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"a9ce49a8-3ba5-4323-99a2-8695cb96ad8b-modified","UniqueId":"a9ce49a8-3ba5-4323-99a2-8695cb96ad8b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"a9ce49a8-3ba5-4323-99a2-8695cb96ad8b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:a9ce49a8-3ba5-4323-99a2-8695cb96ad8b-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:a9ce49a8-3ba5-4323-99a2-8695cb96ad8b-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aa0c7b46-161c-41a5-bba9-48a0a8e6b7ba/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aa0c7b46-161c-41a5-bba9-48a0a8e6b7ba/cast-vote-record-report.json new file mode 100644 index 0000000000..39b9e72a0f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aa0c7b46-161c-41a5-bba9-48a0a8e6b7ba/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"aa0c7b46-161c-41a5-bba9-48a0a8e6b7ba-modified","UniqueId":"aa0c7b46-161c-41a5-bba9-48a0a8e6b7ba","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"aa0c7b46-161c-41a5-bba9-48a0a8e6b7ba-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aada9228-50ad-474c-b2c1-203e0892cf31/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aada9228-50ad-474c-b2c1-203e0892cf31/cast-vote-record-report.json deleted file mode 100644 index c43c22eb35..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aada9228-50ad-474c-b2c1-203e0892cf31/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"aada9228-50ad-474c-b2c1-203e0892cf31-modified","UniqueId":"aada9228-50ad-474c-b2c1-203e0892cf31","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"aada9228-50ad-474c-b2c1-203e0892cf31-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab0df941-7e78-4cdb-8c98-2fd659391d5a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab0df941-7e78-4cdb-8c98-2fd659391d5a/cast-vote-record-report.json deleted file mode 100644 index ac3a23d8a7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab0df941-7e78-4cdb-8c98-2fd659391d5a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ab0df941-7e78-4cdb-8c98-2fd659391d5a-modified","UniqueId":"ab0df941-7e78-4cdb-8c98-2fd659391d5a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ab0df941-7e78-4cdb-8c98-2fd659391d5a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab5b0b9f-bda4-4863-a4f4-2d27045e2b64/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab5b0b9f-bda4-4863-a4f4-2d27045e2b64/cast-vote-record-report.json deleted file mode 100644 index 611d5ec9ac..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab5b0b9f-bda4-4863-a4f4-2d27045e2b64/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ab5b0b9f-bda4-4863-a4f4-2d27045e2b64-modified","UniqueId":"ab5b0b9f-bda4-4863-a4f4-2d27045e2b64","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ab5b0b9f-bda4-4863-a4f4-2d27045e2b64-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab659a0c-8795-4ddb-ab5f-2e9376f64682/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab659a0c-8795-4ddb-ab5f-2e9376f64682/cast-vote-record-report.json deleted file mode 100644 index 0ec8b6c0ea..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab659a0c-8795-4ddb-ab5f-2e9376f64682/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ab659a0c-8795-4ddb-ab5f-2e9376f64682-modified","UniqueId":"ab659a0c-8795-4ddb-ab5f-2e9376f64682","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ab659a0c-8795-4ddb-ab5f-2e9376f64682-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab786d1e-51e7-4264-a9d8-69e09de4cf1c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab786d1e-51e7-4264-a9d8-69e09de4cf1c/cast-vote-record-report.json deleted file mode 100644 index d5728a20ae..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab786d1e-51e7-4264-a9d8-69e09de4cf1c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ab786d1e-51e7-4264-a9d8-69e09de4cf1c-modified","UniqueId":"ab786d1e-51e7-4264-a9d8-69e09de4cf1c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ab786d1e-51e7-4264-a9d8-69e09de4cf1c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab8d4842-bbbe-445f-91f5-e229031ae189/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab8d4842-bbbe-445f-91f5-e229031ae189/cast-vote-record-report.json deleted file mode 100644 index 2c0dcef198..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ab8d4842-bbbe-445f-91f5-e229031ae189/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ab8d4842-bbbe-445f-91f5-e229031ae189-modified","UniqueId":"ab8d4842-bbbe-445f-91f5-e229031ae189","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ab8d4842-bbbe-445f-91f5-e229031ae189-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/abb63ae5-cc48-4612-9771-4722770ff4fb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/abb63ae5-cc48-4612-9771-4722770ff4fb/cast-vote-record-report.json new file mode 100644 index 0000000000..c9269c64e7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/abb63ae5-cc48-4612-9771-4722770ff4fb/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"abb63ae5-cc48-4612-9771-4722770ff4fb-modified","UniqueId":"abb63ae5-cc48-4612-9771-4722770ff4fb","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"abb63ae5-cc48-4612-9771-4722770ff4fb-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/abb6d659-713e-4a15-991b-c060740cfb11/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/abb6d659-713e-4a15-991b-c060740cfb11/cast-vote-record-report.json deleted file mode 100644 index b73e9347fb..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/abb6d659-713e-4a15-991b-c060740cfb11/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"abb6d659-713e-4a15-991b-c060740cfb11-modified","UniqueId":"abb6d659-713e-4a15-991b-c060740cfb11","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"abb6d659-713e-4a15-991b-c060740cfb11-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/abc9ed26-42a4-4002-a954-bc9dd37cdb26/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/abc9ed26-42a4-4002-a954-bc9dd37cdb26/cast-vote-record-report.json new file mode 100644 index 0000000000..59be780032 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/abc9ed26-42a4-4002-a954-bc9dd37cdb26/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"abc9ed26-42a4-4002-a954-bc9dd37cdb26-modified","UniqueId":"abc9ed26-42a4-4002-a954-bc9dd37cdb26","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"abc9ed26-42a4-4002-a954-bc9dd37cdb26-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/abd69905-02bf-4b8e-b82a-3b15dcfc0e24/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/abd69905-02bf-4b8e-b82a-3b15dcfc0e24/cast-vote-record-report.json new file mode 100644 index 0000000000..c36d7328ae --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/abd69905-02bf-4b8e-b82a-3b15dcfc0e24/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"abd69905-02bf-4b8e-b82a-3b15dcfc0e24-modified","UniqueId":"abd69905-02bf-4b8e-b82a-3b15dcfc0e24","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"abd69905-02bf-4b8e-b82a-3b15dcfc0e24-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ac282c62-7edd-45d5-94f7-432c05ff9650/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ac282c62-7edd-45d5-94f7-432c05ff9650/cast-vote-record-report.json new file mode 100644 index 0000000000..c9b2e6b3bf --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ac282c62-7edd-45d5-94f7-432c05ff9650/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ac282c62-7edd-45d5-94f7-432c05ff9650-modified","UniqueId":"ac282c62-7edd-45d5-94f7-432c05ff9650","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ac282c62-7edd-45d5-94f7-432c05ff9650-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ac652de2-823e-4d96-b133-8ca2f7bab60d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ac652de2-823e-4d96-b133-8ca2f7bab60d/cast-vote-record-report.json deleted file mode 100644 index 1ddf1bdc45..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ac652de2-823e-4d96-b133-8ca2f7bab60d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ac652de2-823e-4d96-b133-8ca2f7bab60d-modified","UniqueId":"ac652de2-823e-4d96-b133-8ca2f7bab60d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ac652de2-823e-4d96-b133-8ca2f7bab60d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/acbc256a-e5ee-4940-9814-142f70df49c0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/acbc256a-e5ee-4940-9814-142f70df49c0/cast-vote-record-report.json deleted file mode 100644 index bf23ceef69..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/acbc256a-e5ee-4940-9814-142f70df49c0/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"acbc256a-e5ee-4940-9814-142f70df49c0-modified","UniqueId":"acbc256a-e5ee-4940-9814-142f70df49c0","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"acbc256a-e5ee-4940-9814-142f70df49c0-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ad0eb3ef-bf7c-4df8-b836-cba9b23c32f5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ad0eb3ef-bf7c-4df8-b836-cba9b23c32f5/cast-vote-record-report.json new file mode 100644 index 0000000000..fed0bc2288 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ad0eb3ef-bf7c-4df8-b836-cba9b23c32f5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ad0eb3ef-bf7c-4df8-b836-cba9b23c32f5-modified","UniqueId":"ad0eb3ef-bf7c-4df8-b836-cba9b23c32f5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ad0eb3ef-bf7c-4df8-b836-cba9b23c32f5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ad1e6593-154a-4b78-ba0e-0e67df427aed/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ad1e6593-154a-4b78-ba0e-0e67df427aed/cast-vote-record-report.json new file mode 100644 index 0000000000..8cca5ebd4f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ad1e6593-154a-4b78-ba0e-0e67df427aed/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ad1e6593-154a-4b78-ba0e-0e67df427aed-modified","UniqueId":"ad1e6593-154a-4b78-ba0e-0e67df427aed","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ad1e6593-154a-4b78-ba0e-0e67df427aed-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ad7eb855-c870-48a3-8916-7fdc425ade6e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ad7eb855-c870-48a3-8916-7fdc425ade6e/cast-vote-record-report.json deleted file mode 100644 index 5f44fa8de3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ad7eb855-c870-48a3-8916-7fdc425ade6e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ad7eb855-c870-48a3-8916-7fdc425ade6e-modified","UniqueId":"ad7eb855-c870-48a3-8916-7fdc425ade6e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ad7eb855-c870-48a3-8916-7fdc425ade6e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adcd233a-d57f-4836-9e6d-69f83beef32e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adcd233a-d57f-4836-9e6d-69f83beef32e/cast-vote-record-report.json deleted file mode 100644 index 266b1afeee..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adcd233a-d57f-4836-9e6d-69f83beef32e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"adcd233a-d57f-4836-9e6d-69f83beef32e-modified","UniqueId":"adcd233a-d57f-4836-9e6d-69f83beef32e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"adcd233a-d57f-4836-9e6d-69f83beef32e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/afddd5b5-d707-4e2b-94dd-fb3a6f677f30/afddd5b5-d707-4e2b-94dd-fb3a6f677f30-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/adddee2a-1dbf-4eb1-b9e6-34779e5002f3-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/afddd5b5-d707-4e2b-94dd-fb3a6f677f30/afddd5b5-d707-4e2b-94dd-fb3a6f677f30-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/adddee2a-1dbf-4eb1-b9e6-34779e5002f3-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/adddee2a-1dbf-4eb1-b9e6-34779e5002f3-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/adddee2a-1dbf-4eb1-b9e6-34779e5002f3-back.layout.json new file mode 100644 index 0000000000..c9ed933086 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/adddee2a-1dbf-4eb1-b9e6-34779e5002f3-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/afddd5b5-d707-4e2b-94dd-fb3a6f677f30/afddd5b5-d707-4e2b-94dd-fb3a6f677f30-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/adddee2a-1dbf-4eb1-b9e6-34779e5002f3-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/afddd5b5-d707-4e2b-94dd-fb3a6f677f30/afddd5b5-d707-4e2b-94dd-fb3a6f677f30-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/adddee2a-1dbf-4eb1-b9e6-34779e5002f3-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/adddee2a-1dbf-4eb1-b9e6-34779e5002f3-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/adddee2a-1dbf-4eb1-b9e6-34779e5002f3-front.layout.json new file mode 100644 index 0000000000..e714b2272f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/adddee2a-1dbf-4eb1-b9e6-34779e5002f3-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-Ma_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/cast-vote-record-report.json new file mode 100644 index 0000000000..5cbef98b7f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adddee2a-1dbf-4eb1-b9e6-34779e5002f3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"adddee2a-1dbf-4eb1-b9e6-34779e5002f3-modified","UniqueId":"adddee2a-1dbf-4eb1-b9e6-34779e5002f3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"adddee2a-1dbf-4eb1-b9e6-34779e5002f3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:adddee2a-1dbf-4eb1-b9e6-34779e5002f3-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-21526ff05eb994c32cd05d76cbd78f397718d1fcc3c583b067b908ea91eb9cc3"},"Location":"file:adddee2a-1dbf-4eb1-b9e6-34779e5002f3-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-644e4d17ee42993af80fb55db32d65dd2c754e9e2848360b5d4192f061e568cb"},"Location":"file:adddee2a-1dbf-4eb1-b9e6-34779e5002f3-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adf4298b-ae93-45e3-9361-e732a2dd5762/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adf4298b-ae93-45e3-9361-e732a2dd5762/cast-vote-record-report.json deleted file mode 100644 index 638b568924..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/adf4298b-ae93-45e3-9361-e732a2dd5762/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"adf4298b-ae93-45e3-9361-e732a2dd5762-modified","UniqueId":"adf4298b-ae93-45e3-9361-e732a2dd5762","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"adf4298b-ae93-45e3-9361-e732a2dd5762-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae3544c3-b6a1-4acd-a882-dfba2c4a9af3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae3544c3-b6a1-4acd-a882-dfba2c4a9af3/cast-vote-record-report.json deleted file mode 100644 index 4aeac8a801..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae3544c3-b6a1-4acd-a882-dfba2c4a9af3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ae3544c3-b6a1-4acd-a882-dfba2c4a9af3-modified","UniqueId":"ae3544c3-b6a1-4acd-a882-dfba2c4a9af3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ae3544c3-b6a1-4acd-a882-dfba2c4a9af3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae5cf2bf-2fba-452f-9760-c8b4173037eb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae5cf2bf-2fba-452f-9760-c8b4173037eb/cast-vote-record-report.json deleted file mode 100644 index d5659c7cf1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae5cf2bf-2fba-452f-9760-c8b4173037eb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ae5cf2bf-2fba-452f-9760-c8b4173037eb-modified","UniqueId":"ae5cf2bf-2fba-452f-9760-c8b4173037eb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ae5cf2bf-2fba-452f-9760-c8b4173037eb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae61ce5c-865d-42b8-ab81-8fc8d96b0264/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae61ce5c-865d-42b8-ab81-8fc8d96b0264/cast-vote-record-report.json deleted file mode 100644 index da6cb89c99..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae61ce5c-865d-42b8-ab81-8fc8d96b0264/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ae61ce5c-865d-42b8-ab81-8fc8d96b0264-modified","UniqueId":"ae61ce5c-865d-42b8-ab81-8fc8d96b0264","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ae61ce5c-865d-42b8-ab81-8fc8d96b0264-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae702df0-edda-4898-9c6b-0a6a42f74131/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae702df0-edda-4898-9c6b-0a6a42f74131/cast-vote-record-report.json new file mode 100644 index 0000000000..5252caef85 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae702df0-edda-4898-9c6b-0a6a42f74131/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ae702df0-edda-4898-9c6b-0a6a42f74131-modified","UniqueId":"ae702df0-edda-4898-9c6b-0a6a42f74131","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ae702df0-edda-4898-9c6b-0a6a42f74131-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae7353e4-81a8-4bc7-8100-fe319d457132/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae7353e4-81a8-4bc7-8100-fe319d457132/cast-vote-record-report.json new file mode 100644 index 0000000000..11031934b3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ae7353e4-81a8-4bc7-8100-fe319d457132/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ae7353e4-81a8-4bc7-8100-fe319d457132-modified","UniqueId":"ae7353e4-81a8-4bc7-8100-fe319d457132","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ae7353e4-81a8-4bc7-8100-fe319d457132-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aea41b59-31f3-407b-9393-d7c26976fb79/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aea41b59-31f3-407b-9393-d7c26976fb79/cast-vote-record-report.json new file mode 100644 index 0000000000..d89c4974a8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aea41b59-31f3-407b-9393-d7c26976fb79/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"aea41b59-31f3-407b-9393-d7c26976fb79-modified","UniqueId":"aea41b59-31f3-407b-9393-d7c26976fb79","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"aea41b59-31f3-407b-9393-d7c26976fb79-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c2fb492d-e708-4208-a8ae-bf3bfe0181b4/c2fb492d-e708-4208-a8ae-bf3bfe0181b4-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/aec72723-b928-4cfb-b890-35a1b8c7c543-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c2fb492d-e708-4208-a8ae-bf3bfe0181b4/c2fb492d-e708-4208-a8ae-bf3bfe0181b4-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/aec72723-b928-4cfb-b890-35a1b8c7c543-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/aec72723-b928-4cfb-b890-35a1b8c7c543-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/aec72723-b928-4cfb-b890-35a1b8c7c543-back.layout.json new file mode 100644 index 0000000000..8d98dec45c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/aec72723-b928-4cfb-b890-35a1b8c7c543-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c2fb492d-e708-4208-a8ae-bf3bfe0181b4/c2fb492d-e708-4208-a8ae-bf3bfe0181b4-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/aec72723-b928-4cfb-b890-35a1b8c7c543-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c2fb492d-e708-4208-a8ae-bf3bfe0181b4/c2fb492d-e708-4208-a8ae-bf3bfe0181b4-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/aec72723-b928-4cfb-b890-35a1b8c7c543-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/aec72723-b928-4cfb-b890-35a1b8c7c543-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/aec72723-b928-4cfb-b890-35a1b8c7c543-front.layout.json new file mode 100644 index 0000000000..6dff7d3ffc --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/aec72723-b928-4cfb-b890-35a1b8c7c543-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/cast-vote-record-report.json new file mode 100644 index 0000000000..3694188c16 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aec72723-b928-4cfb-b890-35a1b8c7c543/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"aec72723-b928-4cfb-b890-35a1b8c7c543-modified","UniqueId":"aec72723-b928-4cfb-b890-35a1b8c7c543","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"aec72723-b928-4cfb-b890-35a1b8c7c543-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:aec72723-b928-4cfb-b890-35a1b8c7c543-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-4de796115482fcd1219820a5c11c10150fca93f4a34681f5f558c4d2f1ca0b3d"},"Location":"file:aec72723-b928-4cfb-b890-35a1b8c7c543-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-b8e3b9eb39f4530c8fe5d2599fddc2d7f825e26b689173ddcf0516b9f4845e78"},"Location":"file:aec72723-b928-4cfb-b890-35a1b8c7c543-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aed99938-3665-44b7-9308-d01aa7024bfa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aed99938-3665-44b7-9308-d01aa7024bfa/cast-vote-record-report.json new file mode 100644 index 0000000000..3436fe53de --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aed99938-3665-44b7-9308-d01aa7024bfa/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"aed99938-3665-44b7-9308-d01aa7024bfa-modified","UniqueId":"aed99938-3665-44b7-9308-d01aa7024bfa","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"aed99938-3665-44b7-9308-d01aa7024bfa-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aeec9f96-86a7-4a03-a373-2d5acd0b89b1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aeec9f96-86a7-4a03-a373-2d5acd0b89b1/cast-vote-record-report.json deleted file mode 100644 index 7263dc2457..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/aeec9f96-86a7-4a03-a373-2d5acd0b89b1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"aeec9f96-86a7-4a03-a373-2d5acd0b89b1-modified","UniqueId":"aeec9f96-86a7-4a03-a373-2d5acd0b89b1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"aeec9f96-86a7-4a03-a373-2d5acd0b89b1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/af0d34ef-25bb-4ce5-a266-098a07fbbc42/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/af0d34ef-25bb-4ce5-a266-098a07fbbc42/cast-vote-record-report.json new file mode 100644 index 0000000000..a10e37c5d7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/af0d34ef-25bb-4ce5-a266-098a07fbbc42/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"af0d34ef-25bb-4ce5-a266-098a07fbbc42-modified","UniqueId":"af0d34ef-25bb-4ce5-a266-098a07fbbc42","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"af0d34ef-25bb-4ce5-a266-098a07fbbc42-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/af67edbf-8ed2-4ea1-8c1e-80d2fdf2ef2b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/af67edbf-8ed2-4ea1-8c1e-80d2fdf2ef2b/cast-vote-record-report.json new file mode 100644 index 0000000000..0b0cfff06e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/af67edbf-8ed2-4ea1-8c1e-80d2fdf2ef2b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"af67edbf-8ed2-4ea1-8c1e-80d2fdf2ef2b-modified","UniqueId":"af67edbf-8ed2-4ea1-8c1e-80d2fdf2ef2b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"af67edbf-8ed2-4ea1-8c1e-80d2fdf2ef2b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/afddd5b5-d707-4e2b-94dd-fb3a6f677f30/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/afddd5b5-d707-4e2b-94dd-fb3a6f677f30/cast-vote-record-report.json deleted file mode 100644 index 0eef5d5d4a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/afddd5b5-d707-4e2b-94dd-fb3a6f677f30/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"afddd5b5-d707-4e2b-94dd-fb3a6f677f30-modified","UniqueId":"afddd5b5-d707-4e2b-94dd-fb3a6f677f30","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"afddd5b5-d707-4e2b-94dd-fb3a6f677f30-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:afddd5b5-d707-4e2b-94dd-fb3a6f677f30-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:afddd5b5-d707-4e2b-94dd-fb3a6f677f30-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/afe376c7-f6dd-4c5c-8abe-63503cc9f3f2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/afe376c7-f6dd-4c5c-8abe-63503cc9f3f2/cast-vote-record-report.json new file mode 100644 index 0000000000..aece9062d7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/afe376c7-f6dd-4c5c-8abe-63503cc9f3f2/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"afe376c7-f6dd-4c5c-8abe-63503cc9f3f2-modified","UniqueId":"afe376c7-f6dd-4c5c-8abe-63503cc9f3f2","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"afe376c7-f6dd-4c5c-8abe-63503cc9f3f2-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b0143399-0c1e-4341-960f-197a77a78427/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b0143399-0c1e-4341-960f-197a77a78427/cast-vote-record-report.json new file mode 100644 index 0000000000..dcbd94228f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b0143399-0c1e-4341-960f-197a77a78427/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b0143399-0c1e-4341-960f-197a77a78427-modified","UniqueId":"b0143399-0c1e-4341-960f-197a77a78427","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b0143399-0c1e-4341-960f-197a77a78427-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b07191b2-1ef7-4120-ac9f-53a6afb9aa87/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b07191b2-1ef7-4120-ac9f-53a6afb9aa87/cast-vote-record-report.json deleted file mode 100644 index cb892383e2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b07191b2-1ef7-4120-ac9f-53a6afb9aa87/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b07191b2-1ef7-4120-ac9f-53a6afb9aa87-modified","UniqueId":"b07191b2-1ef7-4120-ac9f-53a6afb9aa87","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b07191b2-1ef7-4120-ac9f-53a6afb9aa87-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b0c5d0d0-efba-4ada-8200-b4d32a1d5981/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b0c5d0d0-efba-4ada-8200-b4d32a1d5981/cast-vote-record-report.json deleted file mode 100644 index eac7ea415f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b0c5d0d0-efba-4ada-8200-b4d32a1d5981/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b0c5d0d0-efba-4ada-8200-b4d32a1d5981-modified","UniqueId":"b0c5d0d0-efba-4ada-8200-b4d32a1d5981","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b0c5d0d0-efba-4ada-8200-b4d32a1d5981-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b10f962d-12d7-4964-81ee-7ab4a8dfe371/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b10f962d-12d7-4964-81ee-7ab4a8dfe371/cast-vote-record-report.json deleted file mode 100644 index 5389db5d8b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b10f962d-12d7-4964-81ee-7ab4a8dfe371/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b10f962d-12d7-4964-81ee-7ab4a8dfe371-modified","UniqueId":"b10f962d-12d7-4964-81ee-7ab4a8dfe371","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b10f962d-12d7-4964-81ee-7ab4a8dfe371-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b15b3489-6048-4eba-bf83-5a73b1da05c2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b15b3489-6048-4eba-bf83-5a73b1da05c2/cast-vote-record-report.json deleted file mode 100644 index 935568bd4b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b15b3489-6048-4eba-bf83-5a73b1da05c2/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b15b3489-6048-4eba-bf83-5a73b1da05c2-modified","UniqueId":"b15b3489-6048-4eba-bf83-5a73b1da05c2","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b15b3489-6048-4eba-bf83-5a73b1da05c2-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1c8e956-c078-47c0-a638-5f3a31c26b84/d1c8e956-c078-47c0-a638-5f3a31c26b84-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/b1783ed7-113c-448d-850b-24ab5099c7e7-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1c8e956-c078-47c0-a638-5f3a31c26b84/d1c8e956-c078-47c0-a638-5f3a31c26b84-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/b1783ed7-113c-448d-850b-24ab5099c7e7-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/b1783ed7-113c-448d-850b-24ab5099c7e7-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/b1783ed7-113c-448d-850b-24ab5099c7e7-back.layout.json new file mode 100644 index 0000000000..2a4ec1b31f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/b1783ed7-113c-448d-850b-24ab5099c7e7-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1c8e956-c078-47c0-a638-5f3a31c26b84/d1c8e956-c078-47c0-a638-5f3a31c26b84-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/b1783ed7-113c-448d-850b-24ab5099c7e7-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1c8e956-c078-47c0-a638-5f3a31c26b84/d1c8e956-c078-47c0-a638-5f3a31c26b84-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/b1783ed7-113c-448d-850b-24ab5099c7e7-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/b1783ed7-113c-448d-850b-24ab5099c7e7-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/b1783ed7-113c-448d-850b-24ab5099c7e7-front.layout.json new file mode 100644 index 0000000000..1083b49440 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/b1783ed7-113c-448d-850b-24ab5099c7e7-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/cast-vote-record-report.json new file mode 100644 index 0000000000..f84ffac1a3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1783ed7-113c-448d-850b-24ab5099c7e7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b1783ed7-113c-448d-850b-24ab5099c7e7-modified","UniqueId":"b1783ed7-113c-448d-850b-24ab5099c7e7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b1783ed7-113c-448d-850b-24ab5099c7e7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:b1783ed7-113c-448d-850b-24ab5099c7e7-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-6da2fc6b80044429e14aeb2a6f9d85a137c95c7b35d72bb22a559eb87cba3313"},"Location":"file:b1783ed7-113c-448d-850b-24ab5099c7e7-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-7b55b520dc92a78f1a0571a5c1d83cc9a3378b2aa1c9df7acb687a7ab1702f06"},"Location":"file:b1783ed7-113c-448d-850b-24ab5099c7e7-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b18506d2-deaa-468a-ad4a-cb0591e252a8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b18506d2-deaa-468a-ad4a-cb0591e252a8/cast-vote-record-report.json new file mode 100644 index 0000000000..7babcfac51 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b18506d2-deaa-468a-ad4a-cb0591e252a8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b18506d2-deaa-468a-ad4a-cb0591e252a8-modified","UniqueId":"b18506d2-deaa-468a-ad4a-cb0591e252a8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b18506d2-deaa-468a-ad4a-cb0591e252a8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1c1bb6a-e38b-498a-ab8f-b3b65760bf40/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1c1bb6a-e38b-498a-ab8f-b3b65760bf40/cast-vote-record-report.json new file mode 100644 index 0000000000..e314f88d10 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1c1bb6a-e38b-498a-ab8f-b3b65760bf40/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b1c1bb6a-e38b-498a-ab8f-b3b65760bf40-modified","UniqueId":"b1c1bb6a-e38b-498a-ab8f-b3b65760bf40","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b1c1bb6a-e38b-498a-ab8f-b3b65760bf40-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1d089c2-0ca9-4bd2-bea6-b9f455c47005/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1d089c2-0ca9-4bd2-bea6-b9f455c47005/cast-vote-record-report.json deleted file mode 100644 index 9177de12d7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1d089c2-0ca9-4bd2-bea6-b9f455c47005/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b1d089c2-0ca9-4bd2-bea6-b9f455c47005-modified","UniqueId":"b1d089c2-0ca9-4bd2-bea6-b9f455c47005","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b1d089c2-0ca9-4bd2-bea6-b9f455c47005-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1de435b-a1f8-4d8a-b990-79a598165bdd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1de435b-a1f8-4d8a-b990-79a598165bdd/cast-vote-record-report.json deleted file mode 100644 index a24bb47730..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1de435b-a1f8-4d8a-b990-79a598165bdd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b1de435b-a1f8-4d8a-b990-79a598165bdd-modified","UniqueId":"b1de435b-a1f8-4d8a-b990-79a598165bdd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b1de435b-a1f8-4d8a-b990-79a598165bdd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1fa0366-ff63-481e-b3bf-e6ed8c959232/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1fa0366-ff63-481e-b3bf-e6ed8c959232/cast-vote-record-report.json deleted file mode 100644 index 797b8cd62d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b1fa0366-ff63-481e-b3bf-e6ed8c959232/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b1fa0366-ff63-481e-b3bf-e6ed8c959232-modified","UniqueId":"b1fa0366-ff63-481e-b3bf-e6ed8c959232","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b1fa0366-ff63-481e-b3bf-e6ed8c959232-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b20fa213-4229-4e9c-8a0d-b84cafc9b8ca/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b20fa213-4229-4e9c-8a0d-b84cafc9b8ca/cast-vote-record-report.json new file mode 100644 index 0000000000..5e171b9132 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b20fa213-4229-4e9c-8a0d-b84cafc9b8ca/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b20fa213-4229-4e9c-8a0d-b84cafc9b8ca-modified","UniqueId":"b20fa213-4229-4e9c-8a0d-b84cafc9b8ca","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b20fa213-4229-4e9c-8a0d-b84cafc9b8ca-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b235e0da-0e37-4d58-a93a-197f539495d9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b235e0da-0e37-4d58-a93a-197f539495d9/cast-vote-record-report.json new file mode 100644 index 0000000000..6891e10000 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b235e0da-0e37-4d58-a93a-197f539495d9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b235e0da-0e37-4d58-a93a-197f539495d9-modified","UniqueId":"b235e0da-0e37-4d58-a93a-197f539495d9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b235e0da-0e37-4d58-a93a-197f539495d9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b27356dc-15b9-4be2-aa67-74d939f26930/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b27356dc-15b9-4be2-aa67-74d939f26930/cast-vote-record-report.json new file mode 100644 index 0000000000..d94a8b81ac --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b27356dc-15b9-4be2-aa67-74d939f26930/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b27356dc-15b9-4be2-aa67-74d939f26930-modified","UniqueId":"b27356dc-15b9-4be2-aa67-74d939f26930","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b27356dc-15b9-4be2-aa67-74d939f26930-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b2c301ff-c0f4-4c84-881a-1b01f8719b5a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b2c301ff-c0f4-4c84-881a-1b01f8719b5a/cast-vote-record-report.json new file mode 100644 index 0000000000..1e7e17c625 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b2c301ff-c0f4-4c84-881a-1b01f8719b5a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b2c301ff-c0f4-4c84-881a-1b01f8719b5a-modified","UniqueId":"b2c301ff-c0f4-4c84-881a-1b01f8719b5a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b2c301ff-c0f4-4c84-881a-1b01f8719b5a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b2cb7005-b310-49eb-b540-f8a6bd8994aa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b2cb7005-b310-49eb-b540-f8a6bd8994aa/cast-vote-record-report.json new file mode 100644 index 0000000000..0b12eca20a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b2cb7005-b310-49eb-b540-f8a6bd8994aa/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b2cb7005-b310-49eb-b540-f8a6bd8994aa-modified","UniqueId":"b2cb7005-b310-49eb-b540-f8a6bd8994aa","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b2cb7005-b310-49eb-b540-f8a6bd8994aa-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b327cd34-fe92-4a92-aef4-089e00494a4d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b327cd34-fe92-4a92-aef4-089e00494a4d/cast-vote-record-report.json new file mode 100644 index 0000000000..228bade6e6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b327cd34-fe92-4a92-aef4-089e00494a4d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b327cd34-fe92-4a92-aef4-089e00494a4d-modified","UniqueId":"b327cd34-fe92-4a92-aef4-089e00494a4d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b327cd34-fe92-4a92-aef4-089e00494a4d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b32cf97f-2363-43e4-b657-9ffedc6c0898/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b32cf97f-2363-43e4-b657-9ffedc6c0898/cast-vote-record-report.json deleted file mode 100644 index 54264307c0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b32cf97f-2363-43e4-b657-9ffedc6c0898/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b32cf97f-2363-43e4-b657-9ffedc6c0898-modified","UniqueId":"b32cf97f-2363-43e4-b657-9ffedc6c0898","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b32cf97f-2363-43e4-b657-9ffedc6c0898-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b386a65b-14d1-482a-a697-bc5ee28a736f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b386a65b-14d1-482a-a697-bc5ee28a736f/cast-vote-record-report.json new file mode 100644 index 0000000000..911d78838b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b386a65b-14d1-482a-a697-bc5ee28a736f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b386a65b-14d1-482a-a697-bc5ee28a736f-modified","UniqueId":"b386a65b-14d1-482a-a697-bc5ee28a736f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b386a65b-14d1-482a-a697-bc5ee28a736f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b3985a48-e54f-4744-9179-30834ccab335/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b3985a48-e54f-4744-9179-30834ccab335/cast-vote-record-report.json new file mode 100644 index 0000000000..7d83d5a18a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b3985a48-e54f-4744-9179-30834ccab335/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b3985a48-e54f-4744-9179-30834ccab335-modified","UniqueId":"b3985a48-e54f-4744-9179-30834ccab335","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b3985a48-e54f-4744-9179-30834ccab335-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b3cf4413-bff9-44fe-82ef-b5cf8fd64e49/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b3cf4413-bff9-44fe-82ef-b5cf8fd64e49/cast-vote-record-report.json new file mode 100644 index 0000000000..8ec3bdedfe --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b3cf4413-bff9-44fe-82ef-b5cf8fd64e49/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b3cf4413-bff9-44fe-82ef-b5cf8fd64e49-modified","UniqueId":"b3cf4413-bff9-44fe-82ef-b5cf8fd64e49","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b3cf4413-bff9-44fe-82ef-b5cf8fd64e49-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b44e903b-265b-4afd-a618-a1d9657df2cd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b44e903b-265b-4afd-a618-a1d9657df2cd/cast-vote-record-report.json deleted file mode 100644 index c42f4a306f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b44e903b-265b-4afd-a618-a1d9657df2cd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b44e903b-265b-4afd-a618-a1d9657df2cd-modified","UniqueId":"b44e903b-265b-4afd-a618-a1d9657df2cd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b44e903b-265b-4afd-a618-a1d9657df2cd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b46ba639-61e6-4392-a465-0935d318f85d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b46ba639-61e6-4392-a465-0935d318f85d/cast-vote-record-report.json deleted file mode 100644 index daefa0bb13..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b46ba639-61e6-4392-a465-0935d318f85d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b46ba639-61e6-4392-a465-0935d318f85d-modified","UniqueId":"b46ba639-61e6-4392-a465-0935d318f85d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b46ba639-61e6-4392-a465-0935d318f85d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b48ff816-d745-4cde-ba08-6434f353a1e5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b48ff816-d745-4cde-ba08-6434f353a1e5/cast-vote-record-report.json new file mode 100644 index 0000000000..50485847bb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b48ff816-d745-4cde-ba08-6434f353a1e5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b48ff816-d745-4cde-ba08-6434f353a1e5-modified","UniqueId":"b48ff816-d745-4cde-ba08-6434f353a1e5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b48ff816-d745-4cde-ba08-6434f353a1e5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b4941543-ca96-467b-a5ef-473b30165954/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b4941543-ca96-467b-a5ef-473b30165954/cast-vote-record-report.json deleted file mode 100644 index 2514472955..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b4941543-ca96-467b-a5ef-473b30165954/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b4941543-ca96-467b-a5ef-473b30165954-modified","UniqueId":"b4941543-ca96-467b-a5ef-473b30165954","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b4941543-ca96-467b-a5ef-473b30165954-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b4abe8a9-d595-44b9-bf06-7a6d2f4db56a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b4abe8a9-d595-44b9-bf06-7a6d2f4db56a/cast-vote-record-report.json new file mode 100644 index 0000000000..b98fda855c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b4abe8a9-d595-44b9-bf06-7a6d2f4db56a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b4abe8a9-d595-44b9-bf06-7a6d2f4db56a-modified","UniqueId":"b4abe8a9-d595-44b9-bf06-7a6d2f4db56a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b4abe8a9-d595-44b9-bf06-7a6d2f4db56a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b4b12618-77dc-4b5e-af01-ce068bac9aca/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b4b12618-77dc-4b5e-af01-ce068bac9aca/cast-vote-record-report.json deleted file mode 100644 index 8146471c37..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b4b12618-77dc-4b5e-af01-ce068bac9aca/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b4b12618-77dc-4b5e-af01-ce068bac9aca-modified","UniqueId":"b4b12618-77dc-4b5e-af01-ce068bac9aca","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b4b12618-77dc-4b5e-af01-ce068bac9aca-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b5091022-fb79-45fb-96b7-394c5e8b4d73/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b5091022-fb79-45fb-96b7-394c5e8b4d73/cast-vote-record-report.json deleted file mode 100644 index c3fc9c206b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b5091022-fb79-45fb-96b7-394c5e8b4d73/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b5091022-fb79-45fb-96b7-394c5e8b4d73-modified","UniqueId":"b5091022-fb79-45fb-96b7-394c5e8b4d73","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b5091022-fb79-45fb-96b7-394c5e8b4d73-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b54746a5-4e6c-4e39-8d7a-422063fbab73/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b54746a5-4e6c-4e39-8d7a-422063fbab73/cast-vote-record-report.json deleted file mode 100644 index a956df8dd1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b54746a5-4e6c-4e39-8d7a-422063fbab73/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b54746a5-4e6c-4e39-8d7a-422063fbab73-modified","UniqueId":"b54746a5-4e6c-4e39-8d7a-422063fbab73","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b54746a5-4e6c-4e39-8d7a-422063fbab73-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b5b6e08b-7eb4-4639-bd1f-301020b930d9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b5b6e08b-7eb4-4639-bd1f-301020b930d9/cast-vote-record-report.json deleted file mode 100644 index dc583a3b39..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b5b6e08b-7eb4-4639-bd1f-301020b930d9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b5b6e08b-7eb4-4639-bd1f-301020b930d9-modified","UniqueId":"b5b6e08b-7eb4-4639-bd1f-301020b930d9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b5b6e08b-7eb4-4639-bd1f-301020b930d9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b5e2befa-cf40-42df-90f4-b9e7667404b6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b5e2befa-cf40-42df-90f4-b9e7667404b6/cast-vote-record-report.json new file mode 100644 index 0000000000..62c24d7941 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b5e2befa-cf40-42df-90f4-b9e7667404b6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b5e2befa-cf40-42df-90f4-b9e7667404b6-modified","UniqueId":"b5e2befa-cf40-42df-90f4-b9e7667404b6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b5e2befa-cf40-42df-90f4-b9e7667404b6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b62c63d0-5df5-4df1-a4cb-53c54995159d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b62c63d0-5df5-4df1-a4cb-53c54995159d/cast-vote-record-report.json deleted file mode 100644 index d626361fb7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b62c63d0-5df5-4df1-a4cb-53c54995159d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b62c63d0-5df5-4df1-a4cb-53c54995159d-modified","UniqueId":"b62c63d0-5df5-4df1-a4cb-53c54995159d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b62c63d0-5df5-4df1-a4cb-53c54995159d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b6756b84-9742-4d81-ae42-f0b78baad8ce/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b6756b84-9742-4d81-ae42-f0b78baad8ce/cast-vote-record-report.json new file mode 100644 index 0000000000..c34a57d801 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b6756b84-9742-4d81-ae42-f0b78baad8ce/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b6756b84-9742-4d81-ae42-f0b78baad8ce-modified","UniqueId":"b6756b84-9742-4d81-ae42-f0b78baad8ce","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b6756b84-9742-4d81-ae42-f0b78baad8ce-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b6db455d-e4ca-4962-9e26-79cb76a5bb69/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b6db455d-e4ca-4962-9e26-79cb76a5bb69/cast-vote-record-report.json new file mode 100644 index 0000000000..3383bd4c46 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b6db455d-e4ca-4962-9e26-79cb76a5bb69/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b6db455d-e4ca-4962-9e26-79cb76a5bb69-modified","UniqueId":"b6db455d-e4ca-4962-9e26-79cb76a5bb69","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b6db455d-e4ca-4962-9e26-79cb76a5bb69-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b6fcd428-1900-43ed-b5dd-d92c2068266d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b6fcd428-1900-43ed-b5dd-d92c2068266d/cast-vote-record-report.json new file mode 100644 index 0000000000..77fe36dd91 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b6fcd428-1900-43ed-b5dd-d92c2068266d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b6fcd428-1900-43ed-b5dd-d92c2068266d-modified","UniqueId":"b6fcd428-1900-43ed-b5dd-d92c2068266d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b6fcd428-1900-43ed-b5dd-d92c2068266d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7166b1f-fb60-4c25-81d3-ab53323bdc84/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7166b1f-fb60-4c25-81d3-ab53323bdc84/cast-vote-record-report.json deleted file mode 100644 index b18ca0377c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7166b1f-fb60-4c25-81d3-ab53323bdc84/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b7166b1f-fb60-4c25-81d3-ab53323bdc84-modified","UniqueId":"b7166b1f-fb60-4c25-81d3-ab53323bdc84","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b7166b1f-fb60-4c25-81d3-ab53323bdc84-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b73d257d-8052-45da-9f6a-39c4d9536330/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b73d257d-8052-45da-9f6a-39c4d9536330/cast-vote-record-report.json new file mode 100644 index 0000000000..c8072ae1a5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b73d257d-8052-45da-9f6a-39c4d9536330/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b73d257d-8052-45da-9f6a-39c4d9536330-modified","UniqueId":"b73d257d-8052-45da-9f6a-39c4d9536330","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b73d257d-8052-45da-9f6a-39c4d9536330-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b746c8b4-ff76-4018-872a-c06dc940aa52/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b746c8b4-ff76-4018-872a-c06dc940aa52/cast-vote-record-report.json new file mode 100644 index 0000000000..a3da801192 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b746c8b4-ff76-4018-872a-c06dc940aa52/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b746c8b4-ff76-4018-872a-c06dc940aa52-modified","UniqueId":"b746c8b4-ff76-4018-872a-c06dc940aa52","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b746c8b4-ff76-4018-872a-c06dc940aa52-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b773c9b9-a378-436a-b4bc-c165cf22621c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b773c9b9-a378-436a-b4bc-c165cf22621c/cast-vote-record-report.json deleted file mode 100644 index f64659c557..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b773c9b9-a378-436a-b4bc-c165cf22621c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b773c9b9-a378-436a-b4bc-c165cf22621c-modified","UniqueId":"b773c9b9-a378-436a-b4bc-c165cf22621c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b773c9b9-a378-436a-b4bc-c165cf22621c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7ab2fb3-1536-4711-8f99-25c8f2c48c92/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7ab2fb3-1536-4711-8f99-25c8f2c48c92/cast-vote-record-report.json new file mode 100644 index 0000000000..20bcc5c4bb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7ab2fb3-1536-4711-8f99-25c8f2c48c92/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b7ab2fb3-1536-4711-8f99-25c8f2c48c92-modified","UniqueId":"b7ab2fb3-1536-4711-8f99-25c8f2c48c92","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b7ab2fb3-1536-4711-8f99-25c8f2c48c92-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7c9f5af-4c66-42f7-9d69-95b22e7c9841/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7c9f5af-4c66-42f7-9d69-95b22e7c9841/cast-vote-record-report.json new file mode 100644 index 0000000000..fbe9e673db --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7c9f5af-4c66-42f7-9d69-95b22e7c9841/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b7c9f5af-4c66-42f7-9d69-95b22e7c9841-modified","UniqueId":"b7c9f5af-4c66-42f7-9d69-95b22e7c9841","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b7c9f5af-4c66-42f7-9d69-95b22e7c9841-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7edb08b-f1a4-4ca6-a1ff-0a72ef86c62e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7edb08b-f1a4-4ca6-a1ff-0a72ef86c62e/cast-vote-record-report.json deleted file mode 100644 index 4af27c8505..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7edb08b-f1a4-4ca6-a1ff-0a72ef86c62e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b7edb08b-f1a4-4ca6-a1ff-0a72ef86c62e-modified","UniqueId":"b7edb08b-f1a4-4ca6-a1ff-0a72ef86c62e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b7edb08b-f1a4-4ca6-a1ff-0a72ef86c62e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7ee85ca-2923-4cad-aa28-a505a9cbc28a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7ee85ca-2923-4cad-aa28-a505a9cbc28a/cast-vote-record-report.json new file mode 100644 index 0000000000..151a2f66e2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7ee85ca-2923-4cad-aa28-a505a9cbc28a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b7ee85ca-2923-4cad-aa28-a505a9cbc28a-modified","UniqueId":"b7ee85ca-2923-4cad-aa28-a505a9cbc28a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b7ee85ca-2923-4cad-aa28-a505a9cbc28a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7f658a4-9776-4f74-82d4-0d798aa480dd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7f658a4-9776-4f74-82d4-0d798aa480dd/cast-vote-record-report.json deleted file mode 100644 index 0198431390..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b7f658a4-9776-4f74-82d4-0d798aa480dd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b7f658a4-9776-4f74-82d4-0d798aa480dd-modified","UniqueId":"b7f658a4-9776-4f74-82d4-0d798aa480dd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b7f658a4-9776-4f74-82d4-0d798aa480dd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b80e1dbc-ce12-4b99-bbec-a81cc8079ade/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b80e1dbc-ce12-4b99-bbec-a81cc8079ade/cast-vote-record-report.json new file mode 100644 index 0000000000..59fb1e185b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b80e1dbc-ce12-4b99-bbec-a81cc8079ade/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b80e1dbc-ce12-4b99-bbec-a81cc8079ade-modified","UniqueId":"b80e1dbc-ce12-4b99-bbec-a81cc8079ade","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b80e1dbc-ce12-4b99-bbec-a81cc8079ade-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8107d83-d0c9-4382-9d86-0f5a517ecad9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8107d83-d0c9-4382-9d86-0f5a517ecad9/cast-vote-record-report.json deleted file mode 100644 index cc58216382..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8107d83-d0c9-4382-9d86-0f5a517ecad9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b8107d83-d0c9-4382-9d86-0f5a517ecad9-modified","UniqueId":"b8107d83-d0c9-4382-9d86-0f5a517ecad9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b8107d83-d0c9-4382-9d86-0f5a517ecad9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b83fd852-862a-4853-a1a1-71ee9bec2591/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b83fd852-862a-4853-a1a1-71ee9bec2591/cast-vote-record-report.json new file mode 100644 index 0000000000..8dd6d69e4a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b83fd852-862a-4853-a1a1-71ee9bec2591/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b83fd852-862a-4853-a1a1-71ee9bec2591-modified","UniqueId":"b83fd852-862a-4853-a1a1-71ee9bec2591","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b83fd852-862a-4853-a1a1-71ee9bec2591-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b851b7f3-2b0a-4dcb-94e6-b1b48e2202ce/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b851b7f3-2b0a-4dcb-94e6-b1b48e2202ce/cast-vote-record-report.json deleted file mode 100644 index 1738dc147b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b851b7f3-2b0a-4dcb-94e6-b1b48e2202ce/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b851b7f3-2b0a-4dcb-94e6-b1b48e2202ce-modified","UniqueId":"b851b7f3-2b0a-4dcb-94e6-b1b48e2202ce","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b851b7f3-2b0a-4dcb-94e6-b1b48e2202ce-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8772cb7-45df-4291-a1a0-5bc3587bf389/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8772cb7-45df-4291-a1a0-5bc3587bf389/cast-vote-record-report.json new file mode 100644 index 0000000000..539b0c2b71 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8772cb7-45df-4291-a1a0-5bc3587bf389/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b8772cb7-45df-4291-a1a0-5bc3587bf389-modified","UniqueId":"b8772cb7-45df-4291-a1a0-5bc3587bf389","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b8772cb7-45df-4291-a1a0-5bc3587bf389-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3def2f0-bad9-4a5c-a56a-ce9046ddd70e/d3def2f0-bad9-4a5c-a56a-ce9046ddd70e-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/b8dde529-9300-4c26-965f-4254193984fe-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3def2f0-bad9-4a5c-a56a-ce9046ddd70e/d3def2f0-bad9-4a5c-a56a-ce9046ddd70e-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/b8dde529-9300-4c26-965f-4254193984fe-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/b8dde529-9300-4c26-965f-4254193984fe-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/b8dde529-9300-4c26-965f-4254193984fe-back.layout.json new file mode 100644 index 0000000000..43c000c42f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/b8dde529-9300-4c26-965f-4254193984fe-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3def2f0-bad9-4a5c-a56a-ce9046ddd70e/d3def2f0-bad9-4a5c-a56a-ce9046ddd70e-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/b8dde529-9300-4c26-965f-4254193984fe-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3def2f0-bad9-4a5c-a56a-ce9046ddd70e/d3def2f0-bad9-4a5c-a56a-ce9046ddd70e-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/b8dde529-9300-4c26-965f-4254193984fe-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/b8dde529-9300-4c26-965f-4254193984fe-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/b8dde529-9300-4c26-965f-4254193984fe-front.layout.json new file mode 100644 index 0000000000..55c7558357 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/b8dde529-9300-4c26-965f-4254193984fe-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/cast-vote-record-report.json new file mode 100644 index 0000000000..a4bb11283e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b8dde529-9300-4c26-965f-4254193984fe/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b8dde529-9300-4c26-965f-4254193984fe-modified","UniqueId":"b8dde529-9300-4c26-965f-4254193984fe","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b8dde529-9300-4c26-965f-4254193984fe-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:b8dde529-9300-4c26-965f-4254193984fe-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-680beda755b8abd21b5483cb607b123462a456201cee2b6791a92014f2cbc023"},"Location":"file:b8dde529-9300-4c26-965f-4254193984fe-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-1d8be1344f78b021d6256b4675613a6169a2c6851cb39dd83d7d2cf301c127ce"},"Location":"file:b8dde529-9300-4c26-965f-4254193984fe-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9014bc0-b4c5-4b1c-a61e-19e2118a43b4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9014bc0-b4c5-4b1c-a61e-19e2118a43b4/cast-vote-record-report.json deleted file mode 100644 index 39c65266e3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9014bc0-b4c5-4b1c-a61e-19e2118a43b4/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b9014bc0-b4c5-4b1c-a61e-19e2118a43b4-modified","UniqueId":"b9014bc0-b4c5-4b1c-a61e-19e2118a43b4","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b9014bc0-b4c5-4b1c-a61e-19e2118a43b4-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9075a4f-a034-4c6c-bc6f-99d30119f639/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9075a4f-a034-4c6c-bc6f-99d30119f639/cast-vote-record-report.json deleted file mode 100644 index 22daa8d22a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9075a4f-a034-4c6c-bc6f-99d30119f639/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b9075a4f-a034-4c6c-bc6f-99d30119f639-modified","UniqueId":"b9075a4f-a034-4c6c-bc6f-99d30119f639","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b9075a4f-a034-4c6c-bc6f-99d30119f639-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b950ec59-35fc-4258-948f-ae1f56222f94/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b950ec59-35fc-4258-948f-ae1f56222f94/cast-vote-record-report.json deleted file mode 100644 index 6241c84023..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b950ec59-35fc-4258-948f-ae1f56222f94/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b950ec59-35fc-4258-948f-ae1f56222f94-modified","UniqueId":"b950ec59-35fc-4258-948f-ae1f56222f94","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b950ec59-35fc-4258-948f-ae1f56222f94-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b97085cd-6c4a-4628-8f7e-ca55cbf2b22b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b97085cd-6c4a-4628-8f7e-ca55cbf2b22b/cast-vote-record-report.json deleted file mode 100644 index b5dac2cfb9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b97085cd-6c4a-4628-8f7e-ca55cbf2b22b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b97085cd-6c4a-4628-8f7e-ca55cbf2b22b-modified","UniqueId":"b97085cd-6c4a-4628-8f7e-ca55cbf2b22b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b97085cd-6c4a-4628-8f7e-ca55cbf2b22b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a66044-6885-41b5-bf4a-10d66f9894cf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a66044-6885-41b5-bf4a-10d66f9894cf/cast-vote-record-report.json deleted file mode 100644 index b26b8ebbcf..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a66044-6885-41b5-bf4a-10d66f9894cf/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"b9a66044-6885-41b5-bf4a-10d66f9894cf-modified","UniqueId":"b9a66044-6885-41b5-bf4a-10d66f9894cf","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b9a66044-6885-41b5-bf4a-10d66f9894cf-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d561c6c5-256a-440d-9f38-997833f54200/d561c6c5-256a-440d-9f38-997833f54200-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/b9a6e042-ba88-4974-a6f2-02034b048bd7-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d561c6c5-256a-440d-9f38-997833f54200/d561c6c5-256a-440d-9f38-997833f54200-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/b9a6e042-ba88-4974-a6f2-02034b048bd7-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/b9a6e042-ba88-4974-a6f2-02034b048bd7-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/b9a6e042-ba88-4974-a6f2-02034b048bd7-back.layout.json new file mode 100644 index 0000000000..30ecca1b3f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/b9a6e042-ba88-4974-a6f2-02034b048bd7-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d561c6c5-256a-440d-9f38-997833f54200/d561c6c5-256a-440d-9f38-997833f54200-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/b9a6e042-ba88-4974-a6f2-02034b048bd7-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d561c6c5-256a-440d-9f38-997833f54200/d561c6c5-256a-440d-9f38-997833f54200-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/b9a6e042-ba88-4974-a6f2-02034b048bd7-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/b9a6e042-ba88-4974-a6f2-02034b048bd7-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/b9a6e042-ba88-4974-a6f2-02034b048bd7-front.layout.json new file mode 100644 index 0000000000..f347f0b2af --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/b9a6e042-ba88-4974-a6f2-02034b048bd7-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/cast-vote-record-report.json new file mode 100644 index 0000000000..2e0ff76cab --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9a6e042-ba88-4974-a6f2-02034b048bd7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b9a6e042-ba88-4974-a6f2-02034b048bd7-modified","UniqueId":"b9a6e042-ba88-4974-a6f2-02034b048bd7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b9a6e042-ba88-4974-a6f2-02034b048bd7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:b9a6e042-ba88-4974-a6f2-02034b048bd7-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-db98b4c325e9562d724b8961d4366c79a7176e490e1018eda663e1be5ac6a1c4"},"Location":"file:b9a6e042-ba88-4974-a6f2-02034b048bd7-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-34cbfe00ea042daeea26eddb0caa04ea3ece17a78ee0ce8b66a52207824ffbbd"},"Location":"file:b9a6e042-ba88-4974-a6f2-02034b048bd7-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9f7501a-18e5-489f-8f01-eaca362cd8bf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9f7501a-18e5-489f-8f01-eaca362cd8bf/cast-vote-record-report.json new file mode 100644 index 0000000000..41c7c44d60 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/b9f7501a-18e5-489f-8f01-eaca362cd8bf/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"b9f7501a-18e5-489f-8f01-eaca362cd8bf-modified","UniqueId":"b9f7501a-18e5-489f-8f01-eaca362cd8bf","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"b9f7501a-18e5-489f-8f01-eaca362cd8bf-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ba11c0da-5dad-4106-8d54-5d093cdefc4b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ba11c0da-5dad-4106-8d54-5d093cdefc4b/cast-vote-record-report.json new file mode 100644 index 0000000000..03df118b52 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ba11c0da-5dad-4106-8d54-5d093cdefc4b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ba11c0da-5dad-4106-8d54-5d093cdefc4b-modified","UniqueId":"ba11c0da-5dad-4106-8d54-5d093cdefc4b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ba11c0da-5dad-4106-8d54-5d093cdefc4b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ba5eca69-6e17-4e0b-a4a2-abd45636499c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ba5eca69-6e17-4e0b-a4a2-abd45636499c/cast-vote-record-report.json new file mode 100644 index 0000000000..2ee73eca5a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ba5eca69-6e17-4e0b-a4a2-abd45636499c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ba5eca69-6e17-4e0b-a4a2-abd45636499c-modified","UniqueId":"ba5eca69-6e17-4e0b-a4a2-abd45636499c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ba5eca69-6e17-4e0b-a4a2-abd45636499c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/baed212d-b120-4314-bf2d-d1b6f6033c98/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/baed212d-b120-4314-bf2d-d1b6f6033c98/cast-vote-record-report.json new file mode 100644 index 0000000000..cd9a40c319 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/baed212d-b120-4314-bf2d-d1b6f6033c98/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"baed212d-b120-4314-bf2d-d1b6f6033c98-modified","UniqueId":"baed212d-b120-4314-bf2d-d1b6f6033c98","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"baed212d-b120-4314-bf2d-d1b6f6033c98-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bb0f9b18-7dfa-46b2-ae1e-792ba40663f5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bb0f9b18-7dfa-46b2-ae1e-792ba40663f5/cast-vote-record-report.json deleted file mode 100644 index c6df03aaed..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bb0f9b18-7dfa-46b2-ae1e-792ba40663f5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bb0f9b18-7dfa-46b2-ae1e-792ba40663f5-modified","UniqueId":"bb0f9b18-7dfa-46b2-ae1e-792ba40663f5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bb0f9b18-7dfa-46b2-ae1e-792ba40663f5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bb2dda94-e6ca-4af8-ad2a-ee545a626573/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bb2dda94-e6ca-4af8-ad2a-ee545a626573/cast-vote-record-report.json deleted file mode 100644 index 81ba477abd..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bb2dda94-e6ca-4af8-ad2a-ee545a626573/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bb2dda94-e6ca-4af8-ad2a-ee545a626573-modified","UniqueId":"bb2dda94-e6ca-4af8-ad2a-ee545a626573","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bb2dda94-e6ca-4af8-ad2a-ee545a626573-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bb7bb8ed-d51f-49a8-82c8-809096a899ec/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bb7bb8ed-d51f-49a8-82c8-809096a899ec/cast-vote-record-report.json deleted file mode 100644 index 41b7b7da8f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bb7bb8ed-d51f-49a8-82c8-809096a899ec/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bb7bb8ed-d51f-49a8-82c8-809096a899ec-modified","UniqueId":"bb7bb8ed-d51f-49a8-82c8-809096a899ec","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bb7bb8ed-d51f-49a8-82c8-809096a899ec-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bb8ddcda-e020-453f-9d76-490fc7b6824a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bb8ddcda-e020-453f-9d76-490fc7b6824a/cast-vote-record-report.json deleted file mode 100644 index f422c82970..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bb8ddcda-e020-453f-9d76-490fc7b6824a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bb8ddcda-e020-453f-9d76-490fc7b6824a-modified","UniqueId":"bb8ddcda-e020-453f-9d76-490fc7b6824a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bb8ddcda-e020-453f-9d76-490fc7b6824a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bbfe3d2c-cc6e-4f5f-884c-2d8e268d96cb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bbfe3d2c-cc6e-4f5f-884c-2d8e268d96cb/cast-vote-record-report.json deleted file mode 100644 index 8f0359e05c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bbfe3d2c-cc6e-4f5f-884c-2d8e268d96cb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bbfe3d2c-cc6e-4f5f-884c-2d8e268d96cb-modified","UniqueId":"bbfe3d2c-cc6e-4f5f-884c-2d8e268d96cb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bbfe3d2c-cc6e-4f5f-884c-2d8e268d96cb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bc3e27c8-22fd-42a9-a174-8636193e6390/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bc3e27c8-22fd-42a9-a174-8636193e6390/cast-vote-record-report.json deleted file mode 100644 index bc9d74b383..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bc3e27c8-22fd-42a9-a174-8636193e6390/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bc3e27c8-22fd-42a9-a174-8636193e6390-modified","UniqueId":"bc3e27c8-22fd-42a9-a174-8636193e6390","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bc3e27c8-22fd-42a9-a174-8636193e6390-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bc693a23-0fd0-4ec1-abe5-1b6693a53c59/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bc693a23-0fd0-4ec1-abe5-1b6693a53c59/cast-vote-record-report.json new file mode 100644 index 0000000000..792e661e93 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bc693a23-0fd0-4ec1-abe5-1b6693a53c59/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"bc693a23-0fd0-4ec1-abe5-1b6693a53c59-modified","UniqueId":"bc693a23-0fd0-4ec1-abe5-1b6693a53c59","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bc693a23-0fd0-4ec1-abe5-1b6693a53c59-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bc7342b7-d7f7-4775-ae6d-81bf5c2356ff/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bc7342b7-d7f7-4775-ae6d-81bf5c2356ff/cast-vote-record-report.json deleted file mode 100644 index 4b3847a590..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bc7342b7-d7f7-4775-ae6d-81bf5c2356ff/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bc7342b7-d7f7-4775-ae6d-81bf5c2356ff-modified","UniqueId":"bc7342b7-d7f7-4775-ae6d-81bf5c2356ff","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bc7342b7-d7f7-4775-ae6d-81bf5c2356ff-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bc8085a3-a220-44fa-88da-3675b4eada8d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bc8085a3-a220-44fa-88da-3675b4eada8d/cast-vote-record-report.json deleted file mode 100644 index 837d3b58ba..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bc8085a3-a220-44fa-88da-3675b4eada8d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bc8085a3-a220-44fa-88da-3675b4eada8d-modified","UniqueId":"bc8085a3-a220-44fa-88da-3675b4eada8d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bc8085a3-a220-44fa-88da-3675b4eada8d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bd4ad7e4-82f6-4a4b-a72c-3a49d2250d7f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bd4ad7e4-82f6-4a4b-a72c-3a49d2250d7f/cast-vote-record-report.json deleted file mode 100644 index 00e9c52bad..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bd4ad7e4-82f6-4a4b-a72c-3a49d2250d7f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bd4ad7e4-82f6-4a4b-a72c-3a49d2250d7f-modified","UniqueId":"bd4ad7e4-82f6-4a4b-a72c-3a49d2250d7f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bd4ad7e4-82f6-4a4b-a72c-3a49d2250d7f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bd7b6538-f4ef-46c2-b062-cf408859f416/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bd7b6538-f4ef-46c2-b062-cf408859f416/cast-vote-record-report.json deleted file mode 100644 index 2ba1a9a425..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bd7b6538-f4ef-46c2-b062-cf408859f416/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bd7b6538-f4ef-46c2-b062-cf408859f416-modified","UniqueId":"bd7b6538-f4ef-46c2-b062-cf408859f416","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bd7b6538-f4ef-46c2-b062-cf408859f416-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/be1303a3-5b0d-478a-80c5-1bba1d618a7d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/be1303a3-5b0d-478a-80c5-1bba1d618a7d/cast-vote-record-report.json deleted file mode 100644 index 3a08cdcb4a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/be1303a3-5b0d-478a-80c5-1bba1d618a7d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"be1303a3-5b0d-478a-80c5-1bba1d618a7d-modified","UniqueId":"be1303a3-5b0d-478a-80c5-1bba1d618a7d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"be1303a3-5b0d-478a-80c5-1bba1d618a7d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/be4ef2fd-63e9-4d47-81fe-6b0361c7d6b3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/be4ef2fd-63e9-4d47-81fe-6b0361c7d6b3/cast-vote-record-report.json deleted file mode 100644 index 909890777a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/be4ef2fd-63e9-4d47-81fe-6b0361c7d6b3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"be4ef2fd-63e9-4d47-81fe-6b0361c7d6b3-modified","UniqueId":"be4ef2fd-63e9-4d47-81fe-6b0361c7d6b3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"be4ef2fd-63e9-4d47-81fe-6b0361c7d6b3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/be824702-e456-4b6e-87e1-36a2e0c255de/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/be824702-e456-4b6e-87e1-36a2e0c255de/cast-vote-record-report.json deleted file mode 100644 index 8c6ce8c6c3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/be824702-e456-4b6e-87e1-36a2e0c255de/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"be824702-e456-4b6e-87e1-36a2e0c255de-modified","UniqueId":"be824702-e456-4b6e-87e1-36a2e0c255de","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"be824702-e456-4b6e-87e1-36a2e0c255de-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/beccaad8-8b1a-46a8-8a64-2ad8f7cc527b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/beccaad8-8b1a-46a8-8a64-2ad8f7cc527b/cast-vote-record-report.json deleted file mode 100644 index cbe3542200..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/beccaad8-8b1a-46a8-8a64-2ad8f7cc527b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"beccaad8-8b1a-46a8-8a64-2ad8f7cc527b-modified","UniqueId":"beccaad8-8b1a-46a8-8a64-2ad8f7cc527b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"beccaad8-8b1a-46a8-8a64-2ad8f7cc527b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bed6c79a-5a4d-4d45-8743-946e463b30db/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bed6c79a-5a4d-4d45-8743-946e463b30db/cast-vote-record-report.json deleted file mode 100644 index 7c560ad20b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bed6c79a-5a4d-4d45-8743-946e463b30db/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bed6c79a-5a4d-4d45-8743-946e463b30db-modified","UniqueId":"bed6c79a-5a4d-4d45-8743-946e463b30db","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bed6c79a-5a4d-4d45-8743-946e463b30db-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf294541-4419-40ba-b725-6d7c074ecca1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf294541-4419-40ba-b725-6d7c074ecca1/cast-vote-record-report.json deleted file mode 100644 index 10ac594ca4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf294541-4419-40ba-b725-6d7c074ecca1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bf294541-4419-40ba-b725-6d7c074ecca1-modified","UniqueId":"bf294541-4419-40ba-b725-6d7c074ecca1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bf294541-4419-40ba-b725-6d7c074ecca1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf2f9c07-d17e-47ce-8d32-46204119499d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf2f9c07-d17e-47ce-8d32-46204119499d/cast-vote-record-report.json deleted file mode 100644 index 2dead82cff..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf2f9c07-d17e-47ce-8d32-46204119499d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bf2f9c07-d17e-47ce-8d32-46204119499d-modified","UniqueId":"bf2f9c07-d17e-47ce-8d32-46204119499d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bf2f9c07-d17e-47ce-8d32-46204119499d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf6b3167-3f71-4d7d-8c67-bf1a42979dfb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf6b3167-3f71-4d7d-8c67-bf1a42979dfb/cast-vote-record-report.json deleted file mode 100644 index 4ce976c278..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf6b3167-3f71-4d7d-8c67-bf1a42979dfb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bf6b3167-3f71-4d7d-8c67-bf1a42979dfb-modified","UniqueId":"bf6b3167-3f71-4d7d-8c67-bf1a42979dfb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bf6b3167-3f71-4d7d-8c67-bf1a42979dfb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf6b88d9-4c86-4a75-b87f-b6f414dcac9f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf6b88d9-4c86-4a75-b87f-b6f414dcac9f/cast-vote-record-report.json new file mode 100644 index 0000000000..a48080cb59 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf6b88d9-4c86-4a75-b87f-b6f414dcac9f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"bf6b88d9-4c86-4a75-b87f-b6f414dcac9f-modified","UniqueId":"bf6b88d9-4c86-4a75-b87f-b6f414dcac9f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bf6b88d9-4c86-4a75-b87f-b6f414dcac9f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf7f67c2-377d-4310-921d-1276f11604f8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf7f67c2-377d-4310-921d-1276f11604f8/cast-vote-record-report.json new file mode 100644 index 0000000000..ea65ed740d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf7f67c2-377d-4310-921d-1276f11604f8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"bf7f67c2-377d-4310-921d-1276f11604f8-modified","UniqueId":"bf7f67c2-377d-4310-921d-1276f11604f8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bf7f67c2-377d-4310-921d-1276f11604f8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf96e20f-e6b3-4ea3-af46-3ed14217fe38/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf96e20f-e6b3-4ea3-af46-3ed14217fe38/cast-vote-record-report.json deleted file mode 100644 index 8f8db38b0b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bf96e20f-e6b3-4ea3-af46-3ed14217fe38/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"bf96e20f-e6b3-4ea3-af46-3ed14217fe38-modified","UniqueId":"bf96e20f-e6b3-4ea3-af46-3ed14217fe38","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bf96e20f-e6b3-4ea3-af46-3ed14217fe38-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfcd5005-001a-45ea-bf37-a0f0cb2180ba/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfcd5005-001a-45ea-bf37-a0f0cb2180ba/cast-vote-record-report.json new file mode 100644 index 0000000000..54423e2046 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfcd5005-001a-45ea-bf37-a0f0cb2180ba/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"bfcd5005-001a-45ea-bf37-a0f0cb2180ba-modified","UniqueId":"bfcd5005-001a-45ea-bf37-a0f0cb2180ba","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bfcd5005-001a-45ea-bf37-a0f0cb2180ba-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd5da27-c672-447f-9c63-c62420d30ea4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd5da27-c672-447f-9c63-c62420d30ea4/cast-vote-record-report.json new file mode 100644 index 0000000000..5d3ca6e31c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd5da27-c672-447f-9c63-c62420d30ea4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"bfd5da27-c672-447f-9c63-c62420d30ea4-modified","UniqueId":"bfd5da27-c672-447f-9c63-c62420d30ea4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bfd5da27-c672-447f-9c63-c62420d30ea4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d90ef1b9-59dc-4ae4-b6d9-b79228979aa7/d90ef1b9-59dc-4ae4-b6d9-b79228979aa7-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/bfd61275-6ba1-44f1-9c8a-8d88685c3193-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d90ef1b9-59dc-4ae4-b6d9-b79228979aa7/d90ef1b9-59dc-4ae4-b6d9-b79228979aa7-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/bfd61275-6ba1-44f1-9c8a-8d88685c3193-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/bfd61275-6ba1-44f1-9c8a-8d88685c3193-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/bfd61275-6ba1-44f1-9c8a-8d88685c3193-back.layout.json new file mode 100644 index 0000000000..8d9818e5d2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/bfd61275-6ba1-44f1-9c8a-8d88685c3193-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d90ef1b9-59dc-4ae4-b6d9-b79228979aa7/d90ef1b9-59dc-4ae4-b6d9-b79228979aa7-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/bfd61275-6ba1-44f1-9c8a-8d88685c3193-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d90ef1b9-59dc-4ae4-b6d9-b79228979aa7/d90ef1b9-59dc-4ae4-b6d9-b79228979aa7-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/bfd61275-6ba1-44f1-9c8a-8d88685c3193-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/bfd61275-6ba1-44f1-9c8a-8d88685c3193-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/bfd61275-6ba1-44f1-9c8a-8d88685c3193-front.layout.json new file mode 100644 index 0000000000..d3a93daee1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/bfd61275-6ba1-44f1-9c8a-8d88685c3193-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/cast-vote-record-report.json new file mode 100644 index 0000000000..18b93b5ba4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/bfd61275-6ba1-44f1-9c8a-8d88685c3193/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"bfd61275-6ba1-44f1-9c8a-8d88685c3193-modified","UniqueId":"bfd61275-6ba1-44f1-9c8a-8d88685c3193","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"bfd61275-6ba1-44f1-9c8a-8d88685c3193-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:bfd61275-6ba1-44f1-9c8a-8d88685c3193-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-4c6fd327b8a6baa1865e239e3c66ca1d602af1d29c595647485df0903a0b28e0"},"Location":"file:bfd61275-6ba1-44f1-9c8a-8d88685c3193-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-1361e05d5c8a11fecdcfe84ceb25ec19628bff317e44d5db5a9333fb31ebc67b"},"Location":"file:bfd61275-6ba1-44f1-9c8a-8d88685c3193-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c02c1c01-0156-4500-9c19-f2c64380b1f3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c02c1c01-0156-4500-9c19-f2c64380b1f3/cast-vote-record-report.json new file mode 100644 index 0000000000..e66ae75752 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c02c1c01-0156-4500-9c19-f2c64380b1f3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c02c1c01-0156-4500-9c19-f2c64380b1f3-modified","UniqueId":"c02c1c01-0156-4500-9c19-f2c64380b1f3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c02c1c01-0156-4500-9c19-f2c64380b1f3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c04539ad-4cdc-4519-949e-ab4dcb4798f4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c04539ad-4cdc-4519-949e-ab4dcb4798f4/cast-vote-record-report.json deleted file mode 100644 index 012c792cbc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c04539ad-4cdc-4519-949e-ab4dcb4798f4/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c04539ad-4cdc-4519-949e-ab4dcb4798f4-modified","UniqueId":"c04539ad-4cdc-4519-949e-ab4dcb4798f4","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c04539ad-4cdc-4519-949e-ab4dcb4798f4-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c0603f89-79ad-4a35-b9e8-a1087c1152e0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c0603f89-79ad-4a35-b9e8-a1087c1152e0/cast-vote-record-report.json new file mode 100644 index 0000000000..f8cc44290d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c0603f89-79ad-4a35-b9e8-a1087c1152e0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c0603f89-79ad-4a35-b9e8-a1087c1152e0-modified","UniqueId":"c0603f89-79ad-4a35-b9e8-a1087c1152e0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c0603f89-79ad-4a35-b9e8-a1087c1152e0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c135b337-7e14-4652-bd54-635cf0bfb5b5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c135b337-7e14-4652-bd54-635cf0bfb5b5/cast-vote-record-report.json new file mode 100644 index 0000000000..b064b1eae5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c135b337-7e14-4652-bd54-635cf0bfb5b5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c135b337-7e14-4652-bd54-635cf0bfb5b5-modified","UniqueId":"c135b337-7e14-4652-bd54-635cf0bfb5b5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c135b337-7e14-4652-bd54-635cf0bfb5b5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c17f6f70-7945-43c3-9d2e-d79572f23816/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c17f6f70-7945-43c3-9d2e-d79572f23816/cast-vote-record-report.json new file mode 100644 index 0000000000..a2197f2e6b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c17f6f70-7945-43c3-9d2e-d79572f23816/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c17f6f70-7945-43c3-9d2e-d79572f23816-modified","UniqueId":"c17f6f70-7945-43c3-9d2e-d79572f23816","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c17f6f70-7945-43c3-9d2e-d79572f23816-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c1a02fe6-dd03-416b-9f29-96be04468026/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c1a02fe6-dd03-416b-9f29-96be04468026/cast-vote-record-report.json new file mode 100644 index 0000000000..b5cf1943e9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c1a02fe6-dd03-416b-9f29-96be04468026/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c1a02fe6-dd03-416b-9f29-96be04468026-modified","UniqueId":"c1a02fe6-dd03-416b-9f29-96be04468026","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c1a02fe6-dd03-416b-9f29-96be04468026-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c258ccc5-148f-47de-adb0-3e3f5ff32c69/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c258ccc5-148f-47de-adb0-3e3f5ff32c69/cast-vote-record-report.json deleted file mode 100644 index 38b34ec2db..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c258ccc5-148f-47de-adb0-3e3f5ff32c69/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c258ccc5-148f-47de-adb0-3e3f5ff32c69-modified","UniqueId":"c258ccc5-148f-47de-adb0-3e3f5ff32c69","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c258ccc5-148f-47de-adb0-3e3f5ff32c69-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c279f78c-639c-452e-a47c-2bec5ea09f23/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c279f78c-639c-452e-a47c-2bec5ea09f23/cast-vote-record-report.json deleted file mode 100644 index 8a2d97d448..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c279f78c-639c-452e-a47c-2bec5ea09f23/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c279f78c-639c-452e-a47c-2bec5ea09f23-modified","UniqueId":"c279f78c-639c-452e-a47c-2bec5ea09f23","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c279f78c-639c-452e-a47c-2bec5ea09f23-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c2f24391-0f26-450b-b06a-f9aafb64eaaf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c2f24391-0f26-450b-b06a-f9aafb64eaaf/cast-vote-record-report.json deleted file mode 100644 index 01706d805b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c2f24391-0f26-450b-b06a-f9aafb64eaaf/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c2f24391-0f26-450b-b06a-f9aafb64eaaf-modified","UniqueId":"c2f24391-0f26-450b-b06a-f9aafb64eaaf","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c2f24391-0f26-450b-b06a-f9aafb64eaaf-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c2fb492d-e708-4208-a8ae-bf3bfe0181b4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c2fb492d-e708-4208-a8ae-bf3bfe0181b4/cast-vote-record-report.json deleted file mode 100644 index 3beada8d27..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c2fb492d-e708-4208-a8ae-bf3bfe0181b4/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c2fb492d-e708-4208-a8ae-bf3bfe0181b4-modified","UniqueId":"c2fb492d-e708-4208-a8ae-bf3bfe0181b4","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c2fb492d-e708-4208-a8ae-bf3bfe0181b4-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:c2fb492d-e708-4208-a8ae-bf3bfe0181b4-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:c2fb492d-e708-4208-a8ae-bf3bfe0181b4-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c3618051-f9f3-4704-a76b-6fb64ffa5106/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c3618051-f9f3-4704-a76b-6fb64ffa5106/cast-vote-record-report.json deleted file mode 100644 index 3dcbec619a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c3618051-f9f3-4704-a76b-6fb64ffa5106/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c3618051-f9f3-4704-a76b-6fb64ffa5106-modified","UniqueId":"c3618051-f9f3-4704-a76b-6fb64ffa5106","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c3618051-f9f3-4704-a76b-6fb64ffa5106-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c3db2f8b-e8ab-4de1-9b80-122acdd8ba18/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c3db2f8b-e8ab-4de1-9b80-122acdd8ba18/cast-vote-record-report.json new file mode 100644 index 0000000000..73fdee5cf4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c3db2f8b-e8ab-4de1-9b80-122acdd8ba18/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c3db2f8b-e8ab-4de1-9b80-122acdd8ba18-modified","UniqueId":"c3db2f8b-e8ab-4de1-9b80-122acdd8ba18","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c3db2f8b-e8ab-4de1-9b80-122acdd8ba18-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c3ddaaf2-9e73-49c7-80e6-e8c207a6c5d3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c3ddaaf2-9e73-49c7-80e6-e8c207a6c5d3/cast-vote-record-report.json deleted file mode 100644 index 3cec4a8064..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c3ddaaf2-9e73-49c7-80e6-e8c207a6c5d3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c3ddaaf2-9e73-49c7-80e6-e8c207a6c5d3-modified","UniqueId":"c3ddaaf2-9e73-49c7-80e6-e8c207a6c5d3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c3ddaaf2-9e73-49c7-80e6-e8c207a6c5d3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c3feb20e-41a9-4a8c-a8d7-dbc06c22f0f9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c3feb20e-41a9-4a8c-a8d7-dbc06c22f0f9/cast-vote-record-report.json new file mode 100644 index 0000000000..da36d827e8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c3feb20e-41a9-4a8c-a8d7-dbc06c22f0f9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c3feb20e-41a9-4a8c-a8d7-dbc06c22f0f9-modified","UniqueId":"c3feb20e-41a9-4a8c-a8d7-dbc06c22f0f9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c3feb20e-41a9-4a8c-a8d7-dbc06c22f0f9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c4602c63-6953-46ba-9b9f-15fe2babffe6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c4602c63-6953-46ba-9b9f-15fe2babffe6/cast-vote-record-report.json deleted file mode 100644 index 6a9cf6486f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c4602c63-6953-46ba-9b9f-15fe2babffe6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c4602c63-6953-46ba-9b9f-15fe2babffe6-modified","UniqueId":"c4602c63-6953-46ba-9b9f-15fe2babffe6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c4602c63-6953-46ba-9b9f-15fe2babffe6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c48a12ab-270e-4c2e-930f-16ce8d594545/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c48a12ab-270e-4c2e-930f-16ce8d594545/cast-vote-record-report.json new file mode 100644 index 0000000000..49e02b5711 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c48a12ab-270e-4c2e-930f-16ce8d594545/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c48a12ab-270e-4c2e-930f-16ce8d594545-modified","UniqueId":"c48a12ab-270e-4c2e-930f-16ce8d594545","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c48a12ab-270e-4c2e-930f-16ce8d594545-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c4adc4c9-e927-4a2a-9fcb-5d3485c13598/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c4adc4c9-e927-4a2a-9fcb-5d3485c13598/cast-vote-record-report.json new file mode 100644 index 0000000000..0ab5632a33 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c4adc4c9-e927-4a2a-9fcb-5d3485c13598/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c4adc4c9-e927-4a2a-9fcb-5d3485c13598-modified","UniqueId":"c4adc4c9-e927-4a2a-9fcb-5d3485c13598","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c4adc4c9-e927-4a2a-9fcb-5d3485c13598-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c4e73254-13cf-48b4-b040-ea9152ef7865/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c4e73254-13cf-48b4-b040-ea9152ef7865/cast-vote-record-report.json deleted file mode 100644 index 19d3f2f6a0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c4e73254-13cf-48b4-b040-ea9152ef7865/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c4e73254-13cf-48b4-b040-ea9152ef7865-modified","UniqueId":"c4e73254-13cf-48b4-b040-ea9152ef7865","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c4e73254-13cf-48b4-b040-ea9152ef7865-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df49128b-d124-43b3-86e5-07312468ccd5/df49128b-d124-43b3-86e5-07312468ccd5-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/c5625234-429e-4814-b2d9-be32ff7c15fd-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df49128b-d124-43b3-86e5-07312468ccd5/df49128b-d124-43b3-86e5-07312468ccd5-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/c5625234-429e-4814-b2d9-be32ff7c15fd-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/c5625234-429e-4814-b2d9-be32ff7c15fd-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/c5625234-429e-4814-b2d9-be32ff7c15fd-back.layout.json new file mode 100644 index 0000000000..0ba9c0427b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/c5625234-429e-4814-b2d9-be32ff7c15fd-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df49128b-d124-43b3-86e5-07312468ccd5/df49128b-d124-43b3-86e5-07312468ccd5-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/c5625234-429e-4814-b2d9-be32ff7c15fd-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df49128b-d124-43b3-86e5-07312468ccd5/df49128b-d124-43b3-86e5-07312468ccd5-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/c5625234-429e-4814-b2d9-be32ff7c15fd-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/c5625234-429e-4814-b2d9-be32ff7c15fd-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/c5625234-429e-4814-b2d9-be32ff7c15fd-front.layout.json new file mode 100644 index 0000000000..cb058b6523 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/c5625234-429e-4814-b2d9-be32ff7c15fd-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/cast-vote-record-report.json new file mode 100644 index 0000000000..0843bc6962 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5625234-429e-4814-b2d9-be32ff7c15fd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c5625234-429e-4814-b2d9-be32ff7c15fd-modified","UniqueId":"c5625234-429e-4814-b2d9-be32ff7c15fd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c5625234-429e-4814-b2d9-be32ff7c15fd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:c5625234-429e-4814-b2d9-be32ff7c15fd-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-f02ec075444b21ca3690edf087dd0a78882776271cbb8d723ed28fbe66861dbc"},"Location":"file:c5625234-429e-4814-b2d9-be32ff7c15fd-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-70482b4f5c7a934cd64922d524b11a870e51906a4aec2c470bdf2df0c436b3b7"},"Location":"file:c5625234-429e-4814-b2d9-be32ff7c15fd-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c568ef76-7eb6-48a9-a20f-5480dbf12547/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c568ef76-7eb6-48a9-a20f-5480dbf12547/cast-vote-record-report.json deleted file mode 100644 index 73dfb6e2a4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c568ef76-7eb6-48a9-a20f-5480dbf12547/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c568ef76-7eb6-48a9-a20f-5480dbf12547-modified","UniqueId":"c568ef76-7eb6-48a9-a20f-5480dbf12547","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c568ef76-7eb6-48a9-a20f-5480dbf12547-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5872bae-1be9-4e87-8181-8d954a52702e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5872bae-1be9-4e87-8181-8d954a52702e/cast-vote-record-report.json new file mode 100644 index 0000000000..88496a48ce --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5872bae-1be9-4e87-8181-8d954a52702e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c5872bae-1be9-4e87-8181-8d954a52702e-modified","UniqueId":"c5872bae-1be9-4e87-8181-8d954a52702e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c5872bae-1be9-4e87-8181-8d954a52702e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5b6c6bb-b072-4d8f-984a-6d53a4780ea6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5b6c6bb-b072-4d8f-984a-6d53a4780ea6/cast-vote-record-report.json new file mode 100644 index 0000000000..41308ba800 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5b6c6bb-b072-4d8f-984a-6d53a4780ea6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c5b6c6bb-b072-4d8f-984a-6d53a4780ea6-modified","UniqueId":"c5b6c6bb-b072-4d8f-984a-6d53a4780ea6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c5b6c6bb-b072-4d8f-984a-6d53a4780ea6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5b72716-6a93-4d39-a722-c67bb33659ed/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5b72716-6a93-4d39-a722-c67bb33659ed/cast-vote-record-report.json new file mode 100644 index 0000000000..898d2b5425 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c5b72716-6a93-4d39-a722-c67bb33659ed/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c5b72716-6a93-4d39-a722-c67bb33659ed-modified","UniqueId":"c5b72716-6a93-4d39-a722-c67bb33659ed","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c5b72716-6a93-4d39-a722-c67bb33659ed-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c680d112-278d-4000-b354-62092daf82ad/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c680d112-278d-4000-b354-62092daf82ad/cast-vote-record-report.json new file mode 100644 index 0000000000..06c6a43d36 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c680d112-278d-4000-b354-62092daf82ad/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c680d112-278d-4000-b354-62092daf82ad-modified","UniqueId":"c680d112-278d-4000-b354-62092daf82ad","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c680d112-278d-4000-b354-62092daf82ad-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c69a8649-9b0a-483d-8cb5-31e97d9f296f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c69a8649-9b0a-483d-8cb5-31e97d9f296f/cast-vote-record-report.json deleted file mode 100644 index 29adf08c10..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c69a8649-9b0a-483d-8cb5-31e97d9f296f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c69a8649-9b0a-483d-8cb5-31e97d9f296f-modified","UniqueId":"c69a8649-9b0a-483d-8cb5-31e97d9f296f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c69a8649-9b0a-483d-8cb5-31e97d9f296f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c6ca45f8-4bce-4310-9baa-49dfde9436ee/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c6ca45f8-4bce-4310-9baa-49dfde9436ee/cast-vote-record-report.json deleted file mode 100644 index 97e90ebb55..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c6ca45f8-4bce-4310-9baa-49dfde9436ee/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c6ca45f8-4bce-4310-9baa-49dfde9436ee-modified","UniqueId":"c6ca45f8-4bce-4310-9baa-49dfde9436ee","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c6ca45f8-4bce-4310-9baa-49dfde9436ee-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c6cc572b-675e-44ab-ba36-392c76779b89/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c6cc572b-675e-44ab-ba36-392c76779b89/cast-vote-record-report.json deleted file mode 100644 index 86be22819b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c6cc572b-675e-44ab-ba36-392c76779b89/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c6cc572b-675e-44ab-ba36-392c76779b89-modified","UniqueId":"c6cc572b-675e-44ab-ba36-392c76779b89","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c6cc572b-675e-44ab-ba36-392c76779b89-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c73cba08-dfad-4324-9fdd-31c02a81757a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c73cba08-dfad-4324-9fdd-31c02a81757a/cast-vote-record-report.json new file mode 100644 index 0000000000..9d0eb6a6f2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c73cba08-dfad-4324-9fdd-31c02a81757a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c73cba08-dfad-4324-9fdd-31c02a81757a-modified","UniqueId":"c73cba08-dfad-4324-9fdd-31c02a81757a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c73cba08-dfad-4324-9fdd-31c02a81757a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c78f0545-a10f-4e26-881c-bea8409b59a3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c78f0545-a10f-4e26-881c-bea8409b59a3/cast-vote-record-report.json new file mode 100644 index 0000000000..b5da31441d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c78f0545-a10f-4e26-881c-bea8409b59a3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c78f0545-a10f-4e26-881c-bea8409b59a3-modified","UniqueId":"c78f0545-a10f-4e26-881c-bea8409b59a3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c78f0545-a10f-4e26-881c-bea8409b59a3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c795d646-ddcb-471b-916a-fba6980c00e3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c795d646-ddcb-471b-916a-fba6980c00e3/cast-vote-record-report.json deleted file mode 100644 index 3f04607ef3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c795d646-ddcb-471b-916a-fba6980c00e3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c795d646-ddcb-471b-916a-fba6980c00e3-modified","UniqueId":"c795d646-ddcb-471b-916a-fba6980c00e3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c795d646-ddcb-471b-916a-fba6980c00e3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c7a44bae-9bb6-46ed-8cf1-870965f37f9d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c7a44bae-9bb6-46ed-8cf1-870965f37f9d/cast-vote-record-report.json deleted file mode 100644 index 58c3dba2dd..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c7a44bae-9bb6-46ed-8cf1-870965f37f9d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c7a44bae-9bb6-46ed-8cf1-870965f37f9d-modified","UniqueId":"c7a44bae-9bb6-46ed-8cf1-870965f37f9d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c7a44bae-9bb6-46ed-8cf1-870965f37f9d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c802660b-fafa-40cd-9b44-af7faf6493b6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c802660b-fafa-40cd-9b44-af7faf6493b6/cast-vote-record-report.json deleted file mode 100644 index 855b4cb7e0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c802660b-fafa-40cd-9b44-af7faf6493b6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c802660b-fafa-40cd-9b44-af7faf6493b6-modified","UniqueId":"c802660b-fafa-40cd-9b44-af7faf6493b6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c802660b-fafa-40cd-9b44-af7faf6493b6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c8f7ccdb-bc2b-49ff-8e9b-b021823113c4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c8f7ccdb-bc2b-49ff-8e9b-b021823113c4/cast-vote-record-report.json new file mode 100644 index 0000000000..f4b861a553 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c8f7ccdb-bc2b-49ff-8e9b-b021823113c4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c8f7ccdb-bc2b-49ff-8e9b-b021823113c4-modified","UniqueId":"c8f7ccdb-bc2b-49ff-8e9b-b021823113c4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c8f7ccdb-bc2b-49ff-8e9b-b021823113c4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c90010bf-421e-4155-a08d-8bff5c38b67b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c90010bf-421e-4155-a08d-8bff5c38b67b/cast-vote-record-report.json new file mode 100644 index 0000000000..00b21ae2fb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c90010bf-421e-4155-a08d-8bff5c38b67b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c90010bf-421e-4155-a08d-8bff5c38b67b-modified","UniqueId":"c90010bf-421e-4155-a08d-8bff5c38b67b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c90010bf-421e-4155-a08d-8bff5c38b67b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9261348-b4d6-4484-8f91-ab1ed623fd74/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9261348-b4d6-4484-8f91-ab1ed623fd74/cast-vote-record-report.json deleted file mode 100644 index da780ccb45..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9261348-b4d6-4484-8f91-ab1ed623fd74/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c9261348-b4d6-4484-8f91-ab1ed623fd74-modified","UniqueId":"c9261348-b4d6-4484-8f91-ab1ed623fd74","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c9261348-b4d6-4484-8f91-ab1ed623fd74-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c930f5be-219d-4931-9aa1-1ad1701a55cd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c930f5be-219d-4931-9aa1-1ad1701a55cd/cast-vote-record-report.json new file mode 100644 index 0000000000..6a24041728 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c930f5be-219d-4931-9aa1-1ad1701a55cd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c930f5be-219d-4931-9aa1-1ad1701a55cd-modified","UniqueId":"c930f5be-219d-4931-9aa1-1ad1701a55cd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c930f5be-219d-4931-9aa1-1ad1701a55cd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c949ca9e-99e1-4f74-a008-b254ab672cf1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c949ca9e-99e1-4f74-a008-b254ab672cf1/cast-vote-record-report.json new file mode 100644 index 0000000000..06f25bca91 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c949ca9e-99e1-4f74-a008-b254ab672cf1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c949ca9e-99e1-4f74-a008-b254ab672cf1-modified","UniqueId":"c949ca9e-99e1-4f74-a008-b254ab672cf1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c949ca9e-99e1-4f74-a008-b254ab672cf1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c957e239-9be1-4e52-94c3-c18075dce87d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c957e239-9be1-4e52-94c3-c18075dce87d/cast-vote-record-report.json deleted file mode 100644 index d97e574fdc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c957e239-9be1-4e52-94c3-c18075dce87d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c957e239-9be1-4e52-94c3-c18075dce87d-modified","UniqueId":"c957e239-9be1-4e52-94c3-c18075dce87d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c957e239-9be1-4e52-94c3-c18075dce87d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9720656-c263-4bb4-87a1-6d0a0f371303/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9720656-c263-4bb4-87a1-6d0a0f371303/cast-vote-record-report.json new file mode 100644 index 0000000000..f6f37eca18 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9720656-c263-4bb4-87a1-6d0a0f371303/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c9720656-c263-4bb4-87a1-6d0a0f371303-modified","UniqueId":"c9720656-c263-4bb4-87a1-6d0a0f371303","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c9720656-c263-4bb4-87a1-6d0a0f371303-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c98cd8dd-d57b-4cb9-aab5-555c618b4def/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c98cd8dd-d57b-4cb9-aab5-555c618b4def/cast-vote-record-report.json deleted file mode 100644 index 834c635385..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c98cd8dd-d57b-4cb9-aab5-555c618b4def/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c98cd8dd-d57b-4cb9-aab5-555c618b4def-modified","UniqueId":"c98cd8dd-d57b-4cb9-aab5-555c618b4def","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c98cd8dd-d57b-4cb9-aab5-555c618b4def-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c99f1104-fb5a-477d-bf8c-4906a3f46f05/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c99f1104-fb5a-477d-bf8c-4906a3f46f05/cast-vote-record-report.json deleted file mode 100644 index 3cf436007b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c99f1104-fb5a-477d-bf8c-4906a3f46f05/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c99f1104-fb5a-477d-bf8c-4906a3f46f05-modified","UniqueId":"c99f1104-fb5a-477d-bf8c-4906a3f46f05","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c99f1104-fb5a-477d-bf8c-4906a3f46f05-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9d358b9-930e-43c7-a1ca-47e327e5cae3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9d358b9-930e-43c7-a1ca-47e327e5cae3/cast-vote-record-report.json new file mode 100644 index 0000000000..c6ed9039b0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9d358b9-930e-43c7-a1ca-47e327e5cae3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c9d358b9-930e-43c7-a1ca-47e327e5cae3-modified","UniqueId":"c9d358b9-930e-43c7-a1ca-47e327e5cae3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c9d358b9-930e-43c7-a1ca-47e327e5cae3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9e66c6a-0cde-45de-b584-05d6513513ed/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9e66c6a-0cde-45de-b584-05d6513513ed/cast-vote-record-report.json deleted file mode 100644 index 1e3fa7ba54..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9e66c6a-0cde-45de-b584-05d6513513ed/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"c9e66c6a-0cde-45de-b584-05d6513513ed-modified","UniqueId":"c9e66c6a-0cde-45de-b584-05d6513513ed","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c9e66c6a-0cde-45de-b584-05d6513513ed-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9f4703f-2b68-486d-8f1e-222c29bc2e7f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9f4703f-2b68-486d-8f1e-222c29bc2e7f/cast-vote-record-report.json new file mode 100644 index 0000000000..6bc5121645 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/c9f4703f-2b68-486d-8f1e-222c29bc2e7f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"c9f4703f-2b68-486d-8f1e-222c29bc2e7f-modified","UniqueId":"c9f4703f-2b68-486d-8f1e-222c29bc2e7f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"c9f4703f-2b68-486d-8f1e-222c29bc2e7f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ca074968-3b73-4c54-a9ea-f1420d37c13b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ca074968-3b73-4c54-a9ea-f1420d37c13b/cast-vote-record-report.json new file mode 100644 index 0000000000..a0cd073272 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ca074968-3b73-4c54-a9ea-f1420d37c13b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ca074968-3b73-4c54-a9ea-f1420d37c13b-modified","UniqueId":"ca074968-3b73-4c54-a9ea-f1420d37c13b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ca074968-3b73-4c54-a9ea-f1420d37c13b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ca2acbb8-04b8-4130-9bc8-364c9159a813/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ca2acbb8-04b8-4130-9bc8-364c9159a813/cast-vote-record-report.json new file mode 100644 index 0000000000..2cdfde7554 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ca2acbb8-04b8-4130-9bc8-364c9159a813/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ca2acbb8-04b8-4130-9bc8-364c9159a813-modified","UniqueId":"ca2acbb8-04b8-4130-9bc8-364c9159a813","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ca2acbb8-04b8-4130-9bc8-364c9159a813-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ca43ccf3-a9e0-4dab-b489-86a8bb776b89/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ca43ccf3-a9e0-4dab-b489-86a8bb776b89/cast-vote-record-report.json deleted file mode 100644 index 7f328df3d7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ca43ccf3-a9e0-4dab-b489-86a8bb776b89/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ca43ccf3-a9e0-4dab-b489-86a8bb776b89-modified","UniqueId":"ca43ccf3-a9e0-4dab-b489-86a8bb776b89","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ca43ccf3-a9e0-4dab-b489-86a8bb776b89-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cb0240cc-44cd-4e7f-881d-6d0885c0c13b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cb0240cc-44cd-4e7f-881d-6d0885c0c13b/cast-vote-record-report.json deleted file mode 100644 index 13c016ae7e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cb0240cc-44cd-4e7f-881d-6d0885c0c13b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cb0240cc-44cd-4e7f-881d-6d0885c0c13b-modified","UniqueId":"cb0240cc-44cd-4e7f-881d-6d0885c0c13b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cb0240cc-44cd-4e7f-881d-6d0885c0c13b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cb137f25-b1b9-459e-a262-17d88f19ece5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cb137f25-b1b9-459e-a262-17d88f19ece5/cast-vote-record-report.json deleted file mode 100644 index 9cbd31be1a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cb137f25-b1b9-459e-a262-17d88f19ece5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cb137f25-b1b9-459e-a262-17d88f19ece5-modified","UniqueId":"cb137f25-b1b9-459e-a262-17d88f19ece5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cb137f25-b1b9-459e-a262-17d88f19ece5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cb46464f-09cc-426e-8aed-e89a5a64424a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cb46464f-09cc-426e-8aed-e89a5a64424a/cast-vote-record-report.json deleted file mode 100644 index 93b3f60ef6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cb46464f-09cc-426e-8aed-e89a5a64424a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cb46464f-09cc-426e-8aed-e89a5a64424a-modified","UniqueId":"cb46464f-09cc-426e-8aed-e89a5a64424a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cb46464f-09cc-426e-8aed-e89a5a64424a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cc191f57-5601-4682-8509-4555cde14873/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cc191f57-5601-4682-8509-4555cde14873/cast-vote-record-report.json new file mode 100644 index 0000000000..d3fa1e3bd0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cc191f57-5601-4682-8509-4555cde14873/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"cc191f57-5601-4682-8509-4555cde14873-modified","UniqueId":"cc191f57-5601-4682-8509-4555cde14873","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cc191f57-5601-4682-8509-4555cde14873-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cc21d8f9-e2ed-479d-bc70-5cacbfafcf3e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cc21d8f9-e2ed-479d-bc70-5cacbfafcf3e/cast-vote-record-report.json deleted file mode 100644 index 27bc2281e6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cc21d8f9-e2ed-479d-bc70-5cacbfafcf3e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cc21d8f9-e2ed-479d-bc70-5cacbfafcf3e-modified","UniqueId":"cc21d8f9-e2ed-479d-bc70-5cacbfafcf3e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cc21d8f9-e2ed-479d-bc70-5cacbfafcf3e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cc488540-5229-4c72-bc18-10fb45e0a36f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cc488540-5229-4c72-bc18-10fb45e0a36f/cast-vote-record-report.json new file mode 100644 index 0000000000..d867a69e39 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cc488540-5229-4c72-bc18-10fb45e0a36f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"cc488540-5229-4c72-bc18-10fb45e0a36f-modified","UniqueId":"cc488540-5229-4c72-bc18-10fb45e0a36f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cc488540-5229-4c72-bc18-10fb45e0a36f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cc627db2-ff80-47b4-b531-ed0a3e8d3c24/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cc627db2-ff80-47b4-b531-ed0a3e8d3c24/cast-vote-record-report.json new file mode 100644 index 0000000000..bf0d93ef78 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cc627db2-ff80-47b4-b531-ed0a3e8d3c24/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"cc627db2-ff80-47b4-b531-ed0a3e8d3c24-modified","UniqueId":"cc627db2-ff80-47b4-b531-ed0a3e8d3c24","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cc627db2-ff80-47b4-b531-ed0a3e8d3c24-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ccea1f4c-df1a-4e71-a84a-52601567d0db/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ccea1f4c-df1a-4e71-a84a-52601567d0db/cast-vote-record-report.json new file mode 100644 index 0000000000..a39c0c042a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ccea1f4c-df1a-4e71-a84a-52601567d0db/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ccea1f4c-df1a-4e71-a84a-52601567d0db-modified","UniqueId":"ccea1f4c-df1a-4e71-a84a-52601567d0db","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ccea1f4c-df1a-4e71-a84a-52601567d0db-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cd27c6d9-f2d7-42bb-a7d6-a05fa215e992/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cd27c6d9-f2d7-42bb-a7d6-a05fa215e992/cast-vote-record-report.json deleted file mode 100644 index af247127f7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cd27c6d9-f2d7-42bb-a7d6-a05fa215e992/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cd27c6d9-f2d7-42bb-a7d6-a05fa215e992-modified","UniqueId":"cd27c6d9-f2d7-42bb-a7d6-a05fa215e992","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cd27c6d9-f2d7-42bb-a7d6-a05fa215e992-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cd5822d5-a096-4357-89ac-62190adf023f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cd5822d5-a096-4357-89ac-62190adf023f/cast-vote-record-report.json deleted file mode 100644 index 4c88f6697e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cd5822d5-a096-4357-89ac-62190adf023f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cd5822d5-a096-4357-89ac-62190adf023f-modified","UniqueId":"cd5822d5-a096-4357-89ac-62190adf023f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cd5822d5-a096-4357-89ac-62190adf023f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cd69a4f9-c79f-4416-a646-85e5e2a6efb9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cd69a4f9-c79f-4416-a646-85e5e2a6efb9/cast-vote-record-report.json deleted file mode 100644 index 015db0d227..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cd69a4f9-c79f-4416-a646-85e5e2a6efb9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cd69a4f9-c79f-4416-a646-85e5e2a6efb9-modified","UniqueId":"cd69a4f9-c79f-4416-a646-85e5e2a6efb9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cd69a4f9-c79f-4416-a646-85e5e2a6efb9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cd73c76e-3ba3-44bd-bd85-6b86d21ef962/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cd73c76e-3ba3-44bd-bd85-6b86d21ef962/cast-vote-record-report.json deleted file mode 100644 index be5759efc2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cd73c76e-3ba3-44bd-bd85-6b86d21ef962/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cd73c76e-3ba3-44bd-bd85-6b86d21ef962-modified","UniqueId":"cd73c76e-3ba3-44bd-bd85-6b86d21ef962","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cd73c76e-3ba3-44bd-bd85-6b86d21ef962-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cdbc59e2-f757-458f-a71e-9f7b19bf0756/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cdbc59e2-f757-458f-a71e-9f7b19bf0756/cast-vote-record-report.json deleted file mode 100644 index ccb966472c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cdbc59e2-f757-458f-a71e-9f7b19bf0756/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cdbc59e2-f757-458f-a71e-9f7b19bf0756-modified","UniqueId":"cdbc59e2-f757-458f-a71e-9f7b19bf0756","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cdbc59e2-f757-458f-a71e-9f7b19bf0756-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cdbd8078-b212-44ff-b9c1-880b8d981905/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cdbd8078-b212-44ff-b9c1-880b8d981905/cast-vote-record-report.json deleted file mode 100644 index d305315794..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cdbd8078-b212-44ff-b9c1-880b8d981905/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cdbd8078-b212-44ff-b9c1-880b8d981905-modified","UniqueId":"cdbd8078-b212-44ff-b9c1-880b8d981905","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cdbd8078-b212-44ff-b9c1-880b8d981905-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cdeb806d-cdc4-448d-8709-79e168d90f14/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cdeb806d-cdc4-448d-8709-79e168d90f14/cast-vote-record-report.json deleted file mode 100644 index 276892526e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cdeb806d-cdc4-448d-8709-79e168d90f14/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cdeb806d-cdc4-448d-8709-79e168d90f14-modified","UniqueId":"cdeb806d-cdc4-448d-8709-79e168d90f14","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cdeb806d-cdc4-448d-8709-79e168d90f14-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ce064a36-a145-4a34-95e3-1540d9d1c397/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ce064a36-a145-4a34-95e3-1540d9d1c397/cast-vote-record-report.json new file mode 100644 index 0000000000..53d047d704 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ce064a36-a145-4a34-95e3-1540d9d1c397/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ce064a36-a145-4a34-95e3-1540d9d1c397-modified","UniqueId":"ce064a36-a145-4a34-95e3-1540d9d1c397","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ce064a36-a145-4a34-95e3-1540d9d1c397-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ce86d1d5-2efc-4834-bda5-14be5c15a558/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ce86d1d5-2efc-4834-bda5-14be5c15a558/cast-vote-record-report.json deleted file mode 100644 index 3f1ae996a4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ce86d1d5-2efc-4834-bda5-14be5c15a558/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ce86d1d5-2efc-4834-bda5-14be5c15a558-modified","UniqueId":"ce86d1d5-2efc-4834-bda5-14be5c15a558","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ce86d1d5-2efc-4834-bda5-14be5c15a558-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cebd476e-2cdc-4069-a20f-d602d7b87f11/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cebd476e-2cdc-4069-a20f-d602d7b87f11/cast-vote-record-report.json deleted file mode 100644 index 7922a45974..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cebd476e-2cdc-4069-a20f-d602d7b87f11/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cebd476e-2cdc-4069-a20f-d602d7b87f11-modified","UniqueId":"cebd476e-2cdc-4069-a20f-d602d7b87f11","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cebd476e-2cdc-4069-a20f-d602d7b87f11-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cf5cde87-5881-4c03-a2a8-d5717ea0b56f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cf5cde87-5881-4c03-a2a8-d5717ea0b56f/cast-vote-record-report.json deleted file mode 100644 index 3aabfe496b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cf5cde87-5881-4c03-a2a8-d5717ea0b56f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cf5cde87-5881-4c03-a2a8-d5717ea0b56f-modified","UniqueId":"cf5cde87-5881-4c03-a2a8-d5717ea0b56f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cf5cde87-5881-4c03-a2a8-d5717ea0b56f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cfcd34a4-e73c-4407-9d67-bfccafda0ba6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cfcd34a4-e73c-4407-9d67-bfccafda0ba6/cast-vote-record-report.json new file mode 100644 index 0000000000..45308c50d1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cfcd34a4-e73c-4407-9d67-bfccafda0ba6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"cfcd34a4-e73c-4407-9d67-bfccafda0ba6-modified","UniqueId":"cfcd34a4-e73c-4407-9d67-bfccafda0ba6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cfcd34a4-e73c-4407-9d67-bfccafda0ba6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cfcf2ca2-d951-412f-b957-a1e6b10df88d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cfcf2ca2-d951-412f-b957-a1e6b10df88d/cast-vote-record-report.json deleted file mode 100644 index 2e0841020b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cfcf2ca2-d951-412f-b957-a1e6b10df88d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cfcf2ca2-d951-412f-b957-a1e6b10df88d-modified","UniqueId":"cfcf2ca2-d951-412f-b957-a1e6b10df88d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cfcf2ca2-d951-412f-b957-a1e6b10df88d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cfdaf2be-ce1b-4d00-b54f-c02b43b5fbcd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cfdaf2be-ce1b-4d00-b54f-c02b43b5fbcd/cast-vote-record-report.json deleted file mode 100644 index 5c81ed073b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cfdaf2be-ce1b-4d00-b54f-c02b43b5fbcd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"cfdaf2be-ce1b-4d00-b54f-c02b43b5fbcd-modified","UniqueId":"cfdaf2be-ce1b-4d00-b54f-c02b43b5fbcd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cfdaf2be-ce1b-4d00-b54f-c02b43b5fbcd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cfe3e376-d6f7-4bef-858f-590d74c0b7b5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cfe3e376-d6f7-4bef-858f-590d74c0b7b5/cast-vote-record-report.json new file mode 100644 index 0000000000..f81016a8c1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/cfe3e376-d6f7-4bef-858f-590d74c0b7b5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"cfe3e376-d6f7-4bef-858f-590d74c0b7b5-modified","UniqueId":"cfe3e376-d6f7-4bef-858f-590d74c0b7b5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"cfe3e376-d6f7-4bef-858f-590d74c0b7b5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d0034966-7499-4948-84f7-8b7198e5e984/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d0034966-7499-4948-84f7-8b7198e5e984/cast-vote-record-report.json deleted file mode 100644 index d34bbf3090..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d0034966-7499-4948-84f7-8b7198e5e984/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d0034966-7499-4948-84f7-8b7198e5e984-modified","UniqueId":"d0034966-7499-4948-84f7-8b7198e5e984","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d0034966-7499-4948-84f7-8b7198e5e984-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d006dabd-2d0d-4a3a-9b7a-96d0ed0eaa07/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d006dabd-2d0d-4a3a-9b7a-96d0ed0eaa07/cast-vote-record-report.json new file mode 100644 index 0000000000..b5ce589b31 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d006dabd-2d0d-4a3a-9b7a-96d0ed0eaa07/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d006dabd-2d0d-4a3a-9b7a-96d0ed0eaa07-modified","UniqueId":"d006dabd-2d0d-4a3a-9b7a-96d0ed0eaa07","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d006dabd-2d0d-4a3a-9b7a-96d0ed0eaa07-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d0322cb2-5c8d-4cbb-896f-29b4aa108f60/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d0322cb2-5c8d-4cbb-896f-29b4aa108f60/cast-vote-record-report.json deleted file mode 100644 index 6f00332bea..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d0322cb2-5c8d-4cbb-896f-29b4aa108f60/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d0322cb2-5c8d-4cbb-896f-29b4aa108f60-modified","UniqueId":"d0322cb2-5c8d-4cbb-896f-29b4aa108f60","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d0322cb2-5c8d-4cbb-896f-29b4aa108f60-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/cast-vote-record-report.json new file mode 100644 index 0000000000..3c440e583e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d07c6606-201d-4be6-b14e-52fff3c44fa0-modified","UniqueId":"d07c6606-201d-4be6-b14e-52fff3c44fa0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d07c6606-201d-4be6-b14e-52fff3c44fa0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:d07c6606-201d-4be6-b14e-52fff3c44fa0-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-03816d407da8c394071e5d42fa80cb3bc2951f343dbf77889ec7ccc69e7b2fc5"},"Location":"file:d07c6606-201d-4be6-b14e-52fff3c44fa0-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-f3c80e815f14aff3fb46ff59d17f42bdf502e1b6c7cc770e9d5bc1e239f0ff5e"},"Location":"file:d07c6606-201d-4be6-b14e-52fff3c44fa0-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878/e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/d07c6606-201d-4be6-b14e-52fff3c44fa0-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878/e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/d07c6606-201d-4be6-b14e-52fff3c44fa0-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/d07c6606-201d-4be6-b14e-52fff3c44fa0-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/d07c6606-201d-4be6-b14e-52fff3c44fa0-back.layout.json new file mode 100644 index 0000000000..8a512fb889 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/d07c6606-201d-4be6-b14e-52fff3c44fa0-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878/e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/d07c6606-201d-4be6-b14e-52fff3c44fa0-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878/e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/d07c6606-201d-4be6-b14e-52fff3c44fa0-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/d07c6606-201d-4be6-b14e-52fff3c44fa0-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/d07c6606-201d-4be6-b14e-52fff3c44fa0-front.layout.json new file mode 100644 index 0000000000..c4ee381fdb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d07c6606-201d-4be6-b14e-52fff3c44fa0/d07c6606-201d-4be6-b14e-52fff3c44fa0-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d0950f7c-37dc-4029-bd97-cef5e533203a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d0950f7c-37dc-4029-bd97-cef5e533203a/cast-vote-record-report.json deleted file mode 100644 index 3fc3c73a4b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d0950f7c-37dc-4029-bd97-cef5e533203a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d0950f7c-37dc-4029-bd97-cef5e533203a-modified","UniqueId":"d0950f7c-37dc-4029-bd97-cef5e533203a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d0950f7c-37dc-4029-bd97-cef5e533203a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d0ef36ed-e570-4722-8316-e295ea629d17/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d0ef36ed-e570-4722-8316-e295ea629d17/cast-vote-record-report.json new file mode 100644 index 0000000000..9ff8a2656f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d0ef36ed-e570-4722-8316-e295ea629d17/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d0ef36ed-e570-4722-8316-e295ea629d17-modified","UniqueId":"d0ef36ed-e570-4722-8316-e295ea629d17","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d0ef36ed-e570-4722-8316-e295ea629d17-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1754671-6ff0-400b-8eed-718566cf8cd3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1754671-6ff0-400b-8eed-718566cf8cd3/cast-vote-record-report.json new file mode 100644 index 0000000000..2e3b147ae7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1754671-6ff0-400b-8eed-718566cf8cd3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d1754671-6ff0-400b-8eed-718566cf8cd3-modified","UniqueId":"d1754671-6ff0-400b-8eed-718566cf8cd3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d1754671-6ff0-400b-8eed-718566cf8cd3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1879b62-3d68-4ad2-9681-bc5807855470/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1879b62-3d68-4ad2-9681-bc5807855470/cast-vote-record-report.json deleted file mode 100644 index de1ffa435d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1879b62-3d68-4ad2-9681-bc5807855470/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d1879b62-3d68-4ad2-9681-bc5807855470-modified","UniqueId":"d1879b62-3d68-4ad2-9681-bc5807855470","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d1879b62-3d68-4ad2-9681-bc5807855470-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1b7665e-cffd-4682-b057-f43687f1296e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1b7665e-cffd-4682-b057-f43687f1296e/cast-vote-record-report.json new file mode 100644 index 0000000000..db739c4091 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1b7665e-cffd-4682-b057-f43687f1296e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d1b7665e-cffd-4682-b057-f43687f1296e-modified","UniqueId":"d1b7665e-cffd-4682-b057-f43687f1296e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d1b7665e-cffd-4682-b057-f43687f1296e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1c8e956-c078-47c0-a638-5f3a31c26b84/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1c8e956-c078-47c0-a638-5f3a31c26b84/cast-vote-record-report.json deleted file mode 100644 index b75e677740..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d1c8e956-c078-47c0-a638-5f3a31c26b84/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d1c8e956-c078-47c0-a638-5f3a31c26b84-modified","UniqueId":"d1c8e956-c078-47c0-a638-5f3a31c26b84","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d1c8e956-c078-47c0-a638-5f3a31c26b84-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:d1c8e956-c078-47c0-a638-5f3a31c26b84-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:d1c8e956-c078-47c0-a638-5f3a31c26b84-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d2086e91-34c7-4f63-971c-0f13587192b2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d2086e91-34c7-4f63-971c-0f13587192b2/cast-vote-record-report.json deleted file mode 100644 index b8d383e14e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d2086e91-34c7-4f63-971c-0f13587192b2/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d2086e91-34c7-4f63-971c-0f13587192b2-modified","UniqueId":"d2086e91-34c7-4f63-971c-0f13587192b2","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d2086e91-34c7-4f63-971c-0f13587192b2-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d2772d72-62ee-487e-9db0-3d2ac765e677/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d2772d72-62ee-487e-9db0-3d2ac765e677/cast-vote-record-report.json deleted file mode 100644 index e802bf12af..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d2772d72-62ee-487e-9db0-3d2ac765e677/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d2772d72-62ee-487e-9db0-3d2ac765e677-modified","UniqueId":"d2772d72-62ee-487e-9db0-3d2ac765e677","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d2772d72-62ee-487e-9db0-3d2ac765e677-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d28e1d87-f48e-4231-97f1-9489bfac3135/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d28e1d87-f48e-4231-97f1-9489bfac3135/cast-vote-record-report.json new file mode 100644 index 0000000000..68675b5774 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d28e1d87-f48e-4231-97f1-9489bfac3135/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d28e1d87-f48e-4231-97f1-9489bfac3135-modified","UniqueId":"d28e1d87-f48e-4231-97f1-9489bfac3135","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d28e1d87-f48e-4231-97f1-9489bfac3135-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d2ad5ab9-3bfb-4b1e-a25e-bf380b8e70f3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d2ad5ab9-3bfb-4b1e-a25e-bf380b8e70f3/cast-vote-record-report.json new file mode 100644 index 0000000000..cb81220259 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d2ad5ab9-3bfb-4b1e-a25e-bf380b8e70f3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d2ad5ab9-3bfb-4b1e-a25e-bf380b8e70f3-modified","UniqueId":"d2ad5ab9-3bfb-4b1e-a25e-bf380b8e70f3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d2ad5ab9-3bfb-4b1e-a25e-bf380b8e70f3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d332b0f0-2ae1-437a-afd8-9a81eca254f4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d332b0f0-2ae1-437a-afd8-9a81eca254f4/cast-vote-record-report.json deleted file mode 100644 index a9ce84e8e2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d332b0f0-2ae1-437a-afd8-9a81eca254f4/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d332b0f0-2ae1-437a-afd8-9a81eca254f4-modified","UniqueId":"d332b0f0-2ae1-437a-afd8-9a81eca254f4","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d332b0f0-2ae1-437a-afd8-9a81eca254f4-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d372d31c-30cc-4ace-bbdb-9d31eee6fb5c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d372d31c-30cc-4ace-bbdb-9d31eee6fb5c/cast-vote-record-report.json deleted file mode 100644 index 761c3dee00..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d372d31c-30cc-4ace-bbdb-9d31eee6fb5c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d372d31c-30cc-4ace-bbdb-9d31eee6fb5c-modified","UniqueId":"d372d31c-30cc-4ace-bbdb-9d31eee6fb5c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d372d31c-30cc-4ace-bbdb-9d31eee6fb5c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3d1bedb-fb31-43bc-9046-f163e6c19fe3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3d1bedb-fb31-43bc-9046-f163e6c19fe3/cast-vote-record-report.json new file mode 100644 index 0000000000..af40e529b3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3d1bedb-fb31-43bc-9046-f163e6c19fe3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d3d1bedb-fb31-43bc-9046-f163e6c19fe3-modified","UniqueId":"d3d1bedb-fb31-43bc-9046-f163e6c19fe3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d3d1bedb-fb31-43bc-9046-f163e6c19fe3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3def2f0-bad9-4a5c-a56a-ce9046ddd70e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3def2f0-bad9-4a5c-a56a-ce9046ddd70e/cast-vote-record-report.json deleted file mode 100644 index 684ec0aa9a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3def2f0-bad9-4a5c-a56a-ce9046ddd70e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d3def2f0-bad9-4a5c-a56a-ce9046ddd70e-modified","UniqueId":"d3def2f0-bad9-4a5c-a56a-ce9046ddd70e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d3def2f0-bad9-4a5c-a56a-ce9046ddd70e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:d3def2f0-bad9-4a5c-a56a-ce9046ddd70e-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:d3def2f0-bad9-4a5c-a56a-ce9046ddd70e-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3f2d5a0-db07-4495-9ed1-74efd8cc7cdb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3f2d5a0-db07-4495-9ed1-74efd8cc7cdb/cast-vote-record-report.json new file mode 100644 index 0000000000..3982020f75 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d3f2d5a0-db07-4495-9ed1-74efd8cc7cdb/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d3f2d5a0-db07-4495-9ed1-74efd8cc7cdb-modified","UniqueId":"d3f2d5a0-db07-4495-9ed1-74efd8cc7cdb","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d3f2d5a0-db07-4495-9ed1-74efd8cc7cdb-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d40865a9-429a-40c4-ba31-b2f5dd0fc8da/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d40865a9-429a-40c4-ba31-b2f5dd0fc8da/cast-vote-record-report.json deleted file mode 100644 index 4dc62ec55d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d40865a9-429a-40c4-ba31-b2f5dd0fc8da/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d40865a9-429a-40c4-ba31-b2f5dd0fc8da-modified","UniqueId":"d40865a9-429a-40c4-ba31-b2f5dd0fc8da","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d40865a9-429a-40c4-ba31-b2f5dd0fc8da-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d4b19631-d52f-4e5c-adb6-5aabedab211e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d4b19631-d52f-4e5c-adb6-5aabedab211e/cast-vote-record-report.json deleted file mode 100644 index f241fa6afe..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d4b19631-d52f-4e5c-adb6-5aabedab211e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d4b19631-d52f-4e5c-adb6-5aabedab211e-modified","UniqueId":"d4b19631-d52f-4e5c-adb6-5aabedab211e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d4b19631-d52f-4e5c-adb6-5aabedab211e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d4dbd2be-5d1c-4c70-a9df-aab295aee1a7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d4dbd2be-5d1c-4c70-a9df-aab295aee1a7/cast-vote-record-report.json new file mode 100644 index 0000000000..a730b0a0b7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d4dbd2be-5d1c-4c70-a9df-aab295aee1a7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d4dbd2be-5d1c-4c70-a9df-aab295aee1a7-modified","UniqueId":"d4dbd2be-5d1c-4c70-a9df-aab295aee1a7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d4dbd2be-5d1c-4c70-a9df-aab295aee1a7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d4dd762d-1333-4574-a1c2-90e6ba3497bb/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d4dd762d-1333-4574-a1c2-90e6ba3497bb/cast-vote-record-report.json deleted file mode 100644 index 52b6ae0a79..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d4dd762d-1333-4574-a1c2-90e6ba3497bb/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d4dd762d-1333-4574-a1c2-90e6ba3497bb-modified","UniqueId":"d4dd762d-1333-4574-a1c2-90e6ba3497bb","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d4dd762d-1333-4574-a1c2-90e6ba3497bb-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d4e35001-21cc-4547-9a27-3799ecda7626/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d4e35001-21cc-4547-9a27-3799ecda7626/cast-vote-record-report.json deleted file mode 100644 index 01a83de747..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d4e35001-21cc-4547-9a27-3799ecda7626/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d4e35001-21cc-4547-9a27-3799ecda7626-modified","UniqueId":"d4e35001-21cc-4547-9a27-3799ecda7626","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d4e35001-21cc-4547-9a27-3799ecda7626-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d51987d6-e406-4b6a-b130-30125a4ed40c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d51987d6-e406-4b6a-b130-30125a4ed40c/cast-vote-record-report.json deleted file mode 100644 index 2df0cba88b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d51987d6-e406-4b6a-b130-30125a4ed40c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d51987d6-e406-4b6a-b130-30125a4ed40c-modified","UniqueId":"d51987d6-e406-4b6a-b130-30125a4ed40c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d51987d6-e406-4b6a-b130-30125a4ed40c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d5254775-a5f0-4c92-af1d-43286acfe323/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d5254775-a5f0-4c92-af1d-43286acfe323/cast-vote-record-report.json deleted file mode 100644 index 518e4affda..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d5254775-a5f0-4c92-af1d-43286acfe323/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d5254775-a5f0-4c92-af1d-43286acfe323-modified","UniqueId":"d5254775-a5f0-4c92-af1d-43286acfe323","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d5254775-a5f0-4c92-af1d-43286acfe323-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d54c61ff-3545-4f0d-b124-0f8073cd0ad9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d54c61ff-3545-4f0d-b124-0f8073cd0ad9/cast-vote-record-report.json deleted file mode 100644 index 639cffced8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d54c61ff-3545-4f0d-b124-0f8073cd0ad9/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d54c61ff-3545-4f0d-b124-0f8073cd0ad9-modified","UniqueId":"d54c61ff-3545-4f0d-b124-0f8073cd0ad9","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d54c61ff-3545-4f0d-b124-0f8073cd0ad9-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d561c6c5-256a-440d-9f38-997833f54200/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d561c6c5-256a-440d-9f38-997833f54200/cast-vote-record-report.json deleted file mode 100644 index 9bb642f2a3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d561c6c5-256a-440d-9f38-997833f54200/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d561c6c5-256a-440d-9f38-997833f54200-modified","UniqueId":"d561c6c5-256a-440d-9f38-997833f54200","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d561c6c5-256a-440d-9f38-997833f54200-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:d561c6c5-256a-440d-9f38-997833f54200-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:d561c6c5-256a-440d-9f38-997833f54200-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d5645a37-77a4-4ea6-bfa7-5005249c37d8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d5645a37-77a4-4ea6-bfa7-5005249c37d8/cast-vote-record-report.json new file mode 100644 index 0000000000..aac5c55028 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d5645a37-77a4-4ea6-bfa7-5005249c37d8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d5645a37-77a4-4ea6-bfa7-5005249c37d8-modified","UniqueId":"d5645a37-77a4-4ea6-bfa7-5005249c37d8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d5645a37-77a4-4ea6-bfa7-5005249c37d8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d5679680-4b0e-4076-95ca-e273c27b07fe/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d5679680-4b0e-4076-95ca-e273c27b07fe/cast-vote-record-report.json new file mode 100644 index 0000000000..99704c52d9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d5679680-4b0e-4076-95ca-e273c27b07fe/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d5679680-4b0e-4076-95ca-e273c27b07fe-modified","UniqueId":"d5679680-4b0e-4076-95ca-e273c27b07fe","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d5679680-4b0e-4076-95ca-e273c27b07fe-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d56e66d6-d0d7-4c6b-a964-b8930be66a06/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d56e66d6-d0d7-4c6b-a964-b8930be66a06/cast-vote-record-report.json deleted file mode 100644 index 1bef1e6cd4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d56e66d6-d0d7-4c6b-a964-b8930be66a06/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d56e66d6-d0d7-4c6b-a964-b8930be66a06-modified","UniqueId":"d56e66d6-d0d7-4c6b-a964-b8930be66a06","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d56e66d6-d0d7-4c6b-a964-b8930be66a06-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/cast-vote-record-report.json new file mode 100644 index 0000000000..0aebf5018e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d612e51c-1b93-49cc-9602-3c61fa223152-modified","UniqueId":"d612e51c-1b93-49cc-9602-3c61fa223152","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d612e51c-1b93-49cc-9602-3c61fa223152-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:d612e51c-1b93-49cc-9602-3c61fa223152-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-30fe227cc7e010637b96c622c2ce291bf59f196c33befbc53d369d1773b20343"},"Location":"file:d612e51c-1b93-49cc-9602-3c61fa223152-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-ddf17930114389fb1cbe0962e8c3c19b477944522ab381566c2f6c41e291d9b0"},"Location":"file:d612e51c-1b93-49cc-9602-3c61fa223152-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e745e53d-5e82-457a-b56b-77e729069845/e745e53d-5e82-457a-b56b-77e729069845-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/d612e51c-1b93-49cc-9602-3c61fa223152-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e745e53d-5e82-457a-b56b-77e729069845/e745e53d-5e82-457a-b56b-77e729069845-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/d612e51c-1b93-49cc-9602-3c61fa223152-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/d612e51c-1b93-49cc-9602-3c61fa223152-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/d612e51c-1b93-49cc-9602-3c61fa223152-back.layout.json new file mode 100644 index 0000000000..7d0319d99e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/d612e51c-1b93-49cc-9602-3c61fa223152-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e745e53d-5e82-457a-b56b-77e729069845/e745e53d-5e82-457a-b56b-77e729069845-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/d612e51c-1b93-49cc-9602-3c61fa223152-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e745e53d-5e82-457a-b56b-77e729069845/e745e53d-5e82-457a-b56b-77e729069845-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/d612e51c-1b93-49cc-9602-3c61fa223152-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/d612e51c-1b93-49cc-9602-3c61fa223152-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/d612e51c-1b93-49cc-9602-3c61fa223152-front.layout.json new file mode 100644 index 0000000000..0f825eee31 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d612e51c-1b93-49cc-9602-3c61fa223152/d612e51c-1b93-49cc-9602-3c61fa223152-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-2-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-2","contestId":"congressional-2-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-2","contestId":"congressional-2-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-2","contestId":"congressional-2-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-2","contestId":"congressional-2-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d66ee2d6-347d-4071-905a-8a9681d71660/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d66ee2d6-347d-4071-905a-8a9681d71660/cast-vote-record-report.json deleted file mode 100644 index 936079d53e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d66ee2d6-347d-4071-905a-8a9681d71660/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d66ee2d6-347d-4071-905a-8a9681d71660-modified","UniqueId":"d66ee2d6-347d-4071-905a-8a9681d71660","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d66ee2d6-347d-4071-905a-8a9681d71660-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d6893b6e-0f45-467b-810b-09a31393c428/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d6893b6e-0f45-467b-810b-09a31393c428/cast-vote-record-report.json new file mode 100644 index 0000000000..2cee570161 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d6893b6e-0f45-467b-810b-09a31393c428/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d6893b6e-0f45-467b-810b-09a31393c428-modified","UniqueId":"d6893b6e-0f45-467b-810b-09a31393c428","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d6893b6e-0f45-467b-810b-09a31393c428-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d6ad1168-ff24-4934-a5fd-c7d82f0664da/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d6ad1168-ff24-4934-a5fd-c7d82f0664da/cast-vote-record-report.json new file mode 100644 index 0000000000..db6eacf83a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d6ad1168-ff24-4934-a5fd-c7d82f0664da/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d6ad1168-ff24-4934-a5fd-c7d82f0664da-modified","UniqueId":"d6ad1168-ff24-4934-a5fd-c7d82f0664da","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d6ad1168-ff24-4934-a5fd-c7d82f0664da-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d70e20ca-0cdd-485d-8db7-7fa0ce343119/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d70e20ca-0cdd-485d-8db7-7fa0ce343119/cast-vote-record-report.json deleted file mode 100644 index e4ec6f815b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d70e20ca-0cdd-485d-8db7-7fa0ce343119/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d70e20ca-0cdd-485d-8db7-7fa0ce343119-modified","UniqueId":"d70e20ca-0cdd-485d-8db7-7fa0ce343119","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d70e20ca-0cdd-485d-8db7-7fa0ce343119-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d787b799-598c-48a6-bcb7-3e100aa14b92/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d787b799-598c-48a6-bcb7-3e100aa14b92/cast-vote-record-report.json new file mode 100644 index 0000000000..2ab2c89c62 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d787b799-598c-48a6-bcb7-3e100aa14b92/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d787b799-598c-48a6-bcb7-3e100aa14b92-modified","UniqueId":"d787b799-598c-48a6-bcb7-3e100aa14b92","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d787b799-598c-48a6-bcb7-3e100aa14b92-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d7997d2b-a822-49f1-9d10-3418c589a546/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d7997d2b-a822-49f1-9d10-3418c589a546/cast-vote-record-report.json deleted file mode 100644 index 5d6c7b699f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d7997d2b-a822-49f1-9d10-3418c589a546/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d7997d2b-a822-49f1-9d10-3418c589a546-modified","UniqueId":"d7997d2b-a822-49f1-9d10-3418c589a546","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d7997d2b-a822-49f1-9d10-3418c589a546-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d82f7ba3-1959-4750-85f6-4ae5ecfb798c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d82f7ba3-1959-4750-85f6-4ae5ecfb798c/cast-vote-record-report.json new file mode 100644 index 0000000000..e0b8875c88 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d82f7ba3-1959-4750-85f6-4ae5ecfb798c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d82f7ba3-1959-4750-85f6-4ae5ecfb798c-modified","UniqueId":"d82f7ba3-1959-4750-85f6-4ae5ecfb798c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d82f7ba3-1959-4750-85f6-4ae5ecfb798c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d84c1319-8eac-4bb2-9c58-812f70552373/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d84c1319-8eac-4bb2-9c58-812f70552373/cast-vote-record-report.json deleted file mode 100644 index 9f25e35f42..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d84c1319-8eac-4bb2-9c58-812f70552373/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d84c1319-8eac-4bb2-9c58-812f70552373-modified","UniqueId":"d84c1319-8eac-4bb2-9c58-812f70552373","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d84c1319-8eac-4bb2-9c58-812f70552373-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d88436b4-2cdc-4d55-b00f-ffa1620449e9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d88436b4-2cdc-4d55-b00f-ffa1620449e9/cast-vote-record-report.json new file mode 100644 index 0000000000..d007a5650a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d88436b4-2cdc-4d55-b00f-ffa1620449e9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d88436b4-2cdc-4d55-b00f-ffa1620449e9-modified","UniqueId":"d88436b4-2cdc-4d55-b00f-ffa1620449e9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d88436b4-2cdc-4d55-b00f-ffa1620449e9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d8ced018-23dd-493d-8d30-a07087d34d2f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d8ced018-23dd-493d-8d30-a07087d34d2f/cast-vote-record-report.json new file mode 100644 index 0000000000..f79224ee9c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d8ced018-23dd-493d-8d30-a07087d34d2f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d8ced018-23dd-493d-8d30-a07087d34d2f-modified","UniqueId":"d8ced018-23dd-493d-8d30-a07087d34d2f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d8ced018-23dd-493d-8d30-a07087d34d2f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9045ed7-60a0-49e2-8a37-3eabc499fa17/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9045ed7-60a0-49e2-8a37-3eabc499fa17/cast-vote-record-report.json deleted file mode 100644 index 31ff2d3c1e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9045ed7-60a0-49e2-8a37-3eabc499fa17/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d9045ed7-60a0-49e2-8a37-3eabc499fa17-modified","UniqueId":"d9045ed7-60a0-49e2-8a37-3eabc499fa17","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d9045ed7-60a0-49e2-8a37-3eabc499fa17-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d90ef1b9-59dc-4ae4-b6d9-b79228979aa7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d90ef1b9-59dc-4ae4-b6d9-b79228979aa7/cast-vote-record-report.json deleted file mode 100644 index f841c6dbad..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d90ef1b9-59dc-4ae4-b6d9-b79228979aa7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d90ef1b9-59dc-4ae4-b6d9-b79228979aa7-modified","UniqueId":"d90ef1b9-59dc-4ae4-b6d9-b79228979aa7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d90ef1b9-59dc-4ae4-b6d9-b79228979aa7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:d90ef1b9-59dc-4ae4-b6d9-b79228979aa7-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:d90ef1b9-59dc-4ae4-b6d9-b79228979aa7-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9139898-eff6-48ef-b6f2-7afbe1944294/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9139898-eff6-48ef-b6f2-7afbe1944294/cast-vote-record-report.json new file mode 100644 index 0000000000..86cea259e3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9139898-eff6-48ef-b6f2-7afbe1944294/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d9139898-eff6-48ef-b6f2-7afbe1944294-modified","UniqueId":"d9139898-eff6-48ef-b6f2-7afbe1944294","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d9139898-eff6-48ef-b6f2-7afbe1944294-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d936d78a-a78e-44ae-b3f1-f4b1f5a645ea/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d936d78a-a78e-44ae-b3f1-f4b1f5a645ea/cast-vote-record-report.json new file mode 100644 index 0000000000..a7feb48ddd --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d936d78a-a78e-44ae-b3f1-f4b1f5a645ea/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d936d78a-a78e-44ae-b3f1-f4b1f5a645ea-modified","UniqueId":"d936d78a-a78e-44ae-b3f1-f4b1f5a645ea","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d936d78a-a78e-44ae-b3f1-f4b1f5a645ea-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d94a2f73-26a4-434e-90c9-e0f852877e62/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d94a2f73-26a4-434e-90c9-e0f852877e62/cast-vote-record-report.json new file mode 100644 index 0000000000..e3b1d2cfe3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d94a2f73-26a4-434e-90c9-e0f852877e62/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d94a2f73-26a4-434e-90c9-e0f852877e62-modified","UniqueId":"d94a2f73-26a4-434e-90c9-e0f852877e62","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d94a2f73-26a4-434e-90c9-e0f852877e62-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9764e08-92c5-49bd-8e77-16e764de9874/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9764e08-92c5-49bd-8e77-16e764de9874/cast-vote-record-report.json new file mode 100644 index 0000000000..1f9f92f21a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9764e08-92c5-49bd-8e77-16e764de9874/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d9764e08-92c5-49bd-8e77-16e764de9874-modified","UniqueId":"d9764e08-92c5-49bd-8e77-16e764de9874","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d9764e08-92c5-49bd-8e77-16e764de9874-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9815fb7-7dae-4fe7-8a39-ba119ec55e22/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9815fb7-7dae-4fe7-8a39-ba119ec55e22/cast-vote-record-report.json new file mode 100644 index 0000000000..c0edb8b740 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9815fb7-7dae-4fe7-8a39-ba119ec55e22/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d9815fb7-7dae-4fe7-8a39-ba119ec55e22-modified","UniqueId":"d9815fb7-7dae-4fe7-8a39-ba119ec55e22","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d9815fb7-7dae-4fe7-8a39-ba119ec55e22-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9829737-3468-4294-b866-32c002a43b51/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9829737-3468-4294-b866-32c002a43b51/cast-vote-record-report.json new file mode 100644 index 0000000000..9075a5854e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9829737-3468-4294-b866-32c002a43b51/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d9829737-3468-4294-b866-32c002a43b51-modified","UniqueId":"d9829737-3468-4294-b866-32c002a43b51","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d9829737-3468-4294-b866-32c002a43b51-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d988a56d-5da1-4404-bb26-e074824ad0bd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d988a56d-5da1-4404-bb26-e074824ad0bd/cast-vote-record-report.json new file mode 100644 index 0000000000..cf91ce7588 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d988a56d-5da1-4404-bb26-e074824ad0bd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d988a56d-5da1-4404-bb26-e074824ad0bd-modified","UniqueId":"d988a56d-5da1-4404-bb26-e074824ad0bd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d988a56d-5da1-4404-bb26-e074824ad0bd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d990840a-d493-42e1-802b-5480603aefaa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d990840a-d493-42e1-802b-5480603aefaa/cast-vote-record-report.json deleted file mode 100644 index 39cfb7538a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d990840a-d493-42e1-802b-5480603aefaa/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"d990840a-d493-42e1-802b-5480603aefaa-modified","UniqueId":"d990840a-d493-42e1-802b-5480603aefaa","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d990840a-d493-42e1-802b-5480603aefaa-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/cast-vote-record-report.json new file mode 100644 index 0000000000..68c628f91c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"d9e56a73-a04f-441c-bd75-1978ffc7a0bd-modified","UniqueId":"d9e56a73-a04f-441c-bd75-1978ffc7a0bd","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"d9e56a73-a04f-441c-bd75-1978ffc7a0bd-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:d9e56a73-a04f-441c-bd75-1978ffc7a0bd-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-623d0cfd1f0fcd92077b0f6b83ce60581ca746901ea2e78001b79fac09b12fe9"},"Location":"file:d9e56a73-a04f-441c-bd75-1978ffc7a0bd-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-2da7342575fce65fab238ebf187d2c9c0cfdbaed3d97534ae7147aa983ffa37a"},"Location":"file:d9e56a73-a04f-441c-bd75-1978ffc7a0bd-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e77ffa02-370c-492f-9c7d-75dd6cf3326f/e77ffa02-370c-492f-9c7d-75dd6cf3326f-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/d9e56a73-a04f-441c-bd75-1978ffc7a0bd-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e77ffa02-370c-492f-9c7d-75dd6cf3326f/e77ffa02-370c-492f-9c7d-75dd6cf3326f-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/d9e56a73-a04f-441c-bd75-1978ffc7a0bd-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/d9e56a73-a04f-441c-bd75-1978ffc7a0bd-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/d9e56a73-a04f-441c-bd75-1978ffc7a0bd-back.layout.json new file mode 100644 index 0000000000..6ae57b62c1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/d9e56a73-a04f-441c-bd75-1978ffc7a0bd-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e77ffa02-370c-492f-9c7d-75dd6cf3326f/e77ffa02-370c-492f-9c7d-75dd6cf3326f-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/d9e56a73-a04f-441c-bd75-1978ffc7a0bd-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e77ffa02-370c-492f-9c7d-75dd6cf3326f/e77ffa02-370c-492f-9c7d-75dd6cf3326f-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/d9e56a73-a04f-441c-bd75-1978ffc7a0bd-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/d9e56a73-a04f-441c-bd75-1978ffc7a0bd-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/d9e56a73-a04f-441c-bd75-1978ffc7a0bd-front.layout.json new file mode 100644 index 0000000000..2a85dbc1ab --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/d9e56a73-a04f-441c-bd75-1978ffc7a0bd/d9e56a73-a04f-441c-bd75-1978ffc7a0bd-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/da2a799e-b196-4b54-a82b-856f4f6ae955/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/da2a799e-b196-4b54-a82b-856f4f6ae955/cast-vote-record-report.json new file mode 100644 index 0000000000..873a760d5c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/da2a799e-b196-4b54-a82b-856f4f6ae955/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"da2a799e-b196-4b54-a82b-856f4f6ae955-modified","UniqueId":"da2a799e-b196-4b54-a82b-856f4f6ae955","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"da2a799e-b196-4b54-a82b-856f4f6ae955-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/da89ba7d-5b09-4b9e-954e-34db1b12c552/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/da89ba7d-5b09-4b9e-954e-34db1b12c552/cast-vote-record-report.json new file mode 100644 index 0000000000..ee60932e7c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/da89ba7d-5b09-4b9e-954e-34db1b12c552/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"da89ba7d-5b09-4b9e-954e-34db1b12c552-modified","UniqueId":"da89ba7d-5b09-4b9e-954e-34db1b12c552","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"da89ba7d-5b09-4b9e-954e-34db1b12c552-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dab7c920-8177-4e2f-b494-5cf322866fff/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dab7c920-8177-4e2f-b494-5cf322866fff/cast-vote-record-report.json new file mode 100644 index 0000000000..8d9848a751 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dab7c920-8177-4e2f-b494-5cf322866fff/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"dab7c920-8177-4e2f-b494-5cf322866fff-modified","UniqueId":"dab7c920-8177-4e2f-b494-5cf322866fff","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dab7c920-8177-4e2f-b494-5cf322866fff-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dabe2b9d-a3e9-4a82-b427-84feeedf8dd8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dabe2b9d-a3e9-4a82-b427-84feeedf8dd8/cast-vote-record-report.json deleted file mode 100644 index b061ae60ef..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dabe2b9d-a3e9-4a82-b427-84feeedf8dd8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"dabe2b9d-a3e9-4a82-b427-84feeedf8dd8-modified","UniqueId":"dabe2b9d-a3e9-4a82-b427-84feeedf8dd8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dabe2b9d-a3e9-4a82-b427-84feeedf8dd8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/cast-vote-record-report.json new file mode 100644 index 0000000000..34566397ac --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"db39ff8d-81d3-4303-9dfc-902a9c2c4736-modified","UniqueId":"db39ff8d-81d3-4303-9dfc-902a9c2c4736","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"db39ff8d-81d3-4303-9dfc-902a9c2c4736-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:db39ff8d-81d3-4303-9dfc-902a9c2c4736-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-2c9f96f06081e6512c29a85daf60eea5ad02908677706f1e4eb7c4f0ec5ad3d4"},"Location":"file:db39ff8d-81d3-4303-9dfc-902a9c2c4736-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-c626988fb2b0342bd3cea1e9d0b8b40e6acfddd5267c35b69921a82369459c16"},"Location":"file:db39ff8d-81d3-4303-9dfc-902a9c2c4736-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8e2e4ca-fc90-4614-922a-47f229c4c49e/e8e2e4ca-fc90-4614-922a-47f229c4c49e-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/db39ff8d-81d3-4303-9dfc-902a9c2c4736-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8e2e4ca-fc90-4614-922a-47f229c4c49e/e8e2e4ca-fc90-4614-922a-47f229c4c49e-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/db39ff8d-81d3-4303-9dfc-902a9c2c4736-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/db39ff8d-81d3-4303-9dfc-902a9c2c4736-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/db39ff8d-81d3-4303-9dfc-902a9c2c4736-back.layout.json new file mode 100644 index 0000000000..a76bdcbb7b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/db39ff8d-81d3-4303-9dfc-902a9c2c4736-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8e2e4ca-fc90-4614-922a-47f229c4c49e/e8e2e4ca-fc90-4614-922a-47f229c4c49e-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/db39ff8d-81d3-4303-9dfc-902a9c2c4736-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8e2e4ca-fc90-4614-922a-47f229c4c49e/e8e2e4ca-fc90-4614-922a-47f229c4c49e-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/db39ff8d-81d3-4303-9dfc-902a9c2c4736-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/db39ff8d-81d3-4303-9dfc-902a9c2c4736-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/db39ff8d-81d3-4303-9dfc-902a9c2c4736-front.layout.json new file mode 100644 index 0000000000..8b8848eac0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db39ff8d-81d3-4303-9dfc-902a9c2c4736/db39ff8d-81d3-4303-9dfc-902a9c2c4736-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db4e238d-76d5-4e42-95b8-42572fab7602/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db4e238d-76d5-4e42-95b8-42572fab7602/cast-vote-record-report.json deleted file mode 100644 index cfd0c301b5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db4e238d-76d5-4e42-95b8-42572fab7602/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"db4e238d-76d5-4e42-95b8-42572fab7602-modified","UniqueId":"db4e238d-76d5-4e42-95b8-42572fab7602","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"db4e238d-76d5-4e42-95b8-42572fab7602-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db59ea57-e170-43dd-aa2e-ae93d5030da6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db59ea57-e170-43dd-aa2e-ae93d5030da6/cast-vote-record-report.json new file mode 100644 index 0000000000..c722ce1ba4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db59ea57-e170-43dd-aa2e-ae93d5030da6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"db59ea57-e170-43dd-aa2e-ae93d5030da6-modified","UniqueId":"db59ea57-e170-43dd-aa2e-ae93d5030da6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"db59ea57-e170-43dd-aa2e-ae93d5030da6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db69f2b4-7a23-4a2e-b260-89a7bc7a3793/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db69f2b4-7a23-4a2e-b260-89a7bc7a3793/cast-vote-record-report.json deleted file mode 100644 index d5dd937a3a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db69f2b4-7a23-4a2e-b260-89a7bc7a3793/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"db69f2b4-7a23-4a2e-b260-89a7bc7a3793-modified","UniqueId":"db69f2b4-7a23-4a2e-b260-89a7bc7a3793","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"db69f2b4-7a23-4a2e-b260-89a7bc7a3793-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db87baa8-c38f-4d0b-8dc8-cc2612f1c18f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db87baa8-c38f-4d0b-8dc8-cc2612f1c18f/cast-vote-record-report.json new file mode 100644 index 0000000000..68e83fe7a5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db87baa8-c38f-4d0b-8dc8-cc2612f1c18f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"db87baa8-c38f-4d0b-8dc8-cc2612f1c18f-modified","UniqueId":"db87baa8-c38f-4d0b-8dc8-cc2612f1c18f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"db87baa8-c38f-4d0b-8dc8-cc2612f1c18f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db8dae87-657b-4b1f-bc7c-145356d987cf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db8dae87-657b-4b1f-bc7c-145356d987cf/cast-vote-record-report.json new file mode 100644 index 0000000000..92163c1bfd --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db8dae87-657b-4b1f-bc7c-145356d987cf/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"db8dae87-657b-4b1f-bc7c-145356d987cf-modified","UniqueId":"db8dae87-657b-4b1f-bc7c-145356d987cf","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"db8dae87-657b-4b1f-bc7c-145356d987cf-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db937898-69cb-4bea-9ff4-d24ecb20b456/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db937898-69cb-4bea-9ff4-d24ecb20b456/cast-vote-record-report.json deleted file mode 100644 index 108c18a31e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/db937898-69cb-4bea-9ff4-d24ecb20b456/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"db937898-69cb-4bea-9ff4-d24ecb20b456-modified","UniqueId":"db937898-69cb-4bea-9ff4-d24ecb20b456","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"db937898-69cb-4bea-9ff4-d24ecb20b456-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbbf535f-539d-42d4-ba1b-053fe4db6cc7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbbf535f-539d-42d4-ba1b-053fe4db6cc7/cast-vote-record-report.json new file mode 100644 index 0000000000..1ec220b6d1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbbf535f-539d-42d4-ba1b-053fe4db6cc7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"dbbf535f-539d-42d4-ba1b-053fe4db6cc7-modified","UniqueId":"dbbf535f-539d-42d4-ba1b-053fe4db6cc7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dbbf535f-539d-42d4-ba1b-053fe4db6cc7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbe139d5-a594-44b7-8db3-0a973ca0e0e4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbe139d5-a594-44b7-8db3-0a973ca0e0e4/cast-vote-record-report.json new file mode 100644 index 0000000000..eb28b687e2 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbe139d5-a594-44b7-8db3-0a973ca0e0e4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"dbe139d5-a594-44b7-8db3-0a973ca0e0e4-modified","UniqueId":"dbe139d5-a594-44b7-8db3-0a973ca0e0e4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dbe139d5-a594-44b7-8db3-0a973ca0e0e4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbefb34b-8261-4f12-b6b4-c3f66818108d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbefb34b-8261-4f12-b6b4-c3f66818108d/cast-vote-record-report.json deleted file mode 100644 index 1e97280a54..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbefb34b-8261-4f12-b6b4-c3f66818108d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"dbefb34b-8261-4f12-b6b4-c3f66818108d-modified","UniqueId":"dbefb34b-8261-4f12-b6b4-c3f66818108d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dbefb34b-8261-4f12-b6b4-c3f66818108d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/cast-vote-record-report.json new file mode 100644 index 0000000000..35fc0f30d1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"dbf31b23-eb98-4c5b-8ba0-0db83b57e025-modified","UniqueId":"dbf31b23-eb98-4c5b-8ba0-0db83b57e025","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dbf31b23-eb98-4c5b-8ba0-0db83b57e025-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:dbf31b23-eb98-4c5b-8ba0-0db83b57e025-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-d5d0eee1434c6babb6cccf06b0e960cb46717cb10e2f7f048247bd5d1f37c890"},"Location":"file:dbf31b23-eb98-4c5b-8ba0-0db83b57e025-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-3e5f436c110704d0f04dc90c03c896092ba49b50b4aae515a6565cfdbdba4866"},"Location":"file:dbf31b23-eb98-4c5b-8ba0-0db83b57e025-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebf2d1f2-2df2-49aa-996d-2dd727c19fb0/ebf2d1f2-2df2-49aa-996d-2dd727c19fb0-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/dbf31b23-eb98-4c5b-8ba0-0db83b57e025-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebf2d1f2-2df2-49aa-996d-2dd727c19fb0/ebf2d1f2-2df2-49aa-996d-2dd727c19fb0-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/dbf31b23-eb98-4c5b-8ba0-0db83b57e025-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/dbf31b23-eb98-4c5b-8ba0-0db83b57e025-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/dbf31b23-eb98-4c5b-8ba0-0db83b57e025-back.layout.json new file mode 100644 index 0000000000..5d14e19075 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/dbf31b23-eb98-4c5b-8ba0-0db83b57e025-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebf2d1f2-2df2-49aa-996d-2dd727c19fb0/ebf2d1f2-2df2-49aa-996d-2dd727c19fb0-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/dbf31b23-eb98-4c5b-8ba0-0db83b57e025-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebf2d1f2-2df2-49aa-996d-2dd727c19fb0/ebf2d1f2-2df2-49aa-996d-2dd727c19fb0-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/dbf31b23-eb98-4c5b-8ba0-0db83b57e025-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/dbf31b23-eb98-4c5b-8ba0-0db83b57e025-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/dbf31b23-eb98-4c5b-8ba0-0db83b57e025-front.layout.json new file mode 100644 index 0000000000..cf999aea73 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dbf31b23-eb98-4c5b-8ba0-0db83b57e025/dbf31b23-eb98-4c5b-8ba0-0db83b57e025-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-Ma_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dc011951-9984-4f98-ac11-30d80eba74c8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dc011951-9984-4f98-ac11-30d80eba74c8/cast-vote-record-report.json deleted file mode 100644 index a47a8033c0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dc011951-9984-4f98-ac11-30d80eba74c8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"dc011951-9984-4f98-ac11-30d80eba74c8-modified","UniqueId":"dc011951-9984-4f98-ac11-30d80eba74c8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dc011951-9984-4f98-ac11-30d80eba74c8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dc0cdc0f-0920-4cd4-8728-0582e3f38a47/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dc0cdc0f-0920-4cd4-8728-0582e3f38a47/cast-vote-record-report.json deleted file mode 100644 index d619743bda..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dc0cdc0f-0920-4cd4-8728-0582e3f38a47/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"dc0cdc0f-0920-4cd4-8728-0582e3f38a47-modified","UniqueId":"dc0cdc0f-0920-4cd4-8728-0582e3f38a47","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dc0cdc0f-0920-4cd4-8728-0582e3f38a47-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dc1d3b36-320a-42df-a53e-c14ea9b9e972/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dc1d3b36-320a-42df-a53e-c14ea9b9e972/cast-vote-record-report.json new file mode 100644 index 0000000000..c151be0f41 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dc1d3b36-320a-42df-a53e-c14ea9b9e972/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"dc1d3b36-320a-42df-a53e-c14ea9b9e972-modified","UniqueId":"dc1d3b36-320a-42df-a53e-c14ea9b9e972","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dc1d3b36-320a-42df-a53e-c14ea9b9e972-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/cast-vote-record-report.json new file mode 100644 index 0000000000..821ea644ac --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"dcb66d04-c994-476c-9beb-4dbefd34b6db-modified","UniqueId":"dcb66d04-c994-476c-9beb-4dbefd34b6db","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dcb66d04-c994-476c-9beb-4dbefd34b6db-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:dcb66d04-c994-476c-9beb-4dbefd34b6db-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-0b08845902d7db42affd50ce69217c842c501867b5c9ebda4568826a6f20791d"},"Location":"file:dcb66d04-c994-476c-9beb-4dbefd34b6db-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-4483352e7a61de3fcd79d3ac9abe2915c27b67d1be83c22b2b4a17e44b6f1b03"},"Location":"file:dcb66d04-c994-476c-9beb-4dbefd34b6db-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec5876d6-5232-4a09-859e-baa07940358b/ec5876d6-5232-4a09-859e-baa07940358b-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/dcb66d04-c994-476c-9beb-4dbefd34b6db-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec5876d6-5232-4a09-859e-baa07940358b/ec5876d6-5232-4a09-859e-baa07940358b-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/dcb66d04-c994-476c-9beb-4dbefd34b6db-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/dcb66d04-c994-476c-9beb-4dbefd34b6db-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/dcb66d04-c994-476c-9beb-4dbefd34b6db-back.layout.json new file mode 100644 index 0000000000..a05238935f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/dcb66d04-c994-476c-9beb-4dbefd34b6db-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec5876d6-5232-4a09-859e-baa07940358b/ec5876d6-5232-4a09-859e-baa07940358b-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/dcb66d04-c994-476c-9beb-4dbefd34b6db-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec5876d6-5232-4a09-859e-baa07940358b/ec5876d6-5232-4a09-859e-baa07940358b-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/dcb66d04-c994-476c-9beb-4dbefd34b6db-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/dcb66d04-c994-476c-9beb-4dbefd34b6db-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/dcb66d04-c994-476c-9beb-4dbefd34b6db-front.layout.json new file mode 100644 index 0000000000..2c3c3bc32c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcb66d04-c994-476c-9beb-4dbefd34b6db/dcb66d04-c994-476c-9beb-4dbefd34b6db-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcbed1f6-594a-4fb6-a646-4e3415b344d0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcbed1f6-594a-4fb6-a646-4e3415b344d0/cast-vote-record-report.json new file mode 100644 index 0000000000..7037225132 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcbed1f6-594a-4fb6-a646-4e3415b344d0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"dcbed1f6-594a-4fb6-a646-4e3415b344d0-modified","UniqueId":"dcbed1f6-594a-4fb6-a646-4e3415b344d0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dcbed1f6-594a-4fb6-a646-4e3415b344d0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcd7a97b-8d05-42fb-b24f-b1db73d771fe/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcd7a97b-8d05-42fb-b24f-b1db73d771fe/cast-vote-record-report.json deleted file mode 100644 index 35e71bfb48..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcd7a97b-8d05-42fb-b24f-b1db73d771fe/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"dcd7a97b-8d05-42fb-b24f-b1db73d771fe-modified","UniqueId":"dcd7a97b-8d05-42fb-b24f-b1db73d771fe","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dcd7a97b-8d05-42fb-b24f-b1db73d771fe-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcf4ead6-e7db-4589-b272-433b0506aba8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcf4ead6-e7db-4589-b272-433b0506aba8/cast-vote-record-report.json deleted file mode 100644 index 2bf591f423..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dcf4ead6-e7db-4589-b272-433b0506aba8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"dcf4ead6-e7db-4589-b272-433b0506aba8-modified","UniqueId":"dcf4ead6-e7db-4589-b272-433b0506aba8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dcf4ead6-e7db-4589-b272-433b0506aba8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/cast-vote-record-report.json new file mode 100644 index 0000000000..85695a3f82 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"dd6706b7-f57a-485c-9d1f-a03590582312-modified","UniqueId":"dd6706b7-f57a-485c-9d1f-a03590582312","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dd6706b7-f57a-485c-9d1f-a03590582312-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:dd6706b7-f57a-485c-9d1f-a03590582312-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-b56a26413e431ef8550a3f94e84a8efdf40f7c339a7306519c26557d3b9b31d6"},"Location":"file:dd6706b7-f57a-485c-9d1f-a03590582312-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-9419922aff5f71127cc75a7c0d1266cfb67c7c30afd5c5f67833b682ae5829fc"},"Location":"file:dd6706b7-f57a-485c-9d1f-a03590582312-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f00c5dc3-82a0-4eea-b61b-39756a5c272d/f00c5dc3-82a0-4eea-b61b-39756a5c272d-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/dd6706b7-f57a-485c-9d1f-a03590582312-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f00c5dc3-82a0-4eea-b61b-39756a5c272d/f00c5dc3-82a0-4eea-b61b-39756a5c272d-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/dd6706b7-f57a-485c-9d1f-a03590582312-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/dd6706b7-f57a-485c-9d1f-a03590582312-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/dd6706b7-f57a-485c-9d1f-a03590582312-back.layout.json new file mode 100644 index 0000000000..b80220d246 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/dd6706b7-f57a-485c-9d1f-a03590582312-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f00c5dc3-82a0-4eea-b61b-39756a5c272d/f00c5dc3-82a0-4eea-b61b-39756a5c272d-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/dd6706b7-f57a-485c-9d1f-a03590582312-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f00c5dc3-82a0-4eea-b61b-39756a5c272d/f00c5dc3-82a0-4eea-b61b-39756a5c272d-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/dd6706b7-f57a-485c-9d1f-a03590582312-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/dd6706b7-f57a-485c-9d1f-a03590582312-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/dd6706b7-f57a-485c-9d1f-a03590582312-front.layout.json new file mode 100644 index 0000000000..753a4e1c90 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd6706b7-f57a-485c-9d1f-a03590582312/dd6706b7-f57a-485c-9d1f-a03590582312-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd752a1c-6171-455b-b703-0b20e3668e83/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd752a1c-6171-455b-b703-0b20e3668e83/cast-vote-record-report.json deleted file mode 100644 index 153620fa47..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd752a1c-6171-455b-b703-0b20e3668e83/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"dd752a1c-6171-455b-b703-0b20e3668e83-modified","UniqueId":"dd752a1c-6171-455b-b703-0b20e3668e83","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dd752a1c-6171-455b-b703-0b20e3668e83-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/cast-vote-record-report.json new file mode 100644 index 0000000000..e188b00aa6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"dd8e4a71-0365-411d-9664-28a2cb478221-modified","UniqueId":"dd8e4a71-0365-411d-9664-28a2cb478221","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dd8e4a71-0365-411d-9664-28a2cb478221-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:dd8e4a71-0365-411d-9664-28a2cb478221-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-7f1d870812d66556848c9f7bb98b37ef980ec9542f3010665186d790ce3ef183"},"Location":"file:dd8e4a71-0365-411d-9664-28a2cb478221-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-24a1f1f13ea813cd8dd96d9ceca2c871531b7baae42b21e86a645fb932aa6e0c"},"Location":"file:dd8e4a71-0365-411d-9664-28a2cb478221-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0b26798-eaaf-4af6-86fc-8ee47f65048c/f0b26798-eaaf-4af6-86fc-8ee47f65048c-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/dd8e4a71-0365-411d-9664-28a2cb478221-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0b26798-eaaf-4af6-86fc-8ee47f65048c/f0b26798-eaaf-4af6-86fc-8ee47f65048c-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/dd8e4a71-0365-411d-9664-28a2cb478221-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/dd8e4a71-0365-411d-9664-28a2cb478221-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/dd8e4a71-0365-411d-9664-28a2cb478221-back.layout.json new file mode 100644 index 0000000000..1f1ffe68ec --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/dd8e4a71-0365-411d-9664-28a2cb478221-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0b26798-eaaf-4af6-86fc-8ee47f65048c/f0b26798-eaaf-4af6-86fc-8ee47f65048c-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/dd8e4a71-0365-411d-9664-28a2cb478221-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0b26798-eaaf-4af6-86fc-8ee47f65048c/f0b26798-eaaf-4af6-86fc-8ee47f65048c-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/dd8e4a71-0365-411d-9664-28a2cb478221-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/dd8e4a71-0365-411d-9664-28a2cb478221-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/dd8e4a71-0365-411d-9664-28a2cb478221-front.layout.json new file mode 100644 index 0000000000..a4cc0da230 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dd8e4a71-0365-411d-9664-28a2cb478221/dd8e4a71-0365-411d-9664-28a2cb478221-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dda00ac0-b6f4-45b6-93d0-15715b5c1f98/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dda00ac0-b6f4-45b6-93d0-15715b5c1f98/cast-vote-record-report.json new file mode 100644 index 0000000000..edfd37ae61 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dda00ac0-b6f4-45b6-93d0-15715b5c1f98/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"dda00ac0-b6f4-45b6-93d0-15715b5c1f98-modified","UniqueId":"dda00ac0-b6f4-45b6-93d0-15715b5c1f98","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dda00ac0-b6f4-45b6-93d0-15715b5c1f98-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dda3700f-432b-407f-ba85-caf061d057a7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dda3700f-432b-407f-ba85-caf061d057a7/cast-vote-record-report.json new file mode 100644 index 0000000000..8b98956600 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dda3700f-432b-407f-ba85-caf061d057a7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"dda3700f-432b-407f-ba85-caf061d057a7-modified","UniqueId":"dda3700f-432b-407f-ba85-caf061d057a7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dda3700f-432b-407f-ba85-caf061d057a7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddb5eff2-0e68-45b7-8bd9-e6fe3d7f727b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddb5eff2-0e68-45b7-8bd9-e6fe3d7f727b/cast-vote-record-report.json deleted file mode 100644 index 97eeb716a5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddb5eff2-0e68-45b7-8bd9-e6fe3d7f727b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ddb5eff2-0e68-45b7-8bd9-e6fe3d7f727b-modified","UniqueId":"ddb5eff2-0e68-45b7-8bd9-e6fe3d7f727b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ddb5eff2-0e68-45b7-8bd9-e6fe3d7f727b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddc440fc-ed37-4c55-bf9c-eb594d5ef67b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddc440fc-ed37-4c55-bf9c-eb594d5ef67b/cast-vote-record-report.json new file mode 100644 index 0000000000..e5848d5ead --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddc440fc-ed37-4c55-bf9c-eb594d5ef67b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ddc440fc-ed37-4c55-bf9c-eb594d5ef67b-modified","UniqueId":"ddc440fc-ed37-4c55-bf9c-eb594d5ef67b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ddc440fc-ed37-4c55-bf9c-eb594d5ef67b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddc61dd1-287c-4a3a-a81b-b6b5f9618957/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddc61dd1-287c-4a3a-a81b-b6b5f9618957/cast-vote-record-report.json deleted file mode 100644 index 1dc9fb1b81..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddc61dd1-287c-4a3a-a81b-b6b5f9618957/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ddc61dd1-287c-4a3a-a81b-b6b5f9618957-modified","UniqueId":"ddc61dd1-287c-4a3a-a81b-b6b5f9618957","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ddc61dd1-287c-4a3a-a81b-b6b5f9618957-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddcd2e9d-4683-4774-95a4-53a6bc7b7fb0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddcd2e9d-4683-4774-95a4-53a6bc7b7fb0/cast-vote-record-report.json deleted file mode 100644 index 978e2e762e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddcd2e9d-4683-4774-95a4-53a6bc7b7fb0/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ddcd2e9d-4683-4774-95a4-53a6bc7b7fb0-modified","UniqueId":"ddcd2e9d-4683-4774-95a4-53a6bc7b7fb0","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ddcd2e9d-4683-4774-95a4-53a6bc7b7fb0-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddd0411e-3d73-4abe-b02c-8332e0083bae/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddd0411e-3d73-4abe-b02c-8332e0083bae/cast-vote-record-report.json deleted file mode 100644 index dfa8ea6632..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddd0411e-3d73-4abe-b02c-8332e0083bae/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ddd0411e-3d73-4abe-b02c-8332e0083bae-modified","UniqueId":"ddd0411e-3d73-4abe-b02c-8332e0083bae","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ddd0411e-3d73-4abe-b02c-8332e0083bae-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddebefe9-dfe4-4a76-8efc-f8de42441134/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddebefe9-dfe4-4a76-8efc-f8de42441134/cast-vote-record-report.json new file mode 100644 index 0000000000..13ecdb3d24 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ddebefe9-dfe4-4a76-8efc-f8de42441134/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ddebefe9-dfe4-4a76-8efc-f8de42441134-modified","UniqueId":"ddebefe9-dfe4-4a76-8efc-f8de42441134","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ddebefe9-dfe4-4a76-8efc-f8de42441134-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/de1c3657-6df7-4540-9167-edf5a3a11bab/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/de1c3657-6df7-4540-9167-edf5a3a11bab/cast-vote-record-report.json deleted file mode 100644 index 4f9e50e553..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/de1c3657-6df7-4540-9167-edf5a3a11bab/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"de1c3657-6df7-4540-9167-edf5a3a11bab-modified","UniqueId":"de1c3657-6df7-4540-9167-edf5a3a11bab","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"de1c3657-6df7-4540-9167-edf5a3a11bab-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/de1e499c-d79c-4d3a-8fb9-ca4ba79a4369/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/de1e499c-d79c-4d3a-8fb9-ca4ba79a4369/cast-vote-record-report.json new file mode 100644 index 0000000000..cf444cc9c6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/de1e499c-d79c-4d3a-8fb9-ca4ba79a4369/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"de1e499c-d79c-4d3a-8fb9-ca4ba79a4369-modified","UniqueId":"de1e499c-d79c-4d3a-8fb9-ca4ba79a4369","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"de1e499c-d79c-4d3a-8fb9-ca4ba79a4369-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/de499c48-445c-4980-bd1a-7ff49e509692/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/de499c48-445c-4980-bd1a-7ff49e509692/cast-vote-record-report.json new file mode 100644 index 0000000000..a2ebfc702c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/de499c48-445c-4980-bd1a-7ff49e509692/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"de499c48-445c-4980-bd1a-7ff49e509692-modified","UniqueId":"de499c48-445c-4980-bd1a-7ff49e509692","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"de499c48-445c-4980-bd1a-7ff49e509692-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/de8ac11e-61f1-442a-892b-a4ca44a2fad3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/de8ac11e-61f1-442a-892b-a4ca44a2fad3/cast-vote-record-report.json deleted file mode 100644 index 324b1a6035..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/de8ac11e-61f1-442a-892b-a4ca44a2fad3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"de8ac11e-61f1-442a-892b-a4ca44a2fad3-modified","UniqueId":"de8ac11e-61f1-442a-892b-a4ca44a2fad3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"de8ac11e-61f1-442a-892b-a4ca44a2fad3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ded7edeb-d796-421f-82c9-8317bcd19404/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ded7edeb-d796-421f-82c9-8317bcd19404/cast-vote-record-report.json new file mode 100644 index 0000000000..bfc4f43f2d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ded7edeb-d796-421f-82c9-8317bcd19404/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ded7edeb-d796-421f-82c9-8317bcd19404-modified","UniqueId":"ded7edeb-d796-421f-82c9-8317bcd19404","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ded7edeb-d796-421f-82c9-8317bcd19404-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/deed154d-15ec-42f6-8d50-27192f02cd41/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/deed154d-15ec-42f6-8d50-27192f02cd41/cast-vote-record-report.json new file mode 100644 index 0000000000..5598681245 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/deed154d-15ec-42f6-8d50-27192f02cd41/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"deed154d-15ec-42f6-8d50-27192f02cd41-modified","UniqueId":"deed154d-15ec-42f6-8d50-27192f02cd41","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"deed154d-15ec-42f6-8d50-27192f02cd41-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df21cb7f-4d9a-4a83-93e9-a88eec50717e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df21cb7f-4d9a-4a83-93e9-a88eec50717e/cast-vote-record-report.json new file mode 100644 index 0000000000..2ababa39f3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df21cb7f-4d9a-4a83-93e9-a88eec50717e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"df21cb7f-4d9a-4a83-93e9-a88eec50717e-modified","UniqueId":"df21cb7f-4d9a-4a83-93e9-a88eec50717e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"df21cb7f-4d9a-4a83-93e9-a88eec50717e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df325685-bbaf-4235-ba90-361dc5657853/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df325685-bbaf-4235-ba90-361dc5657853/cast-vote-record-report.json deleted file mode 100644 index b543a3b826..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df325685-bbaf-4235-ba90-361dc5657853/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"df325685-bbaf-4235-ba90-361dc5657853-modified","UniqueId":"df325685-bbaf-4235-ba90-361dc5657853","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"df325685-bbaf-4235-ba90-361dc5657853-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df49128b-d124-43b3-86e5-07312468ccd5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df49128b-d124-43b3-86e5-07312468ccd5/cast-vote-record-report.json deleted file mode 100644 index 3f2e3b7f5a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df49128b-d124-43b3-86e5-07312468ccd5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"df49128b-d124-43b3-86e5-07312468ccd5-modified","UniqueId":"df49128b-d124-43b3-86e5-07312468ccd5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"df49128b-d124-43b3-86e5-07312468ccd5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:df49128b-d124-43b3-86e5-07312468ccd5-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:df49128b-d124-43b3-86e5-07312468ccd5-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df821977-37dd-400f-8303-a7fcb16398aa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df821977-37dd-400f-8303-a7fcb16398aa/cast-vote-record-report.json new file mode 100644 index 0000000000..4d30cdc111 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/df821977-37dd-400f-8303-a7fcb16398aa/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"df821977-37dd-400f-8303-a7fcb16398aa-modified","UniqueId":"df821977-37dd-400f-8303-a7fcb16398aa","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"df821977-37dd-400f-8303-a7fcb16398aa-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dffb5856-0e3f-439e-9fd2-94bd068e67e6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dffb5856-0e3f-439e-9fd2-94bd068e67e6/cast-vote-record-report.json new file mode 100644 index 0000000000..f7fc1b3dc6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/dffb5856-0e3f-439e-9fd2-94bd068e67e6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"dffb5856-0e3f-439e-9fd2-94bd068e67e6-modified","UniqueId":"dffb5856-0e3f-439e-9fd2-94bd068e67e6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"dffb5856-0e3f-439e-9fd2-94bd068e67e6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e00c68ac-d9dd-46bb-abb7-11bc799ce614/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e00c68ac-d9dd-46bb-abb7-11bc799ce614/cast-vote-record-report.json deleted file mode 100644 index 2404cd44b3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e00c68ac-d9dd-46bb-abb7-11bc799ce614/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e00c68ac-d9dd-46bb-abb7-11bc799ce614-modified","UniqueId":"e00c68ac-d9dd-46bb-abb7-11bc799ce614","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e00c68ac-d9dd-46bb-abb7-11bc799ce614-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0497b32-a65e-4972-98e4-80807fa2463a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0497b32-a65e-4972-98e4-80807fa2463a/cast-vote-record-report.json deleted file mode 100644 index cf9af1e1d7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0497b32-a65e-4972-98e4-80807fa2463a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e0497b32-a65e-4972-98e4-80807fa2463a-modified","UniqueId":"e0497b32-a65e-4972-98e4-80807fa2463a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e0497b32-a65e-4972-98e4-80807fa2463a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e065139d-dfcb-4c9e-9ea6-aca4bf9f23a5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e065139d-dfcb-4c9e-9ea6-aca4bf9f23a5/cast-vote-record-report.json new file mode 100644 index 0000000000..b3252c3de4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e065139d-dfcb-4c9e-9ea6-aca4bf9f23a5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e065139d-dfcb-4c9e-9ea6-aca4bf9f23a5-modified","UniqueId":"e065139d-dfcb-4c9e-9ea6-aca4bf9f23a5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e065139d-dfcb-4c9e-9ea6-aca4bf9f23a5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/cast-vote-record-report.json new file mode 100644 index 0000000000..303fec92d3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e08aa607-bdab-4e72-ab57-705aaf82f7c0-modified","UniqueId":"e08aa607-bdab-4e72-ab57-705aaf82f7c0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e08aa607-bdab-4e72-ab57-705aaf82f7c0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:e08aa607-bdab-4e72-ab57-705aaf82f7c0-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-2c9f96f06081e6512c29a85daf60eea5ad02908677706f1e4eb7c4f0ec5ad3d4"},"Location":"file:e08aa607-bdab-4e72-ab57-705aaf82f7c0-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-c626988fb2b0342bd3cea1e9d0b8b40e6acfddd5267c35b69921a82369459c16"},"Location":"file:e08aa607-bdab-4e72-ab57-705aaf82f7c0-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1cc91af-226d-4393-be4a-2b243097dd03/f1cc91af-226d-4393-be4a-2b243097dd03-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/e08aa607-bdab-4e72-ab57-705aaf82f7c0-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1cc91af-226d-4393-be4a-2b243097dd03/f1cc91af-226d-4393-be4a-2b243097dd03-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/e08aa607-bdab-4e72-ab57-705aaf82f7c0-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/e08aa607-bdab-4e72-ab57-705aaf82f7c0-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/e08aa607-bdab-4e72-ab57-705aaf82f7c0-back.layout.json new file mode 100644 index 0000000000..a76bdcbb7b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/e08aa607-bdab-4e72-ab57-705aaf82f7c0-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":2},"contests":[{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1cc91af-226d-4393-be4a-2b243097dd03/f1cc91af-226d-4393-be4a-2b243097dd03-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/e08aa607-bdab-4e72-ab57-705aaf82f7c0-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1cc91af-226d-4393-be4a-2b243097dd03/f1cc91af-226d-4393-be4a-2b243097dd03-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/e08aa607-bdab-4e72-ab57-705aaf82f7c0-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/e08aa607-bdab-4e72-ab57-705aaf82f7c0-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/e08aa607-bdab-4e72-ab57-705aaf82f7c0-front.layout.json new file mode 100644 index 0000000000..8b8848eac0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e08aa607-bdab-4e72-ab57-705aaf82f7c0/e08aa607-bdab-4e72-ab57-705aaf82f7c0-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-1","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0b27dbd-1796-4a6c-a665-bb1b15196a88/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0b27dbd-1796-4a6c-a665-bb1b15196a88/cast-vote-record-report.json new file mode 100644 index 0000000000..e0fae75526 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0b27dbd-1796-4a6c-a665-bb1b15196a88/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e0b27dbd-1796-4a6c-a665-bb1b15196a88-modified","UniqueId":"e0b27dbd-1796-4a6c-a665-bb1b15196a88","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e0b27dbd-1796-4a6c-a665-bb1b15196a88-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0d04387-5ace-4862-90e6-ac2faf71798c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0d04387-5ace-4862-90e6-ac2faf71798c/cast-vote-record-report.json deleted file mode 100644 index f50c60b113..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0d04387-5ace-4862-90e6-ac2faf71798c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e0d04387-5ace-4862-90e6-ac2faf71798c-modified","UniqueId":"e0d04387-5ace-4862-90e6-ac2faf71798c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e0d04387-5ace-4862-90e6-ac2faf71798c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0f9a374-4f53-4200-8b03-9bed486fbeed/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0f9a374-4f53-4200-8b03-9bed486fbeed/cast-vote-record-report.json new file mode 100644 index 0000000000..474915a0e0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0f9a374-4f53-4200-8b03-9bed486fbeed/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e0f9a374-4f53-4200-8b03-9bed486fbeed-modified","UniqueId":"e0f9a374-4f53-4200-8b03-9bed486fbeed","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e0f9a374-4f53-4200-8b03-9bed486fbeed-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0fb3b33-6f44-4dee-8e20-379ab6c75b32/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0fb3b33-6f44-4dee-8e20-379ab6c75b32/cast-vote-record-report.json new file mode 100644 index 0000000000..eb51b49b1d --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e0fb3b33-6f44-4dee-8e20-379ab6c75b32/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e0fb3b33-6f44-4dee-8e20-379ab6c75b32-modified","UniqueId":"e0fb3b33-6f44-4dee-8e20-379ab6c75b32","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e0fb3b33-6f44-4dee-8e20-379ab6c75b32-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e134fdc6-0519-413e-b634-4727aee41c35/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e134fdc6-0519-413e-b634-4727aee41c35/cast-vote-record-report.json new file mode 100644 index 0000000000..e2652d9e9b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e134fdc6-0519-413e-b634-4727aee41c35/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e134fdc6-0519-413e-b634-4727aee41c35-modified","UniqueId":"e134fdc6-0519-413e-b634-4727aee41c35","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e134fdc6-0519-413e-b634-4727aee41c35-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e163cbb3-a1f4-4b4e-a0aa-8d0aaae02c54/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e163cbb3-a1f4-4b4e-a0aa-8d0aaae02c54/cast-vote-record-report.json deleted file mode 100644 index 6bb9cb5c7f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e163cbb3-a1f4-4b4e-a0aa-8d0aaae02c54/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e163cbb3-a1f4-4b4e-a0aa-8d0aaae02c54-modified","UniqueId":"e163cbb3-a1f4-4b4e-a0aa-8d0aaae02c54","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e163cbb3-a1f4-4b4e-a0aa-8d0aaae02c54-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e168b21d-c31b-423b-bdd9-3660eefa5343/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e168b21d-c31b-423b-bdd9-3660eefa5343/cast-vote-record-report.json new file mode 100644 index 0000000000..34f17ea298 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e168b21d-c31b-423b-bdd9-3660eefa5343/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e168b21d-c31b-423b-bdd9-3660eefa5343-modified","UniqueId":"e168b21d-c31b-423b-bdd9-3660eefa5343","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e168b21d-c31b-423b-bdd9-3660eefa5343-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e16c5d8c-618c-453b-b85f-d56e42a3f05b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e16c5d8c-618c-453b-b85f-d56e42a3f05b/cast-vote-record-report.json new file mode 100644 index 0000000000..c5ba6de787 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e16c5d8c-618c-453b-b85f-d56e42a3f05b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e16c5d8c-618c-453b-b85f-d56e42a3f05b-modified","UniqueId":"e16c5d8c-618c-453b-b85f-d56e42a3f05b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e16c5d8c-618c-453b-b85f-d56e42a3f05b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e16f9340-ffd0-4ca2-bc66-c529ae8123ba/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e16f9340-ffd0-4ca2-bc66-c529ae8123ba/cast-vote-record-report.json deleted file mode 100644 index 14e328a85f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e16f9340-ffd0-4ca2-bc66-c529ae8123ba/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e16f9340-ffd0-4ca2-bc66-c529ae8123ba-modified","UniqueId":"e16f9340-ffd0-4ca2-bc66-c529ae8123ba","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e16f9340-ffd0-4ca2-bc66-c529ae8123ba-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/cast-vote-record-report.json new file mode 100644 index 0000000000..05b3e852d6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e17921ab-fb02-4b99-a354-bed3951135e8-modified","UniqueId":"e17921ab-fb02-4b99-a354-bed3951135e8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e17921ab-fb02-4b99-a354-bed3951135e8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:e17921ab-fb02-4b99-a354-bed3951135e8-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-bb540d40eea84330080ed5ac81095b0552be27dcba17f60b78f634fc08da85a3"},"Location":"file:e17921ab-fb02-4b99-a354-bed3951135e8-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-2a94ca3594895c279de380712e62ee63bacd72db5c423735aacb8e821ab08e5b"},"Location":"file:e17921ab-fb02-4b99-a354-bed3951135e8-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f2785e7d-bd81-424b-a916-4faa7255b4d5/f2785e7d-bd81-424b-a916-4faa7255b4d5-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/e17921ab-fb02-4b99-a354-bed3951135e8-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f2785e7d-bd81-424b-a916-4faa7255b4d5/f2785e7d-bd81-424b-a916-4faa7255b4d5-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/e17921ab-fb02-4b99-a354-bed3951135e8-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/e17921ab-fb02-4b99-a354-bed3951135e8-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/e17921ab-fb02-4b99-a354-bed3951135e8-back.layout.json new file mode 100644 index 0000000000..1ae9d97245 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/e17921ab-fb02-4b99-a354-bed3951135e8-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f2785e7d-bd81-424b-a916-4faa7255b4d5/f2785e7d-bd81-424b-a916-4faa7255b4d5-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/e17921ab-fb02-4b99-a354-bed3951135e8-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f2785e7d-bd81-424b-a916-4faa7255b4d5/f2785e7d-bd81-424b-a916-4faa7255b4d5-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/e17921ab-fb02-4b99-a354-bed3951135e8-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/e17921ab-fb02-4b99-a354-bed3951135e8-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/e17921ab-fb02-4b99-a354-bed3951135e8-front.layout.json new file mode 100644 index 0000000000..95cbdda56a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e17921ab-fb02-4b99-a354-bed3951135e8/e17921ab-fb02-4b99-a354-bed3951135e8-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e181bc25-af41-4647-ae09-22dba8e60e1c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e181bc25-af41-4647-ae09-22dba8e60e1c/cast-vote-record-report.json new file mode 100644 index 0000000000..c8055ebe6e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e181bc25-af41-4647-ae09-22dba8e60e1c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e181bc25-af41-4647-ae09-22dba8e60e1c-modified","UniqueId":"e181bc25-af41-4647-ae09-22dba8e60e1c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e181bc25-af41-4647-ae09-22dba8e60e1c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878/cast-vote-record-report.json deleted file mode 100644 index 7aa53a875b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878-modified","UniqueId":"e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:e1bd1fbd-a345-4dda-9bcc-f34b5ff5a878-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e1d594c8-3b3f-4ba2-9a7b-13bdd87ceffe/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e1d594c8-3b3f-4ba2-9a7b-13bdd87ceffe/cast-vote-record-report.json new file mode 100644 index 0000000000..4b04e2421a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e1d594c8-3b3f-4ba2-9a7b-13bdd87ceffe/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e1d594c8-3b3f-4ba2-9a7b-13bdd87ceffe-modified","UniqueId":"e1d594c8-3b3f-4ba2-9a7b-13bdd87ceffe","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e1d594c8-3b3f-4ba2-9a7b-13bdd87ceffe-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/cast-vote-record-report.json new file mode 100644 index 0000000000..50997e808e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e21b30b3-f86e-4ac5-9018-466017055429-modified","UniqueId":"e21b30b3-f86e-4ac5-9018-466017055429","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e21b30b3-f86e-4ac5-9018-466017055429-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:e21b30b3-f86e-4ac5-9018-466017055429-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-6418c84970b11623801527d62abb9ee22c3ea4c359d09bf4bca68188424aa5e8"},"Location":"file:e21b30b3-f86e-4ac5-9018-466017055429-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-62a4d8bb758bb9228b7123f959a691787dc5792010207203ae3bfc00f0c7efe3"},"Location":"file:e21b30b3-f86e-4ac5-9018-466017055429-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f35ce6ef-9383-4e13-ab83-626afb8c2077/f35ce6ef-9383-4e13-ab83-626afb8c2077-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/e21b30b3-f86e-4ac5-9018-466017055429-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f35ce6ef-9383-4e13-ab83-626afb8c2077/f35ce6ef-9383-4e13-ab83-626afb8c2077-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/e21b30b3-f86e-4ac5-9018-466017055429-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/e21b30b3-f86e-4ac5-9018-466017055429-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/e21b30b3-f86e-4ac5-9018-466017055429-back.layout.json new file mode 100644 index 0000000000..46b3bda4d6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/e21b30b3-f86e-4ac5-9018-466017055429-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f35ce6ef-9383-4e13-ab83-626afb8c2077/f35ce6ef-9383-4e13-ab83-626afb8c2077-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/e21b30b3-f86e-4ac5-9018-466017055429-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f35ce6ef-9383-4e13-ab83-626afb8c2077/f35ce6ef-9383-4e13-ab83-626afb8c2077-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/e21b30b3-f86e-4ac5-9018-466017055429-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/e21b30b3-f86e-4ac5-9018-466017055429-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/e21b30b3-f86e-4ac5-9018-466017055429-front.layout.json new file mode 100644 index 0000000000..81f11edf82 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e21b30b3-f86e-4ac5-9018-466017055429/e21b30b3-f86e-4ac5-9018-466017055429-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2389d7e-ecf9-4d18-b845-fb9d0e78e5f8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2389d7e-ecf9-4d18-b845-fb9d0e78e5f8/cast-vote-record-report.json deleted file mode 100644 index aa004010eb..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2389d7e-ecf9-4d18-b845-fb9d0e78e5f8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e2389d7e-ecf9-4d18-b845-fb9d0e78e5f8-modified","UniqueId":"e2389d7e-ecf9-4d18-b845-fb9d0e78e5f8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e2389d7e-ecf9-4d18-b845-fb9d0e78e5f8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2988120-417f-4f0b-8a9d-6c979c808902/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2988120-417f-4f0b-8a9d-6c979c808902/cast-vote-record-report.json deleted file mode 100644 index 3d55369156..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2988120-417f-4f0b-8a9d-6c979c808902/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e2988120-417f-4f0b-8a9d-6c979c808902-modified","UniqueId":"e2988120-417f-4f0b-8a9d-6c979c808902","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e2988120-417f-4f0b-8a9d-6c979c808902-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2d9c7b8-639a-447a-9aaf-08ccf0c9c7a7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2d9c7b8-639a-447a-9aaf-08ccf0c9c7a7/cast-vote-record-report.json new file mode 100644 index 0000000000..1810e9b9e1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2d9c7b8-639a-447a-9aaf-08ccf0c9c7a7/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e2d9c7b8-639a-447a-9aaf-08ccf0c9c7a7-modified","UniqueId":"e2d9c7b8-639a-447a-9aaf-08ccf0c9c7a7","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e2d9c7b8-639a-447a-9aaf-08ccf0c9c7a7-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2e70166-ae4a-4221-9a66-984e2aa13f8c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2e70166-ae4a-4221-9a66-984e2aa13f8c/cast-vote-record-report.json deleted file mode 100644 index 5b1a1409e5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2e70166-ae4a-4221-9a66-984e2aa13f8c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e2e70166-ae4a-4221-9a66-984e2aa13f8c-modified","UniqueId":"e2e70166-ae4a-4221-9a66-984e2aa13f8c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e2e70166-ae4a-4221-9a66-984e2aa13f8c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2fcac9e-dc4d-4a4e-87db-25037c55ba14/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2fcac9e-dc4d-4a4e-87db-25037c55ba14/cast-vote-record-report.json new file mode 100644 index 0000000000..5f091c92c4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e2fcac9e-dc4d-4a4e-87db-25037c55ba14/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e2fcac9e-dc4d-4a4e-87db-25037c55ba14-modified","UniqueId":"e2fcac9e-dc4d-4a4e-87db-25037c55ba14","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e2fcac9e-dc4d-4a4e-87db-25037c55ba14-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e30997fa-f454-454f-9824-75fde7ebea6b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e30997fa-f454-454f-9824-75fde7ebea6b/cast-vote-record-report.json new file mode 100644 index 0000000000..ce5011acf6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e30997fa-f454-454f-9824-75fde7ebea6b/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e30997fa-f454-454f-9824-75fde7ebea6b-modified","UniqueId":"e30997fa-f454-454f-9824-75fde7ebea6b","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e30997fa-f454-454f-9824-75fde7ebea6b-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e47cb6e4-d2c2-4e90-8257-3e644bb04a46/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e47cb6e4-d2c2-4e90-8257-3e644bb04a46/cast-vote-record-report.json deleted file mode 100644 index 5c90dabe09..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e47cb6e4-d2c2-4e90-8257-3e644bb04a46/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e47cb6e4-d2c2-4e90-8257-3e644bb04a46-modified","UniqueId":"e47cb6e4-d2c2-4e90-8257-3e644bb04a46","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e47cb6e4-d2c2-4e90-8257-3e644bb04a46-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e4b344c0-d24f-4689-a836-5226240e2bf2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e4b344c0-d24f-4689-a836-5226240e2bf2/cast-vote-record-report.json new file mode 100644 index 0000000000..8121a85a40 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e4b344c0-d24f-4689-a836-5226240e2bf2/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e4b344c0-d24f-4689-a836-5226240e2bf2-modified","UniqueId":"e4b344c0-d24f-4689-a836-5226240e2bf2","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e4b344c0-d24f-4689-a836-5226240e2bf2-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e4b58c9c-4628-4f8b-9883-97bbf22a8645/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e4b58c9c-4628-4f8b-9883-97bbf22a8645/cast-vote-record-report.json new file mode 100644 index 0000000000..e1909314aa --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e4b58c9c-4628-4f8b-9883-97bbf22a8645/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e4b58c9c-4628-4f8b-9883-97bbf22a8645-modified","UniqueId":"e4b58c9c-4628-4f8b-9883-97bbf22a8645","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e4b58c9c-4628-4f8b-9883-97bbf22a8645-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e4c67375-41c4-46a3-8c52-d3f6a51981e0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e4c67375-41c4-46a3-8c52-d3f6a51981e0/cast-vote-record-report.json deleted file mode 100644 index 6929c00a92..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e4c67375-41c4-46a3-8c52-d3f6a51981e0/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e4c67375-41c4-46a3-8c52-d3f6a51981e0-modified","UniqueId":"e4c67375-41c4-46a3-8c52-d3f6a51981e0","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e4c67375-41c4-46a3-8c52-d3f6a51981e0-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e51870f6-7f1c-41c9-b968-13ddb94ca1bf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e51870f6-7f1c-41c9-b968-13ddb94ca1bf/cast-vote-record-report.json deleted file mode 100644 index 22e20c42cf..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e51870f6-7f1c-41c9-b968-13ddb94ca1bf/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e51870f6-7f1c-41c9-b968-13ddb94ca1bf-modified","UniqueId":"e51870f6-7f1c-41c9-b968-13ddb94ca1bf","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e51870f6-7f1c-41c9-b968-13ddb94ca1bf-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e53f7bf9-5529-4892-b8c0-fa6570daca82/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e53f7bf9-5529-4892-b8c0-fa6570daca82/cast-vote-record-report.json new file mode 100644 index 0000000000..4b893dfc56 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e53f7bf9-5529-4892-b8c0-fa6570daca82/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e53f7bf9-5529-4892-b8c0-fa6570daca82-modified","UniqueId":"e53f7bf9-5529-4892-b8c0-fa6570daca82","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e53f7bf9-5529-4892-b8c0-fa6570daca82-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e6135dc3-3991-4e2a-9dba-cda0df351b2e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e6135dc3-3991-4e2a-9dba-cda0df351b2e/cast-vote-record-report.json new file mode 100644 index 0000000000..177e5a343e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e6135dc3-3991-4e2a-9dba-cda0df351b2e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e6135dc3-3991-4e2a-9dba-cda0df351b2e-modified","UniqueId":"e6135dc3-3991-4e2a-9dba-cda0df351b2e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e6135dc3-3991-4e2a-9dba-cda0df351b2e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e6539210-dcff-4c8b-95c5-93ff3f6b23ce/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e6539210-dcff-4c8b-95c5-93ff3f6b23ce/cast-vote-record-report.json new file mode 100644 index 0000000000..d770b8ddb6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e6539210-dcff-4c8b-95c5-93ff3f6b23ce/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e6539210-dcff-4c8b-95c5-93ff3f6b23ce-modified","UniqueId":"e6539210-dcff-4c8b-95c5-93ff3f6b23ce","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e6539210-dcff-4c8b-95c5-93ff3f6b23ce-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e658bac1-18d3-44b8-a137-d16a9fa22a00/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e658bac1-18d3-44b8-a137-d16a9fa22a00/cast-vote-record-report.json new file mode 100644 index 0000000000..2527d3bdef --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e658bac1-18d3-44b8-a137-d16a9fa22a00/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e658bac1-18d3-44b8-a137-d16a9fa22a00-modified","UniqueId":"e658bac1-18d3-44b8-a137-d16a9fa22a00","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e658bac1-18d3-44b8-a137-d16a9fa22a00-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e68889e9-cc7f-46ad-970c-43e955b08f82/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e68889e9-cc7f-46ad-970c-43e955b08f82/cast-vote-record-report.json deleted file mode 100644 index d3850f3e21..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e68889e9-cc7f-46ad-970c-43e955b08f82/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e68889e9-cc7f-46ad-970c-43e955b08f82-modified","UniqueId":"e68889e9-cc7f-46ad-970c-43e955b08f82","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e68889e9-cc7f-46ad-970c-43e955b08f82-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e6aa0935-aabd-43c1-b836-32c0064bdcf8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e6aa0935-aabd-43c1-b836-32c0064bdcf8/cast-vote-record-report.json deleted file mode 100644 index fcc26bbb45..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e6aa0935-aabd-43c1-b836-32c0064bdcf8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e6aa0935-aabd-43c1-b836-32c0064bdcf8-modified","UniqueId":"e6aa0935-aabd-43c1-b836-32c0064bdcf8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e6aa0935-aabd-43c1-b836-32c0064bdcf8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e6f8fbe1-3e76-4281-92b1-eb30f518bc42/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e6f8fbe1-3e76-4281-92b1-eb30f518bc42/cast-vote-record-report.json new file mode 100644 index 0000000000..f3cdd3a2d4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e6f8fbe1-3e76-4281-92b1-eb30f518bc42/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e6f8fbe1-3e76-4281-92b1-eb30f518bc42-modified","UniqueId":"e6f8fbe1-3e76-4281-92b1-eb30f518bc42","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e6f8fbe1-3e76-4281-92b1-eb30f518bc42-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e711c13e-adb7-43e2-8ff3-c682338e3763/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e711c13e-adb7-43e2-8ff3-c682338e3763/cast-vote-record-report.json new file mode 100644 index 0000000000..a66302e2c4 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e711c13e-adb7-43e2-8ff3-c682338e3763/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e711c13e-adb7-43e2-8ff3-c682338e3763-modified","UniqueId":"e711c13e-adb7-43e2-8ff3-c682338e3763","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e711c13e-adb7-43e2-8ff3-c682338e3763-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e72ec465-c438-41c5-8acc-711f3635106b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e72ec465-c438-41c5-8acc-711f3635106b/cast-vote-record-report.json deleted file mode 100644 index eaa023b5d2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e72ec465-c438-41c5-8acc-711f3635106b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e72ec465-c438-41c5-8acc-711f3635106b-modified","UniqueId":"e72ec465-c438-41c5-8acc-711f3635106b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e72ec465-c438-41c5-8acc-711f3635106b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e745e53d-5e82-457a-b56b-77e729069845/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e745e53d-5e82-457a-b56b-77e729069845/cast-vote-record-report.json deleted file mode 100644 index 27fb0168fd..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e745e53d-5e82-457a-b56b-77e729069845/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e745e53d-5e82-457a-b56b-77e729069845-modified","UniqueId":"e745e53d-5e82-457a-b56b-77e729069845","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e745e53d-5e82-457a-b56b-77e729069845-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:e745e53d-5e82-457a-b56b-77e729069845-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:e745e53d-5e82-457a-b56b-77e729069845-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e758a6b5-fedd-4e60-a6aa-1d2e7d6af1fa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e758a6b5-fedd-4e60-a6aa-1d2e7d6af1fa/cast-vote-record-report.json new file mode 100644 index 0000000000..d43e37e73a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e758a6b5-fedd-4e60-a6aa-1d2e7d6af1fa/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e758a6b5-fedd-4e60-a6aa-1d2e7d6af1fa-modified","UniqueId":"e758a6b5-fedd-4e60-a6aa-1d2e7d6af1fa","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e758a6b5-fedd-4e60-a6aa-1d2e7d6af1fa-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e77ffa02-370c-492f-9c7d-75dd6cf3326f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e77ffa02-370c-492f-9c7d-75dd6cf3326f/cast-vote-record-report.json deleted file mode 100644 index 1d034ea206..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e77ffa02-370c-492f-9c7d-75dd6cf3326f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e77ffa02-370c-492f-9c7d-75dd6cf3326f-modified","UniqueId":"e77ffa02-370c-492f-9c7d-75dd6cf3326f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e77ffa02-370c-492f-9c7d-75dd6cf3326f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:e77ffa02-370c-492f-9c7d-75dd6cf3326f-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:e77ffa02-370c-492f-9c7d-75dd6cf3326f-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e7814098-8332-4b8b-9814-f5f6cc23702a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e7814098-8332-4b8b-9814-f5f6cc23702a/cast-vote-record-report.json new file mode 100644 index 0000000000..a0dd462af5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e7814098-8332-4b8b-9814-f5f6cc23702a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e7814098-8332-4b8b-9814-f5f6cc23702a-modified","UniqueId":"e7814098-8332-4b8b-9814-f5f6cc23702a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e7814098-8332-4b8b-9814-f5f6cc23702a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e7d74714-d158-451a-ae4b-98961db6be64/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e7d74714-d158-451a-ae4b-98961db6be64/cast-vote-record-report.json deleted file mode 100644 index a1d8cd88d1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e7d74714-d158-451a-ae4b-98961db6be64/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e7d74714-d158-451a-ae4b-98961db6be64-modified","UniqueId":"e7d74714-d158-451a-ae4b-98961db6be64","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e7d74714-d158-451a-ae4b-98961db6be64-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e7e5ca35-9fd1-4bda-bc86-a36071f9bf8c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e7e5ca35-9fd1-4bda-bc86-a36071f9bf8c/cast-vote-record-report.json new file mode 100644 index 0000000000..9772581950 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e7e5ca35-9fd1-4bda-bc86-a36071f9bf8c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e7e5ca35-9fd1-4bda-bc86-a36071f9bf8c-modified","UniqueId":"e7e5ca35-9fd1-4bda-bc86-a36071f9bf8c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e7e5ca35-9fd1-4bda-bc86-a36071f9bf8c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8324377-fa20-4cb2-ab2f-48a28e290263/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8324377-fa20-4cb2-ab2f-48a28e290263/cast-vote-record-report.json deleted file mode 100644 index 1aca66144a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8324377-fa20-4cb2-ab2f-48a28e290263/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e8324377-fa20-4cb2-ab2f-48a28e290263-modified","UniqueId":"e8324377-fa20-4cb2-ab2f-48a28e290263","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e8324377-fa20-4cb2-ab2f-48a28e290263-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8e181bb-8d51-46d4-b932-7412cba51dad/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8e181bb-8d51-46d4-b932-7412cba51dad/cast-vote-record-report.json deleted file mode 100644 index 63f3ca9698..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8e181bb-8d51-46d4-b932-7412cba51dad/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e8e181bb-8d51-46d4-b932-7412cba51dad-modified","UniqueId":"e8e181bb-8d51-46d4-b932-7412cba51dad","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e8e181bb-8d51-46d4-b932-7412cba51dad-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8e2e4ca-fc90-4614-922a-47f229c4c49e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8e2e4ca-fc90-4614-922a-47f229c4c49e/cast-vote-record-report.json deleted file mode 100644 index 59beafd1ed..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8e2e4ca-fc90-4614-922a-47f229c4c49e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e8e2e4ca-fc90-4614-922a-47f229c4c49e-modified","UniqueId":"e8e2e4ca-fc90-4614-922a-47f229c4c49e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e8e2e4ca-fc90-4614-922a-47f229c4c49e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:e8e2e4ca-fc90-4614-922a-47f229c4c49e-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:e8e2e4ca-fc90-4614-922a-47f229c4c49e-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8f6bb1d-ae40-48c1-8f9f-492675c0529f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8f6bb1d-ae40-48c1-8f9f-492675c0529f/cast-vote-record-report.json deleted file mode 100644 index 62391c6a34..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e8f6bb1d-ae40-48c1-8f9f-492675c0529f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e8f6bb1d-ae40-48c1-8f9f-492675c0529f-modified","UniqueId":"e8f6bb1d-ae40-48c1-8f9f-492675c0529f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e8f6bb1d-ae40-48c1-8f9f-492675c0529f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e939006f-fb61-4758-898f-0b7f12fbf459/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e939006f-fb61-4758-898f-0b7f12fbf459/cast-vote-record-report.json new file mode 100644 index 0000000000..bac38251da --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e939006f-fb61-4758-898f-0b7f12fbf459/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e939006f-fb61-4758-898f-0b7f12fbf459-modified","UniqueId":"e939006f-fb61-4758-898f-0b7f12fbf459","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e939006f-fb61-4758-898f-0b7f12fbf459-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e9afeee7-cd96-4dcd-8694-31430fa57c79/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e9afeee7-cd96-4dcd-8694-31430fa57c79/cast-vote-record-report.json deleted file mode 100644 index f011cf0543..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e9afeee7-cd96-4dcd-8694-31430fa57c79/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"e9afeee7-cd96-4dcd-8694-31430fa57c79-modified","UniqueId":"e9afeee7-cd96-4dcd-8694-31430fa57c79","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e9afeee7-cd96-4dcd-8694-31430fa57c79-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e9f2c602-30c3-4ca7-8ee2-76e7c13e1766/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e9f2c602-30c3-4ca7-8ee2-76e7c13e1766/cast-vote-record-report.json new file mode 100644 index 0000000000..ea2eb90e18 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/e9f2c602-30c3-4ca7-8ee2-76e7c13e1766/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"e9f2c602-30c3-4ca7-8ee2-76e7c13e1766-modified","UniqueId":"e9f2c602-30c3-4ca7-8ee2-76e7c13e1766","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"e9f2c602-30c3-4ca7-8ee2-76e7c13e1766-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ea109f6b-656d-480c-ae9a-571ed8ced851/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ea109f6b-656d-480c-ae9a-571ed8ced851/cast-vote-record-report.json new file mode 100644 index 0000000000..c1cb29211c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ea109f6b-656d-480c-ae9a-571ed8ced851/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ea109f6b-656d-480c-ae9a-571ed8ced851-modified","UniqueId":"ea109f6b-656d-480c-ae9a-571ed8ced851","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ea109f6b-656d-480c-ae9a-571ed8ced851-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ea1e03cd-327f-4eb9-a9a3-2f1ba2054d25/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ea1e03cd-327f-4eb9-a9a3-2f1ba2054d25/cast-vote-record-report.json new file mode 100644 index 0000000000..925f5098da --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ea1e03cd-327f-4eb9-a9a3-2f1ba2054d25/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ea1e03cd-327f-4eb9-a9a3-2f1ba2054d25-modified","UniqueId":"ea1e03cd-327f-4eb9-a9a3-2f1ba2054d25","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ea1e03cd-327f-4eb9-a9a3-2f1ba2054d25-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ea4ddb0d-da4d-4c89-868f-4343b2255edf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ea4ddb0d-da4d-4c89-868f-4343b2255edf/cast-vote-record-report.json new file mode 100644 index 0000000000..ff7c4fe887 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ea4ddb0d-da4d-4c89-868f-4343b2255edf/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ea4ddb0d-da4d-4c89-868f-4343b2255edf-modified","UniqueId":"ea4ddb0d-da4d-4c89-868f-4343b2255edf","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ea4ddb0d-da4d-4c89-868f-4343b2255edf-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eab93eba-386c-4217-b9ea-0117d4b0b36f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eab93eba-386c-4217-b9ea-0117d4b0b36f/cast-vote-record-report.json deleted file mode 100644 index 50d659664f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eab93eba-386c-4217-b9ea-0117d4b0b36f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"eab93eba-386c-4217-b9ea-0117d4b0b36f-modified","UniqueId":"eab93eba-386c-4217-b9ea-0117d4b0b36f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"eab93eba-386c-4217-b9ea-0117d4b0b36f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eabd6db6-e4a0-4129-8864-d9df361488b3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eabd6db6-e4a0-4129-8864-d9df361488b3/cast-vote-record-report.json deleted file mode 100644 index 71052dfbec..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eabd6db6-e4a0-4129-8864-d9df361488b3/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"eabd6db6-e4a0-4129-8864-d9df361488b3-modified","UniqueId":"eabd6db6-e4a0-4129-8864-d9df361488b3","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"eabd6db6-e4a0-4129-8864-d9df361488b3-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/cast-vote-record-report.json new file mode 100644 index 0000000000..6d5cdae0b6 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"eb408f9f-e586-4790-b25f-fb95f8fbf4a9-modified","UniqueId":"eb408f9f-e586-4790-b25f-fb95f8fbf4a9","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"eb408f9f-e586-4790-b25f-fb95f8fbf4a9-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:eb408f9f-e586-4790-b25f-fb95f8fbf4a9-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-3fdc787bb563d2d358babf0de6e87f88b63abcf1c6826bd6909357a7b466c69d"},"Location":"file:eb408f9f-e586-4790-b25f-fb95f8fbf4a9-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e98bfc47782547d112cea6f1e9b67d4fef4641f1e642a0b5b8389f5a1c22d353"},"Location":"file:eb408f9f-e586-4790-b25f-fb95f8fbf4a9-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f434c1c4-18c6-42f1-81a4-68fb43e5283d/f434c1c4-18c6-42f1-81a4-68fb43e5283d-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/eb408f9f-e586-4790-b25f-fb95f8fbf4a9-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f434c1c4-18c6-42f1-81a4-68fb43e5283d/f434c1c4-18c6-42f1-81a4-68fb43e5283d-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/eb408f9f-e586-4790-b25f-fb95f8fbf4a9-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/eb408f9f-e586-4790-b25f-fb95f8fbf4a9-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/eb408f9f-e586-4790-b25f-fb95f8fbf4a9-back.layout.json new file mode 100644 index 0000000000..ce63c1b9f1 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/eb408f9f-e586-4790-b25f-fb95f8fbf4a9-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f434c1c4-18c6-42f1-81a4-68fb43e5283d/f434c1c4-18c6-42f1-81a4-68fb43e5283d-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/eb408f9f-e586-4790-b25f-fb95f8fbf4a9-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f434c1c4-18c6-42f1-81a4-68fb43e5283d/f434c1c4-18c6-42f1-81a4-68fb43e5283d-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/eb408f9f-e586-4790-b25f-fb95f8fbf4a9-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/eb408f9f-e586-4790-b25f-fb95f8fbf4a9-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/eb408f9f-e586-4790-b25f-fb95f8fbf4a9-front.layout.json new file mode 100644 index 0000000000..2b65398c86 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb408f9f-e586-4790-b25f-fb95f8fbf4a9/eb408f9f-e586-4790-b25f-fb95f8fbf4a9-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb548f6e-b6db-4121-b6b5-6e1a69c1e421/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb548f6e-b6db-4121-b6b5-6e1a69c1e421/cast-vote-record-report.json deleted file mode 100644 index 52dece220e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb548f6e-b6db-4121-b6b5-6e1a69c1e421/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"eb548f6e-b6db-4121-b6b5-6e1a69c1e421-modified","UniqueId":"eb548f6e-b6db-4121-b6b5-6e1a69c1e421","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"eb548f6e-b6db-4121-b6b5-6e1a69c1e421-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb556237-9311-488b-b95e-245fbd312e7a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb556237-9311-488b-b95e-245fbd312e7a/cast-vote-record-report.json new file mode 100644 index 0000000000..d52025d40e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb556237-9311-488b-b95e-245fbd312e7a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"eb556237-9311-488b-b95e-245fbd312e7a-modified","UniqueId":"eb556237-9311-488b-b95e-245fbd312e7a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"eb556237-9311-488b-b95e-245fbd312e7a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb6a051a-d40c-499c-9ec4-b77036f6c415/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb6a051a-d40c-499c-9ec4-b77036f6c415/cast-vote-record-report.json new file mode 100644 index 0000000000..1c9f8aaaa7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb6a051a-d40c-499c-9ec4-b77036f6c415/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"eb6a051a-d40c-499c-9ec4-b77036f6c415-modified","UniqueId":"eb6a051a-d40c-499c-9ec4-b77036f6c415","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"eb6a051a-d40c-499c-9ec4-b77036f6c415-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb735113-cd3a-4808-a7fa-439416c05561/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb735113-cd3a-4808-a7fa-439416c05561/cast-vote-record-report.json deleted file mode 100644 index f3d7943fa5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eb735113-cd3a-4808-a7fa-439416c05561/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"eb735113-cd3a-4808-a7fa-439416c05561-modified","UniqueId":"eb735113-cd3a-4808-a7fa-439416c05561","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"eb735113-cd3a-4808-a7fa-439416c05561-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebc4a128-8288-4a3a-97ad-db1a79b5aec0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebc4a128-8288-4a3a-97ad-db1a79b5aec0/cast-vote-record-report.json new file mode 100644 index 0000000000..2a8fc264cd --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebc4a128-8288-4a3a-97ad-db1a79b5aec0/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ebc4a128-8288-4a3a-97ad-db1a79b5aec0-modified","UniqueId":"ebc4a128-8288-4a3a-97ad-db1a79b5aec0","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ebc4a128-8288-4a3a-97ad-db1a79b5aec0-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebca1647-ca99-4220-95ba-0a03aecf242a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebca1647-ca99-4220-95ba-0a03aecf242a/cast-vote-record-report.json deleted file mode 100644 index 589cb47120..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebca1647-ca99-4220-95ba-0a03aecf242a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ebca1647-ca99-4220-95ba-0a03aecf242a-modified","UniqueId":"ebca1647-ca99-4220-95ba-0a03aecf242a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ebca1647-ca99-4220-95ba-0a03aecf242a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebe74ffd-a2d7-4ba9-96e5-20201e04cb3b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebe74ffd-a2d7-4ba9-96e5-20201e04cb3b/cast-vote-record-report.json deleted file mode 100644 index 9817a71ef4..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebe74ffd-a2d7-4ba9-96e5-20201e04cb3b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ebe74ffd-a2d7-4ba9-96e5-20201e04cb3b-modified","UniqueId":"ebe74ffd-a2d7-4ba9-96e5-20201e04cb3b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ebe74ffd-a2d7-4ba9-96e5-20201e04cb3b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebf2d1f2-2df2-49aa-996d-2dd727c19fb0/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebf2d1f2-2df2-49aa-996d-2dd727c19fb0/cast-vote-record-report.json deleted file mode 100644 index c1eee98269..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ebf2d1f2-2df2-49aa-996d-2dd727c19fb0/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ebf2d1f2-2df2-49aa-996d-2dd727c19fb0-modified","UniqueId":"ebf2d1f2-2df2-49aa-996d-2dd727c19fb0","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ebf2d1f2-2df2-49aa-996d-2dd727c19fb0-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:ebf2d1f2-2df2-49aa-996d-2dd727c19fb0-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:ebf2d1f2-2df2-49aa-996d-2dd727c19fb0-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec2dd107-e744-4d45-ae2b-164b200abe97/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec2dd107-e744-4d45-ae2b-164b200abe97/cast-vote-record-report.json new file mode 100644 index 0000000000..d28e6dbdee --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec2dd107-e744-4d45-ae2b-164b200abe97/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ec2dd107-e744-4d45-ae2b-164b200abe97-modified","UniqueId":"ec2dd107-e744-4d45-ae2b-164b200abe97","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ec2dd107-e744-4d45-ae2b-164b200abe97-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec2f461d-f55e-407b-902f-8e077595e313/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec2f461d-f55e-407b-902f-8e077595e313/cast-vote-record-report.json deleted file mode 100644 index 4ee47a716c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec2f461d-f55e-407b-902f-8e077595e313/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ec2f461d-f55e-407b-902f-8e077595e313-modified","UniqueId":"ec2f461d-f55e-407b-902f-8e077595e313","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ec2f461d-f55e-407b-902f-8e077595e313-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec57e8aa-0106-4975-b14c-9523abf47050/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec57e8aa-0106-4975-b14c-9523abf47050/cast-vote-record-report.json new file mode 100644 index 0000000000..8eb9865c69 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec57e8aa-0106-4975-b14c-9523abf47050/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ec57e8aa-0106-4975-b14c-9523abf47050-modified","UniqueId":"ec57e8aa-0106-4975-b14c-9523abf47050","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ec57e8aa-0106-4975-b14c-9523abf47050-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec5876d6-5232-4a09-859e-baa07940358b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec5876d6-5232-4a09-859e-baa07940358b/cast-vote-record-report.json deleted file mode 100644 index 0ebd0d4dff..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec5876d6-5232-4a09-859e-baa07940358b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ec5876d6-5232-4a09-859e-baa07940358b-modified","UniqueId":"ec5876d6-5232-4a09-859e-baa07940358b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ec5876d6-5232-4a09-859e-baa07940358b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:ec5876d6-5232-4a09-859e-baa07940358b-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:ec5876d6-5232-4a09-859e-baa07940358b-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec68e097-2dea-4696-bb69-d0bd8c498731/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec68e097-2dea-4696-bb69-d0bd8c498731/cast-vote-record-report.json deleted file mode 100644 index 7dca01edda..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec68e097-2dea-4696-bb69-d0bd8c498731/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ec68e097-2dea-4696-bb69-d0bd8c498731-modified","UniqueId":"ec68e097-2dea-4696-bb69-d0bd8c498731","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ec68e097-2dea-4696-bb69-d0bd8c498731-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec8af8d9-079c-49b6-a75b-f8a5e3dd453f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec8af8d9-079c-49b6-a75b-f8a5e3dd453f/cast-vote-record-report.json deleted file mode 100644 index f141208e22..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec8af8d9-079c-49b6-a75b-f8a5e3dd453f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ec8af8d9-079c-49b6-a75b-f8a5e3dd453f-modified","UniqueId":"ec8af8d9-079c-49b6-a75b-f8a5e3dd453f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ec8af8d9-079c-49b6-a75b-f8a5e3dd453f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec8ed9af-0c56-4291-b2af-af122e7bde73/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec8ed9af-0c56-4291-b2af-af122e7bde73/cast-vote-record-report.json deleted file mode 100644 index b2bc330044..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ec8ed9af-0c56-4291-b2af-af122e7bde73/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ec8ed9af-0c56-4291-b2af-af122e7bde73-modified","UniqueId":"ec8ed9af-0c56-4291-b2af-af122e7bde73","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ec8ed9af-0c56-4291-b2af-af122e7bde73-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ecc6e9a5-9ad6-48f0-abe1-ce64912c8d89/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ecc6e9a5-9ad6-48f0-abe1-ce64912c8d89/cast-vote-record-report.json new file mode 100644 index 0000000000..c0a7a50a03 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ecc6e9a5-9ad6-48f0-abe1-ce64912c8d89/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ecc6e9a5-9ad6-48f0-abe1-ce64912c8d89-modified","UniqueId":"ecc6e9a5-9ad6-48f0-abe1-ce64912c8d89","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ecc6e9a5-9ad6-48f0-abe1-ce64912c8d89-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ecde2864-cfb6-4013-b463-eb48b5e8901a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ecde2864-cfb6-4013-b463-eb48b5e8901a/cast-vote-record-report.json deleted file mode 100644 index fd160d202b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ecde2864-cfb6-4013-b463-eb48b5e8901a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ecde2864-cfb6-4013-b463-eb48b5e8901a-modified","UniqueId":"ecde2864-cfb6-4013-b463-eb48b5e8901a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ecde2864-cfb6-4013-b463-eb48b5e8901a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ed16250f-a845-499a-b8ac-ef50fc8f1987/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ed16250f-a845-499a-b8ac-ef50fc8f1987/cast-vote-record-report.json new file mode 100644 index 0000000000..32dfdd35e3 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ed16250f-a845-499a-b8ac-ef50fc8f1987/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ed16250f-a845-499a-b8ac-ef50fc8f1987-modified","UniqueId":"ed16250f-a845-499a-b8ac-ef50fc8f1987","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ed16250f-a845-499a-b8ac-ef50fc8f1987-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ed2d252d-e951-4951-aff1-1cfabf9c4fe8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ed2d252d-e951-4951-aff1-1cfabf9c4fe8/cast-vote-record-report.json new file mode 100644 index 0000000000..e0fa1cbca0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ed2d252d-e951-4951-aff1-1cfabf9c4fe8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ed2d252d-e951-4951-aff1-1cfabf9c4fe8-modified","UniqueId":"ed2d252d-e951-4951-aff1-1cfabf9c4fe8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ed2d252d-e951-4951-aff1-1cfabf9c4fe8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ed456da6-b60b-4c83-aa80-c7b18d07c05a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ed456da6-b60b-4c83-aa80-c7b18d07c05a/cast-vote-record-report.json new file mode 100644 index 0000000000..6ef93b4b5b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ed456da6-b60b-4c83-aa80-c7b18d07c05a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ed456da6-b60b-4c83-aa80-c7b18d07c05a-modified","UniqueId":"ed456da6-b60b-4c83-aa80-c7b18d07c05a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ed456da6-b60b-4c83-aa80-c7b18d07c05a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/cast-vote-record-report.json new file mode 100644 index 0000000000..76a935058e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"eda7730c-4c50-4711-b7eb-71f75ba7c47f-modified","UniqueId":"eda7730c-4c50-4711-b7eb-71f75ba7c47f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"eda7730c-4c50-4711-b7eb-71f75ba7c47f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:eda7730c-4c50-4711-b7eb-71f75ba7c47f-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-441700437246155a194785ae92989bbf93e523dca4f82b2e864c4840ec370a34"},"Location":"file:eda7730c-4c50-4711-b7eb-71f75ba7c47f-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-c11d6db6690bafbc5bc456a753ef2aa19ff802e48c17d175fb38b2fcfdfde292"},"Location":"file:eda7730c-4c50-4711-b7eb-71f75ba7c47f-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4c56a14-6f3b-46d2-8a9e-6e1982405f3e/f4c56a14-6f3b-46d2-8a9e-6e1982405f3e-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/eda7730c-4c50-4711-b7eb-71f75ba7c47f-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4c56a14-6f3b-46d2-8a9e-6e1982405f3e/f4c56a14-6f3b-46d2-8a9e-6e1982405f3e-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/eda7730c-4c50-4711-b7eb-71f75ba7c47f-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/eda7730c-4c50-4711-b7eb-71f75ba7c47f-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/eda7730c-4c50-4711-b7eb-71f75ba7c47f-back.layout.json new file mode 100644 index 0000000000..523043b56f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/eda7730c-4c50-4711-b7eb-71f75ba7c47f-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4c56a14-6f3b-46d2-8a9e-6e1982405f3e/f4c56a14-6f3b-46d2-8a9e-6e1982405f3e-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/eda7730c-4c50-4711-b7eb-71f75ba7c47f-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4c56a14-6f3b-46d2-8a9e-6e1982405f3e/f4c56a14-6f3b-46d2-8a9e-6e1982405f3e-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/eda7730c-4c50-4711-b7eb-71f75ba7c47f-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/eda7730c-4c50-4711-b7eb-71f75ba7c47f-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/eda7730c-4c50-4711-b7eb-71f75ba7c47f-front.layout.json new file mode 100644 index 0000000000..347ea649f0 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eda7730c-4c50-4711-b7eb-71f75ba7c47f/eda7730c-4c50-4711-b7eb-71f75ba7c47f-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_en","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/edadf675-29f1-45f2-bd86-082cd4ea9dda/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/edadf675-29f1-45f2-bd86-082cd4ea9dda/cast-vote-record-report.json new file mode 100644 index 0000000000..e0cff0e63f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/edadf675-29f1-45f2-bd86-082cd4ea9dda/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"edadf675-29f1-45f2-bd86-082cd4ea9dda-modified","UniqueId":"edadf675-29f1-45f2-bd86-082cd4ea9dda","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"edadf675-29f1-45f2-bd86-082cd4ea9dda-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/edb47c65-58a1-4cc5-b9e1-edc2d612ae56/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/edb47c65-58a1-4cc5-b9e1-edc2d612ae56/cast-vote-record-report.json deleted file mode 100644 index 28146a3242..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/edb47c65-58a1-4cc5-b9e1-edc2d612ae56/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"edb47c65-58a1-4cc5-b9e1-edc2d612ae56-modified","UniqueId":"edb47c65-58a1-4cc5-b9e1-edc2d612ae56","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"edb47c65-58a1-4cc5-b9e1-edc2d612ae56-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/edf0e2b5-56bc-4d44-8458-4bd2662708d7/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/edf0e2b5-56bc-4d44-8458-4bd2662708d7/cast-vote-record-report.json deleted file mode 100644 index 67263be5f5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/edf0e2b5-56bc-4d44-8458-4bd2662708d7/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"edf0e2b5-56bc-4d44-8458-4bd2662708d7-modified","UniqueId":"edf0e2b5-56bc-4d44-8458-4bd2662708d7","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"edf0e2b5-56bc-4d44-8458-4bd2662708d7-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ee37fcb6-9ee3-4c33-a6ec-86639c745518/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ee37fcb6-9ee3-4c33-a6ec-86639c745518/cast-vote-record-report.json new file mode 100644 index 0000000000..65ee473253 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ee37fcb6-9ee3-4c33-a6ec-86639c745518/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ee37fcb6-9ee3-4c33-a6ec-86639c745518-modified","UniqueId":"ee37fcb6-9ee3-4c33-a6ec-86639c745518","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ee37fcb6-9ee3-4c33-a6ec-86639c745518-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ee70c366-d87d-4a05-a3b4-49b1519ca987/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ee70c366-d87d-4a05-a3b4-49b1519ca987/cast-vote-record-report.json new file mode 100644 index 0000000000..d9c4966fda --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ee70c366-d87d-4a05-a3b4-49b1519ca987/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ee70c366-d87d-4a05-a3b4-49b1519ca987-modified","UniqueId":"ee70c366-d87d-4a05-a3b4-49b1519ca987","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ee70c366-d87d-4a05-a3b4-49b1519ca987-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ee796b0b-7244-4a4b-b365-80c825ed620e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ee796b0b-7244-4a4b-b365-80c825ed620e/cast-vote-record-report.json new file mode 100644 index 0000000000..a53f5bd8bd --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ee796b0b-7244-4a4b-b365-80c825ed620e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ee796b0b-7244-4a4b-b365-80c825ed620e-modified","UniqueId":"ee796b0b-7244-4a4b-b365-80c825ed620e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ee796b0b-7244-4a4b-b365-80c825ed620e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ee872b4e-8381-4eb2-92e6-69248a711a80/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ee872b4e-8381-4eb2-92e6-69248a711a80/cast-vote-record-report.json new file mode 100644 index 0000000000..9d9847809a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ee872b4e-8381-4eb2-92e6-69248a711a80/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ee872b4e-8381-4eb2-92e6-69248a711a80-modified","UniqueId":"ee872b4e-8381-4eb2-92e6-69248a711a80","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ee872b4e-8381-4eb2-92e6-69248a711a80-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/cast-vote-record-report.json new file mode 100644 index 0000000000..e8591f30e9 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-modified","UniqueId":"eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-bb540d40eea84330080ed5ac81095b0552be27dcba17f60b78f634fc08da85a3"},"Location":"file:eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-2a94ca3594895c279de380712e62ee63bacd72db5c423735aacb8e821ab08e5b"},"Location":"file:eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7958272-43b2-4c75-998a-755f1cb78bcc/f7958272-43b2-4c75-998a-755f1cb78bcc-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7958272-43b2-4c75-998a-755f1cb78bcc/f7958272-43b2-4c75-998a-755f1cb78bcc-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-back.layout.json new file mode 100644 index 0000000000..1ae9d97245 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7958272-43b2-4c75-998a-755f1cb78bcc/f7958272-43b2-4c75-998a-755f1cb78bcc-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7958272-43b2-4c75-998a-755f1cb78bcc/f7958272-43b2-4c75-998a-755f1cb78bcc-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-front.layout.json new file mode 100644 index 0000000000..95cbdda56a --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6/eef82ae5-61d9-42bd-bcf3-7a47c98eb2a6-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_zh-Hans","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ef0aeb6e-5469-46cb-976c-4418962fef46/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ef0aeb6e-5469-46cb-976c-4418962fef46/cast-vote-record-report.json new file mode 100644 index 0000000000..cb7686a636 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ef0aeb6e-5469-46cb-976c-4418962fef46/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ef0aeb6e-5469-46cb-976c-4418962fef46-modified","UniqueId":"ef0aeb6e-5469-46cb-976c-4418962fef46","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ef0aeb6e-5469-46cb-976c-4418962fef46-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ef201661-9eb4-4619-ac6b-508de5d5bdcf/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ef201661-9eb4-4619-ac6b-508de5d5bdcf/cast-vote-record-report.json new file mode 100644 index 0000000000..3186291c28 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ef201661-9eb4-4619-ac6b-508de5d5bdcf/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ef201661-9eb4-4619-ac6b-508de5d5bdcf-modified","UniqueId":"ef201661-9eb4-4619-ac6b-508de5d5bdcf","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ef201661-9eb4-4619-ac6b-508de5d5bdcf-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ef7cacfb-46d4-428c-b34d-aca3783562ca/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ef7cacfb-46d4-428c-b34d-aca3783562ca/cast-vote-record-report.json new file mode 100644 index 0000000000..d22bd765bd --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ef7cacfb-46d4-428c-b34d-aca3783562ca/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ef7cacfb-46d4-428c-b34d-aca3783562ca-modified","UniqueId":"ef7cacfb-46d4-428c-b34d-aca3783562ca","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ef7cacfb-46d4-428c-b34d-aca3783562ca-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ef92f00c-d950-4e30-bf9a-914067ed694e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ef92f00c-d950-4e30-bf9a-914067ed694e/cast-vote-record-report.json new file mode 100644 index 0000000000..4f4bcbfc66 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ef92f00c-d950-4e30-bf9a-914067ed694e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"ef92f00c-d950-4e30-bf9a-914067ed694e-modified","UniqueId":"ef92f00c-d950-4e30-bf9a-914067ed694e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ef92f00c-d950-4e30-bf9a-914067ed694e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/efe125b4-4dac-4f8e-a685-c85c390781d4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/efe125b4-4dac-4f8e-a685-c85c390781d4/cast-vote-record-report.json deleted file mode 100644 index f1fddf4591..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/efe125b4-4dac-4f8e-a685-c85c390781d4/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"efe125b4-4dac-4f8e-a685-c85c390781d4-modified","UniqueId":"efe125b4-4dac-4f8e-a685-c85c390781d4","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"efe125b4-4dac-4f8e-a685-c85c390781d4-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/efe4f7f6-7c0f-4923-8133-e79ec8a71c88/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/efe4f7f6-7c0f-4923-8133-e79ec8a71c88/cast-vote-record-report.json deleted file mode 100644 index 701dec1db0..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/efe4f7f6-7c0f-4923-8133-e79ec8a71c88/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"efe4f7f6-7c0f-4923-8133-e79ec8a71c88-modified","UniqueId":"efe4f7f6-7c0f-4923-8133-e79ec8a71c88","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"efe4f7f6-7c0f-4923-8133-e79ec8a71c88-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f00c5dc3-82a0-4eea-b61b-39756a5c272d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f00c5dc3-82a0-4eea-b61b-39756a5c272d/cast-vote-record-report.json deleted file mode 100644 index acf89c3cfb..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f00c5dc3-82a0-4eea-b61b-39756a5c272d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f00c5dc3-82a0-4eea-b61b-39756a5c272d-modified","UniqueId":"f00c5dc3-82a0-4eea-b61b-39756a5c272d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f00c5dc3-82a0-4eea-b61b-39756a5c272d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f00c5dc3-82a0-4eea-b61b-39756a5c272d-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f00c5dc3-82a0-4eea-b61b-39756a5c272d-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f02f70af-0ce7-48e9-864e-9172c7e4ddce/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f02f70af-0ce7-48e9-864e-9172c7e4ddce/cast-vote-record-report.json new file mode 100644 index 0000000000..6727b2e4cf --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f02f70af-0ce7-48e9-864e-9172c7e4ddce/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f02f70af-0ce7-48e9-864e-9172c7e4ddce-modified","UniqueId":"f02f70af-0ce7-48e9-864e-9172c7e4ddce","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f02f70af-0ce7-48e9-864e-9172c7e4ddce-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f03fb987-4e34-4c22-9929-221d9a6c4d35/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f03fb987-4e34-4c22-9929-221d9a6c4d35/cast-vote-record-report.json deleted file mode 100644 index 6800b23b4b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f03fb987-4e34-4c22-9929-221d9a6c4d35/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f03fb987-4e34-4c22-9929-221d9a6c4d35-modified","UniqueId":"f03fb987-4e34-4c22-9929-221d9a6c4d35","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f03fb987-4e34-4c22-9929-221d9a6c4d35-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0a5af4b-c09d-4d3c-b657-175aecb5c59e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0a5af4b-c09d-4d3c-b657-175aecb5c59e/cast-vote-record-report.json deleted file mode 100644 index 20762da37c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0a5af4b-c09d-4d3c-b657-175aecb5c59e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f0a5af4b-c09d-4d3c-b657-175aecb5c59e-modified","UniqueId":"f0a5af4b-c09d-4d3c-b657-175aecb5c59e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f0a5af4b-c09d-4d3c-b657-175aecb5c59e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0b26798-eaaf-4af6-86fc-8ee47f65048c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0b26798-eaaf-4af6-86fc-8ee47f65048c/cast-vote-record-report.json deleted file mode 100644 index dbef1ad0ca..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0b26798-eaaf-4af6-86fc-8ee47f65048c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f0b26798-eaaf-4af6-86fc-8ee47f65048c-modified","UniqueId":"f0b26798-eaaf-4af6-86fc-8ee47f65048c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f0b26798-eaaf-4af6-86fc-8ee47f65048c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f0b26798-eaaf-4af6-86fc-8ee47f65048c-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f0b26798-eaaf-4af6-86fc-8ee47f65048c-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0fb9775-b84f-4677-8792-a19988154892/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0fb9775-b84f-4677-8792-a19988154892/cast-vote-record-report.json deleted file mode 100644 index ab0a1a44bf..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f0fb9775-b84f-4677-8792-a19988154892/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f0fb9775-b84f-4677-8792-a19988154892-modified","UniqueId":"f0fb9775-b84f-4677-8792-a19988154892","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f0fb9775-b84f-4677-8792-a19988154892-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f12cc6a1-5803-458d-8845-b442aab1b5d1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f12cc6a1-5803-458d-8845-b442aab1b5d1/cast-vote-record-report.json new file mode 100644 index 0000000000..4c1c565a90 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f12cc6a1-5803-458d-8845-b442aab1b5d1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f12cc6a1-5803-458d-8845-b442aab1b5d1-modified","UniqueId":"f12cc6a1-5803-458d-8845-b442aab1b5d1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f12cc6a1-5803-458d-8845-b442aab1b5d1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f13825cf-3ce1-42c0-b13c-d17d85d47eb6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f13825cf-3ce1-42c0-b13c-d17d85d47eb6/cast-vote-record-report.json deleted file mode 100644 index d8f56e07ef..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f13825cf-3ce1-42c0-b13c-d17d85d47eb6/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f13825cf-3ce1-42c0-b13c-d17d85d47eb6-modified","UniqueId":"f13825cf-3ce1-42c0-b13c-d17d85d47eb6","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f13825cf-3ce1-42c0-b13c-d17d85d47eb6-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f18a9794-4768-4db8-b6c7-112c00bff37c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f18a9794-4768-4db8-b6c7-112c00bff37c/cast-vote-record-report.json deleted file mode 100644 index bbb4efa69f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f18a9794-4768-4db8-b6c7-112c00bff37c/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f18a9794-4768-4db8-b6c7-112c00bff37c-modified","UniqueId":"f18a9794-4768-4db8-b6c7-112c00bff37c","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f18a9794-4768-4db8-b6c7-112c00bff37c-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1c35007-d0af-49fa-b672-b6dc57a30f66/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1c35007-d0af-49fa-b672-b6dc57a30f66/cast-vote-record-report.json new file mode 100644 index 0000000000..50b4f41b30 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1c35007-d0af-49fa-b672-b6dc57a30f66/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f1c35007-d0af-49fa-b672-b6dc57a30f66-modified","UniqueId":"f1c35007-d0af-49fa-b672-b6dc57a30f66","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f1c35007-d0af-49fa-b672-b6dc57a30f66-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1c9bfc2-2702-4653-9c48-7f9434bb7e8c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1c9bfc2-2702-4653-9c48-7f9434bb7e8c/cast-vote-record-report.json new file mode 100644 index 0000000000..317d13d763 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1c9bfc2-2702-4653-9c48-7f9434bb7e8c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f1c9bfc2-2702-4653-9c48-7f9434bb7e8c-modified","UniqueId":"f1c9bfc2-2702-4653-9c48-7f9434bb7e8c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f1c9bfc2-2702-4653-9c48-7f9434bb7e8c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1cc91af-226d-4393-be4a-2b243097dd03/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1cc91af-226d-4393-be4a-2b243097dd03/cast-vote-record-report.json deleted file mode 100644 index 3228a8a6b2..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1cc91af-226d-4393-be4a-2b243097dd03/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f1cc91af-226d-4393-be4a-2b243097dd03-modified","UniqueId":"f1cc91af-226d-4393-be4a-2b243097dd03","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f1cc91af-226d-4393-be4a-2b243097dd03-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f1cc91af-226d-4393-be4a-2b243097dd03-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f1cc91af-226d-4393-be4a-2b243097dd03-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1e4a04e-cd58-449e-96e4-95f90f6abafa/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1e4a04e-cd58-449e-96e4-95f90f6abafa/cast-vote-record-report.json deleted file mode 100644 index 5f62897549..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f1e4a04e-cd58-449e-96e4-95f90f6abafa/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f1e4a04e-cd58-449e-96e4-95f90f6abafa-modified","UniqueId":"f1e4a04e-cd58-449e-96e4-95f90f6abafa","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f1e4a04e-cd58-449e-96e4-95f90f6abafa-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f2096728-3b22-4ff1-b26d-d197d668177d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f2096728-3b22-4ff1-b26d-d197d668177d/cast-vote-record-report.json deleted file mode 100644 index 8a35f3bc2f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f2096728-3b22-4ff1-b26d-d197d668177d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_en","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f2096728-3b22-4ff1-b26d-d197d668177d-modified","UniqueId":"f2096728-3b22-4ff1-b26d-d197d668177d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f2096728-3b22-4ff1-b26d-d197d668177d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/cast-vote-record-report.json new file mode 100644 index 0000000000..08eae98338 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-modified","UniqueId":"f22200ff-2c5f-48ba-8ffd-4b49b44c46b8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-fa941b55b1e5f4f56e77a8cff8424dd235e03c53a39c68c9ee6d784459cfe06a"},"Location":"file:f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-7ba7f76b01546e3837c90cd45f23851a5b4020cd7ab621d0c1f44d27c2f9d9d4"},"Location":"file:f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8/f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8/f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-back.layout.json new file mode 100644 index 0000000000..bd34450d8b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8/f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8/f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-front.layout.json new file mode 100644 index 0000000000..c84802c0ec --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8/f22200ff-2c5f-48ba-8ffd-4b49b44c46b8-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"4-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f243ec52-7c15-4126-ac42-6a667abf6cf5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f243ec52-7c15-4126-ac42-6a667abf6cf5/cast-vote-record-report.json new file mode 100644 index 0000000000..5bd2b7e33b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f243ec52-7c15-4126-ac42-6a667abf6cf5/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f243ec52-7c15-4126-ac42-6a667abf6cf5-modified","UniqueId":"f243ec52-7c15-4126-ac42-6a667abf6cf5","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f243ec52-7c15-4126-ac42-6a667abf6cf5-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f26fbb1e-8f2a-4e8d-a8d4-9df455607ac5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f26fbb1e-8f2a-4e8d-a8d4-9df455607ac5/cast-vote-record-report.json deleted file mode 100644 index 0aca1e78fc..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f26fbb1e-8f2a-4e8d-a8d4-9df455607ac5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f26fbb1e-8f2a-4e8d-a8d4-9df455607ac5-modified","UniqueId":"f26fbb1e-8f2a-4e8d-a8d4-9df455607ac5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f26fbb1e-8f2a-4e8d-a8d4-9df455607ac5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f2785e7d-bd81-424b-a916-4faa7255b4d5/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f2785e7d-bd81-424b-a916-4faa7255b4d5/cast-vote-record-report.json deleted file mode 100644 index 30040d4221..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f2785e7d-bd81-424b-a916-4faa7255b4d5/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f2785e7d-bd81-424b-a916-4faa7255b4d5-modified","UniqueId":"f2785e7d-bd81-424b-a916-4faa7255b4d5","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f2785e7d-bd81-424b-a916-4faa7255b4d5-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f2785e7d-bd81-424b-a916-4faa7255b4d5-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f2785e7d-bd81-424b-a916-4faa7255b4d5-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f35ce6ef-9383-4e13-ab83-626afb8c2077/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f35ce6ef-9383-4e13-ab83-626afb8c2077/cast-vote-record-report.json deleted file mode 100644 index 7a4c26ec42..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f35ce6ef-9383-4e13-ab83-626afb8c2077/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f35ce6ef-9383-4e13-ab83-626afb8c2077-modified","UniqueId":"f35ce6ef-9383-4e13-ab83-626afb8c2077","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f35ce6ef-9383-4e13-ab83-626afb8c2077-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f35ce6ef-9383-4e13-ab83-626afb8c2077-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f35ce6ef-9383-4e13-ab83-626afb8c2077-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f380af68-fa09-4b16-96ee-b3b64282db7d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f380af68-fa09-4b16-96ee-b3b64282db7d/cast-vote-record-report.json deleted file mode 100644 index c8059f9993..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f380af68-fa09-4b16-96ee-b3b64282db7d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f380af68-fa09-4b16-96ee-b3b64282db7d-modified","UniqueId":"f380af68-fa09-4b16-96ee-b3b64282db7d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f380af68-fa09-4b16-96ee-b3b64282db7d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f38783f5-924c-4be2-a72e-58f059e6d350/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f38783f5-924c-4be2-a72e-58f059e6d350/cast-vote-record-report.json new file mode 100644 index 0000000000..3e5911360b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f38783f5-924c-4be2-a72e-58f059e6d350/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f38783f5-924c-4be2-a72e-58f059e6d350-modified","UniqueId":"f38783f5-924c-4be2-a72e-58f059e6d350","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f38783f5-924c-4be2-a72e-58f059e6d350-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f38bd2ad-5953-4750-b670-ca411f493970/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f38bd2ad-5953-4750-b670-ca411f493970/cast-vote-record-report.json new file mode 100644 index 0000000000..1bf6b9e041 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f38bd2ad-5953-4750-b670-ca411f493970/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f38bd2ad-5953-4750-b670-ca411f493970-modified","UniqueId":"f38bd2ad-5953-4750-b670-ca411f493970","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f38bd2ad-5953-4750-b670-ca411f493970-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f39263b5-35a2-4e79-a447-045282b7bd4b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f39263b5-35a2-4e79-a447-045282b7bd4b/cast-vote-record-report.json deleted file mode 100644 index 35e659b8f3..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f39263b5-35a2-4e79-a447-045282b7bd4b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f39263b5-35a2-4e79-a447-045282b7bd4b-modified","UniqueId":"f39263b5-35a2-4e79-a447-045282b7bd4b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f39263b5-35a2-4e79-a447-045282b7bd4b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f392cd35-b56d-4230-83ac-29b01d7fc10a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f392cd35-b56d-4230-83ac-29b01d7fc10a/cast-vote-record-report.json new file mode 100644 index 0000000000..c9f6c9bfc5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f392cd35-b56d-4230-83ac-29b01d7fc10a/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f392cd35-b56d-4230-83ac-29b01d7fc10a-modified","UniqueId":"f392cd35-b56d-4230-83ac-29b01d7fc10a","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f392cd35-b56d-4230-83ac-29b01d7fc10a-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/cast-vote-record-report.json new file mode 100644 index 0000000000..22fa532555 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f3bfa31f-5a16-4cf5-8ced-eb035476b708-modified","UniqueId":"f3bfa31f-5a16-4cf5-8ced-eb035476b708","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f3bfa31f-5a16-4cf5-8ced-eb035476b708-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:f3bfa31f-5a16-4cf5-8ced-eb035476b708-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-73445531ab81eab567f4ccd98c37454b3d522548ec89a48c6442c9e061d658f6"},"Location":"file:f3bfa31f-5a16-4cf5-8ced-eb035476b708-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-2081c302eafa43cd0aa81b13846c9421330f966108eb172cce5eae625480349e"},"Location":"file:f3bfa31f-5a16-4cf5-8ced-eb035476b708-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f941f1f2-cd56-464e-811b-8e55e9cdf941/f941f1f2-cd56-464e-811b-8e55e9cdf941-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/f3bfa31f-5a16-4cf5-8ced-eb035476b708-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f941f1f2-cd56-464e-811b-8e55e9cdf941/f941f1f2-cd56-464e-811b-8e55e9cdf941-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/f3bfa31f-5a16-4cf5-8ced-eb035476b708-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/f3bfa31f-5a16-4cf5-8ced-eb035476b708-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/f3bfa31f-5a16-4cf5-8ced-eb035476b708-back.layout.json new file mode 100644 index 0000000000..599064a708 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/f3bfa31f-5a16-4cf5-8ced-eb035476b708-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f941f1f2-cd56-464e-811b-8e55e9cdf941/f941f1f2-cd56-464e-811b-8e55e9cdf941-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/f3bfa31f-5a16-4cf5-8ced-eb035476b708-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f941f1f2-cd56-464e-811b-8e55e9cdf941/f941f1f2-cd56-464e-811b-8e55e9cdf941-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/f3bfa31f-5a16-4cf5-8ced-eb035476b708-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/f3bfa31f-5a16-4cf5-8ced-eb035476b708-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/f3bfa31f-5a16-4cf5-8ced-eb035476b708-front.layout.json new file mode 100644 index 0000000000..80b7f7552b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3bfa31f-5a16-4cf5-8ced-eb035476b708/f3bfa31f-5a16-4cf5-8ced-eb035476b708-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"2-Ma_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w2","pageNumber":1},"contests":[{"contestId":"county-leader-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"horse","contestId":"county-leader-mammal","name":"Horse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"otter","contestId":"county-leader-mammal","name":"Otter","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"fox","contestId":"county-leader-mammal","name":"Fox","isWriteIn":false}}]},{"contestId":"congressional-1-mammal","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"zebra-1","contestId":"congressional-1-mammal","name":"Zebra","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"lion-1","contestId":"congressional-1-mammal","name":"Lion","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"kangaroo-1","contestId":"congressional-1-mammal","name":"Kangaroo","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"elephant-1","contestId":"congressional-1-mammal","name":"Elephant","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-mammal","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-2-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-ban-fishing","contestId":"water-2-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-2-fishing-allow-fishing","contestId":"water-2-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3d49ffa-b640-4736-a96f-567a89ec75a1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3d49ffa-b640-4736-a96f-567a89ec75a1/cast-vote-record-report.json deleted file mode 100644 index 5f2bc0eeee..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f3d49ffa-b640-4736-a96f-567a89ec75a1/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f3d49ffa-b640-4736-a96f-567a89ec75a1-modified","UniqueId":"f3d49ffa-b640-4736-a96f-567a89ec75a1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f3d49ffa-b640-4736-a96f-567a89ec75a1-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f430a176-99a3-4a11-9380-9e70bf1dc47f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f430a176-99a3-4a11-9380-9e70bf1dc47f/cast-vote-record-report.json deleted file mode 100644 index 33abbe684d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f430a176-99a3-4a11-9380-9e70bf1dc47f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f430a176-99a3-4a11-9380-9e70bf1dc47f-modified","UniqueId":"f430a176-99a3-4a11-9380-9e70bf1dc47f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f430a176-99a3-4a11-9380-9e70bf1dc47f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f434c1c4-18c6-42f1-81a4-68fb43e5283d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f434c1c4-18c6-42f1-81a4-68fb43e5283d/cast-vote-record-report.json deleted file mode 100644 index 93ab157ece..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f434c1c4-18c6-42f1-81a4-68fb43e5283d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f434c1c4-18c6-42f1-81a4-68fb43e5283d-modified","UniqueId":"f434c1c4-18c6-42f1-81a4-68fb43e5283d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f434c1c4-18c6-42f1-81a4-68fb43e5283d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f434c1c4-18c6-42f1-81a4-68fb43e5283d-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f434c1c4-18c6-42f1-81a4-68fb43e5283d-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f45be5bb-8c4f-4b4a-ba4d-a196699ee56d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f45be5bb-8c4f-4b4a-ba4d-a196699ee56d/cast-vote-record-report.json new file mode 100644 index 0000000000..824de67c28 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f45be5bb-8c4f-4b4a-ba4d-a196699ee56d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f45be5bb-8c4f-4b4a-ba4d-a196699ee56d-modified","UniqueId":"f45be5bb-8c4f-4b4a-ba4d-a196699ee56d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f45be5bb-8c4f-4b4a-ba4d-a196699ee56d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4852598-8fc4-4d5a-88ee-327884968d10/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4852598-8fc4-4d5a-88ee-327884968d10/cast-vote-record-report.json new file mode 100644 index 0000000000..4b68eb177f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4852598-8fc4-4d5a-88ee-327884968d10/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f4852598-8fc4-4d5a-88ee-327884968d10-modified","UniqueId":"f4852598-8fc4-4d5a-88ee-327884968d10","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f4852598-8fc4-4d5a-88ee-327884968d10-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4c56a14-6f3b-46d2-8a9e-6e1982405f3e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4c56a14-6f3b-46d2-8a9e-6e1982405f3e/cast-vote-record-report.json deleted file mode 100644 index 3244f2bdd5..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4c56a14-6f3b-46d2-8a9e-6e1982405f3e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f4c56a14-6f3b-46d2-8a9e-6e1982405f3e-modified","UniqueId":"f4c56a14-6f3b-46d2-8a9e-6e1982405f3e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f4c56a14-6f3b-46d2-8a9e-6e1982405f3e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f4c56a14-6f3b-46d2-8a9e-6e1982405f3e-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f4c56a14-6f3b-46d2-8a9e-6e1982405f3e-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4db8512-44b3-4e3e-bd9f-5fe390ded034/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4db8512-44b3-4e3e-bd9f-5fe390ded034/cast-vote-record-report.json new file mode 100644 index 0000000000..2ab37bf413 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4db8512-44b3-4e3e-bd9f-5fe390ded034/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f4db8512-44b3-4e3e-bd9f-5fe390ded034-modified","UniqueId":"f4db8512-44b3-4e3e-bd9f-5fe390ded034","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f4db8512-44b3-4e3e-bd9f-5fe390ded034-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4e06110-6473-4663-8dcc-c09c73135e28/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4e06110-6473-4663-8dcc-c09c73135e28/cast-vote-record-report.json deleted file mode 100644 index e3562082aa..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f4e06110-6473-4663-8dcc-c09c73135e28/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f4e06110-6473-4663-8dcc-c09c73135e28-modified","UniqueId":"f4e06110-6473-4663-8dcc-c09c73135e28","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f4e06110-6473-4663-8dcc-c09c73135e28-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f53f6326-c5a0-43aa-a479-284c7159ed6f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f53f6326-c5a0-43aa-a479-284c7159ed6f/cast-vote-record-report.json new file mode 100644 index 0000000000..ee27813b77 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f53f6326-c5a0-43aa-a479-284c7159ed6f/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f53f6326-c5a0-43aa-a479-284c7159ed6f-modified","UniqueId":"f53f6326-c5a0-43aa-a479-284c7159ed6f","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f53f6326-c5a0-43aa-a479-284c7159ed6f-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/cast-vote-record-report.json new file mode 100644 index 0000000000..3f9f113c21 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f5578127-f409-4262-a95d-724047ba15da-modified","UniqueId":"f5578127-f409-4262-a95d-724047ba15da","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f5578127-f409-4262-a95d-724047ba15da-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:f5578127-f409-4262-a95d-724047ba15da-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-7f1d870812d66556848c9f7bb98b37ef980ec9542f3010665186d790ce3ef183"},"Location":"file:f5578127-f409-4262-a95d-724047ba15da-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-24a1f1f13ea813cd8dd96d9ceca2c871531b7baae42b21e86a645fb932aa6e0c"},"Location":"file:f5578127-f409-4262-a95d-724047ba15da-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc1cc28b-3d9c-4742-9eee-3fb5972f649e/fc1cc28b-3d9c-4742-9eee-3fb5972f649e-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/f5578127-f409-4262-a95d-724047ba15da-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc1cc28b-3d9c-4742-9eee-3fb5972f649e/fc1cc28b-3d9c-4742-9eee-3fb5972f649e-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/f5578127-f409-4262-a95d-724047ba15da-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/f5578127-f409-4262-a95d-724047ba15da-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/f5578127-f409-4262-a95d-724047ba15da-back.layout.json new file mode 100644 index 0000000000..1f1ffe68ec --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/f5578127-f409-4262-a95d-724047ba15da-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":2},"contests":[{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc1cc28b-3d9c-4742-9eee-3fb5972f649e/fc1cc28b-3d9c-4742-9eee-3fb5972f649e-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/f5578127-f409-4262-a95d-724047ba15da-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc1cc28b-3d9c-4742-9eee-3fb5972f649e/fc1cc28b-3d9c-4742-9eee-3fb5972f649e-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/f5578127-f409-4262-a95d-724047ba15da-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/f5578127-f409-4262-a95d-724047ba15da-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/f5578127-f409-4262-a95d-724047ba15da-front.layout.json new file mode 100644 index 0000000000..a4cc0da230 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5578127-f409-4262-a95d-724047ba15da/f5578127-f409-4262-a95d-724047ba15da-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"1-F_es-US","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c1-w1-2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-1-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-1","contestId":"congressional-1-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-1","contestId":"congressional-1-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-1","contestId":"congressional-1-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-1","contestId":"congressional-1-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-1-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5f7eeaa-437e-4084-86db-c555d4a8e7bd/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5f7eeaa-437e-4084-86db-c555d4a8e7bd/cast-vote-record-report.json deleted file mode 100644 index 719e9e708b..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f5f7eeaa-437e-4084-86db-c555d4a8e7bd/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f5f7eeaa-437e-4084-86db-c555d4a8e7bd-modified","UniqueId":"f5f7eeaa-437e-4084-86db-c555d4a8e7bd","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f5f7eeaa-437e-4084-86db-c555d4a8e7bd-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f613a608-88f0-49d4-ad7e-c7172647e3f2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f613a608-88f0-49d4-ad7e-c7172647e3f2/cast-vote-record-report.json deleted file mode 100644 index adc92230b1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f613a608-88f0-49d4-ad7e-c7172647e3f2/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f613a608-88f0-49d4-ad7e-c7172647e3f2-modified","UniqueId":"f613a608-88f0-49d4-ad7e-c7172647e3f2","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f613a608-88f0-49d4-ad7e-c7172647e3f2-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f616d68f-526f-4fa0-bd94-9bb690f0d994/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f616d68f-526f-4fa0-bd94-9bb690f0d994/cast-vote-record-report.json new file mode 100644 index 0000000000..4988671319 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f616d68f-526f-4fa0-bd94-9bb690f0d994/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f616d68f-526f-4fa0-bd94-9bb690f0d994-modified","UniqueId":"f616d68f-526f-4fa0-bd94-9bb690f0d994","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f616d68f-526f-4fa0-bd94-9bb690f0d994-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f69ef17b-bc1d-453f-8fef-1ab4c6266ce8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f69ef17b-bc1d-453f-8fef-1ab4c6266ce8/cast-vote-record-report.json new file mode 100644 index 0000000000..5b32704e97 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f69ef17b-bc1d-453f-8fef-1ab4c6266ce8/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f69ef17b-bc1d-453f-8fef-1ab4c6266ce8-modified","UniqueId":"f69ef17b-bc1d-453f-8fef-1ab4c6266ce8","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f69ef17b-bc1d-453f-8fef-1ab4c6266ce8-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6a6f94c-bd51-49ea-abc1-878912171bd8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6a6f94c-bd51-49ea-abc1-878912171bd8/cast-vote-record-report.json deleted file mode 100644 index 3d9f69774c..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6a6f94c-bd51-49ea-abc1-878912171bd8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f6a6f94c-bd51-49ea-abc1-878912171bd8-modified","UniqueId":"f6a6f94c-bd51-49ea-abc1-878912171bd8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f6a6f94c-bd51-49ea-abc1-878912171bd8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6d48ec2-f704-4b8a-8c57-3356a32369db/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6d48ec2-f704-4b8a-8c57-3356a32369db/cast-vote-record-report.json new file mode 100644 index 0000000000..3296a120da --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6d48ec2-f704-4b8a-8c57-3356a32369db/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f6d48ec2-f704-4b8a-8c57-3356a32369db-modified","UniqueId":"f6d48ec2-f704-4b8a-8c57-3356a32369db","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f6d48ec2-f704-4b8a-8c57-3356a32369db-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6e01a32-f12f-47b8-8e89-22ea7e65a29d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6e01a32-f12f-47b8-8e89-22ea7e65a29d/cast-vote-record-report.json new file mode 100644 index 0000000000..5922d45efd --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6e01a32-f12f-47b8-8e89-22ea7e65a29d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f6e01a32-f12f-47b8-8e89-22ea7e65a29d-modified","UniqueId":"f6e01a32-f12f-47b8-8e89-22ea7e65a29d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f6e01a32-f12f-47b8-8e89-22ea7e65a29d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6e4bbf6-40aa-4b67-b73a-4279a3e814a3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6e4bbf6-40aa-4b67-b73a-4279a3e814a3/cast-vote-record-report.json new file mode 100644 index 0000000000..c5a4b0628e --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6e4bbf6-40aa-4b67-b73a-4279a3e814a3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f6e4bbf6-40aa-4b67-b73a-4279a3e814a3-modified","UniqueId":"f6e4bbf6-40aa-4b67-b73a-4279a3e814a3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f6e4bbf6-40aa-4b67-b73a-4279a3e814a3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6eeb8ee-d06a-4835-945c-866c17b3c74e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6eeb8ee-d06a-4835-945c-866c17b3c74e/cast-vote-record-report.json new file mode 100644 index 0000000000..18c6e3460b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f6eeb8ee-d06a-4835-945c-866c17b3c74e/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f6eeb8ee-d06a-4835-945c-866c17b3c74e-modified","UniqueId":"f6eeb8ee-d06a-4835-945c-866c17b3c74e","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f6eeb8ee-d06a-4835-945c-866c17b3c74e-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7958272-43b2-4c75-998a-755f1cb78bcc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7958272-43b2-4c75-998a-755f1cb78bcc/cast-vote-record-report.json deleted file mode 100644 index 27adc09286..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7958272-43b2-4c75-998a-755f1cb78bcc/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f7958272-43b2-4c75-998a-755f1cb78bcc-modified","UniqueId":"f7958272-43b2-4c75-998a-755f1cb78bcc","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f7958272-43b2-4c75-998a-755f1cb78bcc-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f7958272-43b2-4c75-998a-755f1cb78bcc-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f7958272-43b2-4c75-998a-755f1cb78bcc-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7a3cd8e-a404-4b5b-871d-e17623ac51f3/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7a3cd8e-a404-4b5b-871d-e17623ac51f3/cast-vote-record-report.json new file mode 100644 index 0000000000..3bbf205426 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7a3cd8e-a404-4b5b-871d-e17623ac51f3/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f7a3cd8e-a404-4b5b-871d-e17623ac51f3-modified","UniqueId":"f7a3cd8e-a404-4b5b-871d-e17623ac51f3","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f7a3cd8e-a404-4b5b-871d-e17623ac51f3-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7a9c516-8b5f-425a-baca-5f06ea576519/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7a9c516-8b5f-425a-baca-5f06ea576519/cast-vote-record-report.json new file mode 100644 index 0000000000..f2a8b03cb8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7a9c516-8b5f-425a-baca-5f06ea576519/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f7a9c516-8b5f-425a-baca-5f06ea576519-modified","UniqueId":"f7a9c516-8b5f-425a-baca-5f06ea576519","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f7a9c516-8b5f-425a-baca-5f06ea576519-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7c6b8fd-9f62-4da9-8a8a-068fe429b590/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7c6b8fd-9f62-4da9-8a8a-068fe429b590/cast-vote-record-report.json deleted file mode 100644 index ae37f96ce6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7c6b8fd-9f62-4da9-8a8a-068fe429b590/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f7c6b8fd-9f62-4da9-8a8a-068fe429b590-modified","UniqueId":"f7c6b8fd-9f62-4da9-8a8a-068fe429b590","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f7c6b8fd-9f62-4da9-8a8a-068fe429b590-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7f75962-f2fd-42fe-b48c-dbb48978ce65/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7f75962-f2fd-42fe-b48c-dbb48978ce65/cast-vote-record-report.json new file mode 100644 index 0000000000..edff83c605 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f7f75962-f2fd-42fe-b48c-dbb48978ce65/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f7f75962-f2fd-42fe-b48c-dbb48978ce65-modified","UniqueId":"f7f75962-f2fd-42fe-b48c-dbb48978ce65","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f7f75962-f2fd-42fe-b48c-dbb48978ce65-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f864beb4-c637-4400-9e11-67bf80d55131/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f864beb4-c637-4400-9e11-67bf80d55131/cast-vote-record-report.json new file mode 100644 index 0000000000..b21036ae44 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f864beb4-c637-4400-9e11-67bf80d55131/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f864beb4-c637-4400-9e11-67bf80d55131-modified","UniqueId":"f864beb4-c637-4400-9e11-67bf80d55131","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f864beb4-c637-4400-9e11-67bf80d55131-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8b62273-d8e5-4fac-9147-ae35dda43e63/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8b62273-d8e5-4fac-9147-ae35dda43e63/cast-vote-record-report.json deleted file mode 100644 index 43446a99d6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8b62273-d8e5-4fac-9147-ae35dda43e63/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f8b62273-d8e5-4fac-9147-ae35dda43e63-modified","UniqueId":"f8b62273-d8e5-4fac-9147-ae35dda43e63","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f8b62273-d8e5-4fac-9147-ae35dda43e63-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8/cast-vote-record-report.json deleted file mode 100644 index 3915ef32e8..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8-modified","UniqueId":"f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f8ce4cdf-daff-4ca8-aaea-598da0a4fcb8-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8ea3a5a-35cc-4fa1-b3b8-0b2c2dac8c37/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8ea3a5a-35cc-4fa1-b3b8-0b2c2dac8c37/cast-vote-record-report.json deleted file mode 100644 index bd9ca6efad..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8ea3a5a-35cc-4fa1-b3b8-0b2c2dac8c37/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f8ea3a5a-35cc-4fa1-b3b8-0b2c2dac8c37-modified","UniqueId":"f8ea3a5a-35cc-4fa1-b3b8-0b2c2dac8c37","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f8ea3a5a-35cc-4fa1-b3b8-0b2c2dac8c37-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8f21b23-dd59-47a8-b36a-5f7b6a2e2cab/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8f21b23-dd59-47a8-b36a-5f7b6a2e2cab/cast-vote-record-report.json deleted file mode 100644 index d45eba1955..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f8f21b23-dd59-47a8-b36a-5f7b6a2e2cab/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f8f21b23-dd59-47a8-b36a-5f7b6a2e2cab-modified","UniqueId":"f8f21b23-dd59-47a8-b36a-5f7b6a2e2cab","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f8f21b23-dd59-47a8-b36a-5f7b6a2e2cab-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f91c13e2-0f4a-4199-80e9-ac647df88576/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f91c13e2-0f4a-4199-80e9-ac647df88576/cast-vote-record-report.json new file mode 100644 index 0000000000..8a59d6210b --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f91c13e2-0f4a-4199-80e9-ac647df88576/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f91c13e2-0f4a-4199-80e9-ac647df88576-modified","UniqueId":"f91c13e2-0f4a-4199-80e9-ac647df88576","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f91c13e2-0f4a-4199-80e9-ac647df88576-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f92aa09f-8ece-4d58-8f0d-edff7282592e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f92aa09f-8ece-4d58-8f0d-edff7282592e/cast-vote-record-report.json deleted file mode 100644 index dfacbbbc53..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f92aa09f-8ece-4d58-8f0d-edff7282592e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f92aa09f-8ece-4d58-8f0d-edff7282592e-modified","UniqueId":"f92aa09f-8ece-4d58-8f0d-edff7282592e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f92aa09f-8ece-4d58-8f0d-edff7282592e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f941f1f2-cd56-464e-811b-8e55e9cdf941/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f941f1f2-cd56-464e-811b-8e55e9cdf941/cast-vote-record-report.json deleted file mode 100644 index 24beae8c12..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f941f1f2-cd56-464e-811b-8e55e9cdf941/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f941f1f2-cd56-464e-811b-8e55e9cdf941-modified","UniqueId":"f941f1f2-cd56-464e-811b-8e55e9cdf941","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f941f1f2-cd56-464e-811b-8e55e9cdf941-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f941f1f2-cd56-464e-811b-8e55e9cdf941-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:f941f1f2-cd56-464e-811b-8e55e9cdf941-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f95d04a9-3892-4856-bfae-a49bbac811e4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f95d04a9-3892-4856-bfae-a49bbac811e4/cast-vote-record-report.json new file mode 100644 index 0000000000..40989c82b5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f95d04a9-3892-4856-bfae-a49bbac811e4/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f95d04a9-3892-4856-bfae-a49bbac811e4-modified","UniqueId":"f95d04a9-3892-4856-bfae-a49bbac811e4","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f95d04a9-3892-4856-bfae-a49bbac811e4-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f976ccb9-8e1b-4940-819d-307ef8a788d2/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f976ccb9-8e1b-4940-819d-307ef8a788d2/cast-vote-record-report.json deleted file mode 100644 index ae5e5fe82e..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f976ccb9-8e1b-4940-819d-307ef8a788d2/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_en","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f976ccb9-8e1b-4940-819d-307ef8a788d2-modified","UniqueId":"f976ccb9-8e1b-4940-819d-307ef8a788d2","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f976ccb9-8e1b-4940-819d-307ef8a788d2-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f9aa5631-bd60-479c-b0d5-1c6575a0af2d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f9aa5631-bd60-479c-b0d5-1c6575a0af2d/cast-vote-record-report.json new file mode 100644 index 0000000000..c609614e2c --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f9aa5631-bd60-479c-b0d5-1c6575a0af2d/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"f9aa5631-bd60-479c-b0d5-1c6575a0af2d-modified","UniqueId":"f9aa5631-bd60-479c-b0d5-1c6575a0af2d","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f9aa5631-bd60-479c-b0d5-1c6575a0af2d-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f9d4ec98-0709-460e-90b9-cf9b8d681ad4/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f9d4ec98-0709-460e-90b9-cf9b8d681ad4/cast-vote-record-report.json deleted file mode 100644 index 1ee56e6812..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/f9d4ec98-0709-460e-90b9-cf9b8d681ad4/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_es-US","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"f9d4ec98-0709-460e-90b9-cf9b8d681ad4-modified","UniqueId":"f9d4ec98-0709-460e-90b9-cf9b8d681ad4","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"f9d4ec98-0709-460e-90b9-cf9b8d681ad4-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/cast-vote-record-report.json new file mode 100644 index 0000000000..2fe217d280 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"fa302c71-9135-4188-b191-14d2ba87d712-modified","UniqueId":"fa302c71-9135-4188-b191-14d2ba87d712","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fa302c71-9135-4188-b191-14d2ba87d712-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","WriteInImage":{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":""},"Location":"file:fa302c71-9135-4188-b191-14d2ba87d712-front.jpg"}}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-853176651bc94a22a5ce2340c159e0d565cd1d2bb8e2520417bd2be1cdfbdcf7"},"Location":"file:fa302c71-9135-4188-b191-14d2ba87d712-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-07a131bb2fd4ed8252be0387c1d1f14082e68255f5e3c5f28c793d8c68bb915f"},"Location":"file:fa302c71-9135-4188-b191-14d2ba87d712-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fcfaa6db-a3d4-4022-98fb-70b91b698e03/fcfaa6db-a3d4-4022-98fb-70b91b698e03-back.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/fa302c71-9135-4188-b191-14d2ba87d712-back.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fcfaa6db-a3d4-4022-98fb-70b91b698e03/fcfaa6db-a3d4-4022-98fb-70b91b698e03-back.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/fa302c71-9135-4188-b191-14d2ba87d712-back.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/fa302c71-9135-4188-b191-14d2ba87d712-back.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/fa302c71-9135-4188-b191-14d2ba87d712-back.layout.json new file mode 100644 index 0000000000..3f41d54658 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/fa302c71-9135-4188-b191-14d2ba87d712-back.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":2},"contests":[]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fcfaa6db-a3d4-4022-98fb-70b91b698e03/fcfaa6db-a3d4-4022-98fb-70b91b698e03-front.jpg b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/fa302c71-9135-4188-b191-14d2ba87d712-front.jpg similarity index 100% rename from libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fcfaa6db-a3d4-4022-98fb-70b91b698e03/fcfaa6db-a3d4-4022-98fb-70b91b698e03-front.jpg rename to libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/fa302c71-9135-4188-b191-14d2ba87d712-front.jpg diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/fa302c71-9135-4188-b191-14d2ba87d712-front.layout.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/fa302c71-9135-4188-b191-14d2ba87d712-front.layout.json new file mode 100644 index 0000000000..c6202092a8 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa302c71-9135-4188-b191-14d2ba87d712/fa302c71-9135-4188-b191-14d2ba87d712-front.layout.json @@ -0,0 +1 @@ +{"pageSize":{"width":1700,"height":2200},"metadata":{"ballotStyleId":"3-F_zh-Hant","ballotType":"precinct","ballotHash":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","isTestMode":true,"precinctId":"precinct-c2","pageNumber":1},"contests":[{"contestId":"county-leader-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"seahorse","contestId":"county-leader-fish","name":"Seahorse","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"salmon","contestId":"county-leader-fish","name":"Salmon","isWriteIn":false}}]},{"contestId":"congressional-2-fish","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"manta-ray-2","contestId":"congressional-2-fish","name":"Manta Ray","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"pufferfish-2","contestId":"congressional-2-fish","name":"Pufferfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"rockfish-2","contestId":"congressional-2-fish","name":"Rockfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"triggerfish-2","contestId":"congressional-2-fish","name":"Triggerfish","isWriteIn":false}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"candidate","id":"write-in-0","contestId":"congressional-2-fish","name":"Write-In","isWriteIn":true,"writeInIndex":0}}]},{"contestId":"water-1-fishing","bounds":{"x":0,"y":0,"width":100,"height":100},"corners":[{"x":0,"y":0},{"x":100,"y":0},{"x":0,"y":100},{"x":100,"y":100}],"options":[{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-ban-fishing","contestId":"water-1-fishing","name":"YES"}},{"bounds":{"x":0,"y":0,"width":10,"height":10},"target":{"bounds":{"x":0,"y":0,"width":10,"height":10},"inner":{"x":0,"y":0,"width":10,"height":10}},"definition":{"type":"yesno","id":"water-1-fishing-allow-fishing","contestId":"water-1-fishing","name":"NO"}}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa4902f1-4e70-4c4c-8013-395961638179/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa4902f1-4e70-4c4c-8013-395961638179/cast-vote-record-report.json deleted file mode 100644 index 59457c5f9a..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa4902f1-4e70-4c4c-8013-395961638179/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fa4902f1-4e70-4c4c-8013-395961638179-modified","UniqueId":"fa4902f1-4e70-4c4c-8013-395961638179","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fa4902f1-4e70-4c4c-8013-395961638179-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa7aed28-04b0-4767-8134-2609fbc2769d/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa7aed28-04b0-4767-8134-2609fbc2769d/cast-vote-record-report.json deleted file mode 100644 index 8bec1944c1..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fa7aed28-04b0-4767-8134-2609fbc2769d/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fa7aed28-04b0-4767-8134-2609fbc2769d-modified","UniqueId":"fa7aed28-04b0-4767-8134-2609fbc2769d","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fa7aed28-04b0-4767-8134-2609fbc2769d-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fab665f2-1d5b-45e4-aa13-d52d605efb7f/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fab665f2-1d5b-45e4-aa13-d52d605efb7f/cast-vote-record-report.json deleted file mode 100644 index ee4f58d77f..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fab665f2-1d5b-45e4-aa13-d52d605efb7f/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fab665f2-1d5b-45e4-aa13-d52d605efb7f-modified","UniqueId":"fab665f2-1d5b-45e4-aa13-d52d605efb7f","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fab665f2-1d5b-45e4-aa13-d52d605efb7f-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fae51d99-9cc9-4017-8c3f-be51ff8f89ce/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fae51d99-9cc9-4017-8c3f-be51ff8f89ce/cast-vote-record-report.json new file mode 100644 index 0000000000..0394c747d5 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fae51d99-9cc9-4017-8c3f-be51ff8f89ce/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"fae51d99-9cc9-4017-8c3f-be51ff8f89ce-modified","UniqueId":"fae51d99-9cc9-4017-8c3f-be51ff8f89ce","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fae51d99-9cc9-4017-8c3f-be51ff8f89ce-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/faed85b7-56a3-4ab2-a1d1-269c796700c1/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/faed85b7-56a3-4ab2-a1d1-269c796700c1/cast-vote-record-report.json new file mode 100644 index 0000000000..6b010038fa --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/faed85b7-56a3-4ab2-a1d1-269c796700c1/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"faed85b7-56a3-4ab2-a1d1-269c796700c1-modified","UniqueId":"faed85b7-56a3-4ab2-a1d1-269c796700c1","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"faed85b7-56a3-4ab2-a1d1-269c796700c1-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fb0dc69a-9b70-403a-869b-c2c4efd74614/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fb0dc69a-9b70-403a-869b-c2c4efd74614/cast-vote-record-report.json deleted file mode 100644 index 16ba040d71..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fb0dc69a-9b70-403a-869b-c2c4efd74614/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fb0dc69a-9b70-403a-869b-c2c4efd74614-modified","UniqueId":"fb0dc69a-9b70-403a-869b-c2c4efd74614","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fb0dc69a-9b70-403a-869b-c2c4efd74614-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fb3e0172-ba34-4bdc-889d-69d8e7b278f6/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fb3e0172-ba34-4bdc-889d-69d8e7b278f6/cast-vote-record-report.json new file mode 100644 index 0000000000..a2e3ff2753 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fb3e0172-ba34-4bdc-889d-69d8e7b278f6/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_en","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"fb3e0172-ba34-4bdc-889d-69d8e7b278f6-modified","UniqueId":"fb3e0172-ba34-4bdc-889d-69d8e7b278f6","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fb3e0172-ba34-4bdc-889d-69d8e7b278f6-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fb549d13-3c87-4c74-9df1-0e62e1e05bab/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fb549d13-3c87-4c74-9df1-0e62e1e05bab/cast-vote-record-report.json new file mode 100644 index 0000000000..9cbc5ca78f --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fb549d13-3c87-4c74-9df1-0e62e1e05bab/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"fb549d13-3c87-4c74-9df1-0e62e1e05bab-modified","UniqueId":"fb549d13-3c87-4c74-9df1-0e62e1e05bab","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fb549d13-3c87-4c74-9df1-0e62e1e05bab-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-1","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fb64ca6c-05c9-48d1-ac48-b1ea7bf10d62/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fb64ca6c-05c9-48d1-ac48-b1ea7bf10d62/cast-vote-record-report.json deleted file mode 100644 index a1424c54d6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fb64ca6c-05c9-48d1-ac48-b1ea7bf10d62/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fb64ca6c-05c9-48d1-ac48-b1ea7bf10d62-modified","UniqueId":"fb64ca6c-05c9-48d1-ac48-b1ea7bf10d62","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fb64ca6c-05c9-48d1-ac48-b1ea7bf10d62-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fba77b41-6a45-4927-9d48-b8e5d1b0d980/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fba77b41-6a45-4927-9d48-b8e5d1b0d980/cast-vote-record-report.json deleted file mode 100644 index abfad1d39d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fba77b41-6a45-4927-9d48-b8e5d1b0d980/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fba77b41-6a45-4927-9d48-b8e5d1b0d980-modified","UniqueId":"fba77b41-6a45-4927-9d48-b8e5d1b0d980","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fba77b41-6a45-4927-9d48-b8e5d1b0d980-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fbbd6f3b-7435-488d-90c8-215771160965/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fbbd6f3b-7435-488d-90c8-215771160965/cast-vote-record-report.json deleted file mode 100644 index a7b7de6130..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fbbd6f3b-7435-488d-90c8-215771160965/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fbbd6f3b-7435-488d-90c8-215771160965-modified","UniqueId":"fbbd6f3b-7435-488d-90c8-215771160965","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fbbd6f3b-7435-488d-90c8-215771160965-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc1cc28b-3d9c-4742-9eee-3fb5972f649e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc1cc28b-3d9c-4742-9eee-3fb5972f649e/cast-vote-record-report.json deleted file mode 100644 index b6156fb463..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc1cc28b-3d9c-4742-9eee-3fb5972f649e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fc1cc28b-3d9c-4742-9eee-3fb5972f649e-modified","UniqueId":"fc1cc28b-3d9c-4742-9eee-3fb5972f649e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fc1cc28b-3d9c-4742-9eee-3fb5972f649e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:fc1cc28b-3d9c-4742-9eee-3fb5972f649e-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:fc1cc28b-3d9c-4742-9eee-3fb5972f649e-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc4ac826-f61d-41c9-9bec-1068e07d51cc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc4ac826-f61d-41c9-9bec-1068e07d51cc/cast-vote-record-report.json new file mode 100644 index 0000000000..32cc459ac7 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc4ac826-f61d-41c9-9bec-1068e07d51cc/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hant","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"fc4ac826-f61d-41c9-9bec-1068e07d51cc-modified","UniqueId":"fc4ac826-f61d-41c9-9bec-1068e07d51cc","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fc4ac826-f61d-41c9-9bec-1068e07d51cc-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc61fbd6-28ec-446a-94a6-5fe2b96d4536/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc61fbd6-28ec-446a-94a6-5fe2b96d4536/cast-vote-record-report.json deleted file mode 100644 index 4493c89c93..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc61fbd6-28ec-446a-94a6-5fe2b96d4536/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fc61fbd6-28ec-446a-94a6-5fe2b96d4536-modified","UniqueId":"fc61fbd6-28ec-446a-94a6-5fe2b96d4536","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fc61fbd6-28ec-446a-94a6-5fe2b96d4536-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc8b1a33-f33a-4f2f-a71f-e17e9e38b90c/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc8b1a33-f33a-4f2f-a71f-e17e9e38b90c/cast-vote-record-report.json new file mode 100644 index 0000000000..3c599b6799 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc8b1a33-f33a-4f2f-a71f-e17e9e38b90c/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"fc8b1a33-f33a-4f2f-a71f-e17e9e38b90c-modified","UniqueId":"fc8b1a33-f33a-4f2f-a71f-e17e9e38b90c","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fc8b1a33-f33a-4f2f-a71f-e17e9e38b90c-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc917962-39ea-4b69-b0fe-c37103ea544a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc917962-39ea-4b69-b0fe-c37103ea544a/cast-vote-record-report.json deleted file mode 100644 index e0cc783ad7..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc917962-39ea-4b69-b0fe-c37103ea544a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fc917962-39ea-4b69-b0fe-c37103ea544a-modified","UniqueId":"fc917962-39ea-4b69-b0fe-c37103ea544a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fc917962-39ea-4b69-b0fe-c37103ea544a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc9f1383-0913-4f4e-ae99-21172c54fd96/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc9f1383-0913-4f4e-ae99-21172c54fd96/cast-vote-record-report.json deleted file mode 100644 index 2b238b0b90..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fc9f1383-0913-4f4e-ae99-21172c54fd96/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fc9f1383-0913-4f4e-ae99-21172c54fd96-modified","UniqueId":"fc9f1383-0913-4f4e-ae99-21172c54fd96","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fc9f1383-0913-4f4e-ae99-21172c54fd96-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fcfaa6db-a3d4-4022-98fb-70b91b698e03/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fcfaa6db-a3d4-4022-98fb-70b91b698e03/cast-vote-record-report.json deleted file mode 100644 index 076aca7e34..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fcfaa6db-a3d4-4022-98fb-70b91b698e03/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_en","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fcfaa6db-a3d4-4022-98fb-70b91b698e03-modified","UniqueId":"fcfaa6db-a3d4-4022-98fb-70b91b698e03","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fcfaa6db-a3d4-4022-98fb-70b91b698e03-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":1,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"write-in-0","OptionPosition":4,"Status":["needs-adjudication"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"unknown","CVRWriteIn":{"@type":"CVR.CVRWriteIn","Text":"Mock Write-In"}}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}],"BallotImage":[{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:fcfaa6db-a3d4-4022-98fb-70b91b698e03-front.jpg"},{"@type":"CVR.ImageData","Hash":{"@type":"CVR.Hash","Type":"sha-256","Value":"708eda78c2956869bf62abeeab291f37939131b680170c7f533bc12bf8c3adde-e9c69df802e916f396e4d1a399da9a294d06c2a781d1411f353b79a8ea25d031"},"Location":"file:fcfaa6db-a3d4-4022-98fb-70b91b698e03-back.jpg"}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fd2bae46-44a9-455c-bf9d-fe5995d4e418/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fd2bae46-44a9-455c-bf9d-fe5995d4e418/cast-vote-record-report.json new file mode 100644 index 0000000000..52720e2f94 --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fd2bae46-44a9-455c-bf9d-fe5995d4e418/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-Ma_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"fd2bae46-44a9-455c-bf9d-fe5995d4e418-modified","UniqueId":"fd2bae46-44a9-455c-bf9d-fe5995d4e418","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fd2bae46-44a9-455c-bf9d-fe5995d4e418-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-1","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fddbc924-7dab-4c6b-9b30-377ee6a78bfc/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fddbc924-7dab-4c6b-9b30-377ee6a78bfc/cast-vote-record-report.json deleted file mode 100644 index cb0eb35f53..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fddbc924-7dab-4c6b-9b30-377ee6a78bfc/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fddbc924-7dab-4c6b-9b30-377ee6a78bfc-modified","UniqueId":"fddbc924-7dab-4c6b-9b30-377ee6a78bfc","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fddbc924-7dab-4c6b-9b30-377ee6a78bfc-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fdeb548a-9556-4e2b-a3e5-765673ac445a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fdeb548a-9556-4e2b-a3e5-765673ac445a/cast-vote-record-report.json deleted file mode 100644 index f43d5da009..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fdeb548a-9556-4e2b-a3e5-765673ac445a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fdeb548a-9556-4e2b-a3e5-765673ac445a-modified","UniqueId":"fdeb548a-9556-4e2b-a3e5-765673ac445a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fdeb548a-9556-4e2b-a3e5-765673ac445a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fe29922c-c28c-44b1-b659-a7f88e3e20df/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fe29922c-c28c-44b1-b659-a7f88e3e20df/cast-vote-record-report.json deleted file mode 100644 index 3cbc0d310d..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fe29922c-c28c-44b1-b659-a7f88e3e20df/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-F_es-US","BallotStyleUnitId":"precinct-c1-w1-2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fe29922c-c28c-44b1-b659-a7f88e3e20df-modified","UniqueId":"fe29922c-c28c-44b1-b659-a7f88e3e20df","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fe29922c-c28c-44b1-b659-a7f88e3e20df-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-1","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fe2e830a-0604-4974-baec-0d223ad1004b/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fe2e830a-0604-4974-baec-0d223ad1004b/cast-vote-record-report.json deleted file mode 100644 index 0de266da93..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fe2e830a-0604-4974-baec-0d223ad1004b/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-Ma_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fe2e830a-0604-4974-baec-0d223ad1004b-modified","UniqueId":"fe2e830a-0604-4974-baec-0d223ad1004b","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fe2e830a-0604-4974-baec-0d223ad1004b-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"elephant-2","OptionPosition":3,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fe52bace-cb1f-4191-9bc1-a23938feddff/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fe52bace-cb1f-4191-9bc1-a23938feddff/cast-vote-record-report.json new file mode 100644 index 0000000000..b737fc15bd --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fe52bace-cb1f-4191-9bc1-a23938feddff/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-Ma_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"fe52bace-cb1f-4191-9bc1-a23938feddff-modified","UniqueId":"fe52bace-cb1f-4191-9bc1-a23938feddff","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fe52bace-cb1f-4191-9bc1-a23938feddff-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"fox","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"kangaroo-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":1,"Undervotes":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-ban-fishing","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/feab22b9-0627-44cd-b90d-2e366e16c20e/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/feab22b9-0627-44cd-b90d-2e366e16c20e/cast-vote-record-report.json deleted file mode 100644 index 2cd453c9aa..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/feab22b9-0627-44cd-b90d-2e366e16c20e/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"4-F_es-US","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"feab22b9-0627-44cd-b90d-2e366e16c20e-modified","UniqueId":"feab22b9-0627-44cd-b90d-2e366e16c20e","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"feab22b9-0627-44cd-b90d-2e366e16c20e-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"seahorse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/feab9185-3b19-40e8-9a48-c82354943bde/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/feab9185-3b19-40e8-9a48-c82354943bde/cast-vote-record-report.json deleted file mode 100644 index 03e9ba2aa6..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/feab9185-3b19-40e8-9a48-c82354943bde/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"feab9185-3b19-40e8-9a48-c82354943bde-modified","UniqueId":"feab9185-3b19-40e8-9a48-c82354943bde","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"feab9185-3b19-40e8-9a48-c82354943bde-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-1","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fed0eb21-1cb7-4575-8e11-4b51c8ea102a/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fed0eb21-1cb7-4575-8e11-4b51c8ea102a/cast-vote-record-report.json deleted file mode 100644 index 46b4d0adb9..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fed0eb21-1cb7-4575-8e11-4b51c8ea102a/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"1-Ma_zh-Hant","BallotStyleUnitId":"precinct-c1-w1-1","PartyIds":["0"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"fed0eb21-1cb7-4575-8e11-4b51c8ea102a-modified","UniqueId":"fed0eb21-1cb7-4575-8e11-4b51c8ea102a","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fed0eb21-1cb7-4575-8e11-4b51c8ea102a-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"horse","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"otter","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-mammal","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"zebra-1","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"lion-1","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-1-fishing-allow-fishing","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fee7ba17-2242-4c6d-8452-2c8814b7d588/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fee7ba17-2242-4c6d-8452-2c8814b7d588/cast-vote-record-report.json new file mode 100644 index 0000000000..2f6db516fb --- /dev/null +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/fee7ba17-2242-4c6d-8452-2c8814b7d588/cast-vote-record-report.json @@ -0,0 +1 @@ +{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"2-F_zh-Hans","BallotStyleUnitId":"precinct-c1-w2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","BatchId":"9af15b336e","CurrentSnapshotId":"fee7ba17-2242-4c6d-8452-2c8814b7d588-modified","UniqueId":"fee7ba17-2242-4c6d-8452-2c8814b7d588","BallotSheetId":"1","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"fee7ba17-2242-4c6d-8452-2c8814b7d588-modified","Type":"modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"precinct\"}","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"congressional-1-fish","Overvotes":0,"Undervotes":1,"WriteIns":0,"Status":["not-indicated","undervoted"],"CVRContestSelection":[]},{"@type":"CVR.CVRContest","ContestId":"water-2-fishing","Overvotes":0,"Undervotes":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"water-2-fishing-ban-fishing","OptionPosition":0,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ffeaecdc-95c8-42eb-b3dd-fd4d120f12af/cast-vote-record-report.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ffeaecdc-95c8-42eb-b3dd-fd4d120f12af/cast-vote-record-report.json deleted file mode 100644 index 044a479282..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/ffeaecdc-95c8-42eb-b3dd-fd4d120f12af/cast-vote-record-report.json +++ /dev/null @@ -1 +0,0 @@ -{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}],"CVR":[{"@type":"CVR.CVR","BallotStyleId":"3-F_zh-Hans","BallotStyleUnitId":"precinct-c2","PartyIds":["1"],"CreatingDeviceId":"0000","ElectionId":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","BatchId":"9af15b336e","CurrentSnapshotId":"ffeaecdc-95c8-42eb-b3dd-fd4d120f12af-modified","UniqueId":"ffeaecdc-95c8-42eb-b3dd-fd4d120f12af","CVRSnapshot":[{"@type":"CVR.CVRSnapshot","@id":"ffeaecdc-95c8-42eb-b3dd-fd4d120f12af-modified","Status":["other"],"OtherStatus":"{\"ballotType\":\"absentee\"}","Type":"modified","CVRContest":[{"@type":"CVR.CVRContest","ContestId":"county-leader-fish","Overvotes":0,"Undervotes":0,"WriteIns":0,"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"salmon","OptionPosition":1,"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"yes"}]}]},{"@type":"CVR.CVRContest","ContestId":"congressional-2-fish","Overvotes":1,"Undervotes":0,"WriteIns":0,"Status":["overvoted","invalidated-rules"],"CVRContestSelection":[{"@type":"CVR.CVRContestSelection","ContestSelectionId":"manta-ray-2","OptionPosition":0,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"pufferfish-2","OptionPosition":1,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"rockfish-2","OptionPosition":2,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]},{"@type":"CVR.CVRContestSelection","ContestSelectionId":"triggerfish-2","OptionPosition":3,"Status":["invalidated-rules"],"SelectionPosition":[{"@type":"CVR.SelectionPosition","HasIndication":"yes","NumberVotes":1,"IsAllocable":"no","Status":["invalidated-rules"]}]}]},{"@type":"CVR.CVRContest","ContestId":"water-1-fishing","Overvotes":0,"Undervotes":1,"Status":["undervoted","not-indicated"],"CVRContestSelection":[]}]}]}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/metadata.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/metadata.json index d8d00c58eb..d9798bfd5e 100644 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/metadata.json +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/castVoteRecords/machine_0000__2024-01-01_00-00-00/metadata.json @@ -1 +1 @@ -{"arePollsClosed":true,"castVoteRecordReportMetadata":{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-11-02T18:32:50.855Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}]},"castVoteRecordRootHash":"e753b5f0d8d5e87c179e76d0dc9d13be3a03471223f81fed18eeb086afdf56cd","batchManifest":[{"id":"9af15b336e","label":"9af15b336e","batchNumber":1,"startTime":"2024-11-02T18:32:50.855Z","sheetCount":720,"scannerId":"0000"}]} \ No newline at end of file +{"arePollsClosed":true,"castVoteRecordReportMetadata":{"@type":"CVR.CastVoteRecordReport","Version":"1.0.0","ReportType":["originating-device-export","other"],"OtherReportType":"test","GeneratedDate":"2024-12-12T19:16:32.835Z","ReportGeneratingDeviceIds":["0000"],"ReportingDevice":[{"@type":"CVR.ReportingDevice","@id":"0000","SerialNumber":"0000","Manufacturer":"VotingWorks"}],"Party":[{"@type":"CVR.Party","@id":"0","Name":"Mammal Party","Abbreviation":"Ma"},{"@type":"CVR.Party","@id":"1","Name":"Fish Party","Abbreviation":"F"}],"Election":[{"@type":"CVR.Election","@id":"f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72","Name":"Example Primary Election","Candidate":[{"@type":"CVR.Candidate","@id":"horse","Name":"Horse"},{"@type":"CVR.Candidate","@id":"otter","Name":"Otter"},{"@type":"CVR.Candidate","@id":"fox","Name":"Fox"},{"@type":"CVR.Candidate","@id":"seahorse","Name":"Seahorse"},{"@type":"CVR.Candidate","@id":"salmon","Name":"Salmon"},{"@type":"CVR.Candidate","@id":"zebra-1","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-1","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-1","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-1","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-1","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-1","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-1","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-1","Name":"Triggerfish"},{"@type":"CVR.Candidate","@id":"zebra-2","Name":"Zebra"},{"@type":"CVR.Candidate","@id":"lion-2","Name":"Lion"},{"@type":"CVR.Candidate","@id":"kangaroo-2","Name":"Kangaroo"},{"@type":"CVR.Candidate","@id":"elephant-2","Name":"Elephant"},{"@type":"CVR.Candidate","@id":"manta-ray-2","Name":"Manta Ray"},{"@type":"CVR.Candidate","@id":"pufferfish-2","Name":"Pufferfish"},{"@type":"CVR.Candidate","@id":"rockfish-2","Name":"Rockfish"},{"@type":"CVR.Candidate","@id":"triggerfish-2","Name":"Triggerfish"}],"Contest":[{"@id":"county-leader-mammal","@type":"CVR.CandidateContest","Name":"County Leader Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"horse","@type":"CVR.CandidateSelection","CandidateIds":["horse"]},{"@id":"otter","@type":"CVR.CandidateSelection","CandidateIds":["otter"]},{"@id":"fox","@type":"CVR.CandidateSelection","CandidateIds":["fox"]}],"PrimaryPartyId":"0"},{"@id":"county-leader-fish","@type":"CVR.CandidateContest","Name":"County Leader Fish","VotesAllowed":1,"ContestSelection":[{"@id":"seahorse","@type":"CVR.CandidateSelection","CandidateIds":["seahorse"]},{"@id":"salmon","@type":"CVR.CandidateSelection","CandidateIds":["salmon"]}],"PrimaryPartyId":"1"},{"@id":"congressional-1-mammal","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-1","@type":"CVR.CandidateSelection","CandidateIds":["zebra-1"]},{"@id":"lion-1","@type":"CVR.CandidateSelection","CandidateIds":["lion-1"]},{"@id":"kangaroo-1","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-1"]},{"@id":"elephant-1","@type":"CVR.CandidateSelection","CandidateIds":["elephant-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-1-fish","@type":"CVR.CandidateContest","Name":"Congressional 1 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-1","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-1"]},{"@id":"pufferfish-1","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-1"]},{"@id":"rockfish-1","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-1"]},{"@id":"triggerfish-1","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-1"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"congressional-2-mammal","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Mammal","VotesAllowed":1,"ContestSelection":[{"@id":"zebra-2","@type":"CVR.CandidateSelection","CandidateIds":["zebra-2"]},{"@id":"lion-2","@type":"CVR.CandidateSelection","CandidateIds":["lion-2"]},{"@id":"kangaroo-2","@type":"CVR.CandidateSelection","CandidateIds":["kangaroo-2"]},{"@id":"elephant-2","@type":"CVR.CandidateSelection","CandidateIds":["elephant-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"0"},{"@id":"congressional-2-fish","@type":"CVR.CandidateContest","Name":"Congressional 2 Representative - Fish","VotesAllowed":1,"ContestSelection":[{"@id":"manta-ray-2","@type":"CVR.CandidateSelection","CandidateIds":["manta-ray-2"]},{"@id":"pufferfish-2","@type":"CVR.CandidateSelection","CandidateIds":["pufferfish-2"]},{"@id":"rockfish-2","@type":"CVR.CandidateSelection","CandidateIds":["rockfish-2"]},{"@id":"triggerfish-2","@type":"CVR.CandidateSelection","CandidateIds":["triggerfish-2"]},{"@type":"CVR.CandidateSelection","@id":"write-in-0","IsWriteIn":true}],"PrimaryPartyId":"1"},{"@id":"water-1-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 1 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-1-fishing-allow-fishing","Selection":"NO"}]},{"@id":"water-2-fishing","@type":"CVR.BallotMeasureContest","Name":"Water District 2 Fishing","ContestSelection":[{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-ban-fishing","Selection":"YES"},{"@type":"CVR.BallotMeasureSelection","@id":"water-2-fishing-allow-fishing","Selection":"NO"}]}],"ElectionScopeId":"election-state"}],"GpUnit":[{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-1","Type":"precinct","Name":"Precinct 1"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w1-2","Type":"precinct","Name":"Precinct 2"},{"@type":"CVR.GpUnit","@id":"precinct-c1-w2","Type":"precinct","Name":"Precinct 3"},{"@type":"CVR.GpUnit","@id":"precinct-c2","Type":"precinct","Name":"Precinct 4"},{"@type":"CVR.GpUnit","@id":"election-county","Type":"other","Name":"Sample County"},{"@type":"CVR.GpUnit","@id":"election-state","Type":"other","Name":"State of Sample"}]},"castVoteRecordRootHash":"3fd3dfd52095966f3a0694219c3bc7b429a9df2e5edb248a6cdc79e91ed6290f","batchManifest":[{"id":"9af15b336e","label":"9af15b336e","batchNumber":1,"startTime":"2024-12-12T19:16:32.834Z","sheetCount":720,"scannerId":"0000"}]} \ No newline at end of file diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/election-package-default-system-settings.zip b/libs/fixtures/data/electionPrimaryPrecinctSplits/election-package-default-system-settings.zip index ed1696eb2a..4f16464494 100644 Binary files a/libs/fixtures/data/electionPrimaryPrecinctSplits/election-package-default-system-settings.zip and b/libs/fixtures/data/electionPrimaryPrecinctSplits/election-package-default-system-settings.zip differ diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/election.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/election.json deleted file mode 100644 index 4c40e78bcf..0000000000 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/election.json +++ /dev/null @@ -1,902 +0,0 @@ -{ - "ballotLayout": { - "paperSize": "letter", - "metadataEncoding": "qr-code" - }, - "ballotStrings": { - "en": { - "ballotStyleId": { - "1-Ma_zh-Hans": "1-Ma", - "1-Ma_zh-Hant": "1-Ma", - "1-Ma_en": "1-Ma", - "1-Ma_es-US": "1-Ma", - "1-F_zh-Hans": "1-F", - "1-F_zh-Hant": "1-F", - "1-F_en": "1-F", - "1-F_es-US": "1-F", - "2-Ma_zh-Hans": "2-Ma", - "2-Ma_zh-Hant": "2-Ma", - "2-Ma_en": "2-Ma", - "2-Ma_es-US": "2-Ma", - "2-F_zh-Hans": "2-F", - "2-F_zh-Hant": "2-F", - "2-F_en": "2-F", - "2-F_es-US": "2-F", - "3-Ma_zh-Hans": "3-Ma", - "3-Ma_zh-Hant": "3-Ma", - "3-Ma_en": "3-Ma", - "3-Ma_es-US": "3-Ma", - "3-F_zh-Hans": "3-F", - "3-F_zh-Hant": "3-F", - "3-F_en": "3-F", - "3-F_es-US": "3-F", - "4-Ma_zh-Hans": "4-Ma", - "4-Ma_zh-Hant": "4-Ma", - "4-Ma_en": "4-Ma", - "4-Ma_es-US": "4-Ma", - "4-F_zh-Hans": "4-F", - "4-F_zh-Hant": "4-F", - "4-F_en": "4-F", - "4-F_es-US": "4-F" - }, - "candidateName": { - "horse": "Horse", - "otter": "Otter", - "fox": "Fox", - "seahorse": "Seahorse", - "salmon": "Salmon", - "zebra-1": "Zebra", - "lion-1": "Lion", - "kangaroo-1": "Kangaroo", - "elephant-1": "Elephant", - "manta-ray-1": "Manta Ray", - "pufferfish-1": "Pufferfish", - "rockfish-1": "Rockfish", - "triggerfish-1": "Triggerfish", - "zebra-2": "Zebra", - "lion-2": "Lion", - "kangaroo-2": "Kangaroo", - "elephant-2": "Elephant", - "manta-ray-2": "Manta Ray", - "pufferfish-2": "Pufferfish", - "rockfish-2": "Rockfish", - "triggerfish-2": "Triggerfish" - }, - "contestDescription": { - "water-1-fishing": "Should fishing be banned in all city owned lakes and rivers?", - "water-2-fishing": "Should fishing be banned in all city owned lakes and rivers?" - }, - "contestOptionLabel": { - "water-1-fishing-ban-fishing": "YES", - "water-1-fishing-allow-fishing": "NO", - "water-2-fishing-ban-fishing": "YES", - "water-2-fishing-allow-fishing": "NO" - }, - "contestTitle": { - "county-leader-mammal": "County Leader Mammal", - "county-leader-fish": "County Leader Fish", - "congressional-1-mammal": "Congressional 1 Representative - Mammal", - "congressional-1-fish": "Congressional 1 Representative - Fish", - "congressional-2-mammal": "Congressional 2 Representative - Mammal", - "congressional-2-fish": "Congressional 2 Representative - Fish", - "water-1-fishing": "Water District 1 Fishing", - "water-2-fishing": "Water District 2 Fishing" - }, - "countyName": "Sample County", - "districtName": { - "county": "County", - "congressional-1": "Congressional District 1", - "congressional-2": "Congressional District 2", - "water-1": "Water District 1", - "water-2": "Water District 2" - }, - "electionTitle": "Example Primary Election", - "partyFullName": { - "0": "Mammal Party", - "1": "Fish Party" - }, - "partyName": { - "0": "Mammal", - "1": "Fish" - }, - "precinctName": { - "precinct-c1-w1-1": "Precinct 1", - "precinct-c1-w1-2": "Precinct 2", - "precinct-c1-w2": "Precinct 3", - "precinct-c2": "Precinct 4" - }, - "stateName": "State of Sample", - "ballotLanguage": "English", - "electionDate": "September 8, 2021", - "hmpbContinueVotingOnBack": "Turn ballot over and continue voting", - "hmpbContinueVotingOnNextSheet": "Continue voting on next ballot sheet", - "hmpbInstructions": "Instructions", - "hmpbInstructionsToVoteText": "To vote, completely fill in the oval next to your choice.", - "hmpbInstructionsToVoteTitle": "To Vote:", - "hmpbInstructionsWriteInText": "To vote for a person whose name is not on the ballot, write the person’s name on the \"Write-in\" line and completely fill in the oval next to the line.", - "hmpbInstructionsWriteInTitle": "To Vote for a Write-in:", - "hmpbOfficialAbsenteeBallot": "Official Absentee Ballot", - "hmpbOfficialBallot": "Official Ballot", - "hmpbOfficialProvisionalBallot": "Official Provisional Ballot", - "hmpbPage": "Page", - "hmpbPageIntentionallyBlank": "This page intentionally left blank", - "hmpbSampleAbsenteeBallot": "Sample Absentee Ballot", - "hmpbSampleBallot": "Sample Ballot", - "hmpbSampleProvisionalBallot": "Sample Provisional Ballot", - "hmpbTestAbsenteeBallot": "Test Absentee Ballot", - "hmpbTestBallot": "Test Ballot", - "hmpbTestProvisionalBallot": "Test Provisional Ballot", - "hmpbVoteFor1": "Vote for 1", - "hmpbVoteFor10": "Vote for up to 10", - "hmpbVoteFor2": "Vote for up to 2", - "hmpbVoteFor3": "Vote for up to 3", - "hmpbVoteFor4": "Vote for up to 4", - "hmpbVoteFor5": "Vote for up to 5", - "hmpbVoteFor6": "Vote for up to 6", - "hmpbVoteFor7": "Vote for up to 7", - "hmpbVoteFor8": "Vote for up to 8", - "hmpbVoteFor9": "Vote for up to 9", - "hmpbVotingComplete": "You have completed voting.", - "hmpbWriteIn": "Write-in" - }, - "zh-Hans": { - "contestDescription": { - "water-1-fishing": "是否应该禁止在所有城市湖泊和河流中钓鱼?", - "water-2-fishing": "是否应该禁止在所有城市湖泊和河流中钓鱼?" - }, - "contestOptionLabel": { - "water-1-fishing-ban-fishing": "是的", - "water-1-fishing-allow-fishing": "不", - "water-2-fishing-ban-fishing": "是的", - "water-2-fishing-allow-fishing": "不" - }, - "contestTitle": { - "county-leader-mammal": "县领导哺乳动物", - "county-leader-fish": "县领导鱼", - "congressional-1-mammal": "国会 1 代表 - 哺乳动物", - "congressional-1-fish": "国会 1 代表 - 菲什", - "congressional-2-mammal": "国会 2 代表 - 哺乳动物", - "congressional-2-fish": "国会 2 代表 - 菲什", - "water-1-fishing": "水区 1 钓鱼", - "water-2-fishing": "水区 2 钓鱼" - }, - "countyName": "样本县", - "districtName": { - "county": "县", - "congressional-1": "第一国会选区", - "congressional-2": "国会第 2 选区", - "water-1": "水区 1", - "water-2": "水区 2" - }, - "electionTitle": "初选示例", - "partyFullName": { - "0": "哺乳动物派对", - "1": "鱼派对" - }, - "partyName": { - "0": "哺乳动物", - "1": "鱼" - }, - "precinctName": { - "precinct-c1-w1-1": "第1选区", - "precinct-c1-w1-2": "第2选区", - "precinct-c1-w2": "第 3 区", - "precinct-c2": "第四区" - }, - "stateName": "样品状态", - "ballotLanguage": "简体中文", - "electionDate": "2021年9月8日", - "hmpbContinueVotingOnBack": "将选票翻过来,继续投票", - "hmpbContinueVotingOnNextSheet": "在下一张选票上继续投票", - "hmpbInstructions": "说明", - "hmpbInstructionsToVoteText": "要投票,请完整填写您所选项目旁边的椭圆形框。", - "hmpbInstructionsToVoteTitle": "投票:", - "hmpbInstructionsWriteInText": "如果要为未出现在选票上的人进行投票,请在“写入候选人“行中写下此人的姓名,并完整填写该行旁边的椭圆形区域。", - "hmpbInstructionsWriteInTitle": "投票选举候选人:", - "hmpbOfficialAbsenteeBallot": "正式缺席选票", - "hmpbOfficialBallot": "正式选票", - "hmpbOfficialProvisionalBallot": "普通临时选票", - "hmpbPage": "页码", - "hmpbPageIntentionallyBlank": "本页为有意留空", - "hmpbSampleAbsenteeBallot": "缺席选票样本", - "hmpbSampleBallot": "选票样本", - "hmpbSampleProvisionalBallot": "临时选票样本", - "hmpbTestAbsenteeBallot": "测试缺席选票", - "hmpbTestBallot": "测试选票", - "hmpbTestProvisionalBallot": "测试临时选票", - "hmpbVoteFor1": "投1票", - "hmpbVoteFor10": "最多投10票", - "hmpbVoteFor2": "最多投2票", - "hmpbVoteFor3": "最多投3票", - "hmpbVoteFor4": "最多投4票", - "hmpbVoteFor5": "最多投5票", - "hmpbVoteFor6": "最多投6票", - "hmpbVoteFor7": "最多投7票", - "hmpbVoteFor8": "最多投8票", - "hmpbVoteFor9": "最多投9票", - "hmpbVotingComplete": "您已完成投票。", - "hmpbWriteIn": "写入候选人" - }, - "zh-Hant": { - "contestDescription": { - "water-1-fishing": "是否應該禁止在所有城市擁有的湖泊和河流中捕魚?", - "water-2-fishing": "是否應該禁止在所有城市擁有的湖泊和河流中捕魚?" - }, - "contestOptionLabel": { - "water-1-fishing-ban-fishing": "是的", - "water-1-fishing-allow-fishing": "不", - "water-2-fishing-ban-fishing": "是的", - "water-2-fishing-allow-fishing": "不" - }, - "contestTitle": { - "county-leader-mammal": "縣領導哺乳動物", - "county-leader-fish": "縣長魚", - "congressional-1-mammal": "國會 1 代表 - 哺乳動物", - "congressional-1-fish": "國會 1 代表 - 魚", - "congressional-2-mammal": "國會 2 代表 - 哺乳動物", - "congressional-2-fish": "國會 2 代表 - Fish", - "water-1-fishing": "水域 1 區釣魚", - "water-2-fishing": "水區 2 釣魚" - }, - "countyName": "樣本縣", - "districtName": { - "county": "縣", - "congressional-1": "國會第一選區", - "congressional-2": "國會第二選區", - "water-1": "水區1", - "water-2": "水區2" - }, - "electionTitle": "初選範例", - "partyFullName": { - "0": "哺乳動物派對", - "1": "魚黨" - }, - "partyName": { - "0": "哺乳動物", - "1": "魚" - }, - "precinctName": { - "precinct-c1-w1-1": "第1選區", - "precinct-c1-w1-2": "第2選區", - "precinct-c1-w2": "分局 3", - "precinct-c2": "4 區" - }, - "stateName": "樣品狀態", - "ballotLanguage": "繁體中文", - "electionDate": "2021年9月8日", - "hmpbContinueVotingOnBack": "將選票翻過來,繼續投票", - "hmpbContinueVotingOnNextSheet": "在下一張選票上繼續投票", - "hmpbInstructions": "說明", - "hmpbInstructionsToVoteText": "要投票,請完整填寫您所選項目旁邊的橢圓形框。", - "hmpbInstructionsToVoteTitle": "投票:", - "hmpbInstructionsWriteInText": "如果要為未出現在選票上的人進行投票,請在「寫入候選人「行中寫下此人的姓名,並完整填寫該行旁邊的橢圓形區域。", - "hmpbInstructionsWriteInTitle": "投票選舉候選人:", - "hmpbOfficialAbsenteeBallot": "正式缺席選票", - "hmpbOfficialBallot": "正式選票", - "hmpbOfficialProvisionalBallot": "普通臨時選票", - "hmpbPage": "頁碼", - "hmpbPageIntentionallyBlank": "本頁為有意留空", - "hmpbSampleAbsenteeBallot": "缺席選票樣本", - "hmpbSampleBallot": "選票樣本", - "hmpbSampleProvisionalBallot": "臨時選票樣本", - "hmpbTestAbsenteeBallot": "測試缺席選票", - "hmpbTestBallot": "測試選票", - "hmpbTestProvisionalBallot": "測試臨時選票", - "hmpbVoteFor1": "投1票", - "hmpbVoteFor10": "最多投10票", - "hmpbVoteFor2": "最多投2票", - "hmpbVoteFor3": "最多投3票", - "hmpbVoteFor4": "最多投4票", - "hmpbVoteFor5": "最多投5票", - "hmpbVoteFor6": "最多投6票", - "hmpbVoteFor7": "最多投7票", - "hmpbVoteFor8": "最多投8票", - "hmpbVoteFor9": "最多投9票", - "hmpbVotingComplete": "您已完成投票。", - "hmpbWriteIn": "寫入候選人" - }, - "es-US": { - "contestDescription": { - "water-1-fishing": "¿Debería prohibirse la pesca en todos los lagos y ríos propiedad de la ciudad?", - "water-2-fishing": "¿Debería prohibirse la pesca en todos los lagos y ríos propiedad de la ciudad?" - }, - "contestOptionLabel": { - "water-1-fishing-ban-fishing": "SÍ", - "water-1-fishing-allow-fishing": "NO", - "water-2-fishing-ban-fishing": "SÍ", - "water-2-fishing-allow-fishing": "NO" - }, - "contestTitle": { - "county-leader-mammal": "Líder del condado Mamífero", - "county-leader-fish": "Líder del condado de Fish", - "congressional-1-mammal": "1 representante del Congreso - Mamífero", - "congressional-1-fish": "1 representante del Congreso - Pescado", - "congressional-2-mammal": "2 representantes del Congreso - Mamífero", - "congressional-2-fish": "Representante del Congreso 2 - Pescado", - "water-1-fishing": "Distrito 1 de pesca", - "water-2-fishing": "Distrito de Agua 2 Pesca" - }, - "countyName": "Muestra del condado", - "districtName": { - "county": "Condado", - "congressional-1": "Distrito Congresional 1", - "congressional-2": "Distrito Congresional 2", - "water-1": "Distrito de Agua 1", - "water-2": "Distrito de Agua 2" - }, - "electionTitle": "Ejemplo de elección primaria", - "partyFullName": { - "0": "Fiesta de los Mamíferos", - "1": "Fiesta del pescado" - }, - "partyName": { - "0": "Mamífero", - "1": "Pez" - }, - "precinctName": { - "precinct-c1-w1-1": "Distrito Electoral 1", - "precinct-c1-w1-2": "Distrito Electoral 2", - "precinct-c1-w2": "Distrito 3", - "precinct-c2": "Distrito 4" - }, - "stateName": "Estado de la muestra", - "ballotLanguage": "español (EE. UU.)", - "electionDate": "8 de septiembre de 2021", - "hmpbContinueVotingOnBack": "Voltea la boleta y continúa votando", - "hmpbContinueVotingOnNextSheet": "Continúa votando en la siguiente hoja de la boleta", - "hmpbInstructions": "Instrucciones", - "hmpbInstructionsToVoteText": "Para votar, llena completamente el óvalo junto a tu elección.", - "hmpbInstructionsToVoteTitle": "Para votar:", - "hmpbInstructionsWriteInText": "Para votar por una persona cuyo nombre no está en la boleta, escribe el nombre de la persona en la línea \"Candidato por Escrito\" y llena completamente el óvalo junto a la línea.", - "hmpbInstructionsWriteInTitle": "Para votar por un candidato por escrito:", - "hmpbOfficialAbsenteeBallot": "Boleta oficial de voto ausente", - "hmpbOfficialBallot": "Boleta oficial", - "hmpbOfficialProvisionalBallot": "Boleta oficial provisional", - "hmpbPage": "Página", - "hmpbPageIntentionallyBlank": "Esta página está intencionalmente en blanco", - "hmpbSampleAbsenteeBallot": "Modelo de boleta de voto ausente", - "hmpbSampleBallot": "Boleta de muestra", - "hmpbSampleProvisionalBallot": "Boleta de muestra provisional", - "hmpbTestAbsenteeBallot": "Boleta de prueba de voto ausente", - "hmpbTestBallot": "Boleta de prueba", - "hmpbTestProvisionalBallot": "Boleta de prueba provisional", - "hmpbVoteFor1": "Vota por 1", - "hmpbVoteFor10": "Vota por hasta 10", - "hmpbVoteFor2": "Vota por hasta 2", - "hmpbVoteFor3": "Vota por hasta 3", - "hmpbVoteFor4": "Vota por hasta 4", - "hmpbVoteFor5": "Vota por hasta 5", - "hmpbVoteFor6": "Vota por hasta 6", - "hmpbVoteFor7": "Vota por hasta 7", - "hmpbVoteFor8": "Vota por hasta 8", - "hmpbVoteFor9": "Vota por hasta 9", - "hmpbVotingComplete": "Has completado la votación.", - "hmpbWriteIn": "Candidato por escrito" - } - }, - "ballotStyles": [ - { - "id": "1-Ma_zh-Hans", - "groupId": "1-Ma", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], - "partyId": "0", - "languages": ["zh-Hans"] - }, - { - "id": "1-Ma_zh-Hant", - "groupId": "1-Ma", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], - "partyId": "0", - "languages": ["zh-Hant"] - }, - { - "id": "1-Ma_en", - "groupId": "1-Ma", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], - "partyId": "0", - "languages": ["en"] - }, - { - "id": "1-Ma_es-US", - "groupId": "1-Ma", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], - "partyId": "0", - "languages": ["es-US"] - }, - { - "id": "1-F_zh-Hans", - "groupId": "1-F", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], - "partyId": "1", - "languages": ["zh-Hans"] - }, - { - "id": "1-F_zh-Hant", - "groupId": "1-F", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], - "partyId": "1", - "languages": ["zh-Hant"] - }, - { - "id": "1-F_en", - "groupId": "1-F", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], - "partyId": "1", - "languages": ["en"] - }, - { - "id": "1-F_es-US", - "groupId": "1-F", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], - "partyId": "1", - "languages": ["es-US"] - }, - { - "id": "2-Ma_zh-Hans", - "groupId": "2-Ma", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], - "partyId": "0", - "languages": ["zh-Hans"] - }, - { - "id": "2-Ma_zh-Hant", - "groupId": "2-Ma", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], - "partyId": "0", - "languages": ["zh-Hant"] - }, - { - "id": "2-Ma_en", - "groupId": "2-Ma", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], - "partyId": "0", - "languages": ["en"] - }, - { - "id": "2-Ma_es-US", - "groupId": "2-Ma", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], - "partyId": "0", - "languages": ["es-US"] - }, - { - "id": "2-F_zh-Hans", - "groupId": "2-F", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], - "partyId": "1", - "languages": ["zh-Hans"] - }, - { - "id": "2-F_zh-Hant", - "groupId": "2-F", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], - "partyId": "1", - "languages": ["zh-Hant"] - }, - { - "id": "2-F_en", - "groupId": "2-F", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], - "partyId": "1", - "languages": ["en"] - }, - { - "id": "2-F_es-US", - "groupId": "2-F", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], - "partyId": "1", - "languages": ["es-US"] - }, - { - "id": "3-Ma_zh-Hans", - "groupId": "3-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], - "partyId": "0", - "languages": ["zh-Hans"] - }, - { - "id": "3-Ma_zh-Hant", - "groupId": "3-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], - "partyId": "0", - "languages": ["zh-Hant"] - }, - { - "id": "3-Ma_en", - "groupId": "3-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], - "partyId": "0", - "languages": ["en"] - }, - { - "id": "3-Ma_es-US", - "groupId": "3-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], - "partyId": "0", - "languages": ["es-US"] - }, - { - "id": "3-F_zh-Hans", - "groupId": "3-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], - "partyId": "1", - "languages": ["zh-Hans"] - }, - { - "id": "3-F_zh-Hant", - "groupId": "3-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], - "partyId": "1", - "languages": ["zh-Hant"] - }, - { - "id": "3-F_en", - "groupId": "3-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], - "partyId": "1", - "languages": ["en"] - }, - { - "id": "3-F_es-US", - "groupId": "3-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], - "partyId": "1", - "languages": ["es-US"] - }, - { - "id": "4-Ma_zh-Hans", - "groupId": "4-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], - "partyId": "0", - "languages": ["zh-Hans"] - }, - { - "id": "4-Ma_zh-Hant", - "groupId": "4-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], - "partyId": "0", - "languages": ["zh-Hant"] - }, - { - "id": "4-Ma_en", - "groupId": "4-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], - "partyId": "0", - "languages": ["en"] - }, - { - "id": "4-Ma_es-US", - "groupId": "4-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], - "partyId": "0", - "languages": ["es-US"] - }, - { - "id": "4-F_zh-Hans", - "groupId": "4-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], - "partyId": "1", - "languages": ["zh-Hans"] - }, - { - "id": "4-F_zh-Hant", - "groupId": "4-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], - "partyId": "1", - "languages": ["zh-Hant"] - }, - { - "id": "4-F_en", - "groupId": "4-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], - "partyId": "1", - "languages": ["en"] - }, - { - "id": "4-F_es-US", - "groupId": "4-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], - "partyId": "1", - "languages": ["es-US"] - } - ], - "contests": [ - { - "id": "county-leader-mammal", - "districtId": "county", - "title": "County Leader Mammal", - "type": "candidate", - "seats": 1, - "candidates": [ - { - "id": "horse", - "name": "Horse", - "partyIds": ["0"] - }, - { - "id": "otter", - "name": "Otter", - "partyIds": ["0"] - }, - { - "id": "fox", - "name": "Fox", - "partyIds": ["0"] - } - ], - "allowWriteIns": false, - "partyId": "0" - }, - { - "id": "county-leader-fish", - "districtId": "county", - "title": "County Leader Fish", - "type": "candidate", - "seats": 1, - "candidates": [ - { - "id": "seahorse", - "name": "Seahorse", - "partyIds": ["1"] - }, - { - "id": "salmon", - "name": "Salmon", - "partyIds": ["1"] - } - ], - "allowWriteIns": false, - "partyId": "1" - }, - { - "id": "congressional-1-mammal", - "districtId": "congressional-1", - "title": "Congressional 1 Representative - Mammal", - "type": "candidate", - "seats": 1, - "candidates": [ - { - "id": "zebra-1", - "name": "Zebra", - "partyIds": ["0"] - }, - { - "id": "lion-1", - "name": "Lion", - "partyIds": ["0"] - }, - { - "id": "kangaroo-1", - "name": "Kangaroo", - "partyIds": ["0"] - }, - { - "id": "elephant-1", - "name": "Elephant", - "partyIds": ["0"] - } - ], - "allowWriteIns": true, - "partyId": "0" - }, - { - "id": "congressional-1-fish", - "districtId": "congressional-1", - "title": "Congressional 1 Representative - Fish", - "type": "candidate", - "seats": 1, - "candidates": [ - { - "id": "manta-ray-1", - "name": "Manta Ray", - "partyIds": ["1"] - }, - { - "id": "pufferfish-1", - "name": "Pufferfish", - "partyIds": ["1"] - }, - { - "id": "rockfish-1", - "name": "Rockfish", - "partyIds": ["1"] - }, - { - "id": "triggerfish-1", - "name": "Triggerfish", - "partyIds": ["1"] - } - ], - "allowWriteIns": true, - "partyId": "1" - }, - { - "id": "congressional-2-mammal", - "districtId": "congressional-2", - "title": "Congressional 2 Representative - Mammal", - "type": "candidate", - "seats": 1, - "candidates": [ - { - "id": "zebra-2", - "name": "Zebra", - "partyIds": ["0"] - }, - { - "id": "lion-2", - "name": "Lion", - "partyIds": ["0"] - }, - { - "id": "kangaroo-2", - "name": "Kangaroo", - "partyIds": ["0"] - }, - { - "id": "elephant-2", - "name": "Elephant", - "partyIds": ["0"] - } - ], - "allowWriteIns": true, - "partyId": "0" - }, - { - "id": "congressional-2-fish", - "districtId": "congressional-2", - "title": "Congressional 2 Representative - Fish", - "type": "candidate", - "seats": 1, - "candidates": [ - { - "id": "manta-ray-2", - "name": "Manta Ray", - "partyIds": ["1"] - }, - { - "id": "pufferfish-2", - "name": "Pufferfish", - "partyIds": ["1"] - }, - { - "id": "rockfish-2", - "name": "Rockfish", - "partyIds": ["1"] - }, - { - "id": "triggerfish-2", - "name": "Triggerfish", - "partyIds": ["1"] - } - ], - "allowWriteIns": true, - "partyId": "1" - }, - { - "id": "water-1-fishing", - "districtId": "water-1", - "title": "Water District 1 Fishing", - "type": "yesno", - "description": "Should fishing be banned in all city owned lakes and rivers?", - "yesOption": { - "id": "water-1-fishing-ban-fishing", - "label": "YES" - }, - "noOption": { - "id": "water-1-fishing-allow-fishing", - "label": "NO" - } - }, - { - "id": "water-2-fishing", - "districtId": "water-2", - "title": "Water District 2 Fishing", - "type": "yesno", - "description": "Should fishing be banned in all city owned lakes and rivers?", - "yesOption": { - "id": "water-2-fishing-ban-fishing", - "label": "YES" - }, - "noOption": { - "id": "water-2-fishing-allow-fishing", - "label": "NO" - } - } - ], - "county": { - "id": "sample-county", - "name": "Sample County" - }, - "date": "2021-09-08", - "districts": [ - { - "id": "county", - "name": "County" - }, - { - "id": "congressional-1", - "name": "Congressional District 1" - }, - { - "id": "congressional-2", - "name": "Congressional District 2" - }, - { - "id": "water-1", - "name": "Water District 1" - }, - { - "id": "water-2", - "name": "Water District 2" - } - ], - "id": "election-primary-precinct-splits", - "parties": [ - { - "id": "0", - "name": "Mammal", - "fullName": "Mammal Party", - "abbrev": "Ma" - }, - { - "id": "1", - "name": "Fish", - "fullName": "Fish Party", - "abbrev": "F" - } - ], - "precincts": [ - { - "id": "precinct-c1-w1-1", - "name": "Precinct 1" - }, - { - "id": "precinct-c1-w1-2", - "name": "Precinct 2" - }, - { - "id": "precinct-c1-w2", - "name": "Precinct 3" - }, - { - "id": "precinct-c2", - "name": "Precinct 4" - } - ], - "seal": "Seal of Montgomery County, Maryland.", - "state": "State of Sample", - "title": "Example Primary Election", - "type": "primary" -} diff --git a/libs/fixtures/data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json b/libs/fixtures/data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json index 612f42190f..683eaca533 100644 --- a/libs/fixtures/data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json +++ b/libs/fixtures/data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json @@ -378,258 +378,522 @@ { "id": "1-Ma_zh-Hans", "groupId": "1-Ma", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], + "precincts": [ + "precinct-c1-w1-1", + "precinct-c1-w1-2" + ], + "districts": [ + "county", + "congressional-1", + "water-1" + ], "partyId": "0", - "languages": ["zh-Hans"] + "languages": [ + "zh-Hans" + ] }, { "id": "1-Ma_zh-Hant", "groupId": "1-Ma", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], + "precincts": [ + "precinct-c1-w1-1", + "precinct-c1-w1-2" + ], + "districts": [ + "county", + "congressional-1", + "water-1" + ], "partyId": "0", - "languages": ["zh-Hant"] + "languages": [ + "zh-Hant" + ] }, { "id": "1-Ma_en", "groupId": "1-Ma", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], + "precincts": [ + "precinct-c1-w1-1", + "precinct-c1-w1-2" + ], + "districts": [ + "county", + "congressional-1", + "water-1" + ], "partyId": "0", - "languages": ["en"] + "languages": [ + "en" + ] }, { "id": "1-Ma_es-US", "groupId": "1-Ma", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], + "precincts": [ + "precinct-c1-w1-1", + "precinct-c1-w1-2" + ], + "districts": [ + "county", + "congressional-1", + "water-1" + ], "partyId": "0", - "languages": ["es-US"] + "languages": [ + "es-US" + ] }, { "id": "1-F_zh-Hans", "groupId": "1-F", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], + "precincts": [ + "precinct-c1-w1-1", + "precinct-c1-w1-2" + ], + "districts": [ + "county", + "congressional-1", + "water-1" + ], "partyId": "1", - "languages": ["zh-Hans"] + "languages": [ + "zh-Hans" + ] }, { "id": "1-F_zh-Hant", "groupId": "1-F", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], + "precincts": [ + "precinct-c1-w1-1", + "precinct-c1-w1-2" + ], + "districts": [ + "county", + "congressional-1", + "water-1" + ], "partyId": "1", - "languages": ["zh-Hant"] + "languages": [ + "zh-Hant" + ] }, { "id": "1-F_en", "groupId": "1-F", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], + "precincts": [ + "precinct-c1-w1-1", + "precinct-c1-w1-2" + ], + "districts": [ + "county", + "congressional-1", + "water-1" + ], "partyId": "1", - "languages": ["en"] + "languages": [ + "en" + ] }, { "id": "1-F_es-US", "groupId": "1-F", - "precincts": ["precinct-c1-w1-1", "precinct-c1-w1-2"], - "districts": ["county", "congressional-1", "water-1"], + "precincts": [ + "precinct-c1-w1-1", + "precinct-c1-w1-2" + ], + "districts": [ + "county", + "congressional-1", + "water-1" + ], "partyId": "1", - "languages": ["es-US"] + "languages": [ + "es-US" + ] }, { "id": "2-Ma_zh-Hans", "groupId": "2-Ma", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], + "precincts": [ + "precinct-c1-w2" + ], + "districts": [ + "county", + "congressional-1", + "water-2" + ], "partyId": "0", - "languages": ["zh-Hans"] + "languages": [ + "zh-Hans" + ] }, { "id": "2-Ma_zh-Hant", "groupId": "2-Ma", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], + "precincts": [ + "precinct-c1-w2" + ], + "districts": [ + "county", + "congressional-1", + "water-2" + ], "partyId": "0", - "languages": ["zh-Hant"] + "languages": [ + "zh-Hant" + ] }, { "id": "2-Ma_en", "groupId": "2-Ma", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], + "precincts": [ + "precinct-c1-w2" + ], + "districts": [ + "county", + "congressional-1", + "water-2" + ], "partyId": "0", - "languages": ["en"] + "languages": [ + "en" + ] }, { "id": "2-Ma_es-US", "groupId": "2-Ma", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], + "precincts": [ + "precinct-c1-w2" + ], + "districts": [ + "county", + "congressional-1", + "water-2" + ], "partyId": "0", - "languages": ["es-US"] + "languages": [ + "es-US" + ] }, { "id": "2-F_zh-Hans", "groupId": "2-F", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], + "precincts": [ + "precinct-c1-w2" + ], + "districts": [ + "county", + "congressional-1", + "water-2" + ], "partyId": "1", - "languages": ["zh-Hans"] + "languages": [ + "zh-Hans" + ] }, { "id": "2-F_zh-Hant", "groupId": "2-F", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], + "precincts": [ + "precinct-c1-w2" + ], + "districts": [ + "county", + "congressional-1", + "water-2" + ], "partyId": "1", - "languages": ["zh-Hant"] + "languages": [ + "zh-Hant" + ] }, { "id": "2-F_en", "groupId": "2-F", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], + "precincts": [ + "precinct-c1-w2" + ], + "districts": [ + "county", + "congressional-1", + "water-2" + ], "partyId": "1", - "languages": ["en"] + "languages": [ + "en" + ] }, { "id": "2-F_es-US", "groupId": "2-F", - "precincts": ["precinct-c1-w2"], - "districts": ["county", "congressional-1", "water-2"], + "precincts": [ + "precinct-c1-w2" + ], + "districts": [ + "county", + "congressional-1", + "water-2" + ], "partyId": "1", - "languages": ["es-US"] + "languages": [ + "es-US" + ] }, { "id": "3-Ma_zh-Hans", "groupId": "3-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-1" + ], "partyId": "0", - "languages": ["zh-Hans"] + "languages": [ + "zh-Hans" + ] }, { "id": "3-Ma_zh-Hant", "groupId": "3-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-1" + ], "partyId": "0", - "languages": ["zh-Hant"] + "languages": [ + "zh-Hant" + ] }, { "id": "3-Ma_en", "groupId": "3-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-1" + ], "partyId": "0", - "languages": ["en"] + "languages": [ + "en" + ] }, { "id": "3-Ma_es-US", "groupId": "3-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-1" + ], "partyId": "0", - "languages": ["es-US"] + "languages": [ + "es-US" + ] }, { "id": "3-F_zh-Hans", "groupId": "3-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-1" + ], "partyId": "1", - "languages": ["zh-Hans"] + "languages": [ + "zh-Hans" + ] }, { "id": "3-F_zh-Hant", "groupId": "3-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-1" + ], "partyId": "1", - "languages": ["zh-Hant"] + "languages": [ + "zh-Hant" + ] }, { "id": "3-F_en", "groupId": "3-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-1" + ], "partyId": "1", - "languages": ["en"] + "languages": [ + "en" + ] }, { "id": "3-F_es-US", "groupId": "3-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-1"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-1" + ], "partyId": "1", - "languages": ["es-US"] + "languages": [ + "es-US" + ] }, { "id": "4-Ma_zh-Hans", "groupId": "4-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-2" + ], "partyId": "0", - "languages": ["zh-Hans"] + "languages": [ + "zh-Hans" + ] }, { "id": "4-Ma_zh-Hant", "groupId": "4-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-2" + ], "partyId": "0", - "languages": ["zh-Hant"] + "languages": [ + "zh-Hant" + ] }, { "id": "4-Ma_en", "groupId": "4-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-2" + ], "partyId": "0", - "languages": ["en"] + "languages": [ + "en" + ] }, { "id": "4-Ma_es-US", "groupId": "4-Ma", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-2" + ], "partyId": "0", - "languages": ["es-US"] + "languages": [ + "es-US" + ] }, { "id": "4-F_zh-Hans", "groupId": "4-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-2" + ], "partyId": "1", - "languages": ["zh-Hans"] + "languages": [ + "zh-Hans" + ] }, { "id": "4-F_zh-Hant", "groupId": "4-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-2" + ], "partyId": "1", - "languages": ["zh-Hant"] + "languages": [ + "zh-Hant" + ] }, { "id": "4-F_en", "groupId": "4-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-2" + ], "partyId": "1", - "languages": ["en"] + "languages": [ + "en" + ] }, { "id": "4-F_es-US", "groupId": "4-F", - "precincts": ["precinct-c2"], - "districts": ["county", "congressional-2", "water-2"], + "precincts": [ + "precinct-c2" + ], + "districts": [ + "county", + "congressional-2", + "water-2" + ], "partyId": "1", - "languages": ["es-US"] + "languages": [ + "es-US" + ] } ], "contests": [ @@ -643,17 +907,23 @@ { "id": "horse", "name": "Horse", - "partyIds": ["0"] + "partyIds": [ + "0" + ] }, { "id": "otter", "name": "Otter", - "partyIds": ["0"] + "partyIds": [ + "0" + ] }, { "id": "fox", "name": "Fox", - "partyIds": ["0"] + "partyIds": [ + "0" + ] } ], "allowWriteIns": false, @@ -669,12 +939,16 @@ { "id": "seahorse", "name": "Seahorse", - "partyIds": ["1"] + "partyIds": [ + "1" + ] }, { "id": "salmon", "name": "Salmon", - "partyIds": ["1"] + "partyIds": [ + "1" + ] } ], "allowWriteIns": false, @@ -690,22 +964,30 @@ { "id": "zebra-1", "name": "Zebra", - "partyIds": ["0"] + "partyIds": [ + "0" + ] }, { "id": "lion-1", "name": "Lion", - "partyIds": ["0"] + "partyIds": [ + "0" + ] }, { "id": "kangaroo-1", "name": "Kangaroo", - "partyIds": ["0"] + "partyIds": [ + "0" + ] }, { "id": "elephant-1", "name": "Elephant", - "partyIds": ["0"] + "partyIds": [ + "0" + ] } ], "allowWriteIns": true, @@ -721,22 +1003,30 @@ { "id": "manta-ray-1", "name": "Manta Ray", - "partyIds": ["1"] + "partyIds": [ + "1" + ] }, { "id": "pufferfish-1", "name": "Pufferfish", - "partyIds": ["1"] + "partyIds": [ + "1" + ] }, { "id": "rockfish-1", "name": "Rockfish", - "partyIds": ["1"] + "partyIds": [ + "1" + ] }, { "id": "triggerfish-1", "name": "Triggerfish", - "partyIds": ["1"] + "partyIds": [ + "1" + ] } ], "allowWriteIns": true, @@ -752,22 +1042,30 @@ { "id": "zebra-2", "name": "Zebra", - "partyIds": ["0"] + "partyIds": [ + "0" + ] }, { "id": "lion-2", "name": "Lion", - "partyIds": ["0"] + "partyIds": [ + "0" + ] }, { "id": "kangaroo-2", "name": "Kangaroo", - "partyIds": ["0"] + "partyIds": [ + "0" + ] }, { "id": "elephant-2", "name": "Elephant", - "partyIds": ["0"] + "partyIds": [ + "0" + ] } ], "allowWriteIns": true, @@ -783,22 +1081,30 @@ { "id": "manta-ray-2", "name": "Manta Ray", - "partyIds": ["1"] + "partyIds": [ + "1" + ] }, { "id": "pufferfish-2", "name": "Pufferfish", - "partyIds": ["1"] + "partyIds": [ + "1" + ] }, { "id": "rockfish-2", "name": "Rockfish", - "partyIds": ["1"] + "partyIds": [ + "1" + ] }, { "id": "triggerfish-2", "name": "Triggerfish", - "partyIds": ["1"] + "partyIds": [ + "1" + ] } ], "allowWriteIns": true, @@ -835,143 +1141,85 @@ } } ], - "county": { - "id": "sample-county", - "name": "Sample County" - }, - "date": "2021-09-08", - "districts": [ - { - "id": "county", - "name": "County" - }, - { - "id": "congressional-1", - "name": "Congressional District 1" - }, - { - "id": "congressional-2", - "name": "Congressional District 2" - }, - { - "id": "water-1", - "name": "Water District 1" - }, - { - "id": "water-2", - "name": "Water District 2" - } - ], - "id": "election-primary-precinct-splits", - "parties": [ - { - "id": "0", - "name": "Mammal", - "fullName": "Mammal Party", - "abbrev": "Ma" - }, - { - "id": "1", - "name": "Fish", - "fullName": "Fish Party", - "abbrev": "F" - } - ], - "precincts": [ - { - "id": "precinct-c1-w1-1", - "name": "Precinct 1" - }, - { - "id": "precinct-c1-w1-2", - "name": "Precinct 2" - }, - { - "id": "precinct-c1-w2", - "name": "Precinct 3" - }, - { - "id": "precinct-c2", - "name": "Precinct 4" - } - ], - "seal": "Seal of Montgomery County, Maryland.", - "state": "State of Sample", - "title": "Example Primary Election", - "type": "primary", "gridLayouts": [ { "ballotStyleId": "1-Ma_zh-Hans", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.278241650294696, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "zebra-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "lion-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "kangaroo-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "elephant-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-1-mammal", "writeInIndex": 0, "writeInArea": { @@ -982,103 +1230,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 32.31213163064833, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.576866404715126, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "1-Ma_zh-Hant", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.278241650294696, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "zebra-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "lion-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "kangaroo-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "elephant-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-1-mammal", "writeInIndex": 0, "writeInArea": { @@ -1089,103 +1337,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.06606090373281, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 34.33079567779961, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "1-Ma_en", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.460338899803537, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 15.725073673870334, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 16.989808447937133, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.289783889980354, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "zebra-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 16.55451866404715, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "lion-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.81925343811395, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "kangaroo-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.083988212180746, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "elephant-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.69437622789784, - "type": "write-in", "contestId": "congressional-1-mammal", "writeInIndex": 0, "writeInArea": { @@ -1196,103 +1444,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.955427308447938, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 28.220162082514737, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "1-Ma_es-US", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.086075638506877, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.350810412573676, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.61554518664047, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.915520628683694, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "zebra-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.180255402750493, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "lion-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.44499017681729, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "kangaroo-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 25.709724950884087, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "elephant-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 27.32011296660118, - "type": "write-in", "contestId": "congressional-1-mammal", "writeInIndex": 0, "writeInArea": { @@ -1303,94 +1551,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.913801571709234, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.178536345776031, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "1-F_zh-Hans", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-1-fish", "optionId": "manta-ray-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-1-fish", "optionId": "pufferfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-1-fish", "optionId": "rockfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-1-fish", "optionId": "triggerfish-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-1-fish", "writeInIndex": 0, "writeInArea": { @@ -1401,94 +1649,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 32.31213163064833, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.576866404715126, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "1-F_zh-Hant", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-1-fish", "optionId": "manta-ray-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-1-fish", "optionId": "pufferfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-1-fish", "optionId": "rockfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-1-fish", "optionId": "triggerfish-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-1-fish", "writeInIndex": 0, "writeInArea": { @@ -1499,94 +1747,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.06606090373281, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 34.33079567779961, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "1-F_en", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.460338899803537, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 15.725073673870334, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.289783889980354, - "type": "option", "contestId": "congressional-1-fish", "optionId": "manta-ray-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 16.55451866404715, - "type": "option", "contestId": "congressional-1-fish", "optionId": "pufferfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.81925343811395, - "type": "option", "contestId": "congressional-1-fish", "optionId": "rockfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.083988212180746, - "type": "option", "contestId": "congressional-1-fish", "optionId": "triggerfish-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.69437622789784, - "type": "write-in", "contestId": "congressional-1-fish", "writeInIndex": 0, "writeInArea": { @@ -1597,94 +1845,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.955427308447938, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 28.220162082514737, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "1-F_es-US", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.086075638506877, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.350810412573676, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.915520628683694, - "type": "option", "contestId": "congressional-1-fish", "optionId": "manta-ray-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.180255402750493, - "type": "option", "contestId": "congressional-1-fish", "optionId": "pufferfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.44499017681729, - "type": "option", "contestId": "congressional-1-fish", "optionId": "rockfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 25.709724950884087, - "type": "option", "contestId": "congressional-1-fish", "optionId": "triggerfish-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 27.32011296660118, - "type": "write-in", "contestId": "congressional-1-fish", "writeInIndex": 0, "writeInArea": { @@ -1695,103 +1943,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.913801571709234, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.178536345776031, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "2-Ma_zh-Hans", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.278241650294696, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "zebra-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "lion-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "kangaroo-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "elephant-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-1-mammal", "writeInIndex": 0, "writeInArea": { @@ -1802,103 +2050,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 32.31213163064833, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.576866404715126, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "2-Ma_zh-Hant", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.278241650294696, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "zebra-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "lion-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "kangaroo-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "elephant-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-1-mammal", "writeInIndex": 0, "writeInArea": { @@ -1909,103 +2157,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.06606090373281, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 34.33079567779961, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "2-Ma_en", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.460338899803537, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 15.725073673870334, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 16.989808447937133, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.289783889980354, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "zebra-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 16.55451866404715, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "lion-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.81925343811395, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "kangaroo-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.083988212180746, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "elephant-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.69437622789784, - "type": "write-in", "contestId": "congressional-1-mammal", "writeInIndex": 0, "writeInArea": { @@ -2016,103 +2264,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.955427308447938, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 28.220162082514737, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "2-Ma_es-US", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.086075638506877, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.350810412573676, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.61554518664047, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.915520628683694, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "zebra-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.180255402750493, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "lion-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.44499017681729, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "kangaroo-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 25.709724950884087, - "type": "option", "contestId": "congressional-1-mammal", "optionId": "elephant-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 27.32011296660118, - "type": "write-in", "contestId": "congressional-1-mammal", "writeInIndex": 0, "writeInArea": { @@ -2123,94 +2371,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.913801571709234, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.178536345776031, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "2-F_zh-Hans", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-1-fish", "optionId": "manta-ray-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-1-fish", "optionId": "pufferfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-1-fish", "optionId": "rockfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-1-fish", "optionId": "triggerfish-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-1-fish", "writeInIndex": 0, "writeInArea": { @@ -2221,94 +2469,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 32.31213163064833, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.576866404715126, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "2-F_zh-Hant", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-1-fish", "optionId": "manta-ray-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-1-fish", "optionId": "pufferfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-1-fish", "optionId": "rockfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-1-fish", "optionId": "triggerfish-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-1-fish", "writeInIndex": 0, "writeInArea": { @@ -2319,94 +2567,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.06606090373281, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 34.33079567779961, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "2-F_en", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.460338899803537, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 15.725073673870334, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.289783889980354, - "type": "option", "contestId": "congressional-1-fish", "optionId": "manta-ray-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 16.55451866404715, - "type": "option", "contestId": "congressional-1-fish", "optionId": "pufferfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.81925343811395, - "type": "option", "contestId": "congressional-1-fish", "optionId": "rockfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.083988212180746, - "type": "option", "contestId": "congressional-1-fish", "optionId": "triggerfish-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.69437622789784, - "type": "write-in", "contestId": "congressional-1-fish", "writeInIndex": 0, "writeInArea": { @@ -2417,94 +2665,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.955427308447938, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 28.220162082514737, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "2-F_es-US", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.086075638506877, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.350810412573676, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.915520628683694, - "type": "option", "contestId": "congressional-1-fish", "optionId": "manta-ray-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.180255402750493, - "type": "option", "contestId": "congressional-1-fish", "optionId": "pufferfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.44499017681729, - "type": "option", "contestId": "congressional-1-fish", "optionId": "rockfish-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 25.709724950884087, - "type": "option", "contestId": "congressional-1-fish", "optionId": "triggerfish-1" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 27.32011296660118, - "type": "write-in", "contestId": "congressional-1-fish", "writeInIndex": 0, "writeInArea": { @@ -2515,103 +2763,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.913801571709234, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.178536345776031, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "3-Ma_zh-Hans", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.278241650294696, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "zebra-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "lion-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "kangaroo-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "elephant-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-2-mammal", "writeInIndex": 0, "writeInArea": { @@ -2622,103 +2870,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 32.31213163064833, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.576866404715126, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "3-Ma_zh-Hant", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.278241650294696, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "zebra-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "lion-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "kangaroo-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "elephant-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-2-mammal", "writeInIndex": 0, "writeInArea": { @@ -2729,103 +2977,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.06606090373281, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 34.33079567779961, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "3-Ma_en", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.460338899803537, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 15.725073673870334, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 16.989808447937133, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.289783889980354, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "zebra-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 16.55451866404715, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "lion-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.81925343811395, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "kangaroo-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.083988212180746, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "elephant-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.69437622789784, - "type": "write-in", "contestId": "congressional-2-mammal", "writeInIndex": 0, "writeInArea": { @@ -2836,103 +3084,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.955427308447938, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 28.220162082514737, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "3-Ma_es-US", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.086075638506877, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.350810412573676, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.61554518664047, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.915520628683694, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "zebra-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.180255402750493, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "lion-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.44499017681729, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "kangaroo-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 25.709724950884087, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "elephant-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 27.32011296660118, - "type": "write-in", "contestId": "congressional-2-mammal", "writeInIndex": 0, "writeInArea": { @@ -2943,94 +3191,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.913801571709234, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.178536345776031, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "3-F_zh-Hans", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-2-fish", "optionId": "manta-ray-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-2-fish", "optionId": "pufferfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-2-fish", "optionId": "rockfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-2-fish", "optionId": "triggerfish-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-2-fish", "writeInIndex": 0, "writeInArea": { @@ -3041,94 +3289,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 32.31213163064833, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.576866404715126, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "3-F_zh-Hant", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-2-fish", "optionId": "manta-ray-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-2-fish", "optionId": "pufferfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-2-fish", "optionId": "rockfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-2-fish", "optionId": "triggerfish-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-2-fish", "writeInIndex": 0, "writeInArea": { @@ -3139,94 +3387,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.06606090373281, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 34.33079567779961, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "3-F_en", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.460338899803537, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 15.725073673870334, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.289783889980354, - "type": "option", "contestId": "congressional-2-fish", "optionId": "manta-ray-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 16.55451866404715, - "type": "option", "contestId": "congressional-2-fish", "optionId": "pufferfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.81925343811395, - "type": "option", "contestId": "congressional-2-fish", "optionId": "rockfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.083988212180746, - "type": "option", "contestId": "congressional-2-fish", "optionId": "triggerfish-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.69437622789784, - "type": "write-in", "contestId": "congressional-2-fish", "writeInIndex": 0, "writeInArea": { @@ -3237,94 +3485,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.955427308447938, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 28.220162082514737, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "3-F_es-US", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.086075638506877, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.350810412573676, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.915520628683694, - "type": "option", "contestId": "congressional-2-fish", "optionId": "manta-ray-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.180255402750493, - "type": "option", "contestId": "congressional-2-fish", "optionId": "pufferfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.44499017681729, - "type": "option", "contestId": "congressional-2-fish", "optionId": "rockfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 25.709724950884087, - "type": "option", "contestId": "congressional-2-fish", "optionId": "triggerfish-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 27.32011296660118, - "type": "write-in", "contestId": "congressional-2-fish", "writeInIndex": 0, "writeInArea": { @@ -3335,103 +3583,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.913801571709234, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.178536345776031, - "type": "option", "contestId": "water-1-fishing", "optionId": "water-1-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "4-Ma_zh-Hans", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.278241650294696, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "zebra-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "lion-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "kangaroo-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "elephant-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-2-mammal", "writeInIndex": 0, "writeInArea": { @@ -3442,103 +3690,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 32.31213163064833, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.576866404715126, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "4-Ma_zh-Hant", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.278241650294696, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "zebra-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "lion-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "kangaroo-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "elephant-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-2-mammal", "writeInIndex": 0, "writeInArea": { @@ -3549,103 +3797,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.06606090373281, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 34.33079567779961, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "4-Ma_en", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.460338899803537, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 15.725073673870334, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 16.989808447937133, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.289783889980354, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "zebra-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 16.55451866404715, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "lion-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.81925343811395, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "kangaroo-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.083988212180746, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "elephant-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.69437622789784, - "type": "write-in", "contestId": "congressional-2-mammal", "writeInIndex": 0, "writeInArea": { @@ -3656,103 +3904,103 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.955427308447938, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 28.220162082514737, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "4-Ma_es-US", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.086075638506877, - "type": "option", "contestId": "county-leader-mammal", "optionId": "horse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.350810412573676, - "type": "option", "contestId": "county-leader-mammal", "optionId": "otter" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.61554518664047, - "type": "option", "contestId": "county-leader-mammal", "optionId": "fox" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.915520628683694, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "zebra-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.180255402750493, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "lion-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.44499017681729, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "kangaroo-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 25.709724950884087, - "type": "option", "contestId": "congressional-2-mammal", "optionId": "elephant-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 27.32011296660118, - "type": "write-in", "contestId": "congressional-2-mammal", "writeInIndex": 0, "writeInArea": { @@ -3763,94 +4011,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.913801571709234, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.178536345776031, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "4-F_zh-Hans", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-2-fish", "optionId": "manta-ray-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-2-fish", "optionId": "pufferfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-2-fish", "optionId": "rockfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-2-fish", "optionId": "triggerfish-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-2-fish", "writeInIndex": 0, "writeInArea": { @@ -3861,94 +4109,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 32.31213163064833, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.576866404715126, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "4-F_zh-Hant", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.7487721021611, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.013506876227897, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.57821709233792, - "type": "option", "contestId": "congressional-2-fish", "optionId": "manta-ray-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.842951866404714, - "type": "option", "contestId": "congressional-2-fish", "optionId": "pufferfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.107686640471513, - "type": "option", "contestId": "congressional-2-fish", "optionId": "rockfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.372421414538312, - "type": "option", "contestId": "congressional-2-fish", "optionId": "triggerfish-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.982809430255404, - "type": "write-in", "contestId": "congressional-2-fish", "writeInIndex": 0, "writeInArea": { @@ -3959,94 +4207,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.06606090373281, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 34.33079567779961, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "4-F_en", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.460338899803537, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 15.725073673870334, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.289783889980354, - "type": "option", "contestId": "congressional-2-fish", "optionId": "manta-ray-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 16.55451866404715, - "type": "option", "contestId": "congressional-2-fish", "optionId": "pufferfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.81925343811395, - "type": "option", "contestId": "congressional-2-fish", "optionId": "rockfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.083988212180746, - "type": "option", "contestId": "congressional-2-fish", "optionId": "triggerfish-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.69437622789784, - "type": "write-in", "contestId": "congressional-2-fish", "writeInIndex": 0, "writeInArea": { @@ -4057,94 +4305,94 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.955427308447938, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 28.220162082514737, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "4-F_es-US", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.086075638506877, - "type": "option", "contestId": "county-leader-fish", "optionId": "seahorse" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.350810412573676, - "type": "option", "contestId": "county-leader-fish", "optionId": "salmon" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.915520628683694, - "type": "option", "contestId": "congressional-2-fish", "optionId": "manta-ray-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.180255402750493, - "type": "option", "contestId": "congressional-2-fish", "optionId": "pufferfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.44499017681729, - "type": "option", "contestId": "congressional-2-fish", "optionId": "rockfish-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 25.709724950884087, - "type": "option", "contestId": "congressional-2-fish", "optionId": "triggerfish-2" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 27.32011296660118, - "type": "write-in", "contestId": "congressional-2-fish", "writeInIndex": 0, "writeInArea": { @@ -4155,30 +4403,88 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.913801571709234, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-ban-fishing" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.178536345776031, - "type": "option", "contestId": "water-2-fishing", "optionId": "water-2-fishing-allow-fishing" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] } - ] -} + ], + "county": { + "id": "sample-county", + "name": "Sample County" + }, + "date": "2021-09-08", + "districts": [ + { + "id": "county", + "name": "County" + }, + { + "id": "congressional-1", + "name": "Congressional District 1" + }, + { + "id": "congressional-2", + "name": "Congressional District 2" + }, + { + "id": "water-1", + "name": "Water District 1" + }, + { + "id": "water-2", + "name": "Water District 2" + } + ], + "id": "election-primary-precinct-splits", + "parties": [ + { + "id": "0", + "name": "Mammal", + "fullName": "Mammal Party", + "abbrev": "Ma" + }, + { + "id": "1", + "name": "Fish", + "fullName": "Fish Party", + "abbrev": "F" + } + ], + "precincts": [ + { + "id": "precinct-c1-w1-1", + "name": "Precinct 1" + }, + { + "id": "precinct-c1-w1-2", + "name": "Precinct 2" + }, + { + "id": "precinct-c1-w2", + "name": "Precinct 3" + }, + { + "id": "precinct-c2", + "name": "Precinct 4" + } + ], + "seal": "Seal of Montgomery County, Maryland.", + "state": "State of Sample", + "title": "Example Primary Election", + "type": "primary" +} \ No newline at end of file diff --git a/libs/fixtures/src/data/electionPrimaryPrecinctSplits/election-package-default-system-settings.zip.ts b/libs/fixtures/src/data/electionPrimaryPrecinctSplits/election-package-default-system-settings.zip.ts index 06f0f69ab6..268f9cc603 100644 --- a/libs/fixtures/src/data/electionPrimaryPrecinctSplits/election-package-default-system-settings.zip.ts +++ b/libs/fixtures/src/data/electionPrimaryPrecinctSplits/election-package-default-system-settings.zip.ts @@ -10,10 +10,10 @@ import { join, sep } from 'node:path'; /** * Data of data/electionPrimaryPrecinctSplits/election-package-default-system-settings.zip encoded as base64. * - * SHA-256 hash of file data: ca8fb811056117bc6d0d44bb240f2b33095a500503dad431f11d827959ea0aa2 + * SHA-256 hash of file data: 8f9669198045d8f51453a16f00253fa6b91457151136a6da1edd1b115aa94f22 */ const resourceDataBase64 = - 'UEsDBAoACAAAAAAAgVkAAAAAAAAAAAAAAAANAAAAbWV0YWRhdGEuanNvbnsKICAidmVyc2lvbiI6ICJsYXRlc3QiCn1QSwcIQul/shkAAAAZAAAAUEsDBAoACAAAAAAAgVkAAAAAAAAAAAAAAAAPAAAAYXBwU3RyaW5ncy5qc29uewogICJ6aC1IYW5zIjogewogICAgImF1ZGlvRmVlZGJhY2sxMFBlcmNlbnRWb2x1bWUiOiAiMTAl6Z+z6YePIiwKICAgICJhdWRpb0ZlZWRiYWNrMjBQZXJjZW50Vm9sdW1lIjogIjIwJemfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFjazMwUGVyY2VudFZvbHVtZSI6ICIzMCXpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2s0MFBlcmNlbnRWb2x1bWUiOiAiNDAl6Z+z6YePIiwKICAgICJhdWRpb0ZlZWRiYWNrNTBQZXJjZW50Vm9sdW1lIjogIjUwJemfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFjazYwUGVyY2VudFZvbHVtZSI6ICI2MCXpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2s3MFBlcmNlbnRWb2x1bWUiOiAiNzAl6Z+z6YePIiwKICAgICJhdWRpb0ZlZWRiYWNrODBQZXJjZW50Vm9sdW1lIjogIjgwJemfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFjazkwUGVyY2VudFZvbHVtZSI6ICI5MCXpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2tNYXhpbXVtVm9sdW1lIjogIuacgOWkp+mfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFja01pbmltdW1Wb2x1bWUiOiAi5pyA5bCP6Z+z6YePIiwKICAgICJibWRQYXREZXZpY2VJbnB1dE5hbWVNb3ZlIjogIuKAnOenu+WKqOKAnSIsCiAgICAiYm1kUGF0RGV2aWNlSW5wdXROYW1lU2VsZWN0IjogIuKAnOmAieaLqeKAnSIsCiAgICAiYnV0dG9uQWNjZXB0IjogIuaOpeWPlyIsCiAgICAiYnV0dG9uQWRkV3JpdGVJbiI6ICLmt7vliqDlhpnlhaXlgJnpgInkuroiLAogICAgImJ1dHRvbkF1ZGlvTXV0ZSI6ICLpnZnpn7MiLAogICAgImJ1dHRvbkF1ZGlvVW5tdXRlIjogIuWPlua2iOmdmemfsyIsCiAgICAiYnV0dG9uQmFjayI6ICLov5Tlm54iLAogICAgImJ1dHRvbkJhbGxvdElzQ29ycmVjdCI6ICLmipXlh7rmiJHnmoTpgInnpagiLAogICAgImJ1dHRvbkJhbGxvdElzSW5jb3JyZWN0IjogIuaIkeeahOmAieelqOS4jeato+ehriIsCiAgICAiYnV0dG9uQm1kUmV2aWV3Q2FyZEFjdGlvbiI6ICLmjIkgXCLpgInmi6kgXCLmjInpkq7mm7TmlLnmgqjlnKjmnKzmrKHnq57pgInkuK3nmoTmipXnpajjgIIiLAogICAgImJ1dHRvbkJtZFJldmlld0NhcmRBY3Rpb25QYXREZXZpY2UiOiAi5L2/55So6YCJ5oup6L6T5YWl5rOV5L+u5pS55oKo5a+55pys5qyh6YCJ5Li+55qE5oqV56Wo44CCIiwKICAgICJidXR0b25CbWRTa2lwUGF0Q2FsaWJyYXRpb24iOiAi6Lez6L+H6K+G5YirIiwKICAgICJidXR0b25DYW5jZWwiOiAi5Y+W5raIIiwKICAgICJidXR0b25DYXN0QmFsbG90IjogIuaKleelqOmAieS4viIsCiAgICAiYnV0dG9uQ2hhbmdlIjogIuabtOaUuSIsCiAgICAiYnV0dG9uQ2xvc2UiOiAi5YWz6ZetIiwKICAgICJidXR0b25Db250aW51ZSI6ICLnu6fnu60iLAogICAgImJ1dHRvbkRvbmUiOiAi5a6M5oiQIiwKICAgICJidXR0b25FbmFibGVBdWRpb09ubHlNb2RlIjogIuWQr+eUqOe6r+mfs+mikeaooeW8jyIsCiAgICAiYnV0dG9uRXhpdEF1ZGlvT25seU1vZGUiOiAi6YCA5Ye657qv6Z+z6aKR5qih5byPIiwKICAgICJidXR0b25Nb3JlIjogIuabtOWkmiIsCiAgICAiYnV0dG9uTmV4dCI6ICLkuIvkuIDmraUiLAogICAgImJ1dHRvbk5vIjogIuaXoCIsCiAgICAiYnV0dG9uT2theSI6ICJPSyIsCiAgICAiYnV0dG9uUHJpbnRCYWxsb3QiOiAi5omT5Y2w5oiR55qE6YCJ56WoIiwKICAgICJidXR0b25SZXNldCI6ICLph43nva4iLAogICAgImJ1dHRvblJldHVybkJhbGxvdCI6ICLpgIDlm57pgInnpagiLAogICAgImJ1dHRvblJldHVyblRvQmFsbG90UmV2aWV3IjogIui/lOWbnumAieelqOWuoeaguCIsCiAgICAiYnV0dG9uUmV2aWV3IjogIuWuoeaguCIsCiAgICAiYnV0dG9uU3RhcnRWb3RpbmciOiAi5byA5aeL5oqV56WoIiwKICAgICJidXR0b25TdGlsbFZvdGluZyI6ICLmmK/nmoTvvIzmiJHku43lnKjmipXnpagiLAogICAgImJ1dHRvblZpZXdDb250ZXN0cyI6ICLmn6XnnIvnq57pgInmtLvliqgiLAogICAgImJ1dHRvblZvdGVyU2V0dGluZ3MiOiAi6K6+572uIiwKICAgICJidXR0b25ZZXMiOiAi5pivIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvbkZvY3VzTmV4dCI6ICLov5nmmK8gXCLlkJHkuIsgXCLmjInpkq7vvIznlKjkuo7mn6XnnIvpobXpnaLpgInpobnliJfooajkuK3nmoTkuIvkuIDkuKrpobnnm67jgILmgqjlj6/ku6Xkvb/nlKggXCLlkJHkuIogXCLlkowgXCLlkJHkuIsgXCLmjInpkq7lnKjnq57pgInkuK3np7vliqjlgJnpgInkurrjgIIiLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uRm9jdXNQcmV2aW91cyI6ICLov5nmmK8gXCLlkJHkuIogXCLmjInpkq7vvIznlKjkuo7mn6XnnIvpobXpnaLpgInpobnliJfooajkuK3nmoTkuIrkuIDkuKrpobnnm67jgILmgqjlj6/ku6Xkvb/nlKggXCLlkJHkuIogXCLlkowgXCLlkJHkuIsgXCLmjInpkq7mtY/op4jnq57pgInkuK3nmoTlgJnpgInkurrjgIIiLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uUGFnZU5leHQiOiAi6L+Z5piv4oCc5ZCR5Y+z4oCd5oyJ6ZKu77yM55So5LqO56e75Yqo5Yiw5LiL5LiA6aG15oiW56ue6YCJ55WM6Z2i44CC5oKo5Y+v5Lul5L2/55SoIFwi5ZCR5bemIFwi5ZKMIFwi5ZCR5Y+zIFwi5oyJ6ZKu5Zyo6YCJ56Wo5LiK55qE5omA5pyJ56ue6YCJ6aG555uu5Lit56e75Yqo44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblBhZ2VQcmV2aW91cyI6ICLov5nmmK/igJzlkJHlt6bigJ3mjInpkq7vvIznlKjkuo7ov5Tlm57kuIrkuIDpobXmiJbnq57pgInnlYzpnaLjgILmgqjlj6/ku6Xkvb/nlKggXCLlkJHlt6YgXCLlkowgXCLlkJHlj7MgXCLmjInpkq7mtY/op4jpgInnpajkuIrnmoTmiYDmnInnq57pgInpobnnm67jgIIiLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uUGxheWJhY2tSYXRlRG93biI6ICLmraTmjInpkq7lj6/pmY3kvY7mloflrZfovazor63pn7PnmoTpn7PpopHmkq3mlL7pgJ/luqbjgIIiLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uUGxheWJhY2tSYXRlVXAiOiAi6K+l5oyJ6ZKu5Y+v5o+Q6auY5paH5a2X6L2s6K+t6Z+z55qE6Z+z6aKR5pKt5pS+6YCf5bqm44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblNlbGVjdCI6ICLov5nmmK/igJzpgInmi6nigJ3mjInpkq7jgILkvb/nlKjmraTmjInpkq7moIforrDmgqjlr7nlgJnpgInkurrnmoQgXCLmmK8gXCLmiJYgXCLlkKYgXCLpgInpobnnmoTmipXnpajjgILlho3mrKHmjIkgXCLpgInmi6kgXCLmjInpkq7lsIbliKDpmaTmgqjkuYvliY3nmoTmipXnpajjgIIiLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uVG9nZ2xlSGVscCI6ICLov5nmmK8gXCLluK7liqkgXCLmjInpkq7jgILlho3mrKHmjInkuIvmraTmjInpkq7lj6/ov5Tlm57loavlhpnpgInnpajjgIIiLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uVG9nZ2xlUGF1c2UiOiAi6L+Z5pivIFwi5pqC5YGcIFwi5oyJ6ZKu44CC5L2/55So5q2k5oyJ6ZKu5Y+v5pqC5YGc5paH5a2X6L2s6K+t6Z+z55qE6Z+z6aKR44CC5YaN5qyh5oyJ5LiLIFwi5pqC5YGcIFwi5oyJ6ZKu5Y+v5oGi5aSN5paH5a2X6L2s6K+t6Z+z55qE6Z+z6aKR44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblZvbHVtZURvd24iOiAi5q2k5oyJ6ZKu5Y+v6ZmN5L2O5paH5pys6L2s6K+t6Z+z6Z+z6aKR55qE6Z+z6YeP44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblZvbHVtZVVwIjogIuatpOaMiemSruWPr+WinuWkp+aWh+acrOi9rOivremfs+mfs+mikeeahOmfs+mHj+OAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQXNrRm9ySGVscCI6ICLor7flkJHmipXnpajnq5nlt6XkvZzkurrlkZjlr7vmsYLluK7liqnjgIIiLAogICAgImluc3RydWN0aW9uc0Fza1BvbGxXb3JrZXJUb1BsdWdJblBvd2VyIjogIuivt+aKleelqOermeW3peS9nOS6uuWRmOaPkuWFpeeUtea6kOe6v+OAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQXVkaW9NdXRlQnV0dG9uIjogIuaMieKAnOmAieaLqeKAneaMiemSruWwhuaJgOaciemfs+mikemdmemfs+OAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQXNrRm9yUmVzdGFydCI6ICLor7fmipXnpajnq5nlt6XkvZzkurrlkZjph43mlrDlkK/liqjmnLrlmajjgIIiLAogICAgImluc3RydWN0aW9uc0JtZEJhbGxvdE5hdmlnYXRpb25NYXJrIjogIuS9v+eUqOaWh+acrOi9rOivremfs+eahOmfs+mikei/m+ihjOaKleelqOaXtu+8jOivt+S9v+eUqOaXoOmanOeijeaOp+WItuWZqOWvueaCqOeahOmAieelqOi/m+ihjOW8leWvvOOAguimgea1j+iniOernumAie+8jOivt+S9v+eUqOW3puOAgeWPs+aMiemSruOAguimgea1j+iniOernumAiemAiemhue+8jOivt+S9v+eUqOWQkeS4iuWSjOWQkeS4i+aMiemSruOAguimgemAieaLqeaIluS4jemAieaLqeernumAiemAiemhuei/m+ihjOaKleelqO+8jOivt+S9v+eUqOmAieaLqeaMiemSruOAgueOsOWcqOaMieWPs+mUrui/m+WFpeesrOS4gOmhueernumAiea0u+WKqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQmFsbG90TmF2aWdhdGlvbk1hcmtTY2FuIjogIuS9v+eUqOaWh+Wtl+i9rOivremfs+mfs+mikei/m+ihjOaKleelqOaXtu+8jOivt+S9v+eUqOaXoOmanOeijeaOp+WItuWZqOWvueaCqOeahOmAieelqOi/m+ihjOW8leWvvOOAguaOp+WItuWZqOS4remXtOS9jee9rumZhOi/keacieWbm+S4quWvvOiIqueureWktOaMiemSruOAguimgea1j+iniOernumAiea0u+WKqO+8jOivt+S9v+eUqOW3puWPs+eureWktOOAguimgea1j+iniOernumAiemAiemhue+8jOivt+S9v+eUqOWQkeS4iuWSjOWQkeS4i+eureWktOOAguimgemAieaLqeaIluWPlua2iOmAieaLqeernumAiemAiemhueS9nOS4uuaCqOeahOaKleelqO+8jOivt+S9v+eUqOWvvOiIquaMiemSruWPs+S+p+eahOWchuWciOKAnOmAieaLqeKAneaMiemSruOAguaOp+WItuWZqOWPs+S4iuinkuacieS4pOS4qumfs+mHj+aOp+WItuaMiemSruOAguWHj+WPt+aMiemSruWPr+S7peWHj+Wwj+mfs+mikemfs+mHj++8jOWKoOWPt+aMiemSruWPr+S7peWinuWkp+mfs+mHj+OAguimgeaUueWPmOmfs+mikeeahOivremAn++8jOivt+S9v+eUqOaOp+WItuWZqOWPs+S4i+inkueahOS4pOS4quaMiemSruOAguWQkeS4i+eureWktOaMiemSruWPr+mZjeS9juivremAn++8jOWQkeS4iueureWktOaMiemSruWPr+aPkOmrmOivremAn+OAguimgeaDs+maj+aXtuaaguWBnOmfs+mikeaIluWPlua2iOaaguWBnOmfs+mike+8jOivt+S9v+eUqOaOp+WItuWZqOW3puS4i+inkueahOaaguWBnOaMiemSruOAguWmguaenOaCqOmcgOimgeacieWFs+WmguS9leS9v+eUqOaOp+WItuWZqOeahOabtOWkmuS/oeaBr++8jOivt+maj+aXtuaMieS4i+W3puS4iuinkueahOmXruWPt+aMiemSruOAguimgemHjeWkjeaSreaUvuS7u+S9leWGheWuue+8jOWPr+S9v+eUqOWQkeS4iuaIluWQkeW3pueureWktOi/lOWbnuWIsOS5i+WJjeeahOWGheWuueOAgueOsOWcqOaMieWPs+mUruS7peWJjei/m+WIsOesrOS4gOmhueernumAieOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQmFsbG90TmF2aWdhdGlvbk1hcmtTY2FuUGF0RGV2aWNlIjogIuS9v+eUqOaWh+acrOi9rOivremfs+aKleelqOaXtu+8jOivt+S9v+eUqOS4quS6uui+heWKqeiuvuWkh+a1j+iniOmAieelqOOAguimgea1j+iniOernumAiemAiemhue+8jOivt+S9v+eUqOenu+WKqOi+k+WFpeazleOAguimgemAieaLqeaIluWPlua2iOmAieaLqeernumAiemAiemhueS9nOS4uuaCqOeahOmAieelqO+8jOivt+S9v+eUqOmAieaLqei+k+WFpeazleOAguimgea1j+iniOernumAiea0u+WKqO+8jOivt+S9v+eUqOenu+WKqOi+k+WFpeazleWvvOiIquWIsOagh+aciSDigJzkuIvkuIDmraXigJ3lkozigJzlkI7pgIAg4oCd55qE5o6n5Yi26ZSu77yM54S25ZCO5L2/55So6YCJ5oup6L6T5YWl5rOV44CC5qCH6K6w5a6M56ue6YCJ5rS75Yqo5Lit55qE6YCJ56Wo5ZCO77yM5bGP5bmV54Sm54K55Lya6Ieq5Yqo56e75Yqo5Yiw4oCc5LiL5LiA5Liq4oCd5o6n5Yi26ZSu77yM5Lul5pa55L6/5oKo6L+b6KGM5pON5L2c44CC6KaB5byA5aeL5oqV56Wo77yM5L2/55So56e75Yqo6L6T5YWl5rOV5a+86Iiq5Yiw5qCH5pyJ4oCc5byA5aeL5oqV56Wo4oCd55qE5o6n5Yi26ZSu77yM54S25ZCO5L2/55So6YCJ5oup6L6T5YWl5rOV5YmN6L+b5Yiw6aaW5Liq56ue6YCJ5rS75Yqo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDYXN0QmFsbG90UHJlYW1ibGUiOiAi5oKo55qE5q2j5byP6YCJ56Wo5q2j5Zyo5omT5Y2w5Lit44CC5a6M5oiQ5Lul5LiL5q2l6aqk5Y2z5Y+v5a6M5oiQ5oqV56Wo77yaIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDYXN0QmFsbG90UHJlYW1ibGVQb3N0UHJpbnQiOiAi5oKo55qE5q2j5byP6YCJ56Wo5bey5LuO5omT5Y2w5py65Lit5Y+W5Ye644CC5a6M5oiQ5Lul5LiL5q2l6aqk5Y2z5a6M5oiQ5oqV56Wo77yaIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDYXN0QmFsbG90U3RlcDEiOiAiMS4g6aqM6K+B5oKo55qE5q2j5byP6YCJ56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDYXN0QmFsbG90U3RlcDIiOiAiMi4g5omr5o+P5oKo55qE5q2j5byP6YCJ56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDbG9zZVByaW50ZXJDb3ZlciI6ICLmiZPljbDmnLrnm5blt7LmiZPlvIDvvIzlv4XpobvlhbPpl63miY3og73nu6fnu63mipXnpajjgIIiLAogICAgImluc3RydWN0aW9uc0JtZENvbmZpcm1DYXN0aW5nQmFsbG90IjogIuaMieKAnOmAieaLqeKAneaMiemSruehruiupOaCqOeahOmAieaLqeaXoOivr+WQjuWGjei/m+ihjOaKleelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29uZmlybUNhc3RpbmdCYWxsb3RQYXREZXZpY2UiOiAi5L2/55So6YCJ5oup6L6T5YWl5rOV56Gu6K6k5oKo5bey5YGa5Ye65q2j56Gu6YCJ5oup77yM54S25ZCO6L+b6KGM5oqV56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtUHJpbnRpbmdCYWxsb3QiOiAi5oyJ4oCc6YCJ5oup4oCd5oyJ6ZKu56Gu6K6k5oKo55qE6YCJ5oup5bm25omT5Y2w6YCJ56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtUHJpbnRpbmdCYWxsb3RQYXREZXZpY2UiOiAi5L2/55So6YCJ5oup6L6T5YWl5rOV56Gu6K6k5oKo55qE6YCJ5oup5bm25omT5Y2w6YCJ56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb250ZXN0TmF2aWdhdGlvbiI6ICLopoHmtY/op4jnq57pgInpgInpobnvvIzor7fkvb/nlKjlkJHkuIvnmoTmjInpkq7jgILopoHovazliLDkuIvkuIDkuKrnq57pgInkvb/nlKjlkJHlj7PnmoTmjInpkq7jgIIiLAogICAgImluc3RydWN0aW9uc0JtZENvbnRlc3ROYXZpZ2F0aW9uUGF0RGV2aWNlIjogIuimgea1j+iniOernumAiemAiemhue+8jOivt+S9v+eUqOenu+WKqOi+k+WFpeazleOAguimgei/m+WFpeS4i+S4gOS4quernumAiea0u+WKqO+8jOivt+S9v+eUqOenu+WKqOi+k+WFpeazleWvvOiIquWIsOagh+acieKAnOS4i+S4gOS4quKAneeahOaOp+WItumUru+8jOeEtuWQjuS9v+eUqOmAieaLqei+k+WFpeazleS7pee7p+e7reOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29udHJvbGxlclNhbmRib3hNYXJrU2NhbiI6ICLmjInkuIvmjqfliLblmajkuIrnmoTku7vkvZXmjInpkq7vvIzljbPlj6/kuobop6PmjInpkq7nmoTlip/og73lkozkvb/nlKjmlrnms5XjgILkuYvlkI7vvIzlho3mrKHmjInkuIvmjqfliLblmajlt6bkuIrop5LnsbvkvLzpl67lj7fnmoRcIuW4ruWKqVwi5oyJ6ZKu77yM5Y2z5Y+v6L+U5Zue5Yiw5oKo55qE6YCJ56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRJbnNlcnRCYWxsb3RGYWNlVXAiOiAi6K+35Yqh5b+F5bCG57q45byg5bm25L+d5oyB5omT5Y2w6Z2i5pyd5LiK5o+S5YWl44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRJbnNlcnRQcmV2aW91c2x5UHJpbnRlZEJhbGxvdCI6ICLor7flj5blh7rpgInnpajvvIzmj5LlhaXkuYvliY3miZPljbDlpb3nmoTpgInnpajjgIIiLAogICAgImluc3RydWN0aW9uc0JtZEludmFsaWRhdGVkQmFsbG90IjogIuaCqOW3suWQjOaEj+S/ruaUueaCqOeahOmAieelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kTW92ZVRvU2VsZWN0VG9Db250aW51ZVBhdERldmljZSI6ICLkvb/nlKjnp7vliqjovpPlhaXms5XpgInmi6nigJznoa7lrprigJ3mjInpkq7vvIznhLblkI7kvb/nlKjpgInmi6novpPlhaXms5Xku6Xnu6fnu63jgIIiLAogICAgImluc3RydWN0aW9uc0JtZE5leHRUb0NvbnRpbnVlIjogIuaMieWQkeWPs+eahOaMiemSruS7pee7p+e7reOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGFwZXJKYW0iOiAi6K+35o+Q6YaS5oqV56Wo56uZ5bel5L2c5Lq65ZGY5riF6Zmk5Y2h57q444CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvbkFjdGl2YXRlSW5wdXQiOiAi5byA5ZCv6L6T5YWl5qih5byP5Lul57un57ut44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvbkFjdGl2YXRlSW5wdXRBZ2FpbiI6ICLlho3mrKHlvIDlkK/ovpPlhaXmqKHlvI/ku6Xnu6fnu63jgIIiLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQWN0aXZhdGVPdGhlcklucHV0IjogIuW8gOWQr+WFtuWug+i+k+WFpeaooeW8j+OAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25Db25maXJtRXhpdFNjcmVlbiI6ICLmgqjlj6/ku6Xnu6fnu63mipXnpajmiJbov5Tlm57kuIrkuIDkuKrnlYzpnaLjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uSW50cm9TdGVwIjogIuW8gOWQr+S7u+aEj+S4gOS4qui+k+WFpeaooeW8j+S7pee7p+e7reOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25UcnlJbnB1dCI6ICLlsJ3or5XovpPlhaXku6Xnu6fnu63jgIIiLAogICAgImluc3RydWN0aW9uc0JtZFByaW50U2NyZWVuTm9CYWxsb3RSZW1vdmFsIjogIumAieelqOaJk+WNsOWQjuivt+WLv+aSleS4i+OAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmVpbnNlcnRCYWxsb3QiOiAi6K+36YeN5paw5o+S5YWl5Y2w5aW955qE6YCJ56Wo6L+b6KGM5oqV56Wo5bm26L+b5LiA5q2l5a6M5oiQ5oqV56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdBbmRWYWxpZGF0ZVByaW50ZWRCYWxsb3QiOiAi5Lul5LiL5oqV56Wo5piv5LuO5oKo5bey5omT5Y2w55qE5q2j5byP6YCJ56Wo5Lit5omr5o+P6ICM5p2l44CC6K+35p+l55yL5Li65q+P5Liq56ue6YCJ5rS75Yqo5omA5YGa55qE6YCJ5oup77yM56Gu6K6k5peg6K+v5ZCO5YaN5oqV56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlQ2hhbmdpbmdWb3RlcyI6ICLopoHmm7TmlLnmgqjlnKjku7vkvZXnq57pgInkuK3nmoTmipXnpajvvIzor7fkvb/nlKjpgInmi6nmjInpkq7lr7zoiKrliLDor6Xnq57pgInpobnnm67jgILlrozmiJDpgInnpajnmoTpgInmi6nlubblh4blpIfmiZPljbDpgInnpajml7bvvIzor7fkvb/nlKjlj7PkvqfmjInpkq7miZPljbDpgInnpajjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFJldmlld1BhZ2VDaGFuZ2luZ1ZvdGVzUGF0RGV2aWNlIjogIuimgeabtOaUueaCqOWcqOS7u+S9leernumAieS4reeahOaKleelqO+8jOivt+S9v+eUqOmAieaLqei+k+WFpeazleWvvOiIquWIsOivpeernumAiea0u+WKqOOAguW9k+aCqOWujOaIkOaKleelqOmAieaLqeW5tuWHhuWkh+aJk+WNsOmAieelqOaXtu+8jOivt+S9v+eUqOenu+WKqOi+k+WFpeazleWvvOiIquWIsOagh+aciSDigJzmiZPljbDmiJHnmoTpgInnpagg4oCd55qE5o6n5Yi26ZSu77yM54S25ZCO5L2/55So6YCJ5oup6L6T5YWl5rOV5byA5aeL5omT5Y2w44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlTmF2aWdhdGlvbiI6ICLopoHmn6XnnIvmgqjnmoTpgInnpajvvIzor7fkvb/nlKggXCLlkJHkuIogXCLlkowgXCLlkJHkuIsgXCLmjInpkq7lnKjpgInnpajnq57pgInmtLvliqjkuK3kuIDmraXkuIDmraXlkJHliY3ov4jov5vjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFJldmlld1BhZ2VOYXZpZ2F0aW9uUGF0RGV2aWNlIjogIuimgeafpeeci+aCqOeahOaKleelqOmAieS4vuaDheWGte+8jOivt+S9v+eUqOenu+WKqOi+k+WFpeazlei/m+ihjOa1j+iniOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kU2NhblJldmlld0NvbmZpcm1hdGlvbiI6ICLlpoLmnpzmgqjnmoTpgInmi6nmmK/mraPnoa7nmoTvvIzor7fmjIkgXCLlkJHlj7MgXCLmjInpkq7noa7orqTmgqjnmoTpgInmi6nlubbmipXnpajjgILlpoLmnpzlh7rnjrDplJnor6/vvIzor7fmjIkgXCLlkJHlt6YgXCLmjInpkq7lsIbmraTpgInnpajmoIforrDkuLrplJnor6/vvIzlubblsLHmraTmj5DphpLmipXnpajnq5nlt6XkvZzkurrlkZjjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFNjYW5SZXZpZXdDb25maXJtYXRpb25QYXREZXZpY2UiOiAi5aaC5p6c5oKo55qE6YCJ5oup5q2j56Gu77yM6K+35L2/55So56e75Yqo6L6T5YWl5rOV5a+86Iiq5Yiw5qCH5pyJ4oCc5oqV5oiR5LiA56Wo4oCd55qE5o6n5Yi26ZSu77yM54S25ZCO5L2/55So6YCJ5oup6L6T5YWl5rOV56Gu6K6k5oKo55qE6YCJ5oup5bm26L+b6KGM5oqV56Wo44CC5aaC5p6c5Ye6546w6ZSZ6K+v77yM6K+36YCJ5oup5qCH5pyJ4oCc5oiR55qE6YCJ56Wo5LiN5q2j56Gu4oCd55qE6YCJ6aG577yM5bCG5q2k6YCJ56Wo5qCH6K6w5Li65LiN5q2j56Gu77yM5bm25o+Q6YaS5oqV56Wo56uZ5bel5L2c5Lq65ZGY44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRTZWxlY3RUb0NvbnRpbnVlIjogIuaMiSBcIumAieaLqSBcIuaMiemSrue7p+e7reOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kU2VsZWN0VG9Db250aW51ZVBhdERldmljZSI6ICLkvb/nlKjpgInmi6novpPlhaXms5Xku6Xnu6fnu63jgIIiLAogICAgImluc3RydWN0aW9uc0JtZFdyaXRlSW5Gb3JtTmF2aWdhdGlvbiI6ICLkvb/nlKjlkJHkuIrlkozlkJHkuIvmjInpkq7lnKjmoIflh4bplK7nm5jnmoTlrZfmr43kuYvpl7TliIfmjaLjgILkvb/nlKjpgInmi6nmjInpkq7pgInmi6nlvZPliY3lrZfmr43jgIIiLAogICAgImluc3RydWN0aW9uc0JtZFdyaXRlSW5Gb3JtTmF2aWdhdGlvblBhdERldmljZSI6ICLkvb/nlKjnp7vliqjovpPlhaXms5XlnKjmoIflh4bplK7nm5jnmoTlrZfmr43pl7Tlr7zoiKrjgILkvb/nlKjpgInmi6novpPlhaXms5XpgInmi6nlvZPliY3lrZfmr43jgIIiLAogICAgImluc3RydWN0aW9uc0xhbmd1YWdlU2V0dGluZ3NCdXR0b24iOiAi5oyJ4oCc6YCJ5oup4oCd5oyJ6ZKu5pu05pS55oKo55qE5oqV56Wo6K+t6KiA44CCIiwKICAgICJpbnN0cnVjdGlvbnNMYW5ndWFnZVNldHRpbmdzU2NyZWVuIjogIuS9v+eUqOWQkeS4iuWSjOWQkeS4i+aMiemSrua1j+iniOWPr+eUqOeahOmAieelqOivreiogOOAguS9v+eUqOmAieaLqeaMiemSrumAieaLqeivreiogOOAguS5i+WQju+8jOS9v+eUqOWQkeWPs+aMiemSruWPr+e7p+e7rei/m+ihjOaKleelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlblBhdERldmljZSI6ICLkvb/nlKjnp7vliqjovpPlhaXms5XmtY/op4jlj6/nlKjnmoTpgInnpajor63oqIDjgILopoHpgInmi6nor63oqIDvvIzor7fkvb/nlKjpgInmi6novpPlhaXms5XjgILlrozmiJDlkI7vvIzkvb/nlKjnp7vliqjovpPlhaXms5Xlr7zoiKrliLDmoIfmnInigJzlrozmiJDigJ3lrZfmoLfnmoTmjqfliLbplK7vvIznhLblkI7kvb/nlKjpgInmi6novpPlhaXms5Xnu6fnu63mipXnpajjgIIiLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJBc2tGb3JSZXN0YXJ0IjogIuivt+aKleelqOermeW3peS9nOS6uuWRmOmHjeaWsOWQr+WKqOaJq+aPj+S7quOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zU2Nhbm5lckluc2VydEJhbGxvdFNjcmVlbiI6ICLkuIDmrKHmiavmj4/kuIDlvKDpgInnpajjgIIiLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJSZW1vdmVCYWxsb3RUb0NvbnRpbnVlIjogIuWPluWHuumAieelqOS7pee7p+e7reOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zU2Nhbm5lclJlbW92ZURvdWJsZVNoZWV0IjogIuWPluWHuumAieelqO+8jOavj+asoeaPkuWFpeS4gOW8oOmAieelqOOAgiIsCiAgICAibGFiZWxBbGxQcmVjaW5jdHNTZWxlY3Rpb24iOiAi5omA5pyJ6YCJ5Yy6IiwKICAgICJsYWJlbEJhbGxvdFN0eWxlIjogIumAieelqOagt+W8j++8miIsCiAgICAibGFiZWxCbWRQYXRDYWxpYnJhdGlvbklucHV0QWN0aXZhdGVkIjogIui+k+WFpeaooeW8j+W3sua/gOa0u++8miIsCiAgICAibGFiZWxCbWRQYXRDYWxpYnJhdGlvbklucHV0SWRlbnRpZmllZCI6ICLlt7Lor4bliKvovpPlhaUiLAogICAgImxhYmVsQm1kU2Vjb25kc1JlbWFpbmluZyI6ICLliankvZnnp5LmlbAiLAogICAgImxhYmVsQm1kV3JpdGVJbkZvcm0iOiAi6L6T5YWlPDE+5LiNPC8xPuWcqOmAieelqOS4iueahOS6uuWQje+8miIsCiAgICAibGFiZWxDaGFyYWN0ZXJzUmVtYWluaW5nIjogIuWJqeS9meWtl+aVsCIsCiAgICAibGFiZWxDb250ZXN0TnVtYmVyIjogIuernumAiee8luWPtyIsCiAgICAibGFiZWxDb250ZXN0c1JlbWFpbmluZyI6ICLliankvZnnq57pgIkiLAogICAgImxhYmVsQ29udGVzdHNXaXRoTm9Wb3RlcyI6ICLmnKrmoIforrDnpajmlbDnmoTnq57pgInvvJoiLAogICAgImxhYmVsQ29udGVzdHNXaXRoVG9vTWFueVZvdGVzIjogIuagh+iusOelqOaVsOi/h+WkmueahOernumAie+8miIsCiAgICAibGFiZWxDb250ZXN0c1dpdGhWb3Rlc1JlbWFpbmluZyI6ICLliankvZnkuIDnpajmiJblpJrnpajnmoTnq57pgInvvJoiLAogICAgImxhYmVsQ3VycmVudExhbmd1YWdlIjogIuW9k+WJjeivreiogCIsCiAgICAibGFiZWxEZXNlbGVjdGVkIjogIuWPlua2iOmAieaLqe+8miIsCiAgICAibGFiZWxEZXNlbGVjdGVkT3B0aW9uIjogIuWPlua2iOmAieaLqeeahOmhueebru+8miIsCiAgICAibGFiZWxFaXRoZXJOZWl0aGVyQ29udGVzdEVpdGhlck5laXRoZXJTZWN0aW9uIjogIuaKleelqOi1nuaIkOWFtuS4reS5i+S4gO+8jOaIlumDveWPjeWvuSIsCiAgICAibGFiZWxFaXRoZXJOZWl0aGVyQ29udGVzdFBpY2tPbmVTZWN0aW9uIjogIuaKlei1nuaIkOelqCIsCiAgICAibGFiZWxLZXlib2FyZENvbW1hIjogIiwiLAogICAgImxhYmVsS2V5Ym9hcmREZWxldGUiOiAi5Yig6ZmkIiwKICAgICJsYWJlbEtleWJvYXJkRG91YmxlUXVvdGUiOiAiXCIiLAogICAgImxhYmVsS2V5Ym9hcmRIeXBoZW4iOiAiLSIsCiAgICAibGFiZWxLZXlib2FyZFBlcmlvZCI6ICIuIiwKICAgICJsYWJlbEtleWJvYXJkU2luZ2xlUXVvdGUiOiAiJyIsCiAgICAibGFiZWxLZXlib2FyZFNwYWNlQmFyIjogIuepuuagvCIsCiAgICAibGFiZWxOdW1CYWxsb3RDb250ZXN0cyI6ICLmgqjpgInnpajkuIrnmoTnq57pgInmlbDph48iLAogICAgImxhYmVsTnVtU2hlZXRzU2Nhbm5lZCI6ICLnurjlvKDlt7Lmiavmj48iLAogICAgImxhYmVsTnVtVm90ZXNSZW1haW5pbmciOiAi5pys5qyh56ue6YCJ5Ymp5L2Z56Wo5pWwIiwKICAgICJsYWJlbE51bVZvdGVzVW51c2VkIjogIuacquS9v+eUqOelqOaVsCIsCiAgICAibGFiZWxTZWxlY3RlZCI6ICLlt7LpgIkiLAogICAgImxhYmVsU2VsZWN0ZWRPcHRpb24iOiAi5bey6YCJ6YCJ6aG577yaIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0SGlnaERhcmsiOiAi55m96Imy5paH5pys77yM6buR6Imy6IOM5pmvIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0SGlnaExpZ2h0IjogIum7keiJsuaWh+acrO+8jOeZveiJsuiDjOaZryIsCiAgICAibGFiZWxUaGVtZXNDb250cmFzdExvdyI6ICLngbDoibLmlofmnKzvvIzmt7HoibLog4zmma8iLAogICAgImxhYmVsVGhlbWVzQ29udHJhc3RNZWRpdW0iOiAi5rex6Imy5paH5pys77yM5rWF6Imy6IOM5pmvIiwKICAgICJsYWJlbFRoZW1lc1NpemVFeHRyYUxhcmdlIjogIueJueWkp+WPtyIsCiAgICAibGFiZWxUaGVtZXNTaXplTGFyZ2UiOiAi5aSn5Y+3IiwKICAgICJsYWJlbFRoZW1lc1NpemVNZWRpdW0iOiAi5Lit5Y+3IiwKICAgICJsYWJlbFRoZW1lc1NpemVTbWFsbCI6ICLlsI/lj7ciLAogICAgImxhYmVsVG90YWxDb250ZXN0cyI6ICLnq57pgInmgLvmlbAiLAogICAgImxhYmVsV3JpdGVJbkNhbmRpZGF0ZU5hbWUiOiAi5Lmm6Z2i5YCZ6YCJ5Lq6IiwKICAgICJsYWJlbFdyaXRlSW5QYXJlbnRoZXNpemVkIjogIu+8iOWGmeWFpe+8iSIsCiAgICAibGFiZWxXcml0ZUluVGl0bGVDYXNlIjogIuWGmeWFpSIsCiAgICAibGFiZWxXcml0ZUluVGl0bGVDYXNlQ29sb24iOiAi5YaZ5YWl77yaIiwKICAgICJsZXR0ZXJBIjogIkEiLAogICAgImxldHRlckIiOiAiQiIsCiAgICAibGV0dGVyQyI6ICJDIiwKICAgICJsZXR0ZXJEIjogIkQiLAogICAgImxldHRlckUiOiAiRSIsCiAgICAibGV0dGVyRiI6ICJGIiwKICAgICJsZXR0ZXJHIjogIkciLAogICAgImxldHRlckgiOiAiSCIsCiAgICAibGV0dGVySSI6ICJJIiwKICAgICJsZXR0ZXJKIjogIkoiLAogICAgImxldHRlcksiOiAiSyIsCiAgICAibGV0dGVyTCI6ICJMIiwKICAgICJsZXR0ZXJNIjogIk0iLAogICAgImxldHRlck4iOiAiTiIsCiAgICAibGV0dGVyTyI6ICJPIiwKICAgICJsZXR0ZXJQIjogIlAiLAogICAgImxldHRlclEiOiAiUSIsCiAgICAibGV0dGVyUiI6ICJSIiwKICAgICJsZXR0ZXJTIjogIlMiLAogICAgImxldHRlclQiOiAiVCIsCiAgICAibGV0dGVyVSI6ICJVIiwKICAgICJsZXR0ZXJWIjogIlYiLAogICAgImxldHRlclciOiAiVyIsCiAgICAibGV0dGVyWCI6ICJYIiwKICAgICJsZXR0ZXJZIjogIlkiLAogICAgImxldHRlcloiOiAiWiIsCiAgICAibm90ZUFza1BvbGxXb3JrZXJGb3JIZWxwIjogIuWmgumcgOW4ruWKqe+8jOivt+WSqOivouaKleelqOermeW3peS9nOS6uuWRmOOAgiIsCiAgICAibm90ZUJhbGxvdENvbnRlc3ROb1NlbGVjdGlvbiI6ICLkuI3pgInmi6kiLAogICAgIm5vdGVCbWRCYWxsb3RCb3hJc0Z1bGwiOiAi5oqV56Wo56uZ5bel5L2c5Lq65ZGY5b+F6aG75riF56m66KOF5ruh56Wo55qE5oqV56Wo566xIiwKICAgICJub3RlQm1kQmFsbG90U2hlZXRMb2FkZWQiOiAi6YCJ56Wo5bey5Yqg6L2944CC5Zyo6YeN5paw5omT5Y2w6YCJ56Wo5LmL5YmN77yM5oKo5bCG5pyJ5py65Lya5p+l55yL5oKo55qE6YCJ6aG544CCIiwKICAgICJub3RlQm1kQ2FzdGluZ0JhbGxvdCI6ICLmipXnpaguLi4iLAogICAgIm5vdGVCbWRDbGVhcmluZ0JhbGxvdCI6ICLmuIXpmaTpgInnpagiLAogICAgIm5vdGVCbWRDb250ZXN0Q29tcGxldGVkIjogIuaCqOW3suWujOaIkOacrOasoeernumAieeahOaKleelqOmAieaLqeOAguaMieeureWktOWQkeWPs+eahOaMiemSrui/m+WFpeS4i+S4gOS4quernui1m+a0u+WKqOOAguaCqOWPr+S7pee7p+e7rea1j+iniOacrOasoeernui1m++8jOS7peabtOaUueaCqOeahOmAieS4vue7k+aenOOAgiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJOb1NlbGVjdGlvbiI6ICIxMjgu6aaW5YWI77yM5oqVIFwi6LWe5oiQ5LiA5pa5XCLmiJYgXCLlj43lr7nlj4zmlrlcIu+8jOeEtuWQjumAieaLqeaCqOW4jOacm+mHh+WPlueahOaOquaWveOAgiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJTZWxlY3RlZEVpdGhlciI6ICLmgqjpgInmi6nkuoYgXCLotZ7miJDkuIDmlrlcIuOAgjwyPueOsOWcqOmAieaLqeaCqOW4jOacm+mHh+WPlueahOaOquaWveOAgiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJTZWxlY3RlZEVpdGhlckFuZFByZWZlcnJlZCI6ICLmgqjpgInmi6nkuoYgXCLku7vpgInlhbbkuIAgXCLlkozmgqjluIzmnJvph4flj5bnmoTmjqrmlr3jgIIiLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWROZWl0aGVyIjogIuaCqOmAieaLqeS6hiBcIuWQjOaXtuWPjeWvueS6jOiAhVwi44CCPDI+5oKo5LuN5Y+v5Lul6YCJ5oup5oKo5biM5pyb6YeH5Y+W55qE5o6q5pa944CCIiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkTmVpdGhlckFuZFByZWZlcnJlZCI6ICLmgqjpgInmi6nkuoYgXCLlkIzml7blj43lr7nkuozogIUgXCLlkozmgqjluIzmnJvph4flj5bnmoTmjqrmlr3jgIIiLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWRQcmVmZXJyZWQiOiAi5oKo5bey57uP6YCJ5oup5LqG5oKo5biM5pyb6YeH5Y+W55qE5o6q5pa944CCPDI+546w5Zyo5oqVIFwi6LWe5oiQ5LiA5pa5XCLmiJYgXCLlj43lr7nlj4zmlrlcIuelqOOAgiIsCiAgICAibm90ZUJtZEhhcmR3YXJlUmVzZXQiOiAi56Gs5Lu25bey6YeN572u44CCIiwKICAgICJub3RlQm1kSGFyZHdhcmVSZXNldHRpbmciOiAi56Gs5Lu25q2j5Zyo6YeN572u44CCIiwKICAgICJub3RlQm1kSW50ZXJwcmV0YXRpb25Qcm9ibGVtIjogIuaCqOeahOmAieelqOino+aekOaciemXrumimOOAguOAgiIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uSW50cm9TdGVwIjogIuaCqOWPr+eUqOS9v+eUqDwxPuenu+WKqDwvMT7lsY/luZXkuIrnmoTnhKbngrnmiJY8Mz7pgInmi6k8LzM+5p+Q5LiA6aG55p2l5a6M5oiQ5oKo55qE5Lik5qyh6L6T5YWl44CCIiwKICAgICJub3RlQm1kUGF0Q2FsaWJyYXRpb25TdGVwMSI6ICLmraXpqqQxLzMiLAogICAgIm5vdGVCbWRQYXRDYWxpYnJhdGlvblN0ZXAyIjogIuatpemqpDIvMyIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uU3RlcDMiOiAi5q2l6aqkMy8zIiwKICAgICJub3RlQm1kUHJpbnRlZEJhbGxvdFJldmlld05leHRTdGVwcyI6ICLlnKjmgqjnmoTmiZPljbDpgInnpajmipXlh7rkuYvliY3vvIzmgqjlsIbmnInmnLrkvJrmn6XnnIvlubbmoLjlrp7pgInnpajkuIrnmoTmipXnpajmg4XlhrXjgIIiLAogICAgIm5vdGVCbWRSZWxvYWRTaGVldEFmdGVyUGFwZXJKYW0iOiAi6K+35oqV56Wo56uZ5bel5L2c5Lq65ZGY6KOF5YWl5paw55qE6YCJ56Wo44CCIiwKICAgICJub3RlQm1kU2Nhbm5pbmdSZWluc2VydGVkQmFsbG90IjogIuaCqOmAieelqOS4iueahOaKleelqOS/oeaBr+WcqOaJq+aPj++8jOivt+eojeetieOAgiIsCiAgICAibm90ZUJtZFNlc3Npb25SZXN0YXJ0IjogIuaCqOeahOaKleelqOeOr+iKguWwhuW+iOW/q+mHjeaWsOW8gOWni+OAgiIsCiAgICAibm90ZVByaW50ZXJEaXNjb25uZWN0ZWQiOiAi5omT5Y2w5py65bey5pat5byA6L+e5o6l44CCIiwKICAgICJub3RlUHJpbnRlckhhcmR3YXJlRXJyb3IiOiAi5omT5Y2w5py65Ye6546w5pyq55+l6ZSZ6K+v44CCIiwKICAgICJub3RlU2Nhbm5lckJsYW5rQ29udGVzdHNDYXJkUGx1cmFsIjogIuaCqOaYr+WQpuacieaEj+Wwhui/meS6m+ernumAieS/neeVmeepuueZve+8nyIsCiAgICAibm90ZVNjYW5uZXJCbGFua0NvbnRlc3RzQ2FyZFNpbmd1bGFyIjogIuaCqOaYr+WQpuacieaEj+WwhuatpOernumAieS/neeVmeepuueZve+8nyIsCiAgICAibm90ZVNjYW5uZXJEaXNjb25uZWN0ZWQiOiAi5omr5o+P5Luq5bey5pat5byA6L+e5o6l44CCIiwKICAgICJub3RlU2Nhbm5lck92ZXJ2b3RlQ29udGVzdHNDYXJkUGx1cmFsIjogIuaCqOWcqOi/meS6m+ernumAieS4reeahOaKleelqOWwhuS4jeS8muiiq+iuoeeul+WcqOWGheOAgiIsCiAgICAibm90ZVNjYW5uZXJPdmVydm90ZUNvbnRlc3RzQ2FyZFNpbmd1bGFyIjogIuaCqOWcqOacrOasoeernumAieS4reeahOaKleelqOWwhuS4jeS8muiiq+iuoeeul+WcqOWGheOAgiIsCiAgICAibm90ZVNjYW5uZXJTY2FuSW5Qcm9ncmVzcyI6ICLmiavmj4/pgInnpajkuIrnmoTmoIforrDjgIIiLAogICAgIm5vdGVTY2FubmVyVW5kZXJ2b3RlQ29udGVzdHNDYXJkUGx1cmFsIjogIui/meS6m+ernui1m+S4reeahOaJgOacieWFtuWug+aKleelqOmDveWwhuiuoeeul+WcqOWGheOAgiIsCiAgICAibm90ZVNjYW5uZXJVbmRlcnZvdGVDb250ZXN0c0NhcmRTaW5ndWxhciI6ICLmnKzmrKHmr5TotZvkuK3nmoTmiYDmnInlhbblroPmipXnpajpg73lsIborqHnrpflnKjlhoXjgIIiLAogICAgIm5vdGVUaGFua1lvdUZvclZvdGluZyI6ICLmhJ/osKLmgqjnmoTmipXnpajjgIIiLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9NdXRlZCI6ICLpn7PpopHlt7LpnZnpn7MiLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9Ob0hlYWRwaG9uZXMiOiAi5pyq5qOA5rWL5Yiw6ICz5py6IiwKICAgICJub3RlVm90ZXJTZXR0aW5nc0F1ZGlvVW5tdXRlZCI6ICLpn7PpopHlt7LmiZPlvIAiLAogICAgIm51bWJlcjAiOiAiMCIsCiAgICAibnVtYmVyMSI6ICIxIiwKICAgICJudW1iZXIxMCI6ICIxMCIsCiAgICAibnVtYmVyMTAwIjogIjEwMCIsCiAgICAibnVtYmVyMTAxIjogIjEwMSIsCiAgICAibnVtYmVyMTAyIjogIjEwMiIsCiAgICAibnVtYmVyMTAzIjogIjEwMyIsCiAgICAibnVtYmVyMTA0IjogIjEwNCIsCiAgICAibnVtYmVyMTA1IjogIjEwNSIsCiAgICAibnVtYmVyMTA2IjogIjEwNiIsCiAgICAibnVtYmVyMTA3IjogIjEwNyIsCiAgICAibnVtYmVyMTA4IjogIjEwOCIsCiAgICAibnVtYmVyMTA5IjogIjEwOSIsCiAgICAibnVtYmVyMTEiOiAiMTEiLAogICAgIm51bWJlcjExMCI6ICIxMTAiLAogICAgIm51bWJlcjExMSI6ICIxMTEiLAogICAgIm51bWJlcjExMiI6ICIxMTIiLAogICAgIm51bWJlcjExMyI6ICIxMTMiLAogICAgIm51bWJlcjExNCI6ICIxMTQiLAogICAgIm51bWJlcjExNSI6ICIxMTUiLAogICAgIm51bWJlcjExNiI6ICIxMTYiLAogICAgIm51bWJlcjExNyI6ICIxMTciLAogICAgIm51bWJlcjExOCI6ICIxMTgiLAogICAgIm51bWJlcjExOSI6ICIxMTkiLAogICAgIm51bWJlcjEyIjogIjEyIiwKICAgICJudW1iZXIxMjAiOiAiMTIwIiwKICAgICJudW1iZXIxMjEiOiAiMTIxIiwKICAgICJudW1iZXIxMjIiOiAiMTIyIiwKICAgICJudW1iZXIxMjMiOiAiMTIzIiwKICAgICJudW1iZXIxMjQiOiAiMTI0IiwKICAgICJudW1iZXIxMjUiOiAiMTI1IiwKICAgICJudW1iZXIxMjYiOiAiMTI2IiwKICAgICJudW1iZXIxMjciOiAiMTI3IiwKICAgICJudW1iZXIxMjgiOiAiMTI4IiwKICAgICJudW1iZXIxMjkiOiAiMTI5IiwKICAgICJudW1iZXIxMyI6ICIxMyIsCiAgICAibnVtYmVyMTMwIjogIjEzMCIsCiAgICAibnVtYmVyMTMxIjogIjEzMSIsCiAgICAibnVtYmVyMTMyIjogIjEzMiIsCiAgICAibnVtYmVyMTMzIjogIjEzMyIsCiAgICAibnVtYmVyMTM0IjogIjEzNCIsCiAgICAibnVtYmVyMTM1IjogIjEzNSIsCiAgICAibnVtYmVyMTQiOiAiMTQiLAogICAgIm51bWJlcjE1IjogIjE1IiwKICAgICJudW1iZXIxNiI6ICIxNiIsCiAgICAibnVtYmVyMTciOiAiMTciLAogICAgIm51bWJlcjE4IjogIjE4IiwKICAgICJudW1iZXIxOSI6ICIxOSIsCiAgICAibnVtYmVyMiI6ICIyIiwKICAgICJudW1iZXIyMCI6ICIyMCIsCiAgICAibnVtYmVyMjEiOiAiMjEiLAogICAgIm51bWJlcjIyIjogIjIyIiwKICAgICJudW1iZXIyMyI6ICIyMyIsCiAgICAibnVtYmVyMjQiOiAiMjQiLAogICAgIm51bWJlcjI1IjogIjI1IiwKICAgICJudW1iZXIyNiI6ICIyNiIsCiAgICAibnVtYmVyMjciOiAiMjciLAogICAgIm51bWJlcjI4IjogIjI4IiwKICAgICJudW1iZXIyOSI6ICIyOSIsCiAgICAibnVtYmVyMyI6ICIzIiwKICAgICJudW1iZXIzMCI6ICIzMCIsCiAgICAibnVtYmVyMzEiOiAiMzEiLAogICAgIm51bWJlcjMyIjogIjMyIiwKICAgICJudW1iZXIzMyI6ICIzMyIsCiAgICAibnVtYmVyMzQiOiAiMzQiLAogICAgIm51bWJlcjM1IjogIjM1IiwKICAgICJudW1iZXIzNiI6ICIzNiIsCiAgICAibnVtYmVyMzciOiAiMzciLAogICAgIm51bWJlcjM4IjogIjM4IiwKICAgICJudW1iZXIzOSI6ICIzOSIsCiAgICAibnVtYmVyNCI6ICI0IiwKICAgICJudW1iZXI0MCI6ICI0MCIsCiAgICAibnVtYmVyNDEiOiAiNDEiLAogICAgIm51bWJlcjQyIjogIjQyIiwKICAgICJudW1iZXI0MyI6ICI0MyIsCiAgICAibnVtYmVyNDQiOiAiNDQiLAogICAgIm51bWJlcjQ1IjogIjQ1IiwKICAgICJudW1iZXI0NiI6ICI0NiIsCiAgICAibnVtYmVyNDciOiAiNDciLAogICAgIm51bWJlcjQ4IjogIjQ4IiwKICAgICJudW1iZXI0OSI6ICI0OSIsCiAgICAibnVtYmVyNSI6ICI1IiwKICAgICJudW1iZXI1MCI6ICI1MCIsCiAgICAibnVtYmVyNTEiOiAiNTEiLAogICAgIm51bWJlcjUyIjogIjUyIiwKICAgICJudW1iZXI1MyI6ICI1MyIsCiAgICAibnVtYmVyNTQiOiAiNTQiLAogICAgIm51bWJlcjU1IjogIjU1IiwKICAgICJudW1iZXI1NiI6ICI1NiIsCiAgICAibnVtYmVyNTciOiAiNTciLAogICAgIm51bWJlcjU4IjogIjU4IiwKICAgICJudW1iZXI1OSI6ICI1OSIsCiAgICAibnVtYmVyNiI6ICI2IiwKICAgICJudW1iZXI2MCI6ICI2MCIsCiAgICAibnVtYmVyNjEiOiAiNjEiLAogICAgIm51bWJlcjYyIjogIjYyIiwKICAgICJudW1iZXI2MyI6ICI2MyIsCiAgICAibnVtYmVyNjQiOiAiNjQiLAogICAgIm51bWJlcjY1IjogIjY1IiwKICAgICJudW1iZXI2NiI6ICI2NiIsCiAgICAibnVtYmVyNjciOiAiNjciLAogICAgIm51bWJlcjY4IjogIjY4IiwKICAgICJudW1iZXI2OSI6ICI2OSIsCiAgICAibnVtYmVyNyI6ICI3IiwKICAgICJudW1iZXI3MCI6ICI3MCIsCiAgICAibnVtYmVyNzEiOiAiNzEiLAogICAgIm51bWJlcjcyIjogIjcyIiwKICAgICJudW1iZXI3MyI6ICI3MyIsCiAgICAibnVtYmVyNzQiOiAiNzQiLAogICAgIm51bWJlcjc1IjogIjc1IiwKICAgICJudW1iZXI3NiI6ICI3NiIsCiAgICAibnVtYmVyNzciOiAiNzciLAogICAgIm51bWJlcjc4IjogIjc4IiwKICAgICJudW1iZXI3OSI6ICI3OSIsCiAgICAibnVtYmVyOCI6ICI4IiwKICAgICJudW1iZXI4MCI6ICI4MCIsCiAgICAibnVtYmVyODEiOiAiODEiLAogICAgIm51bWJlcjgyIjogIjgyIiwKICAgICJudW1iZXI4MyI6ICI4MyIsCiAgICAibnVtYmVyODQiOiAiODQiLAogICAgIm51bWJlcjg1IjogIjg1IiwKICAgICJudW1iZXI4NiI6ICI4NiIsCiAgICAibnVtYmVyODciOiAiODciLAogICAgIm51bWJlcjg4IjogIjg4IiwKICAgICJudW1iZXI4OSI6ICI4OSIsCiAgICAibnVtYmVyOSI6ICI5IiwKICAgICJudW1iZXI5MCI6ICI5MCIsCiAgICAibnVtYmVyOTEiOiAiOTEiLAogICAgIm51bWJlcjkyIjogIjkyIiwKICAgICJudW1iZXI5MyI6ICI5MyIsCiAgICAibnVtYmVyOTQiOiAiOTQiLAogICAgIm51bWJlcjk1IjogIjk1IiwKICAgICJudW1iZXI5NiI6ICI5NiIsCiAgICAibnVtYmVyOTciOiAiOTciLAogICAgIm51bWJlcjk4IjogIjk4IiwKICAgICJudW1iZXI5OSI6ICI5OSIsCiAgICAicHJvbXB0Qm1kQ29uZmlybVJlbW92ZVdyaXRlSW4iOiAi5oKo5piv5ZCm6KaB5Y+W5raI6YCJ5oup5bm25Yig6Zmk5oKo55qE5YaZ5YWl5YCZ6YCJ5Lq677yfIiwKICAgICJwcm9tcHRCbWRTb3VuZERpYWdub3N0aWNTY3JlZW4iOiAi5oyJ6YCJ5oup5oyJ6ZKu56Gu6K6k5aOw6Z+z5q2j5bi444CCIiwKICAgICJ0aXRsZUF1ZGlvT25seU1vZGVFbmFibGVkIjogIue6r+mfs+mikeaooeW8jyIsCiAgICAidGl0bGVCYWxsb3RCb3hGdWxsIjogIumAieelqOeuseW3sua7oSIsCiAgICAidGl0bGVCYWxsb3RJZCI6ICLpgInnpajouqvku73or4HmmI4iLAogICAgInRpdGxlQmFsbG90U3R5bGUiOiAi6YCJ56Wo5qC35byPIiwKICAgICJ0aXRsZUJhbGxvdFN1Y2Nlc3NmdWxseUNhc3RQYWdlIjogIuaCqOeahOmAieelqOW3suaKleWHuu+8gSIsCiAgICAidGl0bGVCbWRBc2tGb3JIZWxwU2NyZWVuIjogIuWQkeaKleelqOermeW3peS9nOS6uuWRmOWvu+axguW4ruWKqSIsCiAgICAidGl0bGVCbWRCYWxsb3RSZW1vdmVkU2NyZWVuIjogIumAieelqOiiq+WPluWHuiIsCiAgICAidGl0bGVCbWRDYXN0QmFsbG90U2NyZWVuIjogIuaCqOWNs+WwhuWujOaIkOaKleelqCIsCiAgICAidGl0bGVCbWRJZGxlU2NyZWVuIjogIuaCqOi/mOWcqOaKleelqOWQl++8nyIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90Tm9CYWxsb3REZXRlY3RlZCI6ICLmnKrmo4DmtYvliLDpgInnpagiLAogICAgInRpdGxlQm1kSW52YWxpZEJhbGxvdFdyb25nRWxlY3Rpb24iOiAi6ZSZ6K+v6YCJ5Li+IiwKICAgICJ0aXRsZUJtZEludmFsaWRCYWxsb3RXcm9uZ1ByZWNpbmN0IjogIumUmeivr+mAieWMuiIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90V3JvbmdUZXN0TW9kZSI6ICLplJnor6/mipXnpajmqKHlvI8iLAogICAgInRpdGxlQm1kSmFtQ2xlYXJlZFNjcmVlbiI6ICLljaHnurjlt7LmuIXpmaQiLAogICAgInRpdGxlQm1kSmFtbWVkU2NyZWVuIjogIue6uOiiq+WNoeS9jyIsCiAgICAidGl0bGVCbWRMb2FkaW5nUmVpbnNlcnRlZEJhbGxvdFNjcmVlbiI6ICLliqDovb3mgqjnmoTpgInnpaguLi4iLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25Db25maXJtRXhpdFNjcmVlbiI6ICLorr7lpIfovpPlhaXlt7Lor4bliKsiLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25JZGVudGlmaWNhdGlvblBhZ2UiOiAi5Liq5Lq66L6F5Yqp5oqA5pyv6K6+5aSH6K+G5YirIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uSWRlbnRpZnlNb3ZlSW5wdXQiOiAi6K+G5YirIFwi56e75YqoIFwi6L6T5YWlIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uSWRlbnRpZnlTZWxlY3RJbnB1dCI6ICLor4bliKsgXCLpgInmi6kgXCLovpPlhaUiLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25JbnRyb1N0ZXAiOiAi5rWL6K+V6K6+5aSHIiwKICAgICJ0aXRsZUJtZFByaW50U2NyZWVuIjogIuaJk+WNsOaCqOeahOato+W8j+mAieelqCIsCiAgICAidGl0bGVCbWRSZWFkeVRvUmV2aWV3IjogIuWHhuWkh+WuoeaguCIsCiAgICAidGl0bGVCbWRSZXZpZXdTY3JlZW4iOiAi5a6h5qC45oKo55qE6YCJ56WoIiwKICAgICJ0aXRsZUludGVybmFsQ29ubmVjdGlvblByb2JsZW0iOiAi5YaF6YOo6L+e5o6l5Ye6546w6Zeu6aKYIiwKICAgICJ0aXRsZUxhbmd1YWdlU2V0dGluZ3NTY3JlZW4iOiAi6YCJ5oup5oKo55qE6YCJ56Wo6K+t6KiAIiwKICAgICJ0aXRsZU1vZGFsQ29uZmlybVlvdXJWb3RlcyI6ICLnoa7orqTmgqjnmoTmipXnpagiLAogICAgInRpdGxlTm9Qb3dlckRldGVjdGVkIjogIuajgOa1i+S4jeWIsOeUtea6kCIsCiAgICAidGl0bGVPZmZpY2lhbEJhbGxvdCI6ICLmraPlvI/pgInnpagiLAogICAgInRpdGxlUHJlY2luY3QiOiAi6YCJ5Yy6IiwKICAgICJ0aXRsZVByaW50ZXJDb3ZlcklzT3BlbiI6ICLmiZPljbDmnLrnm5blt7LmiZPlvIAiLAogICAgInRpdGxlUmVtb3ZlWW91ckJhbGxvdCI6ICLliKDpmaTpgInnpagiLAogICAgInRpdGxlU2Nhbm5lckJhbGxvdE5vdENvdW50ZWQiOiAi6YCJ56Wo5pyq6K6h566XIiwKICAgICJ0aXRsZVNjYW5uZXJCYWxsb3RXYXJuaW5nc1NjcmVlbiI6ICLlpI3moLjmgqjnmoTpgInnpagiLAogICAgInRpdGxlU2Nhbm5lckNvdmVySXNPcGVuIjogIuaJq+aPj+S7quebluW3suaJk+W8gCIsCiAgICAidGl0bGVTY2FubmVyQ3ZyU3luY1JlcXVpcmVkIjogIumcgOimgeWwhuaKleelqOiusOW9leWQjOatpSIsCiAgICAidGl0bGVTY2FubmVySW5zZXJ0QmFsbG90U2NyZWVuIjogIuaPkuWFpemAieelqCIsCiAgICAidGl0bGVTY2FubmVyTm9Wb3Rlc1dhcm5pbmciOiAi5pyq5qCH6K6w6YCJ56Wo77yaIiwKICAgICJ0aXRsZVNjYW5uZXJPdXRmZWVkQmxvY2tlZCI6ICLpgInnpajnrrHlvIDlkK/lip/og73lj5fpmLsiLAogICAgInRpdGxlU2Nhbm5lck92ZXJ2b3RlV2FybmluZyI6ICLmoIforrDnmoTnpajmlbDlpKrlpJoiLAogICAgInRpdGxlU2Nhbm5lclByb2Nlc3NpbmdTY3JlZW4iOiAi6K+356iN5YCZLi4uIiwKICAgICJ0aXRsZVNjYW5uZXJTdWNjZXNzU2NyZWVuIjogIuaCqOeahOmAieelqOW3suiiq+iuoeeul+WcqOWGhe+8gSIsCiAgICAidGl0bGVTY2FubmVyVW5kZXJ2b3RlV2FybmluZyI6ICLmgqjlj6/ku6Xlop7liqDkuIDlvKDmiJblpJrlvKDpgInnpajvvJoiLAogICAgInRpdGxlU2Nhbm5pbmdGYWlsZWQiOiAi5omr5o+P5aSx6LSlIiwKICAgICJ0aXRsZVVub2ZmaWNpYWxUZXN0QmFsbG90IjogIumdnuato+W8j+a1i+ivlemAieelqCIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzIjogIuiuvue9riIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzQXVkaW8iOiAi6Z+z6aKRIiwKICAgICJ0aXRsZVZvdGVyU2V0dGluZ3NDb2xvciI6ICLpopzoibIiLAogICAgInRpdGxlVm90ZXJTZXR0aW5nc1NpemUiOiAi5paH5a2X5aSn5bCPIiwKICAgICJ1bnJlY292ZXJhYmxlRXJyb3IiOiAi5Ye6546w6ZSZ6K+vIiwKICAgICJ3YXJuaW5nQm1kQmFsbG90UmVtb3ZlZCI6ICLmgqjnmoTmraPlvI/pgInnpajlt7Lku47miZPljbDmnLrkuK3lj5blh7rjgIIiLAogICAgIndhcm5pbmdCbWRJbmFjdGl2ZVNlc3Npb24iOiAi6K+l5oqV56Wo56uZ5bey5YGc5q2i5bel5L2c6LaF6L+HNeWIhumSn+OAgiIsCiAgICAid2FybmluZ0JtZEluYWN0aXZlVGltZVJlbWFpbmluZyI6ICLkuLrkv53miqTmgqjnmoTpmpDnp4HvvIzorqHml7blmajorqHml7bnu5PmnZ/lkI7vvIzmraTpgInnpajlsIbooqvmuIXpmaTjgIIiLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90TGl2ZUJhbGxvdEluVGVzdE1vZGUiOiAi5o+S5YWl55qE6YCJ56Wo5piv5LiA5bygPDE+5q2j5byPPC8xPumAieelqOOAgiIsCiAgICAid2FybmluZ0JtZEludmFsaWRCYWxsb3ROb0JhbGxvdERldGVjdGVkIjogIuaPkuWFpeeahOe6uOW8oOS4iuacquajgOa1i+WIsOmAieelqOS/oeaBr+OAgiIsCiAgICAid2FybmluZ0JtZEludmFsaWRCYWxsb3RUZXN0QmFsbG90SW5MaXZlTW9kZSI6ICLmj5LlhaXnmoTpgInnpajmmK/kuIDlvKA8MT7mtYvor5U8LzE+6YCJ56Wo44CCIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdFdyb25nRWxlY3Rpb24iOiAi5o+S5YWl55qE6YCJ56Wo5piv5LiA5byg5bGe5LqO5LiN5ZCM6YCJ5Li+5rS75Yqo55qE6YCJ56Wo44CCIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdFdyb25nUHJlY2luY3QiOiAi5o+S5YWl55qE6YCJ56Wo5piv5LiA5byg5p2l6Ieq5LiN5ZCM6YCJ5Yy655qE6YCJ56Wo44CCIiwKICAgICJ3YXJuaW5nQ3Zyc05lZWRTeW5jIjogIuaKleelqOermeW3peS9nOS6uuWRmOW/hemhu+WwhuaKleelqOiusOW9lSAoQ1ZScykg5ZCM5q2l5YiwVVNC6amx5Yqo5Zmo44CCIiwKICAgICJ3YXJuaW5nTm9Qb3dlciI6ICI8MD7mo4DmtYvkuI3liLDnlLXmupDjgII8LzA+6K+36K6p5oqV56Wo56uZ5bel5L2c5Lq65ZGY5o+S5YWl55S15rqQ57q/44CCIiwKICAgICJ3YXJuaW5nTm9Wb3Rlc0ZvckNvbnRlc3QiOiAi5oKo5LuN54S25Y+v5Lul5Zyo5pys5qyh56ue6YCJ5Lit5oqV56Wo44CCIiwKICAgICJ3YXJuaW5nT3ZlcnZvdGVDYW5kaWRhdGVDb250ZXN0IjogIuimgeS4uuWFtuS7luWAmemAieS6uuaKleelqO+8jOaCqOW/hemhu+WFiOWPlua2iOS5i+WJjemAieWumueahOWAmemAieS6uuOAgiIsCiAgICAid2FybmluZ092ZXJ2b3RlWWVzTm9Db250ZXN0IjogIuimgeabtOaUueaCqOeahOaKleelqO+8jOivt+WFiOWPlua2iOS5i+WJjemAieWumueahOaKleelqOOAgiIsCiAgICAid2FybmluZ1Byb2JsZW1TY2FubmluZ0JhbGxvdCI6ICLmiavmj4/mraTpgInnpajml7blh7rnjrDpl67popjjgIIiLAogICAgIndhcm5pbmdQcm9ibGVtU2Nhbm5pbmdCYWxsb3RTY2FuQWdhaW4iOiAi5omr5o+P5oKo55qE6YCJ56Wo5pe25Ye6546w6Zeu6aKY44CC6K+36YeN5paw5omr5o+P44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lckFub3RoZXJTY2FuSW5Qcm9ncmVzcyI6ICLmraPlnKjmiavmj4/lj6bkuIDlvKDpgInnpajjgIIiLAogICAgIndhcm5pbmdTY2FubmVyQmxhbmtCYWxsb3RTdWJtaXNzaW9uIjogIuacrOmAieelqOS4uuS4jeiuoeelqOOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJKYW1tZWQiOiAi6YCJ56Wo5Y2h5Zyo5omr5o+P5Luq5Lit44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lck1pc21hdGNoZWRFbGVjdGlvbiI6ICLpgInnpajkuI7mraTmiavmj4/ku6rphY3nva7nmoTpgInkuL7kuI3ljLnphY3jgIIiLAogICAgIndhcm5pbmdTY2FubmVyTWlzbWF0Y2hlZFByZWNpbmN0IjogIumAieelqOS4juatpOaJq+aPj+S7qumFjee9rueahOmAieWMuuS4jeWMuemFjeOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJNdWx0aXBsZVNoZWV0c0RldGVjdGVkIjogIuajgOa1i+WIsOWkmuW8oOmAieelqOOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJOb1ZvdGVzRm91bmQiOiAi5omr5o+P5q2k6YCJ56Wo5pe25Y+R546w5pyq5oqV56Wo44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lck9mZmljaWFsQmFsbG90SW5UZXN0TW9kZSI6ICLmiavmj4/ku6rlpITkuo7mtYvor5XmipXnpajmqKHlvI/vvIzlj6/og73ml6Dms5Xmiavmj4/mraPlvI/pgInnpajjgIIiLAogICAgIndhcm5pbmdTY2FubmVyVGVzdEJhbGxvdEluT2ZmaWNpYWxNb2RlIjogIuaJq+aPj+S7quWkhOS6juato+W8j+aKleelqOaooeW8j++8jOWPr+iDveaXoOazleaJq+aPj+a1i+ivlemAieelqOOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJWZXJ0aWNhbFN0cmVha3NEZXRlY3RlZCI6ICLmiavmj4/ku6rpnIDopoHmuIXnkIbjgIIiCiAgfSwKICAiemgtSGFudCI6IHsKICAgICJhdWRpb0ZlZWRiYWNrMTBQZXJjZW50Vm9sdW1lIjogIjEwJemfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFjazIwUGVyY2VudFZvbHVtZSI6ICIyMCXpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2szMFBlcmNlbnRWb2x1bWUiOiAiMzAl6Z+z6YePIiwKICAgICJhdWRpb0ZlZWRiYWNrNDBQZXJjZW50Vm9sdW1lIjogIjQwJemfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFjazUwUGVyY2VudFZvbHVtZSI6ICI1MCXpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2s2MFBlcmNlbnRWb2x1bWUiOiAiNjAl6Z+z6YePIiwKICAgICJhdWRpb0ZlZWRiYWNrNzBQZXJjZW50Vm9sdW1lIjogIjcwJemfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFjazgwUGVyY2VudFZvbHVtZSI6ICI4MCXpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2s5MFBlcmNlbnRWb2x1bWUiOiAiOTAl6Z+z6YePIiwKICAgICJhdWRpb0ZlZWRiYWNrTWF4aW11bVZvbHVtZSI6ICLmnIDlpKfpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2tNaW5pbXVtVm9sdW1lIjogIuacgOWwj+mfs+mHjyIsCiAgICAiYm1kUGF0RGV2aWNlSW5wdXROYW1lTW92ZSI6ICLjgIznp7vli5XjgI0iLAogICAgImJtZFBhdERldmljZUlucHV0TmFtZVNlbGVjdCI6ICLjgIzpgbjmk4fjgI0iLAogICAgImJ1dHRvbkFjY2VwdCI6ICLmjqXlj5ciLAogICAgImJ1dHRvbkFkZFdyaXRlSW4iOiAi5re75Yqg5a+r5YWl5YCZ6YG45Lq6IiwKICAgICJidXR0b25BdWRpb011dGUiOiAi6Z2c6Z+zIiwKICAgICJidXR0b25BdWRpb1VubXV0ZSI6ICLlj5bmtojpnZzpn7MiLAogICAgImJ1dHRvbkJhY2siOiAi6L+U5ZueIiwKICAgICJidXR0b25CYWxsb3RJc0NvcnJlY3QiOiAi5oqV5Ye65oiR55qE6YG456WoIiwKICAgICJidXR0b25CYWxsb3RJc0luY29ycmVjdCI6ICLmiJHnmoTpgbjnpajkuI3mraPnoroiLAogICAgImJ1dHRvbkJtZFJldmlld0NhcmRBY3Rpb24iOiAi5oyJIFwi6YG45pOHIFwi5oyJ6YiV5pu05pS55oKo5Zyo5pys5qyh56u26YG45Lit55qE5oqV56Wo44CCIiwKICAgICJidXR0b25CbWRSZXZpZXdDYXJkQWN0aW9uUGF0RGV2aWNlIjogIuS9v+eUqOmBuOaTh+i8uOWFpeazleS/ruaUueaCqOWwjeacrOasoemBuOiIieeahOaKleelqOOAgiIsCiAgICAiYnV0dG9uQm1kU2tpcFBhdENhbGlicmF0aW9uIjogIui3s+mBjuitmOWIpSIsCiAgICAiYnV0dG9uQ2FuY2VsIjogIuWPlua2iCIsCiAgICAiYnV0dG9uQ2FzdEJhbGxvdCI6ICLmipXnpajpgbjoiIkiLAogICAgImJ1dHRvbkNoYW5nZSI6ICLmm7TmlLkiLAogICAgImJ1dHRvbkNsb3NlIjogIumXnOmWiSIsCiAgICAiYnV0dG9uQ29udGludWUiOiAi57m857qMIiwKICAgICJidXR0b25Eb25lIjogIuWujOaIkCIsCiAgICAiYnV0dG9uRW5hYmxlQXVkaW9Pbmx5TW9kZSI6ICLllZ/nlKjntJTpn7PpoLvmqKHlvI8iLAogICAgImJ1dHRvbkV4aXRBdWRpb09ubHlNb2RlIjogIumAgOWHuue0lOmfs+mgu+aooeW8jyIsCiAgICAiYnV0dG9uTW9yZSI6ICLmm7TlpJoiLAogICAgImJ1dHRvbk5leHQiOiAi5LiL5LiA5q2lIiwKICAgICJidXR0b25ObyI6ICLnhKEiLAogICAgImJ1dHRvbk9rYXkiOiAiT0siLAogICAgImJ1dHRvblByaW50QmFsbG90IjogIuaJk+WNsOaIkeeahOmBuOelqCIsCiAgICAiYnV0dG9uUmVzZXQiOiAi6YeN572uIiwKICAgICJidXR0b25SZXR1cm5CYWxsb3QiOiAi6YCA5Zue6YG456WoIiwKICAgICJidXR0b25SZXR1cm5Ub0JhbGxvdFJldmlldyI6ICLov5Tlm57pgbjnpajlr6nmoLgiLAogICAgImJ1dHRvblJldmlldyI6ICLlr6nmoLgiLAogICAgImJ1dHRvblN0YXJ0Vm90aW5nIjogIumWi+Wni+aKleelqCIsCiAgICAiYnV0dG9uU3RpbGxWb3RpbmciOiAi5piv55qE77yM5oiR5LuN5Zyo5oqV56WoIiwKICAgICJidXR0b25WaWV3Q29udGVzdHMiOiAi5p+l55yL56u26YG45rS75YuVIiwKICAgICJidXR0b25Wb3RlclNldHRpbmdzIjogIuioree9riIsCiAgICAiYnV0dG9uWWVzIjogIuaYryIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Gb2N1c05leHQiOiAi6YCZ5pivIFwi5ZCR5LiLIFwi5oyJ6YiV77yM55So5pa85p+l55yL6aCB6Z2i6YG46aCF5YiX6KGo5Lit55qE5LiL5LiA5YCL6aCF55uu44CC5oKo5Y+v5Lul5L2/55SoIFwi5ZCR5LiKIFwi5ZKMIFwi5ZCR5LiLIFwi5oyJ6YiV5Zyo56u26YG45Lit56e75YuV5YCZ6YG45Lq644CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvbkZvY3VzUHJldmlvdXMiOiAi6YCZ5pivIFwi5ZCR5LiKIFwi5oyJ6YiV77yM55So5pa85p+l55yL6aCB6Z2i6YG46aCF5YiX6KGo5Lit55qE5LiK5LiA5YCL6aCF55uu44CC5oKo5Y+v5Lul5L2/55SoIFwi5ZCR5LiKIFwi5ZKMIFwi5ZCR5LiLIFwi5oyJ6YiV54CP6Ka956u26YG45Lit55qE5YCZ6YG45Lq644CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblBhZ2VOZXh0IjogIumAmeaYr+OAjOWQkeWPs+OAjeaMiemIle+8jOeUqOaWvOenu+WLleWIsOS4i+S4gOmggeaIluertumBuOeVjOmdouOAguaCqOWPr+S7peS9v+eUqCBcIuWQkeW3piBcIuWSjCBcIuWQkeWPsyBcIuaMiemIleWcqOmBuOelqOS4iueahOaJgOacieertumBuOmgheebruS4reenu+WLleOAgiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25QYWdlUHJldmlvdXMiOiAi6YCZ5piv44CM5ZCR5bem44CN5oyJ6YiV77yM55So5pa86L+U5Zue5LiK5LiA6aCB5oiW56u26YG455WM6Z2i44CC5oKo5Y+v5Lul5L2/55SoIFwi5ZCR5bemIFwi5ZKMIFwi5ZCR5Y+zIFwi5oyJ6YiV54CP6Ka96YG456Wo5LiK55qE5omA5pyJ56u26YG46aCF55uu44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblBsYXliYWNrUmF0ZURvd24iOiAi5q2k5oyJ6YiV5Y+v6ZmN5L2O5paH5a2X6L2J6Kqe6Z+z55qE6Z+z6aC75pKt5pS+6YCf5bqm44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblBsYXliYWNrUmF0ZVVwIjogIuipsuaMiemIleWPr+aPkOmrmOaWh+Wtl+i9ieiqnumfs+eahOmfs+mgu+aSreaUvumAn+W6puOAgiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25TZWxlY3QiOiAi6YCZ5piv44CM6YG45pOH44CN5oyJ6YiV44CC5L2/55So5q2k5oyJ6YiV5qiZ6KiY5oKo5bCN5YCZ6YG45Lq655qEIFwi5pivIFwi5oiWIFwi5ZCmIFwi6YG46aCF55qE5oqV56Wo44CC5YaN5qyh5oyJIFwi6YG45pOHIFwi5oyJ6YiV5bCH5Yiq6Zmk5oKo5LmL5YmN55qE5oqV56Wo44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblRvZ2dsZUhlbHAiOiAi6YCZ5pivIFwi5bmr5YqpIFwi5oyJ6YiV44CC5YaN5qyh5oyJ5LiL5q2k5oyJ6YiV5Y+v6L+U5Zue5aGr5a+r6YG456Wo44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblRvZ2dsZVBhdXNlIjogIumAmeaYryBcIuaaq+WBnCBcIuaMiemIleOAguS9v+eUqOatpOaMiemIleWPr+aaq+WBnOaWh+Wtl+i9ieiqnumfs+eahOmfs+mgu+OAguWGjeasoeaMieS4iyBcIuaaq+WBnCBcIuaMiemIleWPr+aBouW+qeaWh+Wtl+i9ieiqnumfs+eahOmfs+mgu+OAgiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Wb2x1bWVEb3duIjogIuatpOaMiemIleWPr+mZjeS9juaWh+acrOi9ieiqnumfs+mfs+mgu+eahOmfs+mHj+OAgiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Wb2x1bWVVcCI6ICLmraTmjInpiJXlj6/lop7lpKfmlofmnKzovYnoqp7pn7Ppn7PpoLvnmoTpn7Pph4/jgIIiLAogICAgImluc3RydWN0aW9uc0Fza0ZvckhlbHAiOiAi6KuL5ZCR5oqV56Wo56uZ5bel5L2c5Lq65ZOh5bCL5rGC5bmr5Yqp44CCIiwKICAgICJpbnN0cnVjdGlvbnNBc2tQb2xsV29ya2VyVG9QbHVnSW5Qb3dlciI6ICLoq4vmipXnpajnq5nlt6XkvZzkurrlk6Hmj5LlhaXpm7vmupDnt5rjgIIiLAogICAgImluc3RydWN0aW9uc0F1ZGlvTXV0ZUJ1dHRvbiI6ICLmjInjgIzpgbjmk4fjgI3mjInpiJXlsIfmiYDmnInpn7PpoLvpnZzpn7PjgIIiLAogICAgImluc3RydWN0aW9uc0JtZEFza0ZvclJlc3RhcnQiOiAi6KuL5oqV56Wo56uZ5bel5L2c5Lq65ZOh6YeN5paw5ZWf5YuV5qmf5Zmo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRCYWxsb3ROYXZpZ2F0aW9uTWFyayI6ICLkvb/nlKjmlofmnKzovYnoqp7pn7PnmoTpn7PpoLvpgLLooYzmipXnpajmmYLvvIzoq4vkvb/nlKjnhKHpmpznpJnmjqfliLblmajlsI3mgqjnmoTpgbjnpajpgLLooYzlvJXlsI7jgILopoHngI/opr3nq7bpgbjvvIzoq4vkvb/nlKjlt6bjgIHlj7PmjInpiJXjgILopoHngI/opr3nq7bpgbjpgbjpoIXvvIzoq4vkvb/nlKjlkJHkuIrlkozlkJHkuIvmjInpiJXjgILopoHpgbjmk4fmiJbkuI3pgbjmk4fnq7bpgbjpgbjpoIXpgLLooYzmipXnpajvvIzoq4vkvb/nlKjpgbjmk4fmjInpiJXjgILnj77lnKjmjInlj7PpjbXpgLLlhaXnrKzkuIDpoIXnq7bpgbjmtLvli5XjgIIiLAogICAgImluc3RydWN0aW9uc0JtZEJhbGxvdE5hdmlnYXRpb25NYXJrU2NhbiI6ICLkvb/nlKjmloflrZfovYnoqp7pn7Ppn7PpoLvpgLLooYzmipXnpajmmYLvvIzoq4vkvb/nlKjnhKHpmpznpJnmjqfliLblmajlsI3mgqjnmoTpgbjnpajpgLLooYzlvJXlsI7jgILmjqfliLblmajkuK3plpPkvY3nva7pmYTov5HmnInlm5vlgIvlsI7oiKrnrq3poK3mjInpiJXjgILopoHngI/opr3nq7bpgbjmtLvli5XvvIzoq4vkvb/nlKjlt6blj7Pnrq3poK3jgILopoHngI/opr3nq7bpgbjpgbjpoIXvvIzoq4vkvb/nlKjlkJHkuIrlkozlkJHkuIvnrq3poK3jgILopoHpgbjmk4fmiJblj5bmtojpgbjmk4fnq7bpgbjpgbjpoIXkvZzngrrmgqjnmoTmipXnpajvvIzoq4vkvb/nlKjlsI7oiKrmjInpiJXlj7PlgbTnmoTlnJPlnIjjgIzpgbjmk4fjgI3mjInpiJXjgILmjqfliLblmajlj7PkuIrop5LmnInlhanlgIvpn7Pph4/mjqfliLbmjInpiJXjgILmuJvomZ/mjInpiJXlj6/ku6XmuJvlsI/pn7PpoLvpn7Pph4/vvIzliqDomZ/mjInpiJXlj6/ku6Xlop7lpKfpn7Pph4/jgILopoHmlLnororpn7PpoLvnmoToqp7pgJ/vvIzoq4vkvb/nlKjmjqfliLblmajlj7PkuIvop5LnmoTlhanlgIvmjInpiJXjgILlkJHkuIvnrq3poK3mjInpiJXlj6/pmY3kvY7oqp7pgJ/vvIzlkJHkuIrnrq3poK3mjInpiJXlj6/mj5Dpq5joqp7pgJ/jgILopoHmg7PpmqjmmYLmmqvlgZzpn7PpoLvmiJblj5bmtojmmqvlgZzpn7PpoLvvvIzoq4vkvb/nlKjmjqfliLblmajlt6bkuIvop5LnmoTmmqvlgZzmjInpiJXjgILlpoLmnpzmgqjpnIDopoHmnInpl5zlpoLkvZXkvb/nlKjmjqfliLblmajnmoTmm7TlpJrkv6Hmga/vvIzoq4vpmqjmmYLmjInkuIvlt6bkuIrop5LnmoTllY/omZ/mjInpiJXjgILopoHph43opIfmkq3mlL7ku7vkvZXlhaflrrnvvIzlj6/kvb/nlKjlkJHkuIrmiJblkJHlt6bnrq3poK3ov5Tlm57liLDkuYvliY3nmoTlhaflrrnjgILnj77lnKjmjInlj7PpjbXku6XliY3pgLLliLDnrKzkuIDpoIXnq7bpgbjjgIIiLAogICAgImluc3RydWN0aW9uc0JtZEJhbGxvdE5hdmlnYXRpb25NYXJrU2NhblBhdERldmljZSI6ICLkvb/nlKjmlofmnKzovYnoqp7pn7PmipXnpajmmYLvvIzoq4vkvb/nlKjlgIvkurrovJTliqnoqK3lgpnngI/opr3pgbjnpajjgILopoHngI/opr3nq7bpgbjpgbjpoIXvvIzoq4vkvb/nlKjnp7vli5XovLjlhaXms5XjgILopoHpgbjmk4fmiJblj5bmtojpgbjmk4fnq7bpgbjpgbjpoIXkvZzngrrmgqjnmoTpgbjnpajvvIzoq4vkvb/nlKjpgbjmk4fovLjlhaXms5XjgILopoHngI/opr3nq7bpgbjmtLvli5XvvIzoq4vkvb/nlKjnp7vli5XovLjlhaXms5XlsI7oiKrliLDmqJnmnIkg44CM5LiL5LiA5q2l44CN5ZKM44CM5b6M6YCAIOOAjeeahOaOp+WItumNte+8jOeEtuW+jOS9v+eUqOmBuOaTh+i8uOWFpeazleOAguaomeiomOWujOertumBuOa0u+WLleS4reeahOmBuOelqOW+jO+8jOWxj+W5leeEpum7nuacg+iHquWLleenu+WLleWIsOOAjOS4i+S4gOWAi+OAjeaOp+WItumNte+8jOS7peaWueS+v+aCqOmAsuihjOaTjeS9nOOAguimgemWi+Wni+aKleelqO+8jOS9v+eUqOenu+WLlei8uOWFpeazleWwjuiIquWIsOaomeacieOAjOmWi+Wni+aKleelqOOAjeeahOaOp+WItumNte+8jOeEtuW+jOS9v+eUqOmBuOaTh+i8uOWFpeazleWJjemAsuWIsOmmluWAi+ertumBuOa0u+WLleOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFByZWFtYmxlIjogIuaCqOeahOato+W8j+mBuOelqOato+WcqOaJk+WNsOS4reOAguWujOaIkOS7peS4i+atpempn+WNs+WPr+WujOaIkOaKleelqO+8miIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFByZWFtYmxlUG9zdFByaW50IjogIuaCqOeahOato+W8j+mBuOelqOW3suW+nuaJk+WNsOapn+S4reWPluWHuuOAguWujOaIkOS7peS4i+atpempn+WNs+WujOaIkOaKleelqO+8miIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFN0ZXAxIjogIjEuIOmpl+itieaCqOeahOato+W8j+mBuOelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFN0ZXAyIjogIjIuIOaOg+aPj+aCqOeahOato+W8j+mBuOelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2xvc2VQcmludGVyQ292ZXIiOiAi5omT5Y2w5qmf6JOL5bey5omT6ZaL77yM5b+F6aCI6Zec6ZaJ5omN6IO957m857qM5oqV56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtQ2FzdGluZ0JhbGxvdCI6ICLmjInjgIzpgbjmk4fjgI3mjInpiJXnorroqo3mgqjnmoTpgbjmk4fnhKHoqqTlvozlho3pgLLooYzmipXnpajjgIIiLAogICAgImluc3RydWN0aW9uc0JtZENvbmZpcm1DYXN0aW5nQmFsbG90UGF0RGV2aWNlIjogIuS9v+eUqOmBuOaTh+i8uOWFpeazleeiuuiqjeaCqOW3suWBmuWHuuato+eiuumBuOaTh++8jOeEtuW+jOmAsuihjOaKleelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29uZmlybVByaW50aW5nQmFsbG90IjogIuaMieOAjOmBuOaTh+OAjeaMiemIleeiuuiqjeaCqOeahOmBuOaTh+S4puaJk+WNsOmBuOelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29uZmlybVByaW50aW5nQmFsbG90UGF0RGV2aWNlIjogIuS9v+eUqOmBuOaTh+i8uOWFpeazleeiuuiqjeaCqOeahOmBuOaTh+S4puaJk+WNsOmBuOelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29udGVzdE5hdmlnYXRpb24iOiAi6KaB54CP6Ka956u26YG46YG46aCF77yM6KuL5L2/55So5ZCR5LiL55qE5oyJ6YiV44CC6KaB6L2J5Yiw5LiL5LiA5YCL56u26YG45L2/55So5ZCR5Y+z55qE5oyJ6YiV44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb250ZXN0TmF2aWdhdGlvblBhdERldmljZSI6ICLopoHngI/opr3nq7bpgbjpgbjpoIXvvIzoq4vkvb/nlKjnp7vli5XovLjlhaXms5XjgILopoHpgLLlhaXkuIvkuIDlgIvnq7bpgbjmtLvli5XvvIzoq4vkvb/nlKjnp7vli5XovLjlhaXms5XlsI7oiKrliLDmqJnmnInjgIzkuIvkuIDlgIvjgI3nmoTmjqfliLbpjbXvvIznhLblvozkvb/nlKjpgbjmk4fovLjlhaXms5Xku6XnubznuozjgIIiLAogICAgImluc3RydWN0aW9uc0JtZENvbnRyb2xsZXJTYW5kYm94TWFya1NjYW4iOiAi5oyJ5LiL5o6n5Yi25Zmo5LiK55qE5Lu75L2V5oyJ6YiV77yM5Y2z5Y+v5LqG6Kej5oyJ6YiV55qE5Yqf6IO95ZKM5L2/55So5pa55rOV44CC5LmL5b6M77yM5YaN5qyh5oyJ5LiL5o6n5Yi25Zmo5bem5LiK6KeS6aGe5Ly85ZWP6Jmf55qEXCLluavliqlcIuaMiemIle+8jOWNs+WPr+i/lOWbnuWIsOaCqOeahOmBuOelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kSW5zZXJ0QmFsbG90RmFjZVVwIjogIuiri+WLmeW/heWwh+e0meW8teS4puS/neaMgeaJk+WNsOmdouacneS4iuaPkuWFpeOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kSW5zZXJ0UHJldmlvdXNseVByaW50ZWRCYWxsb3QiOiAi6KuL5Y+W5Ye66YG456Wo77yM5o+S5YWl5LmL5YmN5omT5Y2w5aW955qE6YG456Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRJbnZhbGlkYXRlZEJhbGxvdCI6ICLmgqjlt7LlkIzmhI/kv67mlLnmgqjnmoTpgbjnpajjgIIiLAogICAgImluc3RydWN0aW9uc0JtZE1vdmVUb1NlbGVjdFRvQ29udGludWVQYXREZXZpY2UiOiAi5L2/55So56e75YuV6Ly45YWl5rOV6YG45pOH44CM56K65a6a44CN5oyJ6YiV77yM54S25b6M5L2/55So6YG45pOH6Ly45YWl5rOV5Lul57m857qM44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWROZXh0VG9Db250aW51ZSI6ICLmjInlkJHlj7PnmoTmjInpiJXku6XnubznuozjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFBhcGVySmFtIjogIuiri+aPkOmGkuaKleelqOermeW3peS9nOS6uuWToea4hemZpOWNoee0meOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25BY3RpdmF0ZUlucHV0IjogIumWi+WVn+i8uOWFpeaooeW8j+S7pee5vOe6jOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25BY3RpdmF0ZUlucHV0QWdhaW4iOiAi5YaN5qyh6ZaL5ZWf6Ly45YWl5qih5byP5Lul57m857qM44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvbkFjdGl2YXRlT3RoZXJJbnB1dCI6ICLplovllZ/lhbblroPovLjlhaXmqKHlvI/jgIIiLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQ29uZmlybUV4aXRTY3JlZW4iOiAi5oKo5Y+v5Lul57m857qM5oqV56Wo5oiW6L+U5Zue5LiK5LiA5YCL55WM6Z2i44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvbkludHJvU3RlcCI6ICLplovllZ/ku7vmhI/kuIDlgIvovLjlhaXmqKHlvI/ku6XnubznuozjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uVHJ5SW5wdXQiOiAi5ZiX6Kmm6Ly45YWl5Lul57m857qM44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQcmludFNjcmVlbk5vQmFsbG90UmVtb3ZhbCI6ICLpgbjnpajmiZPljbDlvozoq4vli7/mkpXkuIvjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFJlaW5zZXJ0QmFsbG90IjogIuiri+mHjeaWsOaPkuWFpeWNsOWlveeahOmBuOelqOmAsuihjOaKleelqOS4pumAsuS4gOatpeWujOaIkOaKleelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmV2aWV3QW5kVmFsaWRhdGVQcmludGVkQmFsbG90IjogIuS7peS4i+aKleelqOaYr+W+nuaCqOW3suaJk+WNsOeahOato+W8j+mBuOelqOS4reaOg+aPj+iAjOS+huOAguiri+afpeeci+eCuuavj+WAi+ertumBuOa0u+WLleaJgOWBmueahOmBuOaTh++8jOeiuuiqjeeEoeiqpOW+jOWGjeaKleelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmV2aWV3UGFnZUNoYW5naW5nVm90ZXMiOiAi6KaB5pu05pS55oKo5Zyo5Lu75L2V56u26YG45Lit55qE5oqV56Wo77yM6KuL5L2/55So6YG45pOH5oyJ6YiV5bCO6Iiq5Yiw6Kmy56u26YG46aCF55uu44CC5a6M5oiQ6YG456Wo55qE6YG45pOH5Lim5rqW5YKZ5omT5Y2w6YG456Wo5pmC77yM6KuL5L2/55So5Y+z5YG05oyJ6YiV5omT5Y2w6YG456Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlQ2hhbmdpbmdWb3Rlc1BhdERldmljZSI6ICLopoHmm7TmlLnmgqjlnKjku7vkvZXnq7bpgbjkuK3nmoTmipXnpajvvIzoq4vkvb/nlKjpgbjmk4fovLjlhaXms5XlsI7oiKrliLDoqbLnq7bpgbjmtLvli5XjgILnlbbmgqjlrozmiJDmipXnpajpgbjmk4fkuKbmupblgpnmiZPljbDpgbjnpajmmYLvvIzoq4vkvb/nlKjnp7vli5XovLjlhaXms5XlsI7oiKrliLDmqJnmnIkg44CM5omT5Y2w5oiR55qE6YG456WoIOOAjeeahOaOp+WItumNte+8jOeEtuW+jOS9v+eUqOmBuOaTh+i8uOWFpeazlemWi+Wni+aJk+WNsOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmV2aWV3UGFnZU5hdmlnYXRpb24iOiAi6KaB5p+l55yL5oKo55qE6YG456Wo77yM6KuL5L2/55SoIFwi5ZCR5LiKIFwi5ZKMIFwi5ZCR5LiLIFwi5oyJ6YiV5Zyo6YG456Wo56u26YG45rS75YuV5Lit5LiA5q2l5LiA5q2l5ZCR5YmN6YKB6YCy44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlTmF2aWdhdGlvblBhdERldmljZSI6ICLopoHmn6XnnIvmgqjnmoTmipXnpajpgbjoiInmg4Xms4HvvIzoq4vkvb/nlKjnp7vli5XovLjlhaXms5XpgLLooYzngI/opr3jgIIiLAogICAgImluc3RydWN0aW9uc0JtZFNjYW5SZXZpZXdDb25maXJtYXRpb24iOiAi5aaC5p6c5oKo55qE6YG45pOH5piv5q2j56K655qE77yM6KuL5oyJIFwi5ZCR5Y+zIFwi5oyJ6YiV56K66KqN5oKo55qE6YG45pOH5Lim5oqV56Wo44CC5aaC5p6c5Ye654++6Yyv6Kqk77yM6KuL5oyJIFwi5ZCR5bemIFwi5oyJ6YiV5bCH5q2k6YG456Wo5qiZ6KiY54K66Yyv6Kqk77yM5Lim5bCx5q2k5o+Q6YaS5oqV56Wo56uZ5bel5L2c5Lq65ZOh44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRTY2FuUmV2aWV3Q29uZmlybWF0aW9uUGF0RGV2aWNlIjogIuWmguaenOaCqOeahOmBuOaTh+ato+eiuu+8jOiri+S9v+eUqOenu+WLlei8uOWFpeazleWwjuiIquWIsOaomeacieOAjOaKleaIkeS4gOelqOOAjeeahOaOp+WItumNte+8jOeEtuW+jOS9v+eUqOmBuOaTh+i8uOWFpeazleeiuuiqjeaCqOeahOmBuOaTh+S4pumAsuihjOaKleelqOOAguWmguaenOWHuuePvumMr+iqpO+8jOiri+mBuOaTh+aomeacieOAjOaIkeeahOmBuOelqOS4jeato+eiuuOAjeeahOmBuOmghe+8jOWwh+atpOmBuOelqOaomeiomOeCuuS4jeato+eiuu+8jOS4puaPkOmGkuaKleelqOermeW3peS9nOS6uuWToeOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kU2VsZWN0VG9Db250aW51ZSI6ICLmjIkgXCLpgbjmk4cgXCLmjInpiJXnubznuozjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFNlbGVjdFRvQ29udGludWVQYXREZXZpY2UiOiAi5L2/55So6YG45pOH6Ly45YWl5rOV5Lul57m857qM44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRXcml0ZUluRm9ybU5hdmlnYXRpb24iOiAi5L2/55So5ZCR5LiK5ZKM5ZCR5LiL5oyJ6YiV5Zyo5qiZ5rqW6Y2155uk55qE5a2X5q+N5LmL6ZaT5YiH5o+b44CC5L2/55So6YG45pOH5oyJ6YiV6YG45pOH55W25YmN5a2X5q+N44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRXcml0ZUluRm9ybU5hdmlnYXRpb25QYXREZXZpY2UiOiAi5L2/55So56e75YuV6Ly45YWl5rOV5Zyo5qiZ5rqW6Y2155uk55qE5a2X5q+N6ZaT5bCO6Iiq44CC5L2/55So6YG45pOH6Ly45YWl5rOV6YG45pOH55W25YmN5a2X5q+N44CCIiwKICAgICJpbnN0cnVjdGlvbnNMYW5ndWFnZVNldHRpbmdzQnV0dG9uIjogIuaMieOAjOmBuOaTh+OAjeaMiemIleabtOaUueaCqOeahOaKleelqOiqnuiogOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlbiI6ICLkvb/nlKjlkJHkuIrlkozlkJHkuIvmjInpiJXngI/opr3lj6/nlKjnmoTpgbjnpajoqp7oqIDjgILkvb/nlKjpgbjmk4fmjInpiJXpgbjmk4foqp7oqIDjgILkuYvlvozvvIzkvb/nlKjlkJHlj7PmjInpiJXlj6/nubznuozpgLLooYzmipXnpajjgIIiLAogICAgImluc3RydWN0aW9uc0xhbmd1YWdlU2V0dGluZ3NTY3JlZW5QYXREZXZpY2UiOiAi5L2/55So56e75YuV6Ly45YWl5rOV54CP6Ka95Y+v55So55qE6YG456Wo6Kqe6KiA44CC6KaB6YG45pOH6Kqe6KiA77yM6KuL5L2/55So6YG45pOH6Ly45YWl5rOV44CC5a6M5oiQ5b6M77yM5L2/55So56e75YuV6Ly45YWl5rOV5bCO6Iiq5Yiw5qiZ5pyJ44CM5a6M5oiQ44CN5a2X5qij55qE5o6n5Yi26Y2177yM54S25b6M5L2/55So6YG45pOH6Ly45YWl5rOV57m857qM5oqV56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNTY2FubmVyQXNrRm9yUmVzdGFydCI6ICLoq4vmipXnpajnq5nlt6XkvZzkurrlk6Hph43mlrDllZ/li5XmjoPmj4/lhIDjgIIiLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJJbnNlcnRCYWxsb3RTY3JlZW4iOiAi5LiA5qyh5o6D5o+P5LiA5by16YG456Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNTY2FubmVyUmVtb3ZlQmFsbG90VG9Db250aW51ZSI6ICLlj5blh7rpgbjnpajku6XnubznuozjgIIiLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJSZW1vdmVEb3VibGVTaGVldCI6ICLlj5blh7rpgbjnpajvvIzmr4/mrKHmj5LlhaXkuIDlvLXpgbjnpajjgIIiLAogICAgImxhYmVsQWxsUHJlY2luY3RzU2VsZWN0aW9uIjogIuaJgOaciemBuOWNgCIsCiAgICAibGFiZWxCYWxsb3RTdHlsZSI6ICLpgbjnpajmqKPlvI/vvJoiLAogICAgImxhYmVsQm1kUGF0Q2FsaWJyYXRpb25JbnB1dEFjdGl2YXRlZCI6ICLovLjlhaXmqKHlvI/lt7Lmv4DmtLvvvJoiLAogICAgImxhYmVsQm1kUGF0Q2FsaWJyYXRpb25JbnB1dElkZW50aWZpZWQiOiAi5bey6K2Y5Yil6Ly45YWlIiwKICAgICJsYWJlbEJtZFNlY29uZHNSZW1haW5pbmciOiAi5Ymp6aSY56eS5pW4IiwKICAgICJsYWJlbEJtZFdyaXRlSW5Gb3JtIjogIui8uOWFpTwxPuS4jTwvMT7lnKjpgbjnpajkuIrnmoTkurrlkI3vvJoiLAogICAgImxhYmVsQ2hhcmFjdGVyc1JlbWFpbmluZyI6ICLlianppJjlrZfmlbgiLAogICAgImxhYmVsQ29udGVzdE51bWJlciI6ICLnq7bpgbjnt6jomZ8iLAogICAgImxhYmVsQ29udGVzdHNSZW1haW5pbmciOiAi5Ymp6aSY56u26YG4IiwKICAgICJsYWJlbENvbnRlc3RzV2l0aE5vVm90ZXMiOiAi5pyq5qiZ6KiY56Wo5pW455qE56u26YG477yaIiwKICAgICJsYWJlbENvbnRlc3RzV2l0aFRvb01hbnlWb3RlcyI6ICLmqJnoqJjnpajmlbjpgY7lpJrnmoTnq7bpgbjvvJoiLAogICAgImxhYmVsQ29udGVzdHNXaXRoVm90ZXNSZW1haW5pbmciOiAi5Ymp6aSY5LiA56Wo5oiW5aSa56Wo55qE56u26YG477yaIiwKICAgICJsYWJlbEN1cnJlbnRMYW5ndWFnZSI6ICLnlbbliY3oqp7oqIAiLAogICAgImxhYmVsRGVzZWxlY3RlZCI6ICLlj5bmtojpgbjmk4fvvJoiLAogICAgImxhYmVsRGVzZWxlY3RlZE9wdGlvbiI6ICLlj5bmtojpgbjmk4fnmoTpoIXnm67vvJoiLAogICAgImxhYmVsRWl0aGVyTmVpdGhlckNvbnRlc3RFaXRoZXJOZWl0aGVyU2VjdGlvbiI6ICLmipXnpajotIrmiJDlhbbkuK3kuYvkuIDvvIzmiJbpg73lj43lsI0iLAogICAgImxhYmVsRWl0aGVyTmVpdGhlckNvbnRlc3RQaWNrT25lU2VjdGlvbiI6ICLmipXotIrmiJDnpagiLAogICAgImxhYmVsS2V5Ym9hcmRDb21tYSI6ICIsIiwKICAgICJsYWJlbEtleWJvYXJkRGVsZXRlIjogIuWIqumZpCIsCiAgICAibGFiZWxLZXlib2FyZERvdWJsZVF1b3RlIjogIlwiIiwKICAgICJsYWJlbEtleWJvYXJkSHlwaGVuIjogIi0iLAogICAgImxhYmVsS2V5Ym9hcmRQZXJpb2QiOiAiLiIsCiAgICAibGFiZWxLZXlib2FyZFNpbmdsZVF1b3RlIjogIiciLAogICAgImxhYmVsS2V5Ym9hcmRTcGFjZUJhciI6ICLnqbrmoLwiLAogICAgImxhYmVsTnVtQmFsbG90Q29udGVzdHMiOiAi5oKo6YG456Wo5LiK55qE56u26YG45pW46YePIiwKICAgICJsYWJlbE51bVNoZWV0c1NjYW5uZWQiOiAi57SZ5by15bey5o6D5o+PIiwKICAgICJsYWJlbE51bVZvdGVzUmVtYWluaW5nIjogIuacrOasoeertumBuOWJqemkmOelqOaVuCIsCiAgICAibGFiZWxOdW1Wb3Rlc1VudXNlZCI6ICLmnKrkvb/nlKjnpajmlbgiLAogICAgImxhYmVsU2VsZWN0ZWQiOiAi5bey6YG4IiwKICAgICJsYWJlbFNlbGVjdGVkT3B0aW9uIjogIuW3sumBuOmBuOmghe+8miIsCiAgICAibGFiZWxUaGVtZXNDb250cmFzdEhpZ2hEYXJrIjogIueZveiJsuaWh+acrO+8jOm7keiJsuiDjOaZryIsCiAgICAibGFiZWxUaGVtZXNDb250cmFzdEhpZ2hMaWdodCI6ICLpu5HoibLmlofmnKzvvIznmb3oibLog4zmma8iLAogICAgImxhYmVsVGhlbWVzQ29udHJhc3RMb3ciOiAi54Gw6Imy5paH5pys77yM5rex6Imy6IOM5pmvIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0TWVkaXVtIjogIua3seiJsuaWh+acrO+8jOa3uuiJsuiDjOaZryIsCiAgICAibGFiZWxUaGVtZXNTaXplRXh0cmFMYXJnZSI6ICLnibnlpKfomZ8iLAogICAgImxhYmVsVGhlbWVzU2l6ZUxhcmdlIjogIuWkp+iZnyIsCiAgICAibGFiZWxUaGVtZXNTaXplTWVkaXVtIjogIuS4reiZnyIsCiAgICAibGFiZWxUaGVtZXNTaXplU21hbGwiOiAi5bCP6JmfIiwKICAgICJsYWJlbFRvdGFsQ29udGVzdHMiOiAi56u26YG457i95pW4IiwKICAgICJsYWJlbFdyaXRlSW5DYW5kaWRhdGVOYW1lIjogIuabuOmdouWAmemBuOS6uiIsCiAgICAibGFiZWxXcml0ZUluUGFyZW50aGVzaXplZCI6ICLvvIjlr6vlhaXvvIkiLAogICAgImxhYmVsV3JpdGVJblRpdGxlQ2FzZSI6ICLlr6vlhaUiLAogICAgImxhYmVsV3JpdGVJblRpdGxlQ2FzZUNvbG9uIjogIuWvq+WFpe+8miIsCiAgICAibGV0dGVyQSI6ICJBIiwKICAgICJsZXR0ZXJCIjogIkIiLAogICAgImxldHRlckMiOiAiQyIsCiAgICAibGV0dGVyRCI6ICJEIiwKICAgICJsZXR0ZXJFIjogIkUiLAogICAgImxldHRlckYiOiAiRiIsCiAgICAibGV0dGVyRyI6ICJHIiwKICAgICJsZXR0ZXJIIjogIkgiLAogICAgImxldHRlckkiOiAiSSIsCiAgICAibGV0dGVySiI6ICJKIiwKICAgICJsZXR0ZXJLIjogIksiLAogICAgImxldHRlckwiOiAiTCIsCiAgICAibGV0dGVyTSI6ICJNIiwKICAgICJsZXR0ZXJOIjogIk4iLAogICAgImxldHRlck8iOiAiTyIsCiAgICAibGV0dGVyUCI6ICJQIiwKICAgICJsZXR0ZXJRIjogIlEiLAogICAgImxldHRlclIiOiAiUiIsCiAgICAibGV0dGVyUyI6ICJTIiwKICAgICJsZXR0ZXJUIjogIlQiLAogICAgImxldHRlclUiOiAiVSIsCiAgICAibGV0dGVyViI6ICJWIiwKICAgICJsZXR0ZXJXIjogIlciLAogICAgImxldHRlclgiOiAiWCIsCiAgICAibGV0dGVyWSI6ICJZIiwKICAgICJsZXR0ZXJaIjogIloiLAogICAgIm5vdGVBc2tQb2xsV29ya2VyRm9ySGVscCI6ICLlpoLpnIDluavliqnvvIzoq4voq67oqaLmipXnpajnq5nlt6XkvZzkurrlk6HjgIIiLAogICAgIm5vdGVCYWxsb3RDb250ZXN0Tm9TZWxlY3Rpb24iOiAi5LiN6YG45pOHIiwKICAgICJub3RlQm1kQmFsbG90Qm94SXNGdWxsIjogIuaKleelqOermeW3peS9nOS6uuWToeW/hemgiOa4heepuuijnea7v+elqOeahOaKleelqOeusSIsCiAgICAibm90ZUJtZEJhbGxvdFNoZWV0TG9hZGVkIjogIumBuOelqOW3suWKoOi8ieOAguWcqOmHjeaWsOaJk+WNsOmBuOelqOS5i+WJje+8jOaCqOWwh+acieapn+acg+afpeeci+aCqOeahOmBuOmgheOAgiIsCiAgICAibm90ZUJtZENhc3RpbmdCYWxsb3QiOiAi5oqV56WoLi4uIiwKICAgICJub3RlQm1kQ2xlYXJpbmdCYWxsb3QiOiAi5riF6Zmk6YG456WoIiwKICAgICJub3RlQm1kQ29udGVzdENvbXBsZXRlZCI6ICLmgqjlt7LlrozmiJDmnKzmrKHnq7bpgbjnmoTmipXnpajpgbjmk4fjgILmjInnrq3poK3lkJHlj7PnmoTmjInpiJXpgLLlhaXkuIvkuIDlgIvnq7bos73mtLvli5XjgILmgqjlj6/ku6XnubznuozngI/opr3mnKzmrKHnq7bos73vvIzku6Xmm7TmlLnmgqjnmoTpgbjoiInntZDmnpzjgIIiLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyTm9TZWxlY3Rpb24iOiAi6aaW5YWI77yM5oqVIFwi6LSK5oiQ5LiA5pa5XCLmiJYgXCLlj43lsI3pm5nmlrlcIu+8jOeEtuW+jOmBuOaTh+aCqOW4jOacm+aOoeWPlueahOaOquaWveOAgiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJTZWxlY3RlZEVpdGhlciI6ICLmgqjpgbjmk4fkuoYgXCLotIrmiJDkuIDmlrlcIuOAgjwyPuePvuWcqOmBuOaTh+aCqOW4jOacm+aOoeWPlueahOaOquaWveOAgjwvMj4iLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWRFaXRoZXJBbmRQcmVmZXJyZWQiOiAi5oKo6YG45pOH5LqGIFwi5Lu76YG45YW25LiAIFwi5ZKM5oKo5biM5pyb5o6h5Y+W55qE5o6q5pa944CCIiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkTmVpdGhlciI6ICLmgqjpgbjmk4fkuoYgXCLlkIzmmYLlj43lsI3kuozogIVcIuOAgjwyPuaCqOS7jeWPr+S7pemBuOaTh+aCqOW4jOacm+aOoeWPlueahOaOquaWveOAgjwvMj4iLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWROZWl0aGVyQW5kUHJlZmVycmVkIjogIuaCqOmBuOaTh+S6hiBcIuWQjOaZguWPjeWwjeS6jOiAhSBcIuWSjOaCqOW4jOacm+aOoeWPlueahOaOquaWveOAgiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJTZWxlY3RlZFByZWZlcnJlZCI6ICLmgqjlt7LntpPpgbjmk4fkuobmgqjluIzmnJvmjqHlj5bnmoTmjqrmlr3jgII8Mj7nj77lnKjmipUgXCLotIrmiJDkuIDmlrlcIuaIliBcIuWPjeWwjembmeaWuVwi56Wo44CCIiwKICAgICJub3RlQm1kSGFyZHdhcmVSZXNldCI6ICLnoazku7blt7Lph43nva7jgIIiLAogICAgIm5vdGVCbWRIYXJkd2FyZVJlc2V0dGluZyI6ICLnoazku7bmraPlnKjph43nva7jgIIiLAogICAgIm5vdGVCbWRJbnRlcnByZXRhdGlvblByb2JsZW0iOiAi5oKo55qE6YG456Wo6Kej5p6Q5pyJ5ZWP6aGM44CC44CCIiwKICAgICJub3RlQm1kUGF0Q2FsaWJyYXRpb25JbnRyb1N0ZXAiOiAi5oKo5Y+v55So5L2/55SoPDE+56e75YuVPC8xPuWxj+W5leS4iueahOeEpum7nuaIljwzPumBuOaThzwvMz7mn5DkuIDpoIXkvoblrozmiJDmgqjnmoTlhanmrKHovLjlhaXjgIIiLAogICAgIm5vdGVCbWRQYXRDYWxpYnJhdGlvblN0ZXAxIjogIuatpempnzEvMyIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uU3RlcDIiOiAi5q2l6amfMi8zIiwKICAgICJub3RlQm1kUGF0Q2FsaWJyYXRpb25TdGVwMyI6ICLmraXpqZ8zLzMiLAogICAgIm5vdGVCbWRQcmludGVkQmFsbG90UmV2aWV3TmV4dFN0ZXBzIjogIuWcqOaCqOeahOaJk+WNsOmBuOelqOaKleWHuuS5i+WJje+8jOaCqOWwh+acieapn+acg+afpeeci+S4puaguOWvpumBuOelqOS4iueahOaKleelqOaDheazgeOAgiIsCiAgICAibm90ZUJtZFJlbG9hZFNoZWV0QWZ0ZXJQYXBlckphbSI6ICLoq4vmipXnpajnq5nlt6XkvZzkurrlk6Hoo53lhaXmlrDnmoTpgbjnpajjgIIiLAogICAgIm5vdGVCbWRTY2FubmluZ1JlaW5zZXJ0ZWRCYWxsb3QiOiAi5oKo6YG456Wo5LiK55qE5oqV56Wo5L+h5oGv5Zyo5o6D5o+P77yM6KuL56iN562J44CCIiwKICAgICJub3RlQm1kU2Vzc2lvblJlc3RhcnQiOiAi5oKo55qE5oqV56Wo55Kw56+A5bCH5b6I5b+r6YeN5paw6ZaL5aeL44CCIiwKICAgICJub3RlUHJpbnRlckRpc2Nvbm5lY3RlZCI6ICLmiZPljbDmqZ/lt7LmlrfplovpgKPmjqXjgIIiLAogICAgIm5vdGVQcmludGVySGFyZHdhcmVFcnJvciI6ICLmiZPljbDmqZ/lh7rnj77mnKrnn6XpjK/oqqTjgIIiLAogICAgIm5vdGVTY2FubmVyQmxhbmtDb250ZXN0c0NhcmRQbHVyYWwiOiAi5oKo5piv5ZCm5pyJ5oSP5bCH6YCZ5Lqb56u26YG45L+d55WZ56m655m977yfIiwKICAgICJub3RlU2Nhbm5lckJsYW5rQ29udGVzdHNDYXJkU2luZ3VsYXIiOiAi5oKo5piv5ZCm5pyJ5oSP5bCH5q2k56u26YG45L+d55WZ56m655m977yfIiwKICAgICJub3RlU2Nhbm5lckRpc2Nvbm5lY3RlZCI6ICLmjoPmj4/lhIDlt7LmlrfplovpgKPmjqXjgIIiLAogICAgIm5vdGVTY2FubmVyT3ZlcnZvdGVDb250ZXN0c0NhcmRQbHVyYWwiOiAi5oKo5Zyo6YCZ5Lqb56u26YG45Lit55qE5oqV56Wo5bCH5LiN5pyD6KKr6KiI566X5Zyo5YWn44CCIiwKICAgICJub3RlU2Nhbm5lck92ZXJ2b3RlQ29udGVzdHNDYXJkU2luZ3VsYXIiOiAi5oKo5Zyo5pys5qyh56u26YG45Lit55qE5oqV56Wo5bCH5LiN5pyD6KKr6KiI566X5Zyo5YWn44CCIiwKICAgICJub3RlU2Nhbm5lclNjYW5JblByb2dyZXNzIjogIuaOg+aPj+mBuOelqOS4iueahOaomeiomOOAgiIsCiAgICAibm90ZVNjYW5uZXJVbmRlcnZvdGVDb250ZXN0c0NhcmRQbHVyYWwiOiAi6YCZ5Lqb56u26LO95Lit55qE5omA5pyJ5YW25a6D5oqV56Wo6YO95bCH6KiI566X5Zyo5YWn44CCIiwKICAgICJub3RlU2Nhbm5lclVuZGVydm90ZUNvbnRlc3RzQ2FyZFNpbmd1bGFyIjogIuacrOasoeavlOizveS4reeahOaJgOacieWFtuWug+aKleelqOmDveWwh+ioiOeul+WcqOWFp+OAgiIsCiAgICAibm90ZVRoYW5rWW91Rm9yVm90aW5nIjogIuaEn+isneaKleelqOOAgiIsCiAgICAibm90ZVZvdGVyU2V0dGluZ3NBdWRpb011dGVkIjogIumfs+mgu+W3sumdnOmfsyIsCiAgICAibm90ZVZvdGVyU2V0dGluZ3NBdWRpb05vSGVhZHBob25lcyI6ICLmnKrmqqLmuKzliLDogLPmqZ8iLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9Vbm11dGVkIjogIumfs+mgu+W3suaJk+mWiyIsCiAgICAibnVtYmVyMCI6ICIwIiwKICAgICJudW1iZXIxIjogIjEiLAogICAgIm51bWJlcjEwIjogIjEwIiwKICAgICJudW1iZXIxMDAiOiAiMTAwIiwKICAgICJudW1iZXIxMDEiOiAiMTAxIiwKICAgICJudW1iZXIxMDIiOiAiMTAyIiwKICAgICJudW1iZXIxMDMiOiAiMTAzIiwKICAgICJudW1iZXIxMDQiOiAiMTA0IiwKICAgICJudW1iZXIxMDUiOiAiMTA1IiwKICAgICJudW1iZXIxMDYiOiAiMTA2IiwKICAgICJudW1iZXIxMDciOiAiMTA3IiwKICAgICJudW1iZXIxMDgiOiAiMTA4IiwKICAgICJudW1iZXIxMDkiOiAiMTA5IiwKICAgICJudW1iZXIxMSI6ICIxMSIsCiAgICAibnVtYmVyMTEwIjogIjExMCIsCiAgICAibnVtYmVyMTExIjogIjExMSIsCiAgICAibnVtYmVyMTEyIjogIjExMiIsCiAgICAibnVtYmVyMTEzIjogIjExMyIsCiAgICAibnVtYmVyMTE0IjogIjExNCIsCiAgICAibnVtYmVyMTE1IjogIjExNSIsCiAgICAibnVtYmVyMTE2IjogIjExNiIsCiAgICAibnVtYmVyMTE3IjogIjExNyIsCiAgICAibnVtYmVyMTE4IjogIjExOCIsCiAgICAibnVtYmVyMTE5IjogIjExOSIsCiAgICAibnVtYmVyMTIiOiAiMTIiLAogICAgIm51bWJlcjEyMCI6ICIxMjAiLAogICAgIm51bWJlcjEyMSI6ICIxMjEiLAogICAgIm51bWJlcjEyMiI6ICIxMjIiLAogICAgIm51bWJlcjEyMyI6ICIxMjMiLAogICAgIm51bWJlcjEyNCI6ICIxMjQiLAogICAgIm51bWJlcjEyNSI6ICIxMjUiLAogICAgIm51bWJlcjEyNiI6ICIxMjYiLAogICAgIm51bWJlcjEyNyI6ICIxMjciLAogICAgIm51bWJlcjEyOCI6ICIxMjgiLAogICAgIm51bWJlcjEyOSI6ICIxMjkiLAogICAgIm51bWJlcjEzIjogIjEzIiwKICAgICJudW1iZXIxMzAiOiAiMTMwIiwKICAgICJudW1iZXIxMzEiOiAiMTMxIiwKICAgICJudW1iZXIxMzIiOiAiMTMyIiwKICAgICJudW1iZXIxMzMiOiAiMTMzIiwKICAgICJudW1iZXIxMzQiOiAiMTM0IiwKICAgICJudW1iZXIxMzUiOiAiMTM1IiwKICAgICJudW1iZXIxNCI6ICIxNCIsCiAgICAibnVtYmVyMTUiOiAiMTUiLAogICAgIm51bWJlcjE2IjogIjE2IiwKICAgICJudW1iZXIxNyI6ICIxNyIsCiAgICAibnVtYmVyMTgiOiAiMTgiLAogICAgIm51bWJlcjE5IjogIjE5IiwKICAgICJudW1iZXIyIjogIjIiLAogICAgIm51bWJlcjIwIjogIjIwIiwKICAgICJudW1iZXIyMSI6ICIyMSIsCiAgICAibnVtYmVyMjIiOiAiMjIiLAogICAgIm51bWJlcjIzIjogIjIzIiwKICAgICJudW1iZXIyNCI6ICIyNCIsCiAgICAibnVtYmVyMjUiOiAiMjUiLAogICAgIm51bWJlcjI2IjogIjI2IiwKICAgICJudW1iZXIyNyI6ICIyNyIsCiAgICAibnVtYmVyMjgiOiAiMjgiLAogICAgIm51bWJlcjI5IjogIjI5IiwKICAgICJudW1iZXIzIjogIjMiLAogICAgIm51bWJlcjMwIjogIjMwIiwKICAgICJudW1iZXIzMSI6ICIzMSIsCiAgICAibnVtYmVyMzIiOiAiMzIiLAogICAgIm51bWJlcjMzIjogIjMzIiwKICAgICJudW1iZXIzNCI6ICIzNCIsCiAgICAibnVtYmVyMzUiOiAiMzUiLAogICAgIm51bWJlcjM2IjogIjM2IiwKICAgICJudW1iZXIzNyI6ICIzNyIsCiAgICAibnVtYmVyMzgiOiAiMzgiLAogICAgIm51bWJlcjM5IjogIjM5IiwKICAgICJudW1iZXI0IjogIjQiLAogICAgIm51bWJlcjQwIjogIjQwIiwKICAgICJudW1iZXI0MSI6ICI0MSIsCiAgICAibnVtYmVyNDIiOiAiNDIiLAogICAgIm51bWJlcjQzIjogIjQzIiwKICAgICJudW1iZXI0NCI6ICI0NCIsCiAgICAibnVtYmVyNDUiOiAiNDUiLAogICAgIm51bWJlcjQ2IjogIjQ2IiwKICAgICJudW1iZXI0NyI6ICI0NyIsCiAgICAibnVtYmVyNDgiOiAiNDgiLAogICAgIm51bWJlcjQ5IjogIjQ5IiwKICAgICJudW1iZXI1IjogIjUiLAogICAgIm51bWJlcjUwIjogIjUwIiwKICAgICJudW1iZXI1MSI6ICI1MSIsCiAgICAibnVtYmVyNTIiOiAiNTIiLAogICAgIm51bWJlcjUzIjogIjUzIiwKICAgICJudW1iZXI1NCI6ICI1NCIsCiAgICAibnVtYmVyNTUiOiAiNTUiLAogICAgIm51bWJlcjU2IjogIjU2IiwKICAgICJudW1iZXI1NyI6ICI1NyIsCiAgICAibnVtYmVyNTgiOiAiNTgiLAogICAgIm51bWJlcjU5IjogIjU5IiwKICAgICJudW1iZXI2IjogIjYiLAogICAgIm51bWJlcjYwIjogIjYwIiwKICAgICJudW1iZXI2MSI6ICI2MSIsCiAgICAibnVtYmVyNjIiOiAiNjIiLAogICAgIm51bWJlcjYzIjogIjYzIiwKICAgICJudW1iZXI2NCI6ICI2NCIsCiAgICAibnVtYmVyNjUiOiAiNjUiLAogICAgIm51bWJlcjY2IjogIjY2IiwKICAgICJudW1iZXI2NyI6ICI2NyIsCiAgICAibnVtYmVyNjgiOiAiNjgiLAogICAgIm51bWJlcjY5IjogIjY5IiwKICAgICJudW1iZXI3IjogIjciLAogICAgIm51bWJlcjcwIjogIjcwIiwKICAgICJudW1iZXI3MSI6ICI3MSIsCiAgICAibnVtYmVyNzIiOiAiNzIiLAogICAgIm51bWJlcjczIjogIjczIiwKICAgICJudW1iZXI3NCI6ICI3NCIsCiAgICAibnVtYmVyNzUiOiAiNzUiLAogICAgIm51bWJlcjc2IjogIjc2IiwKICAgICJudW1iZXI3NyI6ICI3NyIsCiAgICAibnVtYmVyNzgiOiAiNzgiLAogICAgIm51bWJlcjc5IjogIjc5IiwKICAgICJudW1iZXI4IjogIjgiLAogICAgIm51bWJlcjgwIjogIjgwIiwKICAgICJudW1iZXI4MSI6ICI4MSIsCiAgICAibnVtYmVyODIiOiAiODIiLAogICAgIm51bWJlcjgzIjogIjgzIiwKICAgICJudW1iZXI4NCI6ICI4NCIsCiAgICAibnVtYmVyODUiOiAiODUiLAogICAgIm51bWJlcjg2IjogIjg2IiwKICAgICJudW1iZXI4NyI6ICI4NyIsCiAgICAibnVtYmVyODgiOiAiODgiLAogICAgIm51bWJlcjg5IjogIjg5IiwKICAgICJudW1iZXI5IjogIjkiLAogICAgIm51bWJlcjkwIjogIjkwIiwKICAgICJudW1iZXI5MSI6ICI5MSIsCiAgICAibnVtYmVyOTIiOiAiOTIiLAogICAgIm51bWJlcjkzIjogIjkzIiwKICAgICJudW1iZXI5NCI6ICI5NCIsCiAgICAibnVtYmVyOTUiOiAiOTUiLAogICAgIm51bWJlcjk2IjogIjk2IiwKICAgICJudW1iZXI5NyI6ICI5NyIsCiAgICAibnVtYmVyOTgiOiAiOTgiLAogICAgIm51bWJlcjk5IjogIjk5IiwKICAgICJwcm9tcHRCbWRDb25maXJtUmVtb3ZlV3JpdGVJbiI6ICLmgqjmmK/lkKbopoHlj5bmtojpgbjmk4fkuKbliKrpmaTmgqjnmoTlr6vlhaXlgJnpgbjkurrvvJ8iLAogICAgInByb21wdEJtZFNvdW5kRGlhZ25vc3RpY1NjcmVlbiI6ICLmjInpgbjmk4fmjInpiJXnorroqo3ogbLpn7PmraPluLjjgIIiLAogICAgInRpdGxlQXVkaW9Pbmx5TW9kZUVuYWJsZWQiOiAi57SU6Z+z6aC75qih5byPIiwKICAgICJ0aXRsZUJhbGxvdEJveEZ1bGwiOiAi6YG456Wo566x5bey5ru/IiwKICAgICJ0aXRsZUJhbGxvdElkIjogIumBuOelqOi6q+S7veitieaYjiIsCiAgICAidGl0bGVCYWxsb3RTdHlsZSI6ICLpgbjnpajmqKPlvI8iLAogICAgInRpdGxlQmFsbG90U3VjY2Vzc2Z1bGx5Q2FzdFBhZ2UiOiAi5oKo55qE6YG456Wo5bey5oqV5Ye677yBIiwKICAgICJ0aXRsZUJtZEFza0ZvckhlbHBTY3JlZW4iOiAi5ZCR5oqV56Wo56uZ5bel5L2c5Lq65ZOh5bCL5rGC5bmr5YqpIiwKICAgICJ0aXRsZUJtZEJhbGxvdFJlbW92ZWRTY3JlZW4iOiAi6YG456Wo6KKr5Y+W5Ye6IiwKICAgICJ0aXRsZUJtZENhc3RCYWxsb3RTY3JlZW4iOiAi5oKo5Y2z5bCH5a6M5oiQ5oqV56WoIiwKICAgICJ0aXRsZUJtZElkbGVTY3JlZW4iOiAi5oKo6YKE5Zyo5oqV56Wo5ZeO77yfIiwKICAgICJ0aXRsZUJtZEludmFsaWRCYWxsb3ROb0JhbGxvdERldGVjdGVkIjogIuacquaqoua4rOWIsOmBuOelqCIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90V3JvbmdFbGVjdGlvbiI6ICLpjK/oqqTpgbjoiIkiLAogICAgInRpdGxlQm1kSW52YWxpZEJhbGxvdFdyb25nUHJlY2luY3QiOiAi6Yyv6Kqk6YG45Y2AIiwKICAgICJ0aXRsZUJtZEludmFsaWRCYWxsb3RXcm9uZ1Rlc3RNb2RlIjogIumMr+iqpOaKleelqOaooeW8jyIsCiAgICAidGl0bGVCbWRKYW1DbGVhcmVkU2NyZWVuIjogIuWNoee0meW3sua4hemZpCIsCiAgICAidGl0bGVCbWRKYW1tZWRTY3JlZW4iOiAi57SZ6KKr5Y2h5L2PIiwKICAgICJ0aXRsZUJtZExvYWRpbmdSZWluc2VydGVkQmFsbG90U2NyZWVuIjogIuWKoOi8ieaCqOeahOmBuOelqC4uLiIsCiAgICAidGl0bGVCbWRQYXRDYWxpYnJhdGlvbkNvbmZpcm1FeGl0U2NyZWVuIjogIuioreWCmei8uOWFpeW3suitmOWIpSIsCiAgICAidGl0bGVCbWRQYXRDYWxpYnJhdGlvbklkZW50aWZpY2F0aW9uUGFnZSI6ICLlgIvkurrovJTliqnmioDooZPoqK3lgpnorZjliKUiLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25JZGVudGlmeU1vdmVJbnB1dCI6ICLorZjliKUgXCLnp7vli5UgXCLovLjlhaUiLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25JZGVudGlmeVNlbGVjdElucHV0IjogIuitmOWIpSBcIumBuOaThyBcIui8uOWFpSIsCiAgICAidGl0bGVCbWRQYXRDYWxpYnJhdGlvbkludHJvU3RlcCI6ICLmuKzoqaboqK3lgpkiLAogICAgInRpdGxlQm1kUHJpbnRTY3JlZW4iOiAi5omT5Y2w5oKo55qE5q2j5byP6YG456WoIiwKICAgICJ0aXRsZUJtZFJlYWR5VG9SZXZpZXciOiAi5rqW5YKZ5a+p5qC4IiwKICAgICJ0aXRsZUJtZFJldmlld1NjcmVlbiI6ICLlr6nmoLjmgqjnmoTpgbjnpagiLAogICAgInRpdGxlSW50ZXJuYWxDb25uZWN0aW9uUHJvYmxlbSI6ICLlhafpg6jpgKPmjqXlh7rnj77llY/poYwiLAogICAgInRpdGxlTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlbiI6ICLpgbjmk4fmgqjnmoTpgbjnpajoqp7oqIAiLAogICAgInRpdGxlTW9kYWxDb25maXJtWW91clZvdGVzIjogIueiuuiqjeaCqOeahOaKleelqCIsCiAgICAidGl0bGVOb1Bvd2VyRGV0ZWN0ZWQiOiAi5qqi5ris5LiN5Yiw6Zu75rqQIiwKICAgICJ0aXRsZU9mZmljaWFsQmFsbG90IjogIuato+W8j+mBuOelqCIsCiAgICAidGl0bGVQcmVjaW5jdCI6ICLpgbjljYAiLAogICAgInRpdGxlUHJpbnRlckNvdmVySXNPcGVuIjogIuaJk+WNsOapn+iTi+W3suaJk+mWiyIsCiAgICAidGl0bGVSZW1vdmVZb3VyQmFsbG90IjogIuWIqumZpOmBuOelqCIsCiAgICAidGl0bGVTY2FubmVyQmFsbG90Tm90Q291bnRlZCI6ICLpgbjnpajmnKroqIjnrpciLAogICAgInRpdGxlU2Nhbm5lckJhbGxvdFdhcm5pbmdzU2NyZWVuIjogIuimhuaguOaCqOeahOmBuOelqCIsCiAgICAidGl0bGVTY2FubmVyQ292ZXJJc09wZW4iOiAi5o6D5o+P5YSA6JOL5bey5omT6ZaLIiwKICAgICJ0aXRsZVNjYW5uZXJDdnJTeW5jUmVxdWlyZWQiOiAi6ZyA6KaB5bCH5oqV56Wo6KiY6YyE5ZCM5q2lIiwKICAgICJ0aXRsZVNjYW5uZXJJbnNlcnRCYWxsb3RTY3JlZW4iOiAi5o+S5YWl6YG456WoIiwKICAgICJ0aXRsZVNjYW5uZXJOb1ZvdGVzV2FybmluZyI6ICLmnKrmqJnoqJjpgbjnpajvvJoiLAogICAgInRpdGxlU2Nhbm5lck91dGZlZWRCbG9ja2VkIjogIumBuOelqOeusemWi+WVn+WKn+iDveWPl+mYuyIsCiAgICAidGl0bGVTY2FubmVyT3ZlcnZvdGVXYXJuaW5nIjogIuaomeiomOeahOelqOaVuOWkquWkmiIsCiAgICAidGl0bGVTY2FubmVyUHJvY2Vzc2luZ1NjcmVlbiI6ICLoq4vnqI3lgJkuLi4iLAogICAgInRpdGxlU2Nhbm5lclN1Y2Nlc3NTY3JlZW4iOiAi5oKo55qE6YG456Wo5bey6KKr6KiI566X5Zyo5YWn77yBIiwKICAgICJ0aXRsZVNjYW5uZXJVbmRlcnZvdGVXYXJuaW5nIjogIuaCqOWPr+S7peWinuWKoOS4gOW8teaIluWkmuW8temBuOelqO+8miIsCiAgICAidGl0bGVTY2FubmluZ0ZhaWxlZCI6ICLmjoPmj4/lpLHmlZciLAogICAgInRpdGxlVW5vZmZpY2lhbFRlc3RCYWxsb3QiOiAi6Z2e5q2j5byP5ris6Kmm6YG456WoIiwKICAgICJ0aXRsZVZvdGVyU2V0dGluZ3MiOiAi6Kit572uIiwKICAgICJ0aXRsZVZvdGVyU2V0dGluZ3NBdWRpbyI6ICLpn7PpoLsiLAogICAgInRpdGxlVm90ZXJTZXR0aW5nc0NvbG9yIjogIumhj+iJsiIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzU2l6ZSI6ICLmloflrZflpKflsI8iLAogICAgInVucmVjb3ZlcmFibGVFcnJvciI6ICLlh7rnj77pjK/oqqQiLAogICAgIndhcm5pbmdCbWRCYWxsb3RSZW1vdmVkIjogIuaCqOeahOato+W8j+mBuOelqOW3suW+nuaJk+WNsOapn+S4reWPluWHuuOAgiIsCiAgICAid2FybmluZ0JtZEluYWN0aXZlU2Vzc2lvbiI6ICLoqbLmipXnpajnq5nlt7LlgZzmraLlt6XkvZzotoXpgY415YiG6ZCY44CCIiwKICAgICJ3YXJuaW5nQm1kSW5hY3RpdmVUaW1lUmVtYWluaW5nIjogIueCuuS/neitt+aCqOeahOengemase+8jOioiOaZguWZqOioiOaZgue1kOadn+W+jO+8jOatpOmBuOelqOWwh+iiq+a4hemZpOOAgiIsCiAgICAid2FybmluZ0JtZEludmFsaWRCYWxsb3RMaXZlQmFsbG90SW5UZXN0TW9kZSI6ICLmj5LlhaXnmoTpgbjnpajmmK/kuIDlvLU8MT7mraPlvI88LzE+6YG456Wo44CCIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdE5vQmFsbG90RGV0ZWN0ZWQiOiAi5o+S5YWl55qE57SZ5by15LiK5pyq5qqi5ris5Yiw6YG456Wo5L+h5oGv44CCIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdFRlc3RCYWxsb3RJbkxpdmVNb2RlIjogIuaPkuWFpeeahOmBuOelqOaYr+S4gOW8tTwxPua4rOippjwvMT7pgbjnpajjgIIiLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90V3JvbmdFbGVjdGlvbiI6ICLmj5LlhaXnmoTpgbjnpajmmK/kuIDlvLXlsazmlrzkuI3lkIzpgbjoiInmtLvli5XnmoTpgbjnpajjgIIiLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90V3JvbmdQcmVjaW5jdCI6ICLmj5LlhaXnmoTpgbjnpajmmK/kuIDlvLXkvoboh6rkuI3lkIzpgbjljYDnmoTpgbjnpajjgIIiLAogICAgIndhcm5pbmdDdnJzTmVlZFN5bmMiOiAi5oqV56Wo56uZ5bel5L2c5Lq65ZOh5b+F6aCI5bCH5oqV56Wo6KiY6YyEIChDVlJzKSDlkIzmraXliLBVU0LpqYXli5XlmajjgIIiLAogICAgIndhcm5pbmdOb1Bvd2VyIjogIjwwPuaqoua4rOS4jeWIsOmbu+a6kOOAgjwvMD7oq4vorpPmipXnpajnq5nlt6XkvZzkurrlk6Hmj5LlhaXpm7vmupDnt5rjgIIiLAogICAgIndhcm5pbmdOb1ZvdGVzRm9yQ29udGVzdCI6ICLmgqjku43nhLblj6/ku6XlnKjmnKzmrKHnq7bpgbjkuK3mipXnpajjgIIiLAogICAgIndhcm5pbmdPdmVydm90ZUNhbmRpZGF0ZUNvbnRlc3QiOiAi6KaB54K65YW25LuW5YCZ6YG45Lq65oqV56Wo77yM5oKo5b+F6aCI5YWI5Y+W5raI5LmL5YmN6YG45a6a55qE5YCZ6YG45Lq644CCIiwKICAgICJ3YXJuaW5nT3ZlcnZvdGVZZXNOb0NvbnRlc3QiOiAi6KaB5pu05pS55oKo55qE5oqV56Wo77yM6KuL5YWI5Y+W5raI5LmL5YmN6YG45a6a55qE5oqV56Wo44CCIiwKICAgICJ3YXJuaW5nUHJvYmxlbVNjYW5uaW5nQmFsbG90IjogIuaOg+aPj+atpOmBuOelqOaZguWHuuePvuWVj+mhjOOAgiIsCiAgICAid2FybmluZ1Byb2JsZW1TY2FubmluZ0JhbGxvdFNjYW5BZ2FpbiI6ICLmjoPmj4/mgqjnmoTpgbjnpajmmYLlh7rnj77llY/poYzjgILoq4vph43mlrDmjoPmj4/jgIIiLAogICAgIndhcm5pbmdTY2FubmVyQW5vdGhlclNjYW5JblByb2dyZXNzIjogIuato+WcqOaOg+aPj+WPpuS4gOW8temBuOelqOOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJCbGFua0JhbGxvdFN1Ym1pc3Npb24iOiAi5pys6YG456Wo54K65LiN6KiI56Wo44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lckphbW1lZCI6ICLpgbjnpajljaHlnKjmjoPmj4/lhIDkuK3jgIIiLAogICAgIndhcm5pbmdTY2FubmVyTWlzbWF0Y2hlZEVsZWN0aW9uIjogIumBuOelqOiIh+atpOaOg+aPj+WEgOmFjee9rueahOmBuOiIieS4jeWMuemFjeOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJNaXNtYXRjaGVkUHJlY2luY3QiOiAi6YG456Wo6IiH5q2k5o6D5o+P5YSA6YWN572u55qE6YG45Y2A5LiN5Yy56YWN44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lck11bHRpcGxlU2hlZXRzRGV0ZWN0ZWQiOiAi5qqi5ris5Yiw5aSa5by16YG456Wo44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lck5vVm90ZXNGb3VuZCI6ICLmjoPmj4/mraTpgbjnpajmmYLnmbznj77mnKrmipXnpajjgIIiLAogICAgIndhcm5pbmdTY2FubmVyT2ZmaWNpYWxCYWxsb3RJblRlc3RNb2RlIjogIuaOg+aPj+WEgOiZleaWvOa4rOippuaKleelqOaooeW8j++8jOWPr+iDveeEoeazleaOg+aPj+ato+W8j+mBuOelqOOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJUZXN0QmFsbG90SW5PZmZpY2lhbE1vZGUiOiAi5o6D5o+P5YSA6JmV5pa85q2j5byP5oqV56Wo5qih5byP77yM5Y+v6IO954Sh5rOV5o6D5o+P5ris6Kmm6YG456Wo44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lclZlcnRpY2FsU3RyZWFrc0RldGVjdGVkIjogIuaOg+aPj+WEgOmcgOimgea4heeQhuOAgiIKICB9LAogICJlbiI6IHsKICAgICJhdWRpb0ZlZWRiYWNrMTBQZXJjZW50Vm9sdW1lIjogIjEwJSB2b2x1bWUiLAogICAgImF1ZGlvRmVlZGJhY2syMFBlcmNlbnRWb2x1bWUiOiAiMjAlIHZvbHVtZSIsCiAgICAiYXVkaW9GZWVkYmFjazMwUGVyY2VudFZvbHVtZSI6ICIzMCUgdm9sdW1lIiwKICAgICJhdWRpb0ZlZWRiYWNrNDBQZXJjZW50Vm9sdW1lIjogIjQwJSB2b2x1bWUiLAogICAgImF1ZGlvRmVlZGJhY2s1MFBlcmNlbnRWb2x1bWUiOiAiNTAlIHZvbHVtZSIsCiAgICAiYXVkaW9GZWVkYmFjazYwUGVyY2VudFZvbHVtZSI6ICI2MCUgdm9sdW1lIiwKICAgICJhdWRpb0ZlZWRiYWNrNzBQZXJjZW50Vm9sdW1lIjogIjcwJSB2b2x1bWUiLAogICAgImF1ZGlvRmVlZGJhY2s4MFBlcmNlbnRWb2x1bWUiOiAiODAlIHZvbHVtZSIsCiAgICAiYXVkaW9GZWVkYmFjazkwUGVyY2VudFZvbHVtZSI6ICI5MCUgdm9sdW1lIiwKICAgICJhdWRpb0ZlZWRiYWNrTWF4aW11bVZvbHVtZSI6ICJNYXhpbXVtIHZvbHVtZSIsCiAgICAiYXVkaW9GZWVkYmFja01pbmltdW1Wb2x1bWUiOiAiTWluaW11bSB2b2x1bWUiLAogICAgImJtZFBhdERldmljZUlucHV0TmFtZU1vdmUiOiAiXCJNb3ZlXCIiLAogICAgImJtZFBhdERldmljZUlucHV0TmFtZVNlbGVjdCI6ICJcIlNlbGVjdFwiIiwKICAgICJidXR0b25BY2NlcHQiOiAiQWNjZXB0IiwKICAgICJidXR0b25BZGRXcml0ZUluIjogImFkZCB3cml0ZS1pbiBjYW5kaWRhdGUiLAogICAgImJ1dHRvbkF1ZGlvTXV0ZSI6ICJNdXRlIEF1ZGlvIiwKICAgICJidXR0b25BdWRpb1VubXV0ZSI6ICJVbm11dGUgQXVkaW8iLAogICAgImJ1dHRvbkJhY2siOiAiQmFjayIsCiAgICAiYnV0dG9uQmFsbG90SXNDb3JyZWN0IjogIkNhc3QgTXkgQmFsbG90IiwKICAgICJidXR0b25CYWxsb3RJc0luY29ycmVjdCI6ICJNeSBCYWxsb3QgaXMgSW5jb3JyZWN0IiwKICAgICJidXR0b25CbWRSZXZpZXdDYXJkQWN0aW9uIjogIlByZXNzIHRoZSBzZWxlY3QgYnV0dG9uIHRvIGNoYW5nZSB5b3VyIHZvdGVzIGZvciB0aGlzIGNvbnRlc3QuIiwKICAgICJidXR0b25CbWRSZXZpZXdDYXJkQWN0aW9uUGF0RGV2aWNlIjogIlVzZSB0aGUgc2VsZWN0IGlucHV0IHRvIGNoYW5nZSB5b3VyIHZvdGVzIGZvciB0aGlzIGNvbnRlc3QuIiwKICAgICJidXR0b25CbWRTa2lwUGF0Q2FsaWJyYXRpb24iOiAiU2tpcCBJZGVudGlmaWNhdGlvbiIsCiAgICAiYnV0dG9uQ2FuY2VsIjogIkNhbmNlbCIsCiAgICAiYnV0dG9uQ2FzdEJhbGxvdCI6ICJDYXN0IEJhbGxvdCIsCiAgICAiYnV0dG9uQ2hhbmdlIjogIkNoYW5nZSIsCiAgICAiYnV0dG9uQ2xvc2UiOiAiQ2xvc2UiLAogICAgImJ1dHRvbkNvbnRpbnVlIjogIkNvbnRpbnVlIiwKICAgICJidXR0b25Eb25lIjogIkRvbmUiLAogICAgImJ1dHRvbkVuYWJsZUF1ZGlvT25seU1vZGUiOiAiRW5hYmxlIEF1ZGlvLU9ubHkgTW9kZSIsCiAgICAiYnV0dG9uRXhpdEF1ZGlvT25seU1vZGUiOiAiRXhpdCBBdWRpby1Pbmx5IE1vZGUiLAogICAgImJ1dHRvbk1vcmUiOiAiTW9yZSIsCiAgICAiYnV0dG9uTmV4dCI6ICJOZXh0IiwKICAgICJidXR0b25ObyI6ICJObyIsCiAgICAiYnV0dG9uT2theSI6ICJPa2F5IiwKICAgICJidXR0b25QcmludEJhbGxvdCI6ICJQcmludCBNeSBCYWxsb3QiLAogICAgImJ1dHRvblJlc2V0IjogIlJlc2V0IiwKICAgICJidXR0b25SZXR1cm5CYWxsb3QiOiAiUmV0dXJuIEJhbGxvdCIsCiAgICAiYnV0dG9uUmV0dXJuVG9CYWxsb3RSZXZpZXciOiAiUmV0dXJuIHRvIEJhbGxvdCBSZXZpZXciLAogICAgImJ1dHRvblJldmlldyI6ICJSZXZpZXciLAogICAgImJ1dHRvblN0YXJ0Vm90aW5nIjogIlN0YXJ0IFZvdGluZyIsCiAgICAiYnV0dG9uU3RpbGxWb3RpbmciOiAiWWVzLCBJ4oCZbSBzdGlsbCB2b3RpbmcuIiwKICAgICJidXR0b25WaWV3Q29udGVzdHMiOiAiVmlldyBDb250ZXN0cyIsCiAgICAiYnV0dG9uVm90ZXJTZXR0aW5ncyI6ICJTZXR0aW5ncyIsCiAgICAiYnV0dG9uWWVzIjogIlllcyIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Gb2N1c05leHQiOiAiVGhpcyBpcyB0aGUgRG93biBidXR0b24sIGZvciBmb2N1c2luZyBvbiB0aGUgbmV4dCBpdGVtIGluIGEgbGlzdCBvZiBvcHRpb25zIG9uIGEgcGFnZS4gWW91IGNhbiB1c2UgdGhlIFVwIGFuZCBEb3duIGJ1dHRvbnMgdG8gbW92ZSB0aHJvdWdoIGNhbmRpZGF0ZXMgaW4gYSBjb250ZXN0LiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Gb2N1c1ByZXZpb3VzIjogIlRoaXMgaXMgdGhlIFVwIGJ1dHRvbiwgZm9yIGZvY3VzaW5nIG9uIHRoZSBwcmV2aW91cyBpdGVtIGluIGEgbGlzdCBvZiBvcHRpb25zIG9uIGEgcGFnZS4gWW91IGNhbiB1c2UgdGhlIFVwIGFuZCBEb3duIGJ1dHRvbnMgdG8gbW92ZSB0aHJvdWdoIGNhbmRpZGF0ZXMgaW4gYSBjb250ZXN0LiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25QYWdlTmV4dCI6ICJUaGlzIGlzIHRoZSBSaWdodCBidXR0b24sIGZvciBtb3ZpbmcgdG8gdGhlIG5leHQgcGFnZSBvciBjb250ZXN0LiBZb3UgY2FuIHVzZSB0aGUgTGVmdCBhbmQgUmlnaHQgYnV0dG9ucyB0byBtb3ZlIHRocm91Z2ggYWxsIHRoZSBjb250ZXN0cyBvbiB5b3VyIGJhbGxvdC4iLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uUGFnZVByZXZpb3VzIjogIlRoaXMgaXMgdGhlIExlZnQgYnV0dG9uLCBmb3IgcmV0dXJuaW5nIHRvIHRoZSBwcmV2aW91cyBwYWdlIG9yIGNvbnRlc3QuIFlvdSBjYW4gdXNlIHRoZSBMZWZ0IGFuZCBSaWdodCBidXR0b25zIHRvIG1vdmUgdGhyb3VnaCBhbGwgdGhlIGNvbnRlc3RzIG9uIHlvdXIgYmFsbG90LiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25QbGF5YmFja1JhdGVEb3duIjogIlRoaXMgYnV0dG9uIHJlZHVjZXMgdGhlIHBsYXliYWNrIHJhdGUgb2YgdGhlIHRleHQtdG8tc3BlZWNoIGF1ZGlvLiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25QbGF5YmFja1JhdGVVcCI6ICJUaGlzIGJ1dHRvbiBpbmNyZWFzZXMgdGhlIHBsYXliYWNrIHJhdGUgb2YgdGhlIHRleHQtdG8tc3BlZWNoIGF1ZGlvLiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25TZWxlY3QiOiAiVGhpcyBpcyB0aGUgU2VsZWN0IGJ1dHRvbi4gVXNlIHRoaXMgYnV0dG9uIHRvIG1hcmsgeW91ciB2b3RlIGZvciBhIGNhbmRpZGF0ZSBvciBhIHllcyBvciBubyBvcHRpb24uIFByZXNzaW5nIHRoZSBTZWxlY3QgYnV0dG9uIGFnYWluIHdpbGwgcmVtb3ZlIHlvdXIgcHJldmlvdXMgdm90ZS4iLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uVG9nZ2xlSGVscCI6ICJUaGlzIGlzIHRoZSBIZWxwIGJ1dHRvbi4gUHJlc3MgdGhpcyBidXR0b24gYWdhaW4gdG8gcmV0dXJuIHRvIGZpbGxpbmcgb3V0IHlvdXIgYmFsbG90LiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Ub2dnbGVQYXVzZSI6ICJUaGlzIGlzIHRoZSBQYXVzZSBidXR0b24uIFVzZSB0aGlzIGJ1dHRvbiB0byBwYXVzZSB0aGUgdGV4dC10by1zcGVlY2ggYXVkaW8uIFByZXNzaW5nIHRoZSBQYXVzZSBidXR0b24gYWdhaW4gd2lsbCByZXN1bWUgdGhlIHRleHQtdG8tc3BlZWNoIGF1ZGlvLiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Wb2x1bWVEb3duIjogIlRoaXMgYnV0dG9uIHJlZHVjZXMgdGhlIHZvbHVtZSBvZiB0aGUgdGV4dC10by1zcGVlY2ggYXVkaW8uIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblZvbHVtZVVwIjogIlRoaXMgYnV0dG9uIGluY3JlYXNlcyB0aGUgdm9sdW1lIG9mIHRoZSB0ZXh0LXRvLXNwZWVjaCBhdWRpby4iLAogICAgImluc3RydWN0aW9uc0Fza0ZvckhlbHAiOiAiUGxlYXNlIGFzayBhIHBvbGwgd29ya2VyIGZvciBoZWxwLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQXNrUG9sbFdvcmtlclRvUGx1Z0luUG93ZXIiOiAiUGxlYXNlIGFzayBhIHBvbGwgd29ya2VyIHRvIHBsdWcgaW4gdGhlIHBvd2VyIGNvcmQuIiwKICAgICJpbnN0cnVjdGlvbnNBdWRpb011dGVCdXR0b24iOiAiUHJlc3MgdGhlIHNlbGVjdCBidXR0b24gdG8gbXV0ZSBhbGwgYXVkaW8uIiwKICAgICJpbnN0cnVjdGlvbnNCbWRBc2tGb3JSZXN0YXJ0IjogIkFzayBhIHBvbGwgd29ya2VyIHRvIHJlc3RhcnQgdGhlIG1hY2hpbmUuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRCYWxsb3ROYXZpZ2F0aW9uTWFyayI6ICJXaGVuIHZvdGluZyB3aXRoIHRoZSB0ZXh0LXRvLXNwZWVjaCBhdWRpbywgdXNlIHRoZSBhY2Nlc3NpYmxlIGNvbnRyb2xsZXIgdG8gbmF2aWdhdGUgeW91ciBiYWxsb3QuIFRvIG5hdmlnYXRlIHRocm91Z2ggdGhlIGNvbnRlc3RzLCB1c2UgdGhlIGxlZnQgYW5kIHJpZ2h0IGJ1dHRvbnMuIFRvIG5hdmlnYXRlIHRocm91Z2ggY29udGVzdCBjaG9pY2VzLCB1c2UgdGhlIHVwIGFuZCBkb3duIGJ1dHRvbnMuIFRvIHNlbGVjdCBvciB1bnNlbGVjdCBhIGNvbnRlc3QgY2hvaWNlIGFzIHlvdXIgdm90ZSwgdXNlIHRoZSBzZWxlY3QgYnV0dG9uLiBQcmVzcyB0aGUgcmlnaHQgYnV0dG9uIG5vdyB0byBhZHZhbmNlIHRvIHRoZSBmaXJzdCBjb250ZXN0LiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQmFsbG90TmF2aWdhdGlvbk1hcmtTY2FuIjogIldoZW4gdm90aW5nIHdpdGggdGhlIHRleHQtdG8tc3BlZWNoIGF1ZGlvLCB1c2UgdGhlIGFjY2Vzc2libGUgY29udHJvbGxlciB0byBuYXZpZ2F0ZSB5b3VyIGJhbGxvdC4gVGhlcmUgYXJlIGZvdXIgbmF2aWdhdGlvbiBhcnJvdyBidXR0b25zIGxvY2F0ZWQgbmVhciB0aGUgY2VudGVyIG9mIHRoZSBjb250cm9sbGVyLiBUbyBuYXZpZ2F0ZSB0aHJvdWdoIHRoZSBjb250ZXN0cywgdXNlIHRoZSBsZWZ0IGFuZCByaWdodCBhcnJvd3MuIFRvIG5hdmlnYXRlIHRocm91Z2ggY29udGVzdCBjaG9pY2VzLCB1c2UgdGhlIHVwIGFuZCBkb3duIGFycm93cy4gVG8gc2VsZWN0IG9yIHVuc2VsZWN0IGEgY29udGVzdCBjaG9pY2UgYXMgeW91ciB2b3RlLCB1c2UgdGhlIGNpcmNsZSBTZWxlY3QgYnV0dG9uIHRvIHRoZSByaWdodCBvZiB0aGUgbmF2aWdhdGlvbiBidXR0b25zLiBZb3UgY2FuIGZpbmQgdHdvIHZvbHVtZSBjb250cm9scyBhdCB0aGUgdG9wIHJpZ2h0IGNvcm5lciBvZiB0aGUgY29udHJvbGxlci4gVGhlIG1pbnVzIGJ1dHRvbiByZWR1Y2VzIHRoZSB2b2x1bWUgb2YgeW91ciBhdWRpbyBhbmQgdGhlIHBsdXMgYnV0dG9uIGluY3JlYXNlcyB0aGUgdm9sdW1lLiBUbyBjaGFuZ2UgdGhlIHNwZWVjaCByYXRlIG9mIHlvdXIgYXVkaW8sIHVzZSB0aGUgdHdvIGJ1dHRvbnMgYXQgdGhlIGJvdHRvbSByaWdodCBjb3JuZXIgb2YgdGhlIGNvbnRyb2xsZXIuIFRoZSBkb3duIGFycm93IGJ1dHRvbiByZWR1Y2VzIHRoZSBzcGVlY2ggcmF0ZSBhbmQgdGhlIHVwIGFycm93IGJ1dHRvbiBpbmNyZWFzZXMgaXQuIFRvIHBhdXNlIG9yIHVucGF1c2UgdGhlIGF1ZGlvIGF0IGFueSB0aW1lLCB1c2UgdGhlIHBhdXNlIGJ1dHRvbiBhdCB0aGUgYm90dG9tIGxlZnQgY29ybmVyIG9mIHRoZSBjb250cm9sbGVyLiBJZiB5b3UgbmVlZCBtb3JlIGluZm9ybWF0aW9uIG9uIGhvdyB0byB1c2UgdGhlIGNvbnRyb2xsZXIsIHByZXNzIHRoZSBxdWVzdGlvbiBtYXJrIGJ1dHRvbiBhdCB0aGUgdG9wIGxlZnQgY29ybmVyIGF0IGFueSB0aW1lLiBUbyByZXBlYXQgYW55IGNvbnRlbnQsIG5hdmlnYXRlIGJhY2sgdG8gcHJldmlvdXMgY29udGVudCB1c2luZyB0aGUgdXAgb3IgbGVmdCBhcnJvd3MuIFByZXNzIHRoZSByaWdodCBidXR0b24gbm93IHRvIGFkdmFuY2UgdG8gdGhlIGZpcnN0IGNvbnRlc3QuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRCYWxsb3ROYXZpZ2F0aW9uTWFya1NjYW5QYXREZXZpY2UiOiAiV2hlbiB2b3Rpbmcgd2l0aCB0aGUgdGV4dC10by1zcGVlY2ggYXVkaW8sIHVzZSB5b3VyIHBlcnNvbmFsIGFzc2lzdGl2ZSBkZXZpY2UgdG8gbmF2aWdhdGUgeW91ciBiYWxsb3QuIFRvIG5hdmlnYXRlIHRocm91Z2ggY29udGVzdCBjaG9pY2VzLCB1c2UgdGhlIG1vdmUgaW5wdXQuIFRvIHNlbGVjdCBvciB1bnNlbGVjdCBhIGNvbnRlc3QgY2hvaWNlIGFzIHlvdXIgdm90ZSwgdXNlIHRoZSBzZWxlY3QgaW5wdXQuIFRvIG5hdmlnYXRlIHRocm91Z2ggdGhlIGNvbnRlc3RzLCB1c2UgdGhlIG1vdmUgaW5wdXQgdG8gbmF2aWdhdGUgdG8gdGhlIGNvbnRyb2xzIGxhYmVsbGVkIFwibmV4dFwiIGFuZCBcImJhY2tcIiBhbmQgdXNlIHRoZSBzZWxlY3QgaW5wdXQuIEFmdGVyIG1hcmtpbmcgeW91ciB2b3RlcyBpbiBhIGNvbnRlc3QsIGZvY3VzIHdpbGwgYXV0b21hdGljYWxseSBtb3ZlIHRvIHRoZSBcIm5leHRcIiBjb250cm9sIGZvciB5b3VyIGNvbnZlbmllbmNlLiBUbyBnZXQgc3RhcnRlZCwgdXNlIHRoZSBtb3ZlIGlucHV0IHRvIG5hdmlnYXRlIHRvIHRoZSBjb250cm9sIGxhYmVsbGVkIFwic3RhcnQgdm90aW5nXCIgYW5kIHRoZW4gdXNlIHRoZSBzZWxlY3QgaW5wdXQgdG8gYWR2YW5jZSB0byB0aGUgZmlyc3QgY29udGVzdC4iLAogICAgImluc3RydWN0aW9uc0JtZENhc3RCYWxsb3RQcmVhbWJsZSI6ICJZb3VyIG9mZmljaWFsIGJhbGxvdCBpcyBwcmludGluZy4gQ29tcGxldGUgdGhlIGZvbGxvd2luZyBzdGVwcyB0byBmaW5pc2ggdm90aW5nOiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFByZWFtYmxlUG9zdFByaW50IjogIllvdXIgb2ZmaWNpYWwgYmFsbG90IGhhcyBiZWVuIHJlbW92ZWQgZnJvbSB0aGUgcHJpbnRlci4gQ29tcGxldGUgdGhlIGZvbGxvd2luZyBzdGVwcyB0byBmaW5pc2ggdm90aW5nOiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFN0ZXAxIjogIjEuIFZlcmlmeSB5b3VyIG9mZmljaWFsIGJhbGxvdC4iLAogICAgImluc3RydWN0aW9uc0JtZENhc3RCYWxsb3RTdGVwMiI6ICIyLiBTY2FuIHlvdXIgb2ZmaWNpYWwgYmFsbG90LiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2xvc2VQcmludGVyQ292ZXIiOiAiVGhlIHByaW50ZXIgY292ZXIgaXMgb3BlbiBhbmQgbXVzdCBiZSBjbG9zZWQgdG8gY29udGludWUgdm90aW5nLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29uZmlybUNhc3RpbmdCYWxsb3QiOiAiUHJlc3MgdGhlIHNlbGVjdCBidXR0b24gdG8gY29uZmlybSB5b3VyIHNlbGVjdGlvbnMgYXJlIGNvcnJlY3QgYW5kIGNhc3QgeW91ciBiYWxsb3QuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtQ2FzdGluZ0JhbGxvdFBhdERldmljZSI6ICJVc2UgdGhlIHNlbGVjdCBpbnB1dCB0byBjb25maXJtIHlvdXIgc2VsZWN0aW9ucyBhcmUgY29ycmVjdCBhbmQgY2FzdCB5b3VyIGJhbGxvdC4iLAogICAgImluc3RydWN0aW9uc0JtZENvbmZpcm1QcmludGluZ0JhbGxvdCI6ICJQcmVzcyB0aGUgc2VsZWN0IGJ1dHRvbiB0byBjb25maXJtIHlvdXIgc2VsZWN0aW9ucyBhbmQgcHJpbnQgeW91ciBiYWxsb3QuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtUHJpbnRpbmdCYWxsb3RQYXREZXZpY2UiOiAiVXNlIHRoZSBzZWxlY3QgaW5wdXQgdG8gY29uZmlybSB5b3VyIHNlbGVjdGlvbnMgYW5kIHByaW50IHlvdXIgYmFsbG90LiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29udGVzdE5hdmlnYXRpb24iOiAiVG8gbmF2aWdhdGUgdGhyb3VnaCB0aGUgY29udGVzdCBjaG9pY2VzLCB1c2UgdGhlIGRvd24gYnV0dG9uLiBUbyBtb3ZlIHRvIHRoZSBuZXh0IGNvbnRlc3QsIHVzZSB0aGUgcmlnaHQgYnV0dG9uLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29udGVzdE5hdmlnYXRpb25QYXREZXZpY2UiOiAiVG8gbmF2aWdhdGUgdGhyb3VnaCB0aGUgY29udGVzdCBjaG9pY2VzLCB1c2UgdGhlIG1vdmUgaW5wdXQuIFRvIGFkdmFuY2UgdG8gdGhlIG5leHQgY29udGVzdCwgdXNlIHRoZSBtb3ZlIGlucHV0IHRvIG5hdmlnYXRlIHRvIHRoZSBjb250cm9sIGxhYmVsbGVkIFwibmV4dFwiIGFuZCB0aGVuIHVzZSB0aGUgc2VsZWN0IGlucHV0IHRvIGNvbnRpbnVlLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29udHJvbGxlclNhbmRib3hNYXJrU2NhbiI6ICJQcmVzcyBhbnkgYnV0dG9uIG9uIHRoZSBjb250cm9sbGVyIHRvIGxlYXJuIHdoYXQgaXQgaXMgYW5kIGhvdyB0byB1c2UgaXQuIFdoZW4geW91J3JlIGRvbmUsIHByZXNzIHRoZSBxdWVzdGlvbiBtYXJrIHNoYXBlZCDigJxIZWxw4oCdIGJ1dHRvbiBhdCB0aGUgdG9wIGxlZnQgY29ybmVyIG9mIHRoZSBjb250cm9sbGVyIGFnYWluIHRvIHJldHVybiB0byB5b3VyIGJhbGxvdC4iLAogICAgImluc3RydWN0aW9uc0JtZEluc2VydEJhbGxvdEZhY2VVcCI6ICJCZSBzdXJlIHRvIGluc2VydCB0aGUgc2hlZXQgd2l0aCB0aGUgcHJpbnRlZCBzaWRlIGZhY2luZyB1cHdhcmRzLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kSW5zZXJ0UHJldmlvdXNseVByaW50ZWRCYWxsb3QiOiAiUGxlYXNlIHJlbW92ZSB0aGUgc2hlZXQgYW5kIGluc2VydCB0aGUgcHJldmlvdXNseSBwcmludGVkIGJhbGxvdC4iLAogICAgImluc3RydWN0aW9uc0JtZEludmFsaWRhdGVkQmFsbG90IjogIllvdSBoYXZlIGluZGljYXRlZCB5b3VyIGJhbGxvdCBuZWVkcyBjaGFuZ2VzLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kTW92ZVRvU2VsZWN0VG9Db250aW51ZVBhdERldmljZSI6ICJVc2UgdGhlIG1vdmUgaW5wdXQgdG8gc2VsZWN0IHRoZSBPa2F5IGJ1dHRvbiBhbmQgdGhlbiB1c2UgdGhlIHNlbGVjdCBpbnB1dCB0byBjb250aW51ZS4iLAogICAgImluc3RydWN0aW9uc0JtZE5leHRUb0NvbnRpbnVlIjogIlByZXNzIHRoZSByaWdodCBidXR0b24gdG8gY29udGludWUuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXBlckphbSI6ICJQbGVhc2UgYWxlcnQgYSBwb2xsIHdvcmtlciB0byBjbGVhciB0aGUgamFtLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25BY3RpdmF0ZUlucHV0IjogIkFjdGl2YXRlIHRoZSBpbnB1dCB0byBjb250aW51ZS4iLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQWN0aXZhdGVJbnB1dEFnYWluIjogIkFjdGl2YXRlIHRoZSBpbnB1dCBhZ2FpbiB0byBjb250aW51ZS4iLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQWN0aXZhdGVPdGhlcklucHV0IjogIkFjdGl2YXRlIHRoZSBvdGhlciBpbnB1dC4iLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQ29uZmlybUV4aXRTY3JlZW4iOiAiWW91IG1heSBjb250aW51ZSB3aXRoIHZvdGluZyBvciBnbyBiYWNrIHRvIHRoZSBwcmV2aW91cyBzY3JlZW4uIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvbkludHJvU3RlcCI6ICJBY3RpdmF0ZSBlaXRoZXIgaW5wdXQgdG8gY29udGludWUuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvblRyeUlucHV0IjogIlRyeSBhbiBpbnB1dCB0byBjb250aW51ZS4iLAogICAgImluc3RydWN0aW9uc0JtZFByaW50U2NyZWVuTm9CYWxsb3RSZW1vdmFsIjogIkRvIG5vdCByZW1vdmUgdGhlIGJhbGxvdCBvbmNlIGl0J3MgcHJpbnRlZC4iLAogICAgImluc3RydWN0aW9uc0JtZFJlaW5zZXJ0QmFsbG90IjogIlBsZWFzZSByZS1pbnNlcnQgdGhlIHByaW50ZWQgc2hlZXQgdG8gY2FzdCB5b3VyIGJhbGxvdCBhbmQgZmluaXNoIHZvdGluZy4iLAogICAgImluc3RydWN0aW9uc0JtZFJldmlld0FuZFZhbGlkYXRlUHJpbnRlZEJhbGxvdCI6ICJUaGUgZm9sbG93aW5nIHZvdGVzIHdlcmUgc2Nhbm5lZCBmcm9tIHlvdXIgcHJpbnRlZCBvZmZpY2lhbCBiYWxsb3QuIFBsZWFzZSByZXZpZXcgdGhlIHNlbGVjdGlvbnMgaW4gZWFjaCBjb250ZXN0IGFuZCB2ZXJpZnkgdGhhdCB0aGV5IGFyZSBjb3JyZWN0IHRvIGNhc3QgeW91ciBiYWxsb3QuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlQ2hhbmdpbmdWb3RlcyI6ICJUbyBjaGFuZ2UgeW91ciB2b3RlIGluIGFueSBjb250ZXN0LCB1c2UgdGhlIHNlbGVjdCBidXR0b24gdG8gbmF2aWdhdGUgdG8gdGhhdCBjb250ZXN0LiBXaGVuIHlvdSBhcmUgZmluaXNoZWQgbWFraW5nIHlvdXIgYmFsbG90IHNlbGVjdGlvbnMgYW5kIHJlYWR5IHRvIHByaW50IHlvdXIgYmFsbG90LCB1c2UgdGhlIHJpZ2h0IGJ1dHRvbiB0byBwcmludCB5b3VyIGJhbGxvdC4iLAogICAgImluc3RydWN0aW9uc0JtZFJldmlld1BhZ2VDaGFuZ2luZ1ZvdGVzUGF0RGV2aWNlIjogIlRvIGNoYW5nZSB5b3VyIHZvdGUgaW4gYW55IGNvbnRlc3QsIHVzZSB0aGUgc2VsZWN0IGlucHV0IHRvIG5hdmlnYXRlIHRvIHRoYXQgY29udGVzdC4gV2hlbiB5b3UgYXJlIGZpbmlzaGVkIG1ha2luZyB5b3VyIGJhbGxvdCBzZWxlY3Rpb25zIGFuZCByZWFkeSB0byBwcmludCB5b3VyIGJhbGxvdCwgdXNlIHRoZSBtb3ZlIGlucHV0IHRvIG5hdmlnYXRlIHRvIHRoZSBjb250cm9sIGxhYmVsbGVkIFwicHJpbnQgbXkgYmFsbG90XCIgYW5kIHRoZW4gdXNlIHRoZSBzZWxlY3QgaW5wdXQgdG8gc3RhcnQgcHJpbnRpbmcuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlTmF2aWdhdGlvbiI6ICJUbyByZXZpZXcgeW91ciB2b3RlcywgYWR2YW5jZSB0aHJvdWdoIHRoZSBiYWxsb3QgY29udGVzdHMgdXNpbmcgdGhlIHVwIGFuZCBkb3duIGJ1dHRvbnMuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlTmF2aWdhdGlvblBhdERldmljZSI6ICJUbyByZXZpZXcgeW91ciB2b3RlcywgYWR2YW5jZSB0aHJvdWdoIHRoZSBiYWxsb3QgY29udGVzdHMgdXNpbmcgdGhlIG1vdmUgaW5wdXQuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRTY2FuUmV2aWV3Q29uZmlybWF0aW9uIjogIklmIHlvdXIgc2VsZWN0aW9ucyBhcmUgY29ycmVjdCwgcHJlc3MgdGhlIFJpZ2h0IGJ1dHRvbiB0byBjb25maXJtIHlvdXIgY2hvaWNlcyBhbmQgY2FzdCB5b3VyIGJhbGxvdC4gSWYgdGhlcmUgaXMgYW4gZXJyb3IsIHByZXNzIHRoZSBMZWZ0IGJ1dHRvbiB0byBtYXJrIHRoaXMgYmFsbG90IGFzIGluY29ycmVjdCBhbmQgYWxlcnQgYSBwb2xsIHdvcmtlci4iLAogICAgImluc3RydWN0aW9uc0JtZFNjYW5SZXZpZXdDb25maXJtYXRpb25QYXREZXZpY2UiOiAiSWYgeW91ciBzZWxlY3Rpb25zIGFyZSBjb3JyZWN0LCB1c2UgdGhlIG1vdmUgaW5wdXQgdG8gbmF2aWdhdGUgdG8gdGhlIGNvbnRyb2wgbGFiZWxsZWQgXCJjYXN0IG15IGJhbGxvdFwiIGFuZCB0aGVuIHVzZSB0aGUgc2VsZWN0IGlucHV0IHRvIGNvbmZpcm0geW91ciBjaG9pY2VzIGFuZCBjYXN0IHlvdXIgYmFsbG90LiBJZiB0aGVyZSBpcyBhbiBlcnJvciwgc2VsZWN0IHRoZSBvcHRpb24gbGFiZWxsZWQgXCJteSBiYWxsb3QgaXMgaW5jb3JyZWN0XCIgdG8gbWFyayB0aGlzIGJhbGxvdCBhcyBpbmNvcnJlY3QgYW5kIGFsZXJ0IGEgcG9sbCB3b3JrZXIuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRTZWxlY3RUb0NvbnRpbnVlIjogIlByZXNzIHRoZSBzZWxlY3QgYnV0dG9uIHRvIGNvbnRpbnVlLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kU2VsZWN0VG9Db250aW51ZVBhdERldmljZSI6ICJVc2UgdGhlIHNlbGVjdCBpbnB1dCB0byBjb250aW51ZS4iLAogICAgImluc3RydWN0aW9uc0JtZFdyaXRlSW5Gb3JtTmF2aWdhdGlvbiI6ICJVc2UgdGhlIHVwIGFuZCBkb3duIGJ1dHRvbnMgdG8gbmF2aWdhdGUgYmV0d2VlbiB0aGUgbGV0dGVycyBvZiBhIHN0YW5kYXJkIGtleWJvYXJkLiBVc2UgdGhlIHNlbGVjdCBidXR0b24gdG8gc2VsZWN0IHRoZSBjdXJyZW50IGxldHRlci4iLAogICAgImluc3RydWN0aW9uc0JtZFdyaXRlSW5Gb3JtTmF2aWdhdGlvblBhdERldmljZSI6ICJVc2UgdGhlIG1vdmUgaW5wdXQgdG8gbmF2aWdhdGUgYmV0d2VlbiB0aGUgbGV0dGVycyBvZiBhIHN0YW5kYXJkIGtleWJvYXJkLiBVc2UgdGhlIHNlbGVjdCBpbnB1dCB0byBzZWxlY3QgdGhlIGN1cnJlbnQgbGV0dGVyLiIsCiAgICAiaW5zdHJ1Y3Rpb25zTGFuZ3VhZ2VTZXR0aW5nc0J1dHRvbiI6ICJQcmVzcyB0aGUgU2VsZWN0IGJ1dHRvbiB0byBjaGFuZ2UgeW91ciBiYWxsb3QgbGFuZ3VhZ2UuIiwKICAgICJpbnN0cnVjdGlvbnNMYW5ndWFnZVNldHRpbmdzU2NyZWVuIjogIlVzZSB0aGUgdXAgYW5kIGRvd24gYnV0dG9ucyB0byBuYXZpZ2F0ZSB0aHJvdWdoIHRoZSBhdmFpbGFibGUgYmFsbG90IGxhbmd1YWdlcy4gVG8gc2VsZWN0IGEgbGFuZ3VhZ2UsIHVzZSB0aGUgc2VsZWN0IGJ1dHRvbi4gV2hlbiB5b3UncmUgZG9uZSwgdXNlIHRoZSByaWdodCBidXR0b24gdG8gY29udGludWUgdm90aW5nLiIsCiAgICAiaW5zdHJ1Y3Rpb25zTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlblBhdERldmljZSI6ICJVc2UgdGhlIG1vdmUgaW5wdXQgdG8gbmF2aWdhdGUgdGhyb3VnaCB0aGUgYXZhaWxhYmxlIGJhbGxvdCBsYW5ndWFnZXMuIFRvIHNlbGVjdCBhIGxhbmd1YWdlLCB1c2UgdGhlIHNlbGVjdCBpbnB1dC4gV2hlbiB5b3UncmUgZG9uZSwgdXNlIHRoZSBtb3ZlIGlucHV0IHRvIG5hdmlnYXRlIHRvIHRoZSBjb250cm9sIGxhYmVsbGVkIFwiZG9uZVwiIGFuZCB0aGVuIHVzZSB0aGUgc2VsZWN0IGlucHV0IHRvIGNvbnRpbnVlIHZvdGluZy4iLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJBc2tGb3JSZXN0YXJ0IjogIkFzayBhIHBvbGwgd29ya2VyIHRvIHJlc3RhcnQgdGhlIHNjYW5uZXIuIiwKICAgICJpbnN0cnVjdGlvbnNTY2FubmVySW5zZXJ0QmFsbG90U2NyZWVuIjogIlNjYW4gb25lIGJhbGxvdCBzaGVldCBhdCBhIHRpbWUuIiwKICAgICJpbnN0cnVjdGlvbnNTY2FubmVyUmVtb3ZlQmFsbG90VG9Db250aW51ZSI6ICJSZW1vdmUgYmFsbG90IHRvIGNvbnRpbnVlLiIsCiAgICAiaW5zdHJ1Y3Rpb25zU2Nhbm5lclJlbW92ZURvdWJsZVNoZWV0IjogIlJlbW92ZSB5b3VyIGJhbGxvdCBhbmQgaW5zZXJ0IG9uZSBzaGVldCBhdCBhIHRpbWUuIiwKICAgICJsYWJlbEFsbFByZWNpbmN0c1NlbGVjdGlvbiI6ICJBbGwgUHJlY2luY3RzIiwKICAgICJsYWJlbEJhbGxvdFN0eWxlIjogIkJhbGxvdCBTdHlsZToiLAogICAgImxhYmVsQm1kUGF0Q2FsaWJyYXRpb25JbnB1dEFjdGl2YXRlZCI6ICJJbnB1dCBBY3RpdmF0ZWQ6IiwKICAgICJsYWJlbEJtZFBhdENhbGlicmF0aW9uSW5wdXRJZGVudGlmaWVkIjogIklucHV0IElkZW50aWZpZWQ6IiwKICAgICJsYWJlbEJtZFNlY29uZHNSZW1haW5pbmciOiAiTnVtYmVyIG9mIHNlY29uZHMgcmVtYWluaW5nOiIsCiAgICAibGFiZWxCbWRXcml0ZUluRm9ybSI6ICJFbnRlciB0aGUgbmFtZSBvZiBhIHBlcnNvbiB3aG8gaXMgPDE+bm90PC8xPiBvbiB0aGUgYmFsbG90OiIsCiAgICAibGFiZWxDaGFyYWN0ZXJzUmVtYWluaW5nIjogIkNoYXJhY3RlcnMgcmVtYWluaW5nOiIsCiAgICAibGFiZWxDb250ZXN0TnVtYmVyIjogIkNvbnRlc3QgbnVtYmVyOiIsCiAgICAibGFiZWxDb250ZXN0c1JlbWFpbmluZyI6ICJDb250ZXN0cyByZW1haW5pbmc6IiwKICAgICJsYWJlbENvbnRlc3RzV2l0aE5vVm90ZXMiOiAiQ29udGVzdHMgd2l0aCBubyB2b3RlcyBtYXJrZWQ6IiwKICAgICJsYWJlbENvbnRlc3RzV2l0aFRvb01hbnlWb3RlcyI6ICJDb250ZXN0cyB3aXRoIHRvbyBtYW55IHZvdGVzIG1hcmtlZDoiLAogICAgImxhYmVsQ29udGVzdHNXaXRoVm90ZXNSZW1haW5pbmciOiAiQ29udGVzdHMgd2l0aCBvbmUgb3IgbW9yZSB2b3RlcyByZW1haW5pbmc6IiwKICAgICJsYWJlbEN1cnJlbnRMYW5ndWFnZSI6ICJDdXJyZW50IExhbmd1YWdlOiIsCiAgICAibGFiZWxEZXNlbGVjdGVkIjogIkRlc2VsZWN0ZWQ6IiwKICAgICJsYWJlbERlc2VsZWN0ZWRPcHRpb24iOiAiRGVzZWxlY3RlZCBvcHRpb246IiwKICAgICJsYWJlbEVpdGhlck5laXRoZXJDb250ZXN0RWl0aGVyTmVpdGhlclNlY3Rpb24iOiAiVk9URSBGT1IgQVBQUk9WQUwgT0YgRUlUSEVSLCBPUiBBR0FJTlNUIEJPVEgiLAogICAgImxhYmVsRWl0aGVyTmVpdGhlckNvbnRlc3RQaWNrT25lU2VjdGlvbiI6ICJBTkQgVk9URSBGT1IgT05FIiwKICAgICJsYWJlbEtleWJvYXJkQ29tbWEiOiAiLCIsCiAgICAibGFiZWxLZXlib2FyZERlbGV0ZSI6ICJkZWxldGUiLAogICAgImxhYmVsS2V5Ym9hcmREb3VibGVRdW90ZSI6ICJcIiIsCiAgICAibGFiZWxLZXlib2FyZEh5cGhlbiI6ICItIiwKICAgICJsYWJlbEtleWJvYXJkUGVyaW9kIjogIi4iLAogICAgImxhYmVsS2V5Ym9hcmRTaW5nbGVRdW90ZSI6ICInIiwKICAgICJsYWJlbEtleWJvYXJkU3BhY2VCYXIiOiAic3BhY2UiLAogICAgImxhYmVsTnVtQmFsbG90Q29udGVzdHMiOiAiTnVtYmVyIG9mIGNvbnRlc3RzIG9uIHlvdXIgYmFsbG90OiIsCiAgICAibGFiZWxOdW1TaGVldHNTY2FubmVkIjogIlNoZWV0cyBTY2FubmVkIiwKICAgICJsYWJlbE51bVZvdGVzUmVtYWluaW5nIjogIlZvdGVzIHJlbWFpbmluZyBpbiB0aGlzIGNvbnRlc3Q6IiwKICAgICJsYWJlbE51bVZvdGVzVW51c2VkIjogIk51bWJlciBvZiB1bnVzZWQgdm90ZXM6IiwKICAgICJsYWJlbFNlbGVjdGVkIjogIlNlbGVjdGVkOiIsCiAgICAibGFiZWxTZWxlY3RlZE9wdGlvbiI6ICJTZWxlY3RlZCBvcHRpb246IiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0SGlnaERhcmsiOiAiV2hpdGUgdGV4dCwgYmxhY2sgYmFja2dyb3VuZCIsCiAgICAibGFiZWxUaGVtZXNDb250cmFzdEhpZ2hMaWdodCI6ICJCbGFjayB0ZXh0LCB3aGl0ZSBiYWNrZ3JvdW5kIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0TG93IjogIkdyYXkgdGV4dCwgZGFyayBiYWNrZ3JvdW5kIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0TWVkaXVtIjogIkRhcmsgdGV4dCwgbGlnaHQgYmFja2dyb3VuZCIsCiAgICAibGFiZWxUaGVtZXNTaXplRXh0cmFMYXJnZSI6ICJFeHRyYS1MYXJnZSIsCiAgICAibGFiZWxUaGVtZXNTaXplTGFyZ2UiOiAiTGFyZ2UiLAogICAgImxhYmVsVGhlbWVzU2l6ZU1lZGl1bSI6ICJNZWRpdW0iLAogICAgImxhYmVsVGhlbWVzU2l6ZVNtYWxsIjogIlNtYWxsIiwKICAgICJsYWJlbFRvdGFsQ29udGVzdHMiOiAiVG90YWwgY29udGVzdHM6IiwKICAgICJsYWJlbFdyaXRlSW5DYW5kaWRhdGVOYW1lIjogIldyaXRlLUluIENhbmRpZGF0ZSIsCiAgICAibGFiZWxXcml0ZUluUGFyZW50aGVzaXplZCI6ICIod3JpdGUtaW4pIiwKICAgICJsYWJlbFdyaXRlSW5UaXRsZUNhc2UiOiAiV3JpdGUtSW4iLAogICAgImxhYmVsV3JpdGVJblRpdGxlQ2FzZUNvbG9uIjogIldyaXRlLUluOiIsCiAgICAibGV0dGVyQSI6ICJBIiwKICAgICJsZXR0ZXJCIjogIkIiLAogICAgImxldHRlckMiOiAiQyIsCiAgICAibGV0dGVyRCI6ICJEIiwKICAgICJsZXR0ZXJFIjogIkUiLAogICAgImxldHRlckYiOiAiRiIsCiAgICAibGV0dGVyRyI6ICJHIiwKICAgICJsZXR0ZXJIIjogIkgiLAogICAgImxldHRlckkiOiAiSSIsCiAgICAibGV0dGVySiI6ICJKIiwKICAgICJsZXR0ZXJLIjogIksiLAogICAgImxldHRlckwiOiAiTCIsCiAgICAibGV0dGVyTSI6ICJNIiwKICAgICJsZXR0ZXJOIjogIk4iLAogICAgImxldHRlck8iOiAiTyIsCiAgICAibGV0dGVyUCI6ICJQIiwKICAgICJsZXR0ZXJRIjogIlEiLAogICAgImxldHRlclIiOiAiUiIsCiAgICAibGV0dGVyUyI6ICJTIiwKICAgICJsZXR0ZXJUIjogIlQiLAogICAgImxldHRlclUiOiAiVSIsCiAgICAibGV0dGVyViI6ICJWIiwKICAgICJsZXR0ZXJXIjogIlciLAogICAgImxldHRlclgiOiAiWCIsCiAgICAibGV0dGVyWSI6ICJZIiwKICAgICJsZXR0ZXJaIjogIloiLAogICAgIm5vdGVBc2tQb2xsV29ya2VyRm9ySGVscCI6ICJBc2sgYSBwb2xsIHdvcmtlciBpZiB5b3UgbmVlZCBoZWxwLiIsCiAgICAibm90ZUJhbGxvdENvbnRlc3ROb1NlbGVjdGlvbiI6ICJObyBTZWxlY3Rpb24iLAogICAgIm5vdGVCbWRCYWxsb3RCb3hJc0Z1bGwiOiAiQSBwb2xsIHdvcmtlciBtdXN0IGVtcHR5IHRoZSBmdWxsIGJhbGxvdCBib3guIiwKICAgICJub3RlQm1kQmFsbG90U2hlZXRMb2FkZWQiOiAiVGhlIGJhbGxvdCBzaGVldCBoYXMgYmVlbiBsb2FkZWQuIFlvdSB3aWxsIGhhdmUgYSBjaGFuY2UgdG8gcmV2aWV3IHlvdXIgc2VsZWN0aW9ucyBiZWZvcmUgcmVwcmludGluZyB5b3VyIGJhbGxvdC4iLAogICAgIm5vdGVCbWRDYXN0aW5nQmFsbG90IjogIkNhc3RpbmcgQmFsbG90Li4uIiwKICAgICJub3RlQm1kQ2xlYXJpbmdCYWxsb3QiOiAiQ2xlYXJpbmcgYmFsbG90IiwKICAgICJub3RlQm1kQ29udGVzdENvbXBsZXRlZCI6ICJZb3UndmUgY29tcGxldGVkIHlvdXIgc2VsZWN0aW9ucyBvbiB0aGlzIGNvbnRlc3QuIFByZXNzIHRoZSByaWdodCBhcnJvdyBidXR0b24gdG8gYWR2YW5jZSB0byB0aGUgbmV4dCBjb250ZXN0LiBZb3UgbWF5IGNvbnRpbnVlIG5hdmlnYXRpbmcgaW4gdGhpcyBjb250ZXN0IHRvIGNoYW5nZSB5b3VyIHNlbGVjdGlvbnMuIiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlck5vU2VsZWN0aW9uIjogIkZpcnN0LCB2b3RlIFwiZm9yIGVpdGhlclwiIG9yIFwiYWdhaW5zdCBib3RoXCIuIFRoZW4gc2VsZWN0IHlvdXIgcHJlZmVycmVkIG1lYXN1cmUuIiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkRWl0aGVyIjogIllvdSBoYXZlIHNlbGVjdGVkIFwiZm9yIGVpdGhlclwiLiA8Mj5Ob3cgc2VsZWN0IHlvdXIgcHJlZmVycmVkIG1lYXN1cmUuPC8yPiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJTZWxlY3RlZEVpdGhlckFuZFByZWZlcnJlZCI6ICJZb3UgaGF2ZSBzZWxlY3RlZCBcImZvciBlaXRoZXJcIiBhbmQgeW91ciBwcmVmZXJyZWQgbWVhc3VyZS4iLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWROZWl0aGVyIjogIllvdSBoYXZlIHNlbGVjdGVkIFwiYWdhaW5zdCBib3RoXCIuIDwyPllvdSBtYXkgYWRkaXRpb25hbGx5IHNlbGVjdCB5b3VyIHByZWZlcnJlZCBtZWFzdXJlLjwvMj4iLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWROZWl0aGVyQW5kUHJlZmVycmVkIjogIllvdSBoYXZlIHNlbGVjdGVkIFwiYWdhaW5zdCBib3RoXCIgYW5kIHlvdXIgcHJlZmVycmVkIG1lYXN1cmUuIiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkUHJlZmVycmVkIjogIllvdSBoYXZlIHNlbGVjdGVkIHlvdXIgcHJlZmVycmVkIG1lYXN1cmUuIDwyPk5vdyB2b3RlIFwiZm9yIGVpdGhlclwiIG9yIFwiYWdhaW5zdCBib3RoXCIuPC8yPiIsCiAgICAibm90ZUJtZEhhcmR3YXJlUmVzZXQiOiAiVGhlIGhhcmR3YXJlIGhhcyBiZWVuIHJlc2V0LiIsCiAgICAibm90ZUJtZEhhcmR3YXJlUmVzZXR0aW5nIjogIlRoZSBoYXJkd2FyZSBpcyByZXNldHRpbmcuIiwKICAgICJub3RlQm1kSW50ZXJwcmV0YXRpb25Qcm9ibGVtIjogIlRoZXJlIHdhcyBhIHByb2JsZW0gaW50ZXJwcmV0aW5nIHlvdXIgYmFsbG90LiIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uSW50cm9TdGVwIjogIllvdXIgdHdvIGlucHV0cyBjYW4gYmUgdXNlZCB0byA8MT5Nb3ZlPC8xPiBmb2N1cyBvbiB0aGUgc2NyZWVuIG9yIDwzPlNlbGVjdDwvMz4gYW4gaXRlbS4iLAogICAgIm5vdGVCbWRQYXRDYWxpYnJhdGlvblN0ZXAxIjogIlN0ZXAgMSBvZiAzIiwKICAgICJub3RlQm1kUGF0Q2FsaWJyYXRpb25TdGVwMiI6ICJTdGVwIDIgb2YgMyIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uU3RlcDMiOiAiU3RlcCAzIG9mIDMiLAogICAgIm5vdGVCbWRQcmludGVkQmFsbG90UmV2aWV3TmV4dFN0ZXBzIjogIllvdSB3aWxsIGhhdmUgYSBjaGFuY2UgdG8gcmV2aWV3IGFuZCB2ZXJpZnkgdGhlIHZvdGVzIG9uIHlvdXIgcHJpbnRlZCBiYWxsb3QgYmVmb3JlIGl0IGlzIGNhc3QuIiwKICAgICJub3RlQm1kUmVsb2FkU2hlZXRBZnRlclBhcGVySmFtIjogIlBsZWFzZSBhc2sgYSBwb2xsIHdvcmtlciB0byBsb2FkIGEgbmV3IGJhbGxvdCBzaGVldC4iLAogICAgIm5vdGVCbWRTY2FubmluZ1JlaW5zZXJ0ZWRCYWxsb3QiOiAiUGxlYXNlIHdhaXQgd2hpbGUgdGhlIHZvdGVzIG9uIHlvdXIgYmFsbG90IGFyZSBzY2FubmVkLiIsCiAgICAibm90ZUJtZFNlc3Npb25SZXN0YXJ0IjogIllvdXIgdm90aW5nIHNlc3Npb24gd2lsbCByZXN0YXJ0IHNob3J0bHkuIiwKICAgICJub3RlUHJpbnRlckRpc2Nvbm5lY3RlZCI6ICJQcmludGVyIGlzIGRpc2Nvbm5lY3RlZC4iLAogICAgIm5vdGVQcmludGVySGFyZHdhcmVFcnJvciI6ICJUaGUgcHJpbnRlciBoYXMgZXhwZXJpZW5jZWQgYW4gdW5rbm93biBlcnJvci4iLAogICAgIm5vdGVTY2FubmVyQmxhbmtDb250ZXN0c0NhcmRQbHVyYWwiOiAiRGlkIHlvdSBtZWFuIHRvIGxlYXZlIHRoZXNlIGNvbnRlc3RzIGJsYW5rPyIsCiAgICAibm90ZVNjYW5uZXJCbGFua0NvbnRlc3RzQ2FyZFNpbmd1bGFyIjogIkRpZCB5b3UgbWVhbiB0byBsZWF2ZSB0aGlzIGNvbnRlc3QgYmxhbms/IiwKICAgICJub3RlU2Nhbm5lckRpc2Nvbm5lY3RlZCI6ICJTY2FubmVyIGlzIGRpc2Nvbm5lY3RlZC4iLAogICAgIm5vdGVTY2FubmVyT3ZlcnZvdGVDb250ZXN0c0NhcmRQbHVyYWwiOiAiWW91ciB2b3RlcyBpbiB0aGVzZSBjb250ZXN0cyB3aWxsIG5vdCBiZSBjb3VudGVkLiIsCiAgICAibm90ZVNjYW5uZXJPdmVydm90ZUNvbnRlc3RzQ2FyZFNpbmd1bGFyIjogIllvdXIgdm90ZXMgaW4gdGhpcyBjb250ZXN0IHdpbGwgbm90IGJlIGNvdW50ZWQuIiwKICAgICJub3RlU2Nhbm5lclNjYW5JblByb2dyZXNzIjogIlNjYW5uaW5nIHRoZSBtYXJrcyBvbiB5b3VyIGJhbGxvdC4iLAogICAgIm5vdGVTY2FubmVyVW5kZXJ2b3RlQ29udGVzdHNDYXJkUGx1cmFsIjogIkFsbCBvdGhlciB2b3RlcyBpbiB0aGVzZSBjb250ZXN0cyB3aWxsIGNvdW50LiIsCiAgICAibm90ZVNjYW5uZXJVbmRlcnZvdGVDb250ZXN0c0NhcmRTaW5ndWxhciI6ICJBbGwgb3RoZXIgdm90ZXMgaW4gdGhpcyBjb250ZXN0IHdpbGwgY291bnQuIiwKICAgICJub3RlVGhhbmtZb3VGb3JWb3RpbmciOiAiVGhhbmsgeW91IGZvciB2b3RpbmcuIiwKICAgICJub3RlVm90ZXJTZXR0aW5nc0F1ZGlvTXV0ZWQiOiAiQXVkaW8gaXMgbXV0ZWQiLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9Ob0hlYWRwaG9uZXMiOiAiTm8gaGVhZHBob25lcyBkZXRlY3RlZC4iLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9Vbm11dGVkIjogIkF1ZGlvIGlzIG9uIiwKICAgICJudW1iZXIwIjogIjAiLAogICAgIm51bWJlcjEiOiAiMSIsCiAgICAibnVtYmVyMTAiOiAiMTAiLAogICAgIm51bWJlcjEwMCI6ICIxMDAiLAogICAgIm51bWJlcjEwMSI6ICIxMDEiLAogICAgIm51bWJlcjEwMiI6ICIxMDIiLAogICAgIm51bWJlcjEwMyI6ICIxMDMiLAogICAgIm51bWJlcjEwNCI6ICIxMDQiLAogICAgIm51bWJlcjEwNSI6ICIxMDUiLAogICAgIm51bWJlcjEwNiI6ICIxMDYiLAogICAgIm51bWJlcjEwNyI6ICIxMDciLAogICAgIm51bWJlcjEwOCI6ICIxMDgiLAogICAgIm51bWJlcjEwOSI6ICIxMDkiLAogICAgIm51bWJlcjExIjogIjExIiwKICAgICJudW1iZXIxMTAiOiAiMTEwIiwKICAgICJudW1iZXIxMTEiOiAiMTExIiwKICAgICJudW1iZXIxMTIiOiAiMTEyIiwKICAgICJudW1iZXIxMTMiOiAiMTEzIiwKICAgICJudW1iZXIxMTQiOiAiMTE0IiwKICAgICJudW1iZXIxMTUiOiAiMTE1IiwKICAgICJudW1iZXIxMTYiOiAiMTE2IiwKICAgICJudW1iZXIxMTciOiAiMTE3IiwKICAgICJudW1iZXIxMTgiOiAiMTE4IiwKICAgICJudW1iZXIxMTkiOiAiMTE5IiwKICAgICJudW1iZXIxMiI6ICIxMiIsCiAgICAibnVtYmVyMTIwIjogIjEyMCIsCiAgICAibnVtYmVyMTIxIjogIjEyMSIsCiAgICAibnVtYmVyMTIyIjogIjEyMiIsCiAgICAibnVtYmVyMTIzIjogIjEyMyIsCiAgICAibnVtYmVyMTI0IjogIjEyNCIsCiAgICAibnVtYmVyMTI1IjogIjEyNSIsCiAgICAibnVtYmVyMTI2IjogIjEyNiIsCiAgICAibnVtYmVyMTI3IjogIjEyNyIsCiAgICAibnVtYmVyMTI4IjogIjEyOCIsCiAgICAibnVtYmVyMTI5IjogIjEyOSIsCiAgICAibnVtYmVyMTMiOiAiMTMiLAogICAgIm51bWJlcjEzMCI6ICIxMzAiLAogICAgIm51bWJlcjEzMSI6ICIxMzEiLAogICAgIm51bWJlcjEzMiI6ICIxMzIiLAogICAgIm51bWJlcjEzMyI6ICIxMzMiLAogICAgIm51bWJlcjEzNCI6ICIxMzQiLAogICAgIm51bWJlcjEzNSI6ICIxMzUiLAogICAgIm51bWJlcjE0IjogIjE0IiwKICAgICJudW1iZXIxNSI6ICIxNSIsCiAgICAibnVtYmVyMTYiOiAiMTYiLAogICAgIm51bWJlcjE3IjogIjE3IiwKICAgICJudW1iZXIxOCI6ICIxOCIsCiAgICAibnVtYmVyMTkiOiAiMTkiLAogICAgIm51bWJlcjIiOiAiMiIsCiAgICAibnVtYmVyMjAiOiAiMjAiLAogICAgIm51bWJlcjIxIjogIjIxIiwKICAgICJudW1iZXIyMiI6ICIyMiIsCiAgICAibnVtYmVyMjMiOiAiMjMiLAogICAgIm51bWJlcjI0IjogIjI0IiwKICAgICJudW1iZXIyNSI6ICIyNSIsCiAgICAibnVtYmVyMjYiOiAiMjYiLAogICAgIm51bWJlcjI3IjogIjI3IiwKICAgICJudW1iZXIyOCI6ICIyOCIsCiAgICAibnVtYmVyMjkiOiAiMjkiLAogICAgIm51bWJlcjMiOiAiMyIsCiAgICAibnVtYmVyMzAiOiAiMzAiLAogICAgIm51bWJlcjMxIjogIjMxIiwKICAgICJudW1iZXIzMiI6ICIzMiIsCiAgICAibnVtYmVyMzMiOiAiMzMiLAogICAgIm51bWJlcjM0IjogIjM0IiwKICAgICJudW1iZXIzNSI6ICIzNSIsCiAgICAibnVtYmVyMzYiOiAiMzYiLAogICAgIm51bWJlcjM3IjogIjM3IiwKICAgICJudW1iZXIzOCI6ICIzOCIsCiAgICAibnVtYmVyMzkiOiAiMzkiLAogICAgIm51bWJlcjQiOiAiNCIsCiAgICAibnVtYmVyNDAiOiAiNDAiLAogICAgIm51bWJlcjQxIjogIjQxIiwKICAgICJudW1iZXI0MiI6ICI0MiIsCiAgICAibnVtYmVyNDMiOiAiNDMiLAogICAgIm51bWJlcjQ0IjogIjQ0IiwKICAgICJudW1iZXI0NSI6ICI0NSIsCiAgICAibnVtYmVyNDYiOiAiNDYiLAogICAgIm51bWJlcjQ3IjogIjQ3IiwKICAgICJudW1iZXI0OCI6ICI0OCIsCiAgICAibnVtYmVyNDkiOiAiNDkiLAogICAgIm51bWJlcjUiOiAiNSIsCiAgICAibnVtYmVyNTAiOiAiNTAiLAogICAgIm51bWJlcjUxIjogIjUxIiwKICAgICJudW1iZXI1MiI6ICI1MiIsCiAgICAibnVtYmVyNTMiOiAiNTMiLAogICAgIm51bWJlcjU0IjogIjU0IiwKICAgICJudW1iZXI1NSI6ICI1NSIsCiAgICAibnVtYmVyNTYiOiAiNTYiLAogICAgIm51bWJlcjU3IjogIjU3IiwKICAgICJudW1iZXI1OCI6ICI1OCIsCiAgICAibnVtYmVyNTkiOiAiNTkiLAogICAgIm51bWJlcjYiOiAiNiIsCiAgICAibnVtYmVyNjAiOiAiNjAiLAogICAgIm51bWJlcjYxIjogIjYxIiwKICAgICJudW1iZXI2MiI6ICI2MiIsCiAgICAibnVtYmVyNjMiOiAiNjMiLAogICAgIm51bWJlcjY0IjogIjY0IiwKICAgICJudW1iZXI2NSI6ICI2NSIsCiAgICAibnVtYmVyNjYiOiAiNjYiLAogICAgIm51bWJlcjY3IjogIjY3IiwKICAgICJudW1iZXI2OCI6ICI2OCIsCiAgICAibnVtYmVyNjkiOiAiNjkiLAogICAgIm51bWJlcjciOiAiNyIsCiAgICAibnVtYmVyNzAiOiAiNzAiLAogICAgIm51bWJlcjcxIjogIjcxIiwKICAgICJudW1iZXI3MiI6ICI3MiIsCiAgICAibnVtYmVyNzMiOiAiNzMiLAogICAgIm51bWJlcjc0IjogIjc0IiwKICAgICJudW1iZXI3NSI6ICI3NSIsCiAgICAibnVtYmVyNzYiOiAiNzYiLAogICAgIm51bWJlcjc3IjogIjc3IiwKICAgICJudW1iZXI3OCI6ICI3OCIsCiAgICAibnVtYmVyNzkiOiAiNzkiLAogICAgIm51bWJlcjgiOiAiOCIsCiAgICAibnVtYmVyODAiOiAiODAiLAogICAgIm51bWJlcjgxIjogIjgxIiwKICAgICJudW1iZXI4MiI6ICI4MiIsCiAgICAibnVtYmVyODMiOiAiODMiLAogICAgIm51bWJlcjg0IjogIjg0IiwKICAgICJudW1iZXI4NSI6ICI4NSIsCiAgICAibnVtYmVyODYiOiAiODYiLAogICAgIm51bWJlcjg3IjogIjg3IiwKICAgICJudW1iZXI4OCI6ICI4OCIsCiAgICAibnVtYmVyODkiOiAiODkiLAogICAgIm51bWJlcjkiOiAiOSIsCiAgICAibnVtYmVyOTAiOiAiOTAiLAogICAgIm51bWJlcjkxIjogIjkxIiwKICAgICJudW1iZXI5MiI6ICI5MiIsCiAgICAibnVtYmVyOTMiOiAiOTMiLAogICAgIm51bWJlcjk0IjogIjk0IiwKICAgICJudW1iZXI5NSI6ICI5NSIsCiAgICAibnVtYmVyOTYiOiAiOTYiLAogICAgIm51bWJlcjk3IjogIjk3IiwKICAgICJudW1iZXI5OCI6ICI5OCIsCiAgICAibnVtYmVyOTkiOiAiOTkiLAogICAgInByb21wdEJtZENvbmZpcm1SZW1vdmVXcml0ZUluIjogIkRvIHlvdSB3YW50IHRvIGRlc2VsZWN0IGFuZCByZW1vdmUgeW91ciB3cml0ZS1pbiBjYW5kaWRhdGU/IiwKICAgICJwcm9tcHRCbWRTb3VuZERpYWdub3N0aWNTY3JlZW4iOiAiUHJlc3MgdGhlIHNlbGVjdCBidXR0b24gdG8gY29uZmlybSBzb3VuZCBpcyB3b3JraW5nLiIsCiAgICAidGl0bGVBdWRpb09ubHlNb2RlRW5hYmxlZCI6ICJBdWRpby1Pbmx5IE1vZGUiLAogICAgInRpdGxlQmFsbG90Qm94RnVsbCI6ICJCYWxsb3QgQm94IEZ1bGwiLAogICAgInRpdGxlQmFsbG90SWQiOiAiQmFsbG90IElEIiwKICAgICJ0aXRsZUJhbGxvdFN0eWxlIjogIkJhbGxvdCBTdHlsZSIsCiAgICAidGl0bGVCYWxsb3RTdWNjZXNzZnVsbHlDYXN0UGFnZSI6ICJZb3VyIGJhbGxvdCB3YXMgY2FzdCEiLAogICAgInRpdGxlQm1kQXNrRm9ySGVscFNjcmVlbiI6ICJBc2sgYSBwb2xsIHdvcmtlciBmb3IgaGVscCIsCiAgICAidGl0bGVCbWRCYWxsb3RSZW1vdmVkU2NyZWVuIjogIkJhbGxvdCBSZW1vdmVkIiwKICAgICJ0aXRsZUJtZENhc3RCYWxsb3RTY3JlZW4iOiAiWW914oCZcmUgQWxtb3N0IERvbmUiLAogICAgInRpdGxlQm1kSWRsZVNjcmVlbiI6ICJBcmUgeW91IHN0aWxsIHZvdGluZz8iLAogICAgInRpdGxlQm1kSW52YWxpZEJhbGxvdE5vQmFsbG90RGV0ZWN0ZWQiOiAiTm8gQmFsbG90IERldGVjdGVkIiwKICAgICJ0aXRsZUJtZEludmFsaWRCYWxsb3RXcm9uZ0VsZWN0aW9uIjogIldyb25nIEVsZWN0aW9uIiwKICAgICJ0aXRsZUJtZEludmFsaWRCYWxsb3RXcm9uZ1ByZWNpbmN0IjogIldyb25nIFByZWNpbmN0IiwKICAgICJ0aXRsZUJtZEludmFsaWRCYWxsb3RXcm9uZ1Rlc3RNb2RlIjogIldyb25nIEJhbGxvdCBNb2RlIiwKICAgICJ0aXRsZUJtZEphbUNsZWFyZWRTY3JlZW4iOiAiSmFtIENsZWFyZWQiLAogICAgInRpdGxlQm1kSmFtbWVkU2NyZWVuIjogIlBhcGVyIGlzIEphbW1lZCIsCiAgICAidGl0bGVCbWRMb2FkaW5nUmVpbnNlcnRlZEJhbGxvdFNjcmVlbiI6ICJMb2FkaW5nIHlvdXIgYmFsbG90Li4uIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uQ29uZmlybUV4aXRTY3JlZW4iOiAiRGV2aWNlIElucHV0cyBJZGVudGlmaWVkIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uSWRlbnRpZmljYXRpb25QYWdlIjogIlBlcnNvbmFsIEFzc2lzdGl2ZSBUZWNobm9sb2d5IERldmljZSBJZGVudGlmaWNhdGlvbiIsCiAgICAidGl0bGVCbWRQYXRDYWxpYnJhdGlvbklkZW50aWZ5TW92ZUlucHV0IjogIklkZW50aWZ5IHRoZSBcIk1vdmVcIiBJbnB1dCIsCiAgICAidGl0bGVCbWRQYXRDYWxpYnJhdGlvbklkZW50aWZ5U2VsZWN0SW5wdXQiOiAiSWRlbnRpZnkgdGhlIFwiU2VsZWN0XCIgSW5wdXQiLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25JbnRyb1N0ZXAiOiAiVGVzdCBZb3VyIERldmljZSIsCiAgICAidGl0bGVCbWRQcmludFNjcmVlbiI6ICJQcmludGluZyBZb3VyIE9mZmljaWFsIEJhbGxvdC4uLiIsCiAgICAidGl0bGVCbWRSZWFkeVRvUmV2aWV3IjogIlJlYWR5IHRvIFJldmlldyIsCiAgICAidGl0bGVCbWRSZXZpZXdTY3JlZW4iOiAiUmV2aWV3IFlvdXIgVm90ZXMiLAogICAgInRpdGxlSW50ZXJuYWxDb25uZWN0aW9uUHJvYmxlbSI6ICJJbnRlcm5hbCBDb25uZWN0aW9uIFByb2JsZW0iLAogICAgInRpdGxlTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlbiI6ICJTZWxlY3QgWW91ciBCYWxsb3QgTGFuZ3VhZ2UiLAogICAgInRpdGxlTW9kYWxDb25maXJtWW91clZvdGVzIjogIkNvbmZpcm0gWW91ciBWb3RlcyIsCiAgICAidGl0bGVOb1Bvd2VyRGV0ZWN0ZWQiOiAiTm8gUG93ZXIgRGV0ZWN0ZWQiLAogICAgInRpdGxlT2ZmaWNpYWxCYWxsb3QiOiAiT2ZmaWNpYWwgQmFsbG90IiwKICAgICJ0aXRsZVByZWNpbmN0IjogIlByZWNpbmN0IiwKICAgICJ0aXRsZVByaW50ZXJDb3ZlcklzT3BlbiI6ICJQcmludGVyIENvdmVyIGlzIE9wZW4iLAogICAgInRpdGxlUmVtb3ZlWW91ckJhbGxvdCI6ICJSZW1vdmUgWW91ciBCYWxsb3QiLAogICAgInRpdGxlU2Nhbm5lckJhbGxvdE5vdENvdW50ZWQiOiAiQmFsbG90IE5vdCBDb3VudGVkIiwKICAgICJ0aXRsZVNjYW5uZXJCYWxsb3RXYXJuaW5nc1NjcmVlbiI6ICJSZXZpZXcgWW91ciBCYWxsb3QiLAogICAgInRpdGxlU2Nhbm5lckNvdmVySXNPcGVuIjogIlNjYW5uZXIgQ292ZXIgaXMgT3BlbiIsCiAgICAidGl0bGVTY2FubmVyQ3ZyU3luY1JlcXVpcmVkIjogIkNWUiBTeW5jIFJlcXVpcmVkIiwKICAgICJ0aXRsZVNjYW5uZXJJbnNlcnRCYWxsb3RTY3JlZW4iOiAiSW5zZXJ0IFlvdXIgQmFsbG90IiwKICAgICJ0aXRsZVNjYW5uZXJOb1ZvdGVzV2FybmluZyI6ICJObyB2b3RlcyBtYXJrZWQ6IiwKICAgICJ0aXRsZVNjYW5uZXJPdXRmZWVkQmxvY2tlZCI6ICJCYWxsb3QgQm94IE9wZW5pbmcgaXMgQmxvY2tlZCIsCiAgICAidGl0bGVTY2FubmVyT3ZlcnZvdGVXYXJuaW5nIjogIlRvbyBtYW55IHZvdGVzIG1hcmtlZDoiLAogICAgInRpdGxlU2Nhbm5lclByb2Nlc3NpbmdTY3JlZW4iOiAiUGxlYXNlIHdhaXTigKYiLAogICAgInRpdGxlU2Nhbm5lclN1Y2Nlc3NTY3JlZW4iOiAiWW91ciBiYWxsb3Qgd2FzIGNvdW50ZWQhIiwKICAgICJ0aXRsZVNjYW5uZXJVbmRlcnZvdGVXYXJuaW5nIjogIllvdSBtYXkgYWRkIG9uZSBvciBtb3JlIHZvdGVzOiIsCiAgICAidGl0bGVTY2FubmluZ0ZhaWxlZCI6ICJTY2FubmluZyBGYWlsZWQiLAogICAgInRpdGxlVW5vZmZpY2lhbFRlc3RCYWxsb3QiOiAiVW5vZmZpY2lhbCBUZXN0IEJhbGxvdCIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzIjogIlNldHRpbmdzIiwKICAgICJ0aXRsZVZvdGVyU2V0dGluZ3NBdWRpbyI6ICJBdWRpbyIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzQ29sb3IiOiAiQ29sb3IiLAogICAgInRpdGxlVm90ZXJTZXR0aW5nc1NpemUiOiAiVGV4dCBTaXplIiwKICAgICJ1bnJlY292ZXJhYmxlRXJyb3IiOiAiU29tZXRoaW5nIHdlbnQgd3JvbmciLAogICAgIndhcm5pbmdCbWRCYWxsb3RSZW1vdmVkIjogIllvdXIgb2ZmaWNpYWwgYmFsbG90IGhhcyBiZWVuIHJlbW92ZWQgZnJvbSB0aGUgcHJpbnRlci4iLAogICAgIndhcm5pbmdCbWRJbmFjdGl2ZVNlc3Npb24iOiAiVGhpcyB2b3Rpbmcgc3RhdGlvbiBoYXMgYmVlbiBpbmFjdGl2ZSBmb3IgbW9yZSB0aGFuIDUgbWludXRlcy4iLAogICAgIndhcm5pbmdCbWRJbmFjdGl2ZVRpbWVSZW1haW5pbmciOiAiVG8gcHJvdGVjdCB5b3VyIHByaXZhY3ksIHRoaXMgYmFsbG90IHdpbGwgYmUgY2xlYXJlZCB3aGVuIHRoZSB0aW1lciBydW5zIG91dC4iLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90TGl2ZUJhbGxvdEluVGVzdE1vZGUiOiAiVGhlIGluc2VydGVkIHNoZWV0IGlzIGFuIDwxPm9mZmljaWFsPC8xPiBiYWxsb3QuIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdE5vQmFsbG90RGV0ZWN0ZWQiOiAiVGhlcmUgd2FzIG5vIGJhbGxvdCBpbmZvcm1hdGlvbiBkZXRlY3RlZCBvbiB0aGUgaW5zZXJ0ZWQgc2hlZXQuIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdFRlc3RCYWxsb3RJbkxpdmVNb2RlIjogIlRoZSBpbnNlcnRlZCBzaGVldCBpcyBhIDwxPnRlc3Q8LzE+IGJhbGxvdC4iLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90V3JvbmdFbGVjdGlvbiI6ICJUaGUgaW5zZXJ0ZWQgc2hlZXQgaXMgYSBiYWxsb3QgZnJvbSBhIGRpZmZlcmVudCBlbGVjdGlvbi4iLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90V3JvbmdQcmVjaW5jdCI6ICJUaGUgaW5zZXJ0ZWQgc2hlZXQgaXMgYSBiYWxsb3QgZm9yIGEgZGlmZmVyZW50IHByZWNpbmN0LiIsCiAgICAid2FybmluZ0N2cnNOZWVkU3luYyI6ICJBIHBvbGwgd29ya2VyIG11c3Qgc3luYyBjYXN0IHZvdGUgcmVjb3JkcyAoQ1ZScykgdG8gdGhlIFVTQiBkcml2ZS4iLAogICAgIndhcm5pbmdOb1Bvd2VyIjogIjwwPk5vIFBvd2VyIERldGVjdGVkLjwvMD4gUGxlYXNlIGFzayBhIHBvbGwgd29ya2VyIHRvIHBsdWcgaW4gdGhlIHBvd2VyIGNvcmQuIiwKICAgICJ3YXJuaW5nTm9Wb3Rlc0ZvckNvbnRlc3QiOiAiWW91IG1heSBzdGlsbCB2b3RlIGluIHRoaXMgY29udGVzdC4iLAogICAgIndhcm5pbmdPdmVydm90ZUNhbmRpZGF0ZUNvbnRlc3QiOiAiVG8gdm90ZSBmb3IgYW5vdGhlciBjYW5kaWRhdGUsIHlvdSBtdXN0IGZpcnN0IGRlc2VsZWN0IGEgcHJldmlvdXNseSBzZWxlY3RlZCBjYW5kaWRhdGUuIiwKICAgICJ3YXJuaW5nT3ZlcnZvdGVZZXNOb0NvbnRlc3QiOiAiVG8gY2hhbmdlIHlvdXIgdm90ZSwgZmlyc3QgZGVzZWxlY3QgeW91ciBwcmV2aW91cyB2b3RlLiIsCiAgICAid2FybmluZ1Byb2JsZW1TY2FubmluZ0JhbGxvdCI6ICJUaGVyZSB3YXMgYSBwcm9ibGVtIHNjYW5uaW5nIHRoaXMgYmFsbG90LiIsCiAgICAid2FybmluZ1Byb2JsZW1TY2FubmluZ0JhbGxvdFNjYW5BZ2FpbiI6ICJUaGVyZSB3YXMgYSBwcm9ibGVtIHNjYW5uaW5nIHlvdXIgYmFsbG90LiBQbGVhc2Ugc2NhbiBpdCBhZ2Fpbi4iLAogICAgIndhcm5pbmdTY2FubmVyQW5vdGhlclNjYW5JblByb2dyZXNzIjogIkFub3RoZXIgYmFsbG90IGlzIGJlaW5nIHNjYW5uZWQuIiwKICAgICJ3YXJuaW5nU2Nhbm5lckJsYW5rQmFsbG90U3VibWlzc2lvbiI6ICJObyB2b3RlcyB3aWxsIGJlIGNvdW50ZWQgZnJvbSB0aGlzIGJhbGxvdC4iLAogICAgIndhcm5pbmdTY2FubmVySmFtbWVkIjogIlRoZSBiYWxsb3QgaXMgamFtbWVkIGluIHRoZSBzY2FubmVyLiIsCiAgICAid2FybmluZ1NjYW5uZXJNaXNtYXRjaGVkRWxlY3Rpb24iOiAiVGhlIGJhbGxvdCBkb2VzIG5vdCBtYXRjaCB0aGUgZWxlY3Rpb24gdGhpcyBzY2FubmVyIGlzIGNvbmZpZ3VyZWQgZm9yLiIsCiAgICAid2FybmluZ1NjYW5uZXJNaXNtYXRjaGVkUHJlY2luY3QiOiAiVGhlIGJhbGxvdCBkb2VzIG5vdCBtYXRjaCB0aGUgcHJlY2luY3QgdGhpcyBzY2FubmVyIGlzIGNvbmZpZ3VyZWQgZm9yLiIsCiAgICAid2FybmluZ1NjYW5uZXJNdWx0aXBsZVNoZWV0c0RldGVjdGVkIjogIk11bHRpcGxlIHNoZWV0cyBkZXRlY3RlZC4iLAogICAgIndhcm5pbmdTY2FubmVyTm9Wb3Rlc0ZvdW5kIjogIk5vIHZvdGVzIHdlcmUgZm91bmQgd2hlbiBzY2FubmluZyB0aGlzIGJhbGxvdC4iLAogICAgIndhcm5pbmdTY2FubmVyT2ZmaWNpYWxCYWxsb3RJblRlc3RNb2RlIjogIlRoZSBzY2FubmVyIGlzIGluIHRlc3QgYmFsbG90IG1vZGUuIE9mZmljaWFsIGJhbGxvdHMgbWF5IG5vdCBiZSBzY2FubmVkLiIsCiAgICAid2FybmluZ1NjYW5uZXJUZXN0QmFsbG90SW5PZmZpY2lhbE1vZGUiOiAiVGhlIHNjYW5uZXIgaXMgaW4gb2ZmaWNpYWwgYmFsbG90IG1vZGUuIFRlc3QgYmFsbG90cyBtYXkgbm90IGJlIHNjYW5uZWQuIiwKICAgICJ3YXJuaW5nU2Nhbm5lclZlcnRpY2FsU3RyZWFrc0RldGVjdGVkIjogIlRoZSBzY2FubmVyIG5lZWRzIHRvIGJlIGNsZWFuZWQuIgogIH0sCiAgImVzLVVTIjogewogICAgImF1ZGlvRmVlZGJhY2sxMFBlcmNlbnRWb2x1bWUiOiAiMTAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2syMFBlcmNlbnRWb2x1bWUiOiAiMjAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2szMFBlcmNlbnRWb2x1bWUiOiAiMzAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2s0MFBlcmNlbnRWb2x1bWUiOiAiNDAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2s1MFBlcmNlbnRWb2x1bWUiOiAiNTAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2s2MFBlcmNlbnRWb2x1bWUiOiAiNjAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2s3MFBlcmNlbnRWb2x1bWUiOiAiNzAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2s4MFBlcmNlbnRWb2x1bWUiOiAiODAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2s5MFBlcmNlbnRWb2x1bWUiOiAiOTAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2tNYXhpbXVtVm9sdW1lIjogIlZvbHVtZW4gbcOheGltbyIsCiAgICAiYXVkaW9GZWVkYmFja01pbmltdW1Wb2x1bWUiOiAiVm9sdW1lbiBtw61uaW1vIiwKICAgICJibWRQYXREZXZpY2VJbnB1dE5hbWVNb3ZlIjogIlwiTW92ZXJcIiIsCiAgICAiYm1kUGF0RGV2aWNlSW5wdXROYW1lU2VsZWN0IjogIlwiU2VsZWNjaW9uYXJcIiIsCiAgICAiYnV0dG9uQWNjZXB0IjogIkFjZXB0YXIiLAogICAgImJ1dHRvbkFkZFdyaXRlSW4iOiAiYWdyZWdhciBjYW5kaWRhdG8gcG9yIGVzY3JpdG8iLAogICAgImJ1dHRvbkF1ZGlvTXV0ZSI6ICJTaWxlbmNpYXIgYXVkaW8iLAogICAgImJ1dHRvbkF1ZGlvVW5tdXRlIjogIkFjdGl2YXIgYXVkaW8iLAogICAgImJ1dHRvbkJhY2siOiAiQXRyw6FzIiwKICAgICJidXR0b25CYWxsb3RJc0NvcnJlY3QiOiAiRW1pdGlyIG1pIGJvbGV0YSIsCiAgICAiYnV0dG9uQmFsbG90SXNJbmNvcnJlY3QiOiAiTWkgYm9sZXRhIGVzIGluY29ycmVjdGEiLAogICAgImJ1dHRvbkJtZFJldmlld0NhcmRBY3Rpb24iOiAiUHJlc2lvbmUgZWwgYm90w7NuIGRlIHNlbGVjY2nDs24gcGFyYSBjYW1iaWFyIHN1cyB2b3RvcyBwYXJhIGVzdGUgY29uY3Vyc28uIiwKICAgICJidXR0b25CbWRSZXZpZXdDYXJkQWN0aW9uUGF0RGV2aWNlIjogIlVzYSBlbCBib3TDs24gZGUgc2VsZWNjaW9uYXIgcGFyYSBjYW1iaWFyIHR1cyB2b3RvcyBlbiBlc3RhIGNvbnRpZW5kYS4iLAogICAgImJ1dHRvbkJtZFNraXBQYXRDYWxpYnJhdGlvbiI6ICJTYWx0YXIgaWRlbnRpZmljYWNpw7NuIiwKICAgICJidXR0b25DYW5jZWwiOiAiQ2FuY2VsYXIiLAogICAgImJ1dHRvbkNhc3RCYWxsb3QiOiAiRW1pdGlyIGJvbGV0YSIsCiAgICAiYnV0dG9uQ2hhbmdlIjogIkNhbWJpbyIsCiAgICAiYnV0dG9uQ2xvc2UiOiAiQ2VycmFyIiwKICAgICJidXR0b25Db250aW51ZSI6ICJDb250aW51YXIiLAogICAgImJ1dHRvbkRvbmUiOiAiSGVjaG8iLAogICAgImJ1dHRvbkVuYWJsZUF1ZGlvT25seU1vZGUiOiAiSGFiaWxpdGUgZWwgbW9kbyBkZSBzb2xvIGF1ZGlvIiwKICAgICJidXR0b25FeGl0QXVkaW9Pbmx5TW9kZSI6ICJTYWxnYSBkZWwgbW9kbyBkZSBzb2xvIGF1ZGlvIiwKICAgICJidXR0b25Nb3JlIjogIk3DoXMiLAogICAgImJ1dHRvbk5leHQiOiAiU2lndWllbnRlIiwKICAgICJidXR0b25ObyI6ICJObyIsCiAgICAiYnV0dG9uT2theSI6ICJPayIsCiAgICAiYnV0dG9uUHJpbnRCYWxsb3QiOiAiSW1wcmltaXIgbWkgYm9sZXRhIiwKICAgICJidXR0b25SZXNldCI6ICJSZWluaWNpYXIiLAogICAgImJ1dHRvblJldHVybkJhbGxvdCI6ICJEZXZvbHZlciBsYSBib2xldGEiLAogICAgImJ1dHRvblJldHVyblRvQmFsbG90UmV2aWV3IjogIlZvbHZlciBhIGxhIHJldmlzacOzbiBkZSBsYSBib2xldGEiLAogICAgImJ1dHRvblJldmlldyI6ICJSZXZpc2FyIiwKICAgICJidXR0b25TdGFydFZvdGluZyI6ICJFbXBlemFyIGEgdm90YXIiLAogICAgImJ1dHRvblN0aWxsVm90aW5nIjogIlPDrSwgdG9kYXbDrWEgZXN0b3kgdm90YW5kby4iLAogICAgImJ1dHRvblZpZXdDb250ZXN0cyI6ICJWZXIgY29uY3Vyc29zIiwKICAgICJidXR0b25Wb3RlclNldHRpbmdzIjogIkNvbmZpZ3VyYWNpb25lcyIsCiAgICAiYnV0dG9uWWVzIjogIlPDrSIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Gb2N1c05leHQiOiAiRXN0ZSBlcyBlbCBib3TDs24gQWJham8sIHBhcmEgY2VudHJhcnNlIGVuIGVsIHNpZ3VpZW50ZSBlbGVtZW50byBkZSB1bmEgbGlzdGEgZGUgb3BjaW9uZXMgZW4gdW5hIHDDoWdpbmEuIFVzdGVkIHB1ZWRlIHV0aWxpemFyIGxvcyBib3RvbmVzIEFycmliYSB5IEFiYWpvIHBhcmEgZGVzcGxhemFyc2UgcG9yIGxvcyBjYW5kaWRhdG9zIGRlIHVuIGNvbmN1cnNvLiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Gb2N1c1ByZXZpb3VzIjogIkVzdGUgZXMgZWwgYm90w7NuIEFycmliYSwgcGFyYSBjZW50cmFyc2UgZW4gZWwgZWxlbWVudG8gYW50ZXJpb3IgZW4gdW5hIGxpc3RhIGRlIG9wY2lvbmVzIGVuIHVuYSBww6FnaW5hLiBQdWVkZSB1dGlsaXphciBsb3MgYm90b25lcyBBcnJpYmEgeSBBYmFqbyBwYXJhIGRlc3BsYXphcnNlIGVudHJlIGxvcyBjYW5kaWRhdG9zIGVuIHVuIGNvbmN1cnNvLiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25QYWdlTmV4dCI6ICJFc3RlIGVzIGVsIGJvdMOzbiBkZXJlY2hvLCBwYXJhIHBhc2FyIGEgbGEgc2lndWllbnRlIHDDoWdpbmEgbyBjb25jdXJzby4gUHVlZGUgdXRpbGl6YXIgbG9zIGJvdG9uZXMgSXpxdWllcmRhIHkgRGVyZWNoYSBwYXJhIGRlc3BsYXphcnNlIHBvciB0b2RhcyBsYXMgY29udGllbmRhcyBlbiBzdSBib2xldGEuIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblBhZ2VQcmV2aW91cyI6ICJFc3RlIGVzIGVsIGJvdMOzbiBpenF1aWVyZG8sIHBhcmEgcmVncmVzYXIgYWwgcMOhZ2luYSBhbnRlcmlvciBvIGNvbmN1cnNvLiBQdWVkZSB1dGlsaXphciBsb3MgYm90b25lcyBJenF1aWVyZGEgeSBEZXJlY2hhIHBhcmEgZGVzcGxhemFyc2UgcG9yIHRvZGFzIGxhcyBjb250aWVuZGFzIGVuIHN1IGJvbGV0YS4iLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uUGxheWJhY2tSYXRlRG93biI6ICJFc3RlIGJvdMOzbiByZWR1Y2UgbGEgdmVsb2NpZGFkIGRlIHJlcHJvZHVjY2nDs24gZGVsIGF1ZGlvIGRlIHRleHRvIGEgdm96LiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25QbGF5YmFja1JhdGVVcCI6ICJFc3RlIGJvdMOzbiBhdW1lbnRhIGxhIHZlbG9jaWRhZCBkZSByZXByb2R1Y2Npw7NuIGRlbCBhdWRpbyBkZSB0ZXh0byBhIHZvei4iLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uU2VsZWN0IjogIkVzdGUgZXMgZWwgYm90w7NuIFNlbGVjY2lvbmFyLiBVdGlsaWNlIGVzdGUgYm90w7NuIHBhcmEgbWFycXVlIHN1IHZvdG8gcG9yIHVuIGNhbmRpZGF0byBvIHVuYSBvcGNpw7NuIGRlIHPDrSBvIG5vLiBBbCBwcmVzaW9uYXIgZWwgYm90w7NuIFNlbGVjY2lvbmFyIG51ZXZhbWVudGUgc2UgZWxpbWluYXLDoSBzdSB2b3RvIGFudGVyaW9yLiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Ub2dnbGVIZWxwIjogIkVzdGUgZXMgZWwgYm90w7NuIEF5dWRhLiBQcmVzaW9uZSBlc3RlIGJvdMOzbiBudWV2YW1lbnRlIHBhcmEgdm9sdmVyIGEgY29tcGxldGFyIHN1IGJvbGV0YS4iLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uVG9nZ2xlUGF1c2UiOiAiRXN0ZSBlcyBlbCBib3TDs24gUGF1c2EuIFV0aWxpY2UgZXN0ZSBib3TDs24gcGFyYSBwYXVzYXIgZWwgYXVkaW8gZGUgdGV4dG8gYSB2b3ouIEFsIHByZXNpb25hciBudWV2YW1lbnRlIGVsIGJvdMOzbiBQYXVzYSBzZSByZWFudWRhcsOhIGVsIGF1ZGlvIGRlIHRleHRvIGEgdm96LiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Wb2x1bWVEb3duIjogIkVzdGUgYm90w7NuIHJlZHVjZSBlbCB2b2x1bWVuIGRlbCBhdWRpbyBkZSB0ZXh0byBhIHZvei4iLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uVm9sdW1lVXAiOiAiRXN0ZSBib3TDs24gYXVtZW50YSBlbCB2b2x1bWVuIGRlbCBhdWRpbyBkZSB0ZXh0byBhIHZvei4iLAogICAgImluc3RydWN0aW9uc0Fza0ZvckhlbHAiOiAiUG9yIGZhdm9yIHBpZGEgYXl1ZGEgYSB1biB0cmFiYWphZG9yIGVsZWN0b3JhbC4iLAogICAgImluc3RydWN0aW9uc0Fza1BvbGxXb3JrZXJUb1BsdWdJblBvd2VyIjogIlDDrWRhbGUgYSB1biB0cmFiYWphZG9yIGVsZWN0b3JhbCBxdWUgY29uZWN0ZSBsYSBjb3JyaWVudGUuIGNhYmxlLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQXVkaW9NdXRlQnV0dG9uIjogIlByZXNpb25lIGVsIGJvdMOzbiBkZSBzZWxlY2Npw7NuIHBhcmEgc2lsZW5jaWFyIHRvZG8gZWwgYXVkaW8uIiwKICAgICJpbnN0cnVjdGlvbnNCbWRBc2tGb3JSZXN0YXJ0IjogIlBpZGUgYSB1biB0cmFiYWphZG9yIGVsZWN0b3JhbCBxdWUgcmVpbmljaWUgbGEgbcOhcXVpbmEuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRCYWxsb3ROYXZpZ2F0aW9uTWFyayI6ICJDdWFuZG8gdm90ZSBjb24gYXVkaW8gZGUgdGV4dG8gYSB2b3osIHV0aWxpY2UgZWwgY29udHJvbGFkb3IgYWNjZXNpYmxlIHBhcmEgbmF2ZWdhciBwb3Igc3UgYm9sZXRhLiBQYXJhIG5hdmVnYXIgcG9yIGxvcyBjb25jdXJzb3MsIHV0aWxpY2UgbG9zIGJvdG9uZXMgaXpxdWllcmRvIHkgZGVyZWNoby4gUGFyYSBuYXZlZ2FyIHBvciBsYXMgb3BjaW9uZXMgZGVsIGNvbmN1cnNvLCB1dGlsaWNlIGxvcyBib3RvbmVzIGFycmliYSB5IGFiYWpvLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQmFsbG90TmF2aWdhdGlvbk1hcmtTY2FuIjogIkN1YW5kbyB2b3RlIGNvbiBhdWRpbyBkZSB0ZXh0byBhIHZveiwgdXRpbGljZSBlbCBjb250cm9sYWRvciBhY2Nlc2libGUgcGFyYSBuYXZlZ2FyIHBvciBzdSBib2xldGEuIEhheSBjdWF0cm8gYm90b25lcyBkZSBmbGVjaGEgZGUgbmF2ZWdhY2nDs24gdWJpY2Fkb3MgY2VyY2EgZGVsIGNlbnRybyBkZWwgY29udHJvbGFkb3IuIFBhcmEgbmF2ZWdhciBwb3IgbGFzIG9wY2lvbmVzIGRlbCBjb25jdXJzbywgdXRpbGljZSBsYXMgZmxlY2hhcyBoYWNpYSBhcnJpYmEgeSBoYWNpYSBhYmFqby4gUGFyYSBzZWxlY2Npb25hciBvIGFudWxhciBsYSBzZWxlY2Npw7NuIGRlIHVuYSBvcGNpw7NuIGRlIGNvbmN1cnNvIGNvbW8gc3Ugdm90bywgdXNlIGVsIGJvdMOzbiBjaXJjdWxhciBTZWxlY2Npb25hciBhIGxhIGRlcmVjaGEgZGUgbG9zIGJvdG9uZXMgZGUgbmF2ZWdhY2nDs24uIFB1ZWRlIGVuY29udHJhciBkb3MgY29udHJvbGVzIGRlIHZvbHVtZW4gZW4gbGEgZXNxdWluYSBzdXBlcmlvciBkZXJlY2hhIGRlbCBjb250cm9sYWRvci4gRWwgYm90w7NuIG1lbm9zIHJlZHVjZSBlbCB2b2x1bWVuIGRlIHN1IGF1ZGlvIHkgZWwgYm90w7NuIG3DoXMgYXVtZW50YSBlbCB2b2x1bWVuLiBQYXJhIGNhbWJpYXIgbGEgdmVsb2NpZGFkIGRlIHZveiBkZSBzdSBhdWRpbywgdXNlIGxvcyBkb3MgYm90b25lcyBlbiBsYSBlc3F1aW5hIGluZmVyaW9yIGRlcmVjaGEgZGVsIGNvbnRyb2xhZG9yLiBFbCBib3TDs24gZGUgZmxlY2hhIGhhY2lhIGFiYWpvIHJlZHVjZSBsYSB2ZWxvY2lkYWQgZGVsIGhhYmxhIHkgZWwgYm90w7NuIGRlIGZsZWNoYSBoYWNpYSBhcnJpYmEgbGEgYXVtZW50YS4gUGFyYSBwYXVzYXIgbyByZWFudWRhciBlbCBhdWRpbyBlbiBjdWFscXVpZXIgbW9tZW50bywgdXNlIGVsIGJvdMOzbiBkZSBwYXVzYSBlbiBsYSBlc3F1aW5hIGluZmVyaW9yIGl6cXVpZXJkYSBkZWwgY29udHJvbGFkb3IuIFNpIG5lY2VzaXRhIG3DoXMgaW5mb3JtYWNpw7NuIHNvYnJlIGPDs21vIHVzYXIgZWwgY29udHJvbGFkb3IsIHByZXNpb25lIGVsIGJvdMOzbiBkZWwgc2lnbm8gZGUgaW50ZXJyb2dhY2nDs24gZW4gbGEgZXNxdWluYSBzdXBlcmlvciBpenF1aWVyZGEgZW4gY3VhbHF1aWVyIG1vbWVudG8uIFBhcmEgcmVwZXRpciBjdWFscXVpZXIgY29udGVuaWRvLCByZWdyZXNlIGFsIGNvbnRlbmlkbyBhbnRlcmlvciB1c2FuZG8gbGFzIGZsZWNoYXMgaGFjaWEgYXJyaWJhIG8gaGFjaWEgbGEgaXpxdWllcmRhLiBQdWxzZSBlbCBib3TDs24gZGVyZWNobyBhaG9yYSBwYXJhIGF2YW56YXIgYWwgcHJpbWVyIGNvbmN1cnNvLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQmFsbG90TmF2aWdhdGlvbk1hcmtTY2FuUGF0RGV2aWNlIjogIkN1YW5kbyB2b3RlcyBjb24gZWwgYXVkaW8gZGUgdGV4dG8gYSB2b3osIHVzYSB0dSBkaXNwb3NpdGl2byBhc2lzdGl2byBwZXJzb25hbCBwYXJhIG5hdmVnYXIgcG9yIHR1IGJvbGV0YS4gUGFyYSBuYXZlZ2FyIHBvciBsYXMgb3BjaW9uZXMgZGUgY29udGllbmRhLCB1c2EgZWwgYm90w7NuIGRlIG1vdmVyLiBQYXJhIHNlbGVjY2lvbmFyIG8gZGVzZWxlY2Npb25hciB1bmEgb3BjacOzbiBkZSBjb250aWVuZGEgY29tbyB0dSB2b3RvLCB1c2EgZWwgYm90w7NuIGRlIHNlbGVjY2lvbmFyLiBQYXJhIG5hdmVnYXIgcG9yIGxhcyBjb250aWVuZGFzLCB1c2EgZWwgYm90w7NuIGRlIG1vdmVyIHBhcmEgbmF2ZWdhciBhIGxvcyBjb250cm9sZXMgZXRpcXVldGFkb3MgY29tbyBcInNpZ3VpZW50ZVwiIHkgXCJhbnRlcmlvclwiIHkgdXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hci4gRGVzcHXDqXMgZGUgbWFyY2FyIHR1cyB2b3RvcyBlbiB1bmEgY29udGllbmRhLCBlbCBlbmZvcXVlIHNlIG1vdmVyw6EgYXV0b23DoXRpY2FtZW50ZSBhbCBjb250cm9sIFwic2lndWllbnRlXCIgcGFyYSB0dSBjb252ZW5pZW5jaWEuIFBhcmEgY29tZW56YXIsIHVzYSBlbCBib3TDs24gZGUgbW92ZXIgcGFyYSBuYXZlZ2FyIGFsIGNvbnRyb2wgZXRpcXVldGFkbyBjb21vIFwiY29tZW56YXIgYSB2b3RhclwiIHkgbHVlZ28gdXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hciBwYXJhIGF2YW56YXIgYSBsYSBwcmltZXJhIGNvbnRpZW5kYS4iLAogICAgImluc3RydWN0aW9uc0JtZENhc3RCYWxsb3RQcmVhbWJsZSI6ICJTdSBib2xldGEgb2ZpY2lhbCBzZSBlc3TDoSBpbXByaW1pZW5kby4gQ29tcGxldGUgbG9zIHNpZ3VpZW50ZXMgcGFzb3MgcGFyYSB0ZXJtaW5hciBkZSB2b3RhcjoiLAogICAgImluc3RydWN0aW9uc0JtZENhc3RCYWxsb3RQcmVhbWJsZVBvc3RQcmludCI6ICJTdSBib2xldGEgb2ZpY2lhbCBoYSBzaWRvIGVsaW1pbmFkYSBkZSBsYSBpbXByZXNvcmEuIENvbXBsZXRlIGxvcyBzaWd1aWVudGVzIHBhc29zIHBhcmEgdGVybWluYXIgZGUgdm90YXI6IiwKICAgICJpbnN0cnVjdGlvbnNCbWRDYXN0QmFsbG90U3RlcDEiOiAiMS4gVmVyaWZpcXVlIHN1IGJvbGV0YSBvZmljaWFsLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFN0ZXAyIjogIjIuIEVzY2FuZWUgc3UgYm9sZXRhIG9maWNpYWwuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDbG9zZVByaW50ZXJDb3ZlciI6ICJMYSBjdWJpZXJ0YSBkZSBsYSBpbXByZXNvcmEgZXN0w6EgYWJpZXJ0YSB5IGRlYmUgY2VycmFyc2UgcGFyYSBjb250aW51YXIgdm90YW5kby4iLAogICAgImluc3RydWN0aW9uc0JtZENvbmZpcm1DYXN0aW5nQmFsbG90IjogIlByZXNpb25hIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hciBwYXJhIGNvbmZpcm1hciBxdWUgdHVzIGVsZWNjaW9uZXMgc29uIGNvcnJlY3RhcyB5IGVtaXRpciB0dSBib2xldGEuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtQ2FzdGluZ0JhbGxvdFBhdERldmljZSI6ICJVc2EgZWwgYm90w7NuIGRlIHNlbGVjY2lvbmFyIHBhcmEgY29uZmlybWFyIHF1ZSB0dXMgZWxlY2Npb25lcyBzb24gY29ycmVjdGFzIHkgZW1pdGlyIHR1IGJvbGV0YS4iLAogICAgImluc3RydWN0aW9uc0JtZENvbmZpcm1QcmludGluZ0JhbGxvdCI6ICJQcmVzaW9uYSBlbCBib3TDs24gZGUgc2VsZWNjaW9uYXIgcGFyYSBjb25maXJtYXIgdHVzIGVsZWNjaW9uZXMgZSBpbXByaW1pciB0dSBib2xldGEuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtUHJpbnRpbmdCYWxsb3RQYXREZXZpY2UiOiAiVXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hciBwYXJhIGNvbmZpcm1hciB0dXMgZWxlY2Npb25lcyBlIGltcHJpbWlyIHR1IGJvbGV0YS4iLAogICAgImluc3RydWN0aW9uc0JtZENvbnRlc3ROYXZpZ2F0aW9uIjogIlBhcmEgbmF2ZWdhciBwb3IgbGFzIG9wY2lvbmVzIGRlbCBjb25jdXJzbywgdXRpbGljZSBlbCBib3TDs24gaGFjaWEgYWJham8uIFBhcmEgcGFzYXIgYWwgc2lndWllbnRlIGNvbmN1cnNvLCB1dGlsaWNlIGVsIGJvdMOzbiBkZXJlY2hvLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29udGVzdE5hdmlnYXRpb25QYXREZXZpY2UiOiAiUGFyYSBuYXZlZ2FyIHBvciBsYXMgb3BjaW9uZXMgZGUgY29udGllbmRhLCB1c2EgZWwgYm90w7NuIGRlIG1vdmVyLiBQYXJhIGF2YW56YXIgYSBsYSBzaWd1aWVudGUgY29udGllbmRhLCB1c2EgZWwgYm90w7NuIGRlIG1vdmVyIHBhcmEgbmF2ZWdhciBhbCBjb250cm9sIGV0aXF1ZXRhZG8gY29tbyBcInNpZ3VpZW50ZVwiIHkgbHVlZ28gdXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hciBwYXJhIGNvbnRpbnVhci4iLAogICAgImluc3RydWN0aW9uc0JtZENvbnRyb2xsZXJTYW5kYm94TWFya1NjYW4iOiAiUHJlc2lvbmUgY3VhbHF1aWVyIGJvdMOzbiBlbiBlbCBjb250cm9sYWRvciBwYXJhIGFwcmVuZGVyIHF1w6kgZXMgeSBjw7NtbyB1dGlsaXphcmxvLiBDdWFuZG8gaGF5YSB0ZXJtaW5hZG8sIHByZXNpb25lIG51ZXZhbWVudGUgZWwgYm90w7NuIFwiQXl1ZGFcIiBjb24gZm9ybWEgZGUgc2lnbm8gZGUgaW50ZXJyb2dhY2nDs24gZW4gbGEgZXNxdWluYSBzdXBlcmlvciBpenF1aWVyZGEgZGVsIGNvbnRyb2xhZG9yIHBhcmEgcmVncmVzYXIgYSBzdSBib2xldGEuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRJbnNlcnRCYWxsb3RGYWNlVXAiOiAiQXNlZ8O6cmF0ZSBkZSBpbnNlcnRhciBsYSBob2phIGNvbiBsYSBjYXJhIGltcHJlc2EgaGFjaWEgYXJyaWJhLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kSW5zZXJ0UHJldmlvdXNseVByaW50ZWRCYWxsb3QiOiAiUG9yIGZhdm9yLCByZXRpcmEgbGEgaG9qYSBlIGluc2VydGEgbGEgYm9sZXRhIHByZXZpYW1lbnRlIGltcHJlc2EuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRJbnZhbGlkYXRlZEJhbGxvdCI6ICJIYSBpbmRpY2FkbyBxdWUgc3UgYm9sZXRhIG5lY2VzaXRhIGNhbWJpb3MuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRNb3ZlVG9TZWxlY3RUb0NvbnRpbnVlUGF0RGV2aWNlIjogIlVzYSBlbCBib3TDs24gZGUgbW92ZXIgcGFyYSBzZWxlY2Npb25hciBlbCBib3TDs24gXCJBY2VwdGFyXCIgeSBsdWVnbyB1c2EgZWwgYm90w7NuIGRlIHNlbGVjY2lvbmFyIHBhcmEgY29udGludWFyLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kTmV4dFRvQ29udGludWUiOiAiUHJlc2lvbmEgZWwgYm90w7NuIGRlcmVjaG8gcGFyYSBjb250aW51YXIuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXBlckphbSI6ICJQb3IgZmF2b3IgYXZpc2UgYSB1biB0cmFiYWphZG9yIGVsZWN0b3JhbCBwYXJhIHF1ZSBlbGltaW5lIGVsIGF0YXNjby4iLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQWN0aXZhdGVJbnB1dCI6ICJBY3RpdmUgbGEgZW50cmFkYSBwYXJhIGNvbnRpbnVhci4iLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQWN0aXZhdGVJbnB1dEFnYWluIjogIkFjdGl2ZSBsYSBlbnRyYWRhIG51ZXZhbWVudGUgcGFyYSBjb250aW51YXIuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvbkFjdGl2YXRlT3RoZXJJbnB1dCI6ICJBY3RpdmUgbGEgb3RyYSBlbnRyYWRhLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25Db25maXJtRXhpdFNjcmVlbiI6ICJQdWVkZSBjb250aW51YXIgY29uIGxhIHZvdGFjacOzbiBvIHZvbHZlciBhIGxhIHBhbnRhbGxhIGFudGVyaW9yLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25JbnRyb1N0ZXAiOiAiQWN0aXZlIGN1YWxxdWllcmEgZGUgbGFzIGVudHJhZGFzIHBhcmEgY29udGludWFyLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25UcnlJbnB1dCI6ICJQcnVlYmUgdW5hIGVudHJhZGEgcGFyYSBjb250aW51YXIuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQcmludFNjcmVlbk5vQmFsbG90UmVtb3ZhbCI6ICJObyByZXRpcmVzIGxhIGJvbGV0YSB1bmEgdmV6IHF1ZSBzZSBoYXlhIGltcHJlc28uIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZWluc2VydEJhbGxvdCI6ICJQb3IgZmF2b3IsIHZ1ZWx2ZSBhIGluc2VydGFyIGxhIGhvamEgaW1wcmVzYSBwYXJhIGVtaXRpciB0dSBib2xldGEgeSBmaW5hbGl6YXIgbGEgdm90YWNpw7NuLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmV2aWV3QW5kVmFsaWRhdGVQcmludGVkQmFsbG90IjogIkxvcyBzaWd1aWVudGVzIHZvdG9zIGZ1ZXJvbiBlc2NhbmVhZG9zIGRlIHR1IGJvbGV0YSBvZmljaWFsIGltcHJlc2EuIFJldmlzYSBsYXMgc2VsZWNjaW9uZXMgZW4gY2FkYSBjb250aWVuZGEgeSB2ZXJpZmljYSBxdWUgc2VhbiBjb3JyZWN0YXMgcGFyYSBlbWl0aXIgdHUgYm9sZXRhLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmV2aWV3UGFnZUNoYW5naW5nVm90ZXMiOiAiUGFyYSBjYW1iaWFyIHN1IHZvdG8gZW4gY3VhbHF1aWVyIGNvbmN1cnNvLCB1dGlsaWNlIGVsIGJvdMOzbiBTZWxlY2Npb25hciBwYXJhIG5hdmVnYXIgYSBlc2UgY29uY3Vyc28uIEN1YW5kbyBoYXlhIHRlcm1pbmFkbyBkZSBoYWNlciBzdXMgc2VsZWNjaW9uZXMgZGUgYm9sZXRhIHkgZXN0w6kgbGlzdG8gcGFyYSBpbXByaW1pciBzdSBib2xldGEsIHVzZSBlbCBib3TDs24gZGVyZWNobyBwYXJhIGltcHJpbWlyIHN1IGJvbGV0YS4iLAogICAgImluc3RydWN0aW9uc0JtZFJldmlld1BhZ2VDaGFuZ2luZ1ZvdGVzUGF0RGV2aWNlIjogIlBhcmEgY2FtYmlhciB0dSB2b3RvIGVuIGN1YWxxdWllciBjb250aWVuZGEsIHVzYSBlbCBib3TDs24gZGUgc2VsZWNjaW9uYXIgcGFyYSBuYXZlZ2FyIGEgZXNhIGNvbnRpZW5kYS4gQ3VhbmRvIGhheWFzIHRlcm1pbmFkbyBkZSBoYWNlciBsYXMgc2VsZWNjaW9uZXMgZW4gdHUgYm9sZXRhIHkgZXN0w6lzIGxpc3RvIHBhcmEgaW1wcmltaXJsYSwgdXNhIGVsIGJvdMOzbiBkZSBtb3ZlciBwYXJhIG5hdmVnYXIgYWwgY29udHJvbCBldGlxdWV0YWRvIGNvbW8gXCJpbXByaW1pciBtaSBib2xldGFcIiB5IGx1ZWdvIHVzYSBlbCBib3TDs24gZGUgc2VsZWNjaW9uYXIgcGFyYSBjb21lbnphciBhIGltcHJpbWlyLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmV2aWV3UGFnZU5hdmlnYXRpb24iOiAiUGFyYSByZXZpc2FyIHN1cyB2b3RvcywgYXZhbmNlIHBvciBsYXMgY29udGllbmRhcyBkZSBib2xldGFzIHVzYW5kbyBsb3MgYm90b25lcyBhcnJpYmEgeSBhYmFqby4iLAogICAgImluc3RydWN0aW9uc0JtZFJldmlld1BhZ2VOYXZpZ2F0aW9uUGF0RGV2aWNlIjogIlBhcmEgcmV2aXNhciB0dXMgdm90b3MsIGF2YW56YSBwb3IgbGFzIGNvbnRpZW5kYXMgZGUgbGEgYm9sZXRhIHVzYW5kbyBlbCBib3TDs24gZGUgbW92ZXIuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRTY2FuUmV2aWV3Q29uZmlybWF0aW9uIjogIlNpIHN1cyBzZWxlY2Npb25lcyBzb24gY29ycmVjdGFzLCBwcmVzaW9uZSBlbCBib3TDs24gRGVyZWNoYSBwYXJhIGNvbmZpcm1hciBzdXMgZWxlY2Npb25lcyB5IGVtaXRpciBzdSB2b3RvLiBTaSBoYXkgdW4gZXJyb3IsIHByZXNpb25lIGVsIGJvdMOzbiBpenF1aWVyZG8gcGFyYSBtYXJjYXIgZXN0YSBib2xldGEgY29tbyBpbmNvcnJlY3RhIHkgYWxlcnRhciBhIHVuIHRyYWJhamFkb3IgZWxlY3RvcmFsLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kU2NhblJldmlld0NvbmZpcm1hdGlvblBhdERldmljZSI6ICJTaSB0dXMgc2VsZWNjaW9uZXMgc29uIGNvcnJlY3RhcywgdXNhIGVsIGJvdMOzbiBkZSBtb3ZlciBwYXJhIG5hdmVnYXIgYWwgY29udHJvbCBldGlxdWV0YWRvIGNvbW8gXCJlbWl0aXIgbWkgYm9sZXRhXCIgeSBsdWVnbyB1c2EgZWwgYm90w7NuIGRlIHNlbGVjY2lvbmFyIHBhcmEgY29uZmlybWFyIHR1cyBlbGVjY2lvbmVzIHkgZW1pdGlyIHR1IGJvbGV0YS4gU2kgaGF5IHVuIGVycm9yLCBzZWxlY2Npb25hIGxhIG9wY2nDs24gZXRpcXVldGFkYSBjb21vIFwibWkgYm9sZXRhIGVzIGluY29ycmVjdGFcIiBwYXJhIG1hcmNhciBlc3RhIGJvbGV0YSBjb21vIGluY29ycmVjdGEgeSBhbGVydGFyIGEgdW4gdHJhYmFqYWRvciBlbGVjdG9yYWwuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRTZWxlY3RUb0NvbnRpbnVlIjogIlByZXNpb25lIGVsIGJvdMOzbiBkZSBzZWxlY2Npw7NuIHBhcmEgY29udGludWFyLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kU2VsZWN0VG9Db250aW51ZVBhdERldmljZSI6ICJVc2EgZWwgYm90w7NuIGRlIHNlbGVjY2lvbmFyIHBhcmEgY29udGludWFyLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kV3JpdGVJbkZvcm1OYXZpZ2F0aW9uIjogIlV0aWxpY2UgbG9zIGJvdG9uZXMgYXJyaWJhIHkgYWJham8gcGFyYSBuYXZlZ2FyIGVudHJlIGxhcyBsZXRyYXMgZGUgdW4gdGVjbGFkbyBlc3TDoW5kYXIuIFV0aWxpY2UgZWwgYm90w7NuIGRlIHNlbGVjY2nDs24gcGFyYSBzZWxlY2Npb25hciBsYSBsZXRyYSBhY3R1YWwuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRXcml0ZUluRm9ybU5hdmlnYXRpb25QYXREZXZpY2UiOiAiVXNhIGVsIGJvdMOzbiBkZSBtb3ZlciBwYXJhIG5hdmVnYXIgZW50cmUgbGFzIGxldHJhcyBkZSB1biB0ZWNsYWRvIGVzdMOhbmRhci4gVXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hciBwYXJhIHNlbGVjY2lvbmFyIGxhIGxldHJhIGFjdHVhbC4iLAogICAgImluc3RydWN0aW9uc0xhbmd1YWdlU2V0dGluZ3NCdXR0b24iOiAiUHJlc2lvbmEgZWwgYm90w7NuIGRlIHNlbGVjY2lvbmFyIHBhcmEgY2FtYmlhciBlbCBpZGlvbWEgZGUgdHUgYm9sZXRhLiIsCiAgICAiaW5zdHJ1Y3Rpb25zTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlbiI6ICJVdGlsaWNlIGxvcyBib3RvbmVzIGFycmliYSB5IGFiYWpvIHBhcmEgbmF2ZWdhciBwb3IgbG9zIGlkaW9tYXMgZGUgdm90YWNpw7NuIGRpc3BvbmlibGVzLiBQYXJhIHNlbGVjY2lvbmFyIHVuIGlkaW9tYSwgdXRpbGljZSBlbCBib3TDs24gZGUgc2VsZWNjacOzbi4gQ3VhbmRvIGhheWFzIHRlcm1pbmFkbywgdXRpbGl6YSBlbCBib3TDs24gZGVyZWNobyBwYXJhIGNvbnRpbnVhciB2b3RhbmRvLiIsCiAgICAiaW5zdHJ1Y3Rpb25zTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlblBhdERldmljZSI6ICJVc2EgZWwgYm90w7NuIGRlIG1vdmVyIHBhcmEgbmF2ZWdhciBwb3IgbG9zIGlkaW9tYXMgZGlzcG9uaWJsZXMgZGUgbGEgYm9sZXRhLiBQYXJhIHNlbGVjY2lvbmFyIHVuIGlkaW9tYSwgdXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hci4gQ3VhbmRvIGhheWFzIHRlcm1pbmFkbywgdXNhIGVsIGJvdMOzbiBkZSBtb3ZlciBwYXJhIG5hdmVnYXIgYWwgY29udHJvbCBldGlxdWV0YWRvIGNvbW8gXCJsaXN0b1wiIHkgbHVlZ28gdXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hciBwYXJhIGNvbnRpbnVhciB2b3RhbmRvLiIsCiAgICAiaW5zdHJ1Y3Rpb25zU2Nhbm5lckFza0ZvclJlc3RhcnQiOiAiUMOtZGFsZSBhIHVuIHRyYWJhamFkb3IgZWxlY3RvcmFsIHF1ZSByZWluaWNpZSBlbCBlc2PDoW5lci4iLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJJbnNlcnRCYWxsb3RTY3JlZW4iOiAiRXNjYW5lZSB1bmEgYm9sZXRhIGEgbGEgdmV6LiIsCiAgICAiaW5zdHJ1Y3Rpb25zU2Nhbm5lclJlbW92ZUJhbGxvdFRvQ29udGludWUiOiAiUmV0aXJlIGxhIGJvbGV0YSBwYXJhIGNvbnRpbnVhci4iLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJSZW1vdmVEb3VibGVTaGVldCI6ICJSZXRpcmUgc3UgYm9sZXRhIGUgaW5zZXJ0ZSB1bmEgaG9qYSBhIGxhIHZlei4iLAogICAgImxhYmVsQWxsUHJlY2luY3RzU2VsZWN0aW9uIjogIlRvZG9zIGxvcyByZWNpbnRvcyIsCiAgICAibGFiZWxCYWxsb3RTdHlsZSI6ICJFc3RpbG8gZGUgYm9sZXRhOiIsCiAgICAibGFiZWxCbWRQYXRDYWxpYnJhdGlvbklucHV0QWN0aXZhdGVkIjogIkVudHJhZGEgYWN0aXZhZGE6IiwKICAgICJsYWJlbEJtZFBhdENhbGlicmF0aW9uSW5wdXRJZGVudGlmaWVkIjogIkVudHJhZGEgaWRlbnRpZmljYWRhOiIsCiAgICAibGFiZWxCbWRTZWNvbmRzUmVtYWluaW5nIjogIk7Dum1lcm8gZGUgc2VndW5kb3MgcmVzdGFudGVzOiIsCiAgICAibGFiZWxCbWRXcml0ZUluRm9ybSI6ICJJbnRyb2R1emNhIGVsIG5vbWJyZSBkZSB1bmEgcGVyc29uYSBxdWUgPDE+bm88LzE+IGVuIGxhIGJvbGV0YToiLAogICAgImxhYmVsQ2hhcmFjdGVyc1JlbWFpbmluZyI6ICJQZXJzb25hamVzIHJlc3RhbnRlczoiLAogICAgImxhYmVsQ29udGVzdE51bWJlciI6ICJOw7ptZXJvIGRlIGNvbmN1cnNvOiIsCiAgICAibGFiZWxDb250ZXN0c1JlbWFpbmluZyI6ICJDb25jdXJzb3MgcmVzdGFudGVzOiIsCiAgICAibGFiZWxDb250ZXN0c1dpdGhOb1ZvdGVzIjogIkNvbmN1cnNvcyBzaW4gdm90b3MgbWFyY2Fkb3M6IiwKICAgICJsYWJlbENvbnRlc3RzV2l0aFRvb01hbnlWb3RlcyI6ICJDb25jdXJzb3MgY29uIGRlbWFzaWFkb3Mgdm90b3MgbWFyY2Fkb3M6IiwKICAgICJsYWJlbENvbnRlc3RzV2l0aFZvdGVzUmVtYWluaW5nIjogIkNvbmN1cnNvcyBjb24gdW5vIG8gbcOhcyB2b3RvcyByZXN0YW50ZXM6IiwKICAgICJsYWJlbEN1cnJlbnRMYW5ndWFnZSI6ICJJZGlvbWEgYWN0dWFsOiIsCiAgICAibGFiZWxEZXNlbGVjdGVkIjogIkRlc2VsZWNjaW9uYWRvczoiLAogICAgImxhYmVsRGVzZWxlY3RlZE9wdGlvbiI6ICJPcGNpw7NuIGRlc2VsZWNjaW9uYWRhOiIsCiAgICAibGFiZWxFaXRoZXJOZWl0aGVyQ29udGVzdEVpdGhlck5laXRoZXJTZWN0aW9uIjogIlZPVEUgUE9SIExBIEFQUk9CQUNJw5NOIERFIENVQUxRVUlFUiBPIENPTlRSQSBBTUJPUyIsCiAgICAibGFiZWxFaXRoZXJOZWl0aGVyQ29udGVzdFBpY2tPbmVTZWN0aW9uIjogIlkgVk9UQSBQT1IgVU5PIiwKICAgICJsYWJlbEtleWJvYXJkQ29tbWEiOiAiLCIsCiAgICAibGFiZWxLZXlib2FyZERlbGV0ZSI6ICJlbGltaW5hciIsCiAgICAibGFiZWxLZXlib2FyZERvdWJsZVF1b3RlIjogIlwiIiwKICAgICJsYWJlbEtleWJvYXJkSHlwaGVuIjogIi0iLAogICAgImxhYmVsS2V5Ym9hcmRQZXJpb2QiOiAiLiIsCiAgICAibGFiZWxLZXlib2FyZFNpbmdsZVF1b3RlIjogIiciLAogICAgImxhYmVsS2V5Ym9hcmRTcGFjZUJhciI6ICJlc3BhY2lvIiwKICAgICJsYWJlbE51bUJhbGxvdENvbnRlc3RzIjogIk7Dum1lcm8gZGUgY29udGllbmRhcyBlbiBzdSBib2xldGE6IiwKICAgICJsYWJlbE51bVNoZWV0c1NjYW5uZWQiOiAiSG9qYXMgZXNjYW5lYWRhcyIsCiAgICAibGFiZWxOdW1Wb3Rlc1JlbWFpbmluZyI6ICJWb3RvcyByZXN0YW50ZXMgZW4gZXN0ZSBjb25jdXJzbzoiLAogICAgImxhYmVsTnVtVm90ZXNVbnVzZWQiOiAiTsO6bWVybyBkZSB2b3RvcyBubyB1dGlsaXphZG9zOiIsCiAgICAibGFiZWxTZWxlY3RlZCI6ICJTZWxlY2Npb25hZG9zOiIsCiAgICAibGFiZWxTZWxlY3RlZE9wdGlvbiI6ICJPcGNpw7NuIHNlbGVjY2lvbmFkYToiLAogICAgImxhYmVsVGhlbWVzQ29udHJhc3RIaWdoRGFyayI6ICJUZXh0byBibGFuY28sIGZvbmRvIG5lZ3JvIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0SGlnaExpZ2h0IjogIlRleHRvIG5lZ3JvLCBmb25kbyBibGFuY28iLAogICAgImxhYmVsVGhlbWVzQ29udHJhc3RMb3ciOiAiVGV4dG8gZ3JpcywgZm9uZG8gb3NjdXJvIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0TWVkaXVtIjogIlRleHRvIG9zY3VybywgZm9uZG8gY2xhcm8iLAogICAgImxhYmVsVGhlbWVzU2l6ZUV4dHJhTGFyZ2UiOiAiRXh0cmEgZ3JhbmRlIiwKICAgICJsYWJlbFRoZW1lc1NpemVMYXJnZSI6ICJHcmFuZGUiLAogICAgImxhYmVsVGhlbWVzU2l6ZU1lZGl1bSI6ICJNZWRpbyIsCiAgICAibGFiZWxUaGVtZXNTaXplU21hbGwiOiAiUGVxdWXDsW8iLAogICAgImxhYmVsVG90YWxDb250ZXN0cyI6ICJDb25jdXJzb3MgdG90YWxlczoiLAogICAgImxhYmVsV3JpdGVJbkNhbmRpZGF0ZU5hbWUiOiAiQ2FuZGlkYXRvIHBvciBlc2NyaXRvIiwKICAgICJsYWJlbFdyaXRlSW5QYXJlbnRoZXNpemVkIjogIihwb3IgZXNjcml0bykiLAogICAgImxhYmVsV3JpdGVJblRpdGxlQ2FzZSI6ICJFc2NyaWJpciBlbiIsCiAgICAibGFiZWxXcml0ZUluVGl0bGVDYXNlQ29sb24iOiAiRXNjcmliaXIgZW46IiwKICAgICJsZXR0ZXJBIjogIkEiLAogICAgImxldHRlckIiOiAiQiIsCiAgICAibGV0dGVyQyI6ICJDIiwKICAgICJsZXR0ZXJEIjogIkQiLAogICAgImxldHRlckUiOiAiRSIsCiAgICAibGV0dGVyRiI6ICJGIiwKICAgICJsZXR0ZXJHIjogIkciLAogICAgImxldHRlckgiOiAiSCIsCiAgICAibGV0dGVySSI6ICJJIiwKICAgICJsZXR0ZXJKIjogIkoiLAogICAgImxldHRlcksiOiAiSyIsCiAgICAibGV0dGVyTCI6ICJMIiwKICAgICJsZXR0ZXJNIjogIk0iLAogICAgImxldHRlck4iOiAiTiIsCiAgICAibGV0dGVyTyI6ICJPIiwKICAgICJsZXR0ZXJQIjogIlAiLAogICAgImxldHRlclEiOiAiUSIsCiAgICAibGV0dGVyUiI6ICJSIiwKICAgICJsZXR0ZXJTIjogIlMiLAogICAgImxldHRlclQiOiAiVCIsCiAgICAibGV0dGVyVSI6ICJVIiwKICAgICJsZXR0ZXJWIjogIlYiLAogICAgImxldHRlclciOiAiVyIsCiAgICAibGV0dGVyWCI6ICJYIiwKICAgICJsZXR0ZXJZIjogIlkiLAogICAgImxldHRlcloiOiAiWiIsCiAgICAibm90ZUFza1BvbGxXb3JrZXJGb3JIZWxwIjogIlByZWfDum50ZWxlIGEgdW4gdHJhYmFqYWRvciBlbGVjdG9yYWwgc2kgbmVjZXNpdGEgYXl1ZGEuIiwKICAgICJub3RlQmFsbG90Q29udGVzdE5vU2VsZWN0aW9uIjogIlNpbiBzZWxlY2Npw7NuIiwKICAgICJub3RlQm1kQmFsbG90Qm94SXNGdWxsIjogIlVuIHRyYWJhamFkb3IgZWxlY3RvcmFsIGRlYmUgdmFjaWFyIGxhIGJvbGV0YSBjb21wbGV0YSBjYWphLiIsCiAgICAibm90ZUJtZEJhbGxvdFNoZWV0TG9hZGVkIjogIkxhIHBhcGVsZXRhIGhhIHNpZG8gY2FyZ2FkYS4gVmFzIGEgdGVuZXIgbGEgb3BvcnR1bmlkYWQgZGUgcmV2aXNhciBzdXMgc2VsZWNjaW9uZXMgYW50ZXMgZGUgcmVpbXByaW1pciBzdSBib2xldGEuIiwKICAgICJub3RlQm1kQ2FzdGluZ0JhbGxvdCI6ICJFbWl0aWVuZG8gdm90by4uLiIsCiAgICAibm90ZUJtZENsZWFyaW5nQmFsbG90IjogIkJvcnJhbmRvIGxhIGJvbGV0YSIsCiAgICAibm90ZUJtZENvbnRlc3RDb21wbGV0ZWQiOiAiSGEgY29tcGxldGFkbyBzdXMgc2VsZWNjaW9uZXMgZW4gZXN0ZSBjb25jdXJzby4gUHJlc2lvbmUgZWwgYm90w7NuIGRlIGZsZWNoYSBkZXJlY2hhIHBhcmEgYXZhbnphciBhbCBzaWd1aWVudGUgY29uY3Vyc28uIFB1ZWRlIGNvbnRpbnVhciBuYXZlZ2FuZG8gZW4gZXN0ZSBjb25jdXJzbyBwYXJhIGNhbWJpYXIgc3VzIHNlbGVjY2lvbmVzLiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJOb1NlbGVjdGlvbiI6ICJQcmltZXJvLCB2b3RlIFwiYSBmYXZvciBkZSBjdWFscXVpZXJhIGRlIGxvcyBkb3NcIiBvIFwiZW4gY29udHJhIGRlIGFtYm9zXCIuIEx1ZWdvIHNlbGVjY2lvbmUgc3UgbWVkaWRhIHByZWZlcmlkYS4iLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWRFaXRoZXIiOiAiSGEgc2VsZWNjaW9uYWRvIFwicGFyYSBjdWFscXVpZXJhIGRlIGxvcyBkb3NcIi4gPDI+QWhvcmEgc2VsZWNjaW9uZSB0dSBtZWRpZGEgcHJlZmVyaWRhLiA8LzI+IiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkRWl0aGVyQW5kUHJlZmVycmVkIjogIkhhIHNlbGVjY2lvbmFkbyBcInBhcmEgY3VhbHF1aWVyYVwiIHkgc3UgbWVkaWRhIHByZWZlcmlkYS4iLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWROZWl0aGVyIjogIkhhIHNlbGVjY2lvbmFkbyBcImNvbnRyYSBhbWJvc1wiLiA8Mj5UYW1iacOpbiBwdWVkZSBzZWxlY2Npb25hciBzdSBtZWRpZGEgcHJlZmVyaWRhLiA8LzI+IiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkTmVpdGhlckFuZFByZWZlcnJlZCI6ICJIYSBzZWxlY2Npb25hZG8gXCJjb250cmEgYW1ib3NcIiB5IHN1IG1lZGlkYSBwcmVmZXJpZGEuIiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkUHJlZmVycmVkIjogIkhhcyBzZWxlY2Npb25hZG8gdHUgbWVkaWRhIHByZWZlcmlkYS4gPDI+QWhvcmEgdm90ZSBcImEgZmF2b3IgZGUgY3VhbHF1aWVyYSBkZSBsb3MgZG9zXCIgbyBcImVuIGNvbnRyYSBkZSBhbWJvc1wiLiA8LzI+IiwKICAgICJub3RlQm1kSGFyZHdhcmVSZXNldCI6ICJFbCBoYXJkd2FyZSBoYSBzaWRvIHJlaW5pY2lhZG8uIiwKICAgICJub3RlQm1kSGFyZHdhcmVSZXNldHRpbmciOiAiRWwgaGFyZHdhcmUgc2UgZXN0w6EgcmVpbmljaWFuZG8uIiwKICAgICJub3RlQm1kSW50ZXJwcmV0YXRpb25Qcm9ibGVtIjogIkh1Ym8gdW4gcHJvYmxlbWEgYWwgaW50ZXJwcmV0YXIgc3Ugdm90YWNpw7NuLiIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uSW50cm9TdGVwIjogIlN1cyBkb3MgZW50cmFkYXMgc2UgcHVlZGVuIHVzYXIgcGFyYSA8MT5Nb3ZlcjwvMT4gZWwgZW5mb3F1ZSBlbiBsYSBwYW50YWxsYSBvIDwzPlNlbGVjY2lvbmFyPC8zPiB1biBlbGVtZW50by4iLAogICAgIm5vdGVCbWRQYXRDYWxpYnJhdGlvblN0ZXAxIjogIlBhc28gMSBkZSAzIiwKICAgICJub3RlQm1kUGF0Q2FsaWJyYXRpb25TdGVwMiI6ICJQYXNvIDIgZGUgMyIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uU3RlcDMiOiAiUGFzbyAzIGRlIDMiLAogICAgIm5vdGVCbWRQcmludGVkQmFsbG90UmV2aWV3TmV4dFN0ZXBzIjogIlRlbmRyw6FzIGxhIG9wb3J0dW5pZGFkIGRlIHJldmlzYXIgeSB2ZXJpZmljYXIgbG9zIHZvdG9zIGVuIHR1IGJvbGV0YSBpbXByZXNhIGFudGVzIGRlIHF1ZSBzZSBlbWl0YS4iLAogICAgIm5vdGVCbWRSZWxvYWRTaGVldEFmdGVyUGFwZXJKYW0iOiAiUMOtZGFsZSBhIHVuIHRyYWJhamFkb3IgZWxlY3RvcmFsIHF1ZSBjYXJndWUgdW4gbnVldm8gaG9qYSBkZSB2b3RhY2nDs24uIiwKICAgICJub3RlQm1kU2Nhbm5pbmdSZWluc2VydGVkQmFsbG90IjogIkVzcGVyYSBtaWVudHJhcyBzZSBlc2NhbmVhbiBsb3Mgdm90b3MgZGUgdHUgYm9sZXRhLiIsCiAgICAibm90ZUJtZFNlc3Npb25SZXN0YXJ0IjogIlN1IHNlc2nDs24gZGUgdm90YWNpw7NuIHNlIHJlaW5pY2lhcsOhIGVuIGJyZXZlLiIsCiAgICAibm90ZVByaW50ZXJEaXNjb25uZWN0ZWQiOiAiTGEgaW1wcmVzb3JhIGVzdMOhIGRlc2NvbmVjdGFkYS4iLAogICAgIm5vdGVQcmludGVySGFyZHdhcmVFcnJvciI6ICJMYSBpbXByZXNvcmEgaGEgZXhwZXJpbWVudGFkbyB1biBlcnJvciBkZXNjb25vY2lkby4iLAogICAgIm5vdGVTY2FubmVyQmxhbmtDb250ZXN0c0NhcmRQbHVyYWwiOiAiwr9RdWVyw61hIGRlamFyIGVzdG9zIGNvbmN1cnNvcyBlbiBibGFuY28/IiwKICAgICJub3RlU2Nhbm5lckJsYW5rQ29udGVzdHNDYXJkU2luZ3VsYXIiOiAiwr9RdWVyw61hIGRlamFyIGVzdGUgY29uY3Vyc28gZW4gYmxhbmNvPyIsCiAgICAibm90ZVNjYW5uZXJEaXNjb25uZWN0ZWQiOiAiRWwgZXNjw6FuZXIgZXN0w6EgZGVzY29uZWN0YWRvLiIsCiAgICAibm90ZVNjYW5uZXJPdmVydm90ZUNvbnRlc3RzQ2FyZFBsdXJhbCI6ICJTdXMgdm90b3MgZW4gZXN0b3MgY29uY3Vyc29zIG5vIHNlcsOhbiBjb250YWRvLiIsCiAgICAibm90ZVNjYW5uZXJPdmVydm90ZUNvbnRlc3RzQ2FyZFNpbmd1bGFyIjogIlN1cyB2b3RvcyBlbiBlc3RlIGNvbmN1cnNvIG5vIHNlcsOhbiBjb250YWRvLiIsCiAgICAibm90ZVNjYW5uZXJTY2FuSW5Qcm9ncmVzcyI6ICJFc2NhbmVhbmRvIGxhcyBtYXJjYXMgZW4gc3UgYm9sZXRhLiIsCiAgICAibm90ZVNjYW5uZXJVbmRlcnZvdGVDb250ZXN0c0NhcmRQbHVyYWwiOiAiVG9kb3MgbG9zIGRlbcOhcyB2b3RvcyBlbiBlc3RvcyBjb25jdXJzb3Mgc2Vyw6FuIGNvbnRhZG9zLiIsCiAgICAibm90ZVNjYW5uZXJVbmRlcnZvdGVDb250ZXN0c0NhcmRTaW5ndWxhciI6ICJUb2RvcyBsb3MgZGVtw6FzIHZvdG9zIGVuIGVzdGUgY29uY3Vyc28gc2Vyw6FuIGNvbnRhZG9zLiIsCiAgICAibm90ZVRoYW5rWW91Rm9yVm90aW5nIjogIkdyYWNpYXMgcG9yIHZvdGFyLiIsCiAgICAibm90ZVZvdGVyU2V0dGluZ3NBdWRpb011dGVkIjogIkVsIGF1ZGlvIGVzdMOhIHNpbGVuY2lhZG8iLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9Ob0hlYWRwaG9uZXMiOiAiTm8gc2UgZGV0ZWN0YXJvbiBhdXJpY3VsYXJlcy4iLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9Vbm11dGVkIjogIkVsIGF1ZGlvIGVzdMOhIGVuIiwKICAgICJudW1iZXIwIjogIjAiLAogICAgIm51bWJlcjEiOiAiMSIsCiAgICAibnVtYmVyMTAiOiAiMTAiLAogICAgIm51bWJlcjEwMCI6ICIxMDAiLAogICAgIm51bWJlcjEwMSI6ICIxMDEiLAogICAgIm51bWJlcjEwMiI6ICIxMDIiLAogICAgIm51bWJlcjEwMyI6ICIxMDMiLAogICAgIm51bWJlcjEwNCI6ICIxMDQiLAogICAgIm51bWJlcjEwNSI6ICIxMDUiLAogICAgIm51bWJlcjEwNiI6ICIxMDYiLAogICAgIm51bWJlcjEwNyI6ICIxMDciLAogICAgIm51bWJlcjEwOCI6ICIxMDgiLAogICAgIm51bWJlcjEwOSI6ICIxMDkiLAogICAgIm51bWJlcjExIjogIjExIiwKICAgICJudW1iZXIxMTAiOiAiMTEwIiwKICAgICJudW1iZXIxMTEiOiAiMTExIiwKICAgICJudW1iZXIxMTIiOiAiMTEyIiwKICAgICJudW1iZXIxMTMiOiAiMTEzIiwKICAgICJudW1iZXIxMTQiOiAiMTE0IiwKICAgICJudW1iZXIxMTUiOiAiMTE1IiwKICAgICJudW1iZXIxMTYiOiAiMTE2IiwKICAgICJudW1iZXIxMTciOiAiMTE3IiwKICAgICJudW1iZXIxMTgiOiAiMTE4IiwKICAgICJudW1iZXIxMTkiOiAiMTE5IiwKICAgICJudW1iZXIxMiI6ICIxMiIsCiAgICAibnVtYmVyMTIwIjogIjEyMCIsCiAgICAibnVtYmVyMTIxIjogIjEyMSIsCiAgICAibnVtYmVyMTIyIjogIjEyMiIsCiAgICAibnVtYmVyMTIzIjogIjEyMyIsCiAgICAibnVtYmVyMTI0IjogIjEyNCIsCiAgICAibnVtYmVyMTI1IjogIjEyNSIsCiAgICAibnVtYmVyMTI2IjogIjEyNiIsCiAgICAibnVtYmVyMTI3IjogIjEyNyIsCiAgICAibnVtYmVyMTI4IjogIjEyOCIsCiAgICAibnVtYmVyMTI5IjogIjEyOSIsCiAgICAibnVtYmVyMTMiOiAiMTMiLAogICAgIm51bWJlcjEzMCI6ICIxMzAiLAogICAgIm51bWJlcjEzMSI6ICIxMzEiLAogICAgIm51bWJlcjEzMiI6ICIxMzIiLAogICAgIm51bWJlcjEzMyI6ICIxMzMiLAogICAgIm51bWJlcjEzNCI6ICIxMzQiLAogICAgIm51bWJlcjEzNSI6ICIxMzUiLAogICAgIm51bWJlcjE0IjogIjE0IiwKICAgICJudW1iZXIxNSI6ICIxNSIsCiAgICAibnVtYmVyMTYiOiAiMTYiLAogICAgIm51bWJlcjE3IjogIjE3IiwKICAgICJudW1iZXIxOCI6ICIxOCIsCiAgICAibnVtYmVyMTkiOiAiMTkiLAogICAgIm51bWJlcjIiOiAiMiIsCiAgICAibnVtYmVyMjAiOiAiMjAiLAogICAgIm51bWJlcjIxIjogIjIxIiwKICAgICJudW1iZXIyMiI6ICIyMiIsCiAgICAibnVtYmVyMjMiOiAiMjMiLAogICAgIm51bWJlcjI0IjogIjI0IiwKICAgICJudW1iZXIyNSI6ICIyNSIsCiAgICAibnVtYmVyMjYiOiAiMjYiLAogICAgIm51bWJlcjI3IjogIjI3IiwKICAgICJudW1iZXIyOCI6ICIyOCIsCiAgICAibnVtYmVyMjkiOiAiMjkiLAogICAgIm51bWJlcjMiOiAiMyIsCiAgICAibnVtYmVyMzAiOiAiMzAiLAogICAgIm51bWJlcjMxIjogIjMxIiwKICAgICJudW1iZXIzMiI6ICIzMiIsCiAgICAibnVtYmVyMzMiOiAiMzMiLAogICAgIm51bWJlcjM0IjogIjM0IiwKICAgICJudW1iZXIzNSI6ICIzNSIsCiAgICAibnVtYmVyMzYiOiAiMzYiLAogICAgIm51bWJlcjM3IjogIjM3IiwKICAgICJudW1iZXIzOCI6ICIzOCIsCiAgICAibnVtYmVyMzkiOiAiMzkiLAogICAgIm51bWJlcjQiOiAiNCIsCiAgICAibnVtYmVyNDAiOiAiNDAiLAogICAgIm51bWJlcjQxIjogIjQxIiwKICAgICJudW1iZXI0MiI6ICI0MiIsCiAgICAibnVtYmVyNDMiOiAiNDMiLAogICAgIm51bWJlcjQ0IjogIjQ0IiwKICAgICJudW1iZXI0NSI6ICI0NSIsCiAgICAibnVtYmVyNDYiOiAiNDYiLAogICAgIm51bWJlcjQ3IjogIjQ3IiwKICAgICJudW1iZXI0OCI6ICI0OCIsCiAgICAibnVtYmVyNDkiOiAiNDkiLAogICAgIm51bWJlcjUiOiAiNSIsCiAgICAibnVtYmVyNTAiOiAiNTAiLAogICAgIm51bWJlcjUxIjogIjUxIiwKICAgICJudW1iZXI1MiI6ICI1MiIsCiAgICAibnVtYmVyNTMiOiAiNTMiLAogICAgIm51bWJlcjU0IjogIjU0IiwKICAgICJudW1iZXI1NSI6ICI1NSIsCiAgICAibnVtYmVyNTYiOiAiNTYiLAogICAgIm51bWJlcjU3IjogIjU3IiwKICAgICJudW1iZXI1OCI6ICI1OCIsCiAgICAibnVtYmVyNTkiOiAiNTkiLAogICAgIm51bWJlcjYiOiAiNiIsCiAgICAibnVtYmVyNjAiOiAiNjAiLAogICAgIm51bWJlcjYxIjogIjYxIiwKICAgICJudW1iZXI2MiI6ICI2MiIsCiAgICAibnVtYmVyNjMiOiAiNjMiLAogICAgIm51bWJlcjY0IjogIjY0IiwKICAgICJudW1iZXI2NSI6ICI2NSIsCiAgICAibnVtYmVyNjYiOiAiNjYiLAogICAgIm51bWJlcjY3IjogIjY3IiwKICAgICJudW1iZXI2OCI6ICI2OCIsCiAgICAibnVtYmVyNjkiOiAiNjkiLAogICAgIm51bWJlcjciOiAiNyIsCiAgICAibnVtYmVyNzAiOiAiNzAiLAogICAgIm51bWJlcjcxIjogIjcxIiwKICAgICJudW1iZXI3MiI6ICI3MiIsCiAgICAibnVtYmVyNzMiOiAiNzMiLAogICAgIm51bWJlcjc0IjogIjc0IiwKICAgICJudW1iZXI3NSI6ICI3NSIsCiAgICAibnVtYmVyNzYiOiAiNzYiLAogICAgIm51bWJlcjc3IjogIjc3IiwKICAgICJudW1iZXI3OCI6ICI3OCIsCiAgICAibnVtYmVyNzkiOiAiNzkiLAogICAgIm51bWJlcjgiOiAiOCIsCiAgICAibnVtYmVyODAiOiAiODAiLAogICAgIm51bWJlcjgxIjogIjgxIiwKICAgICJudW1iZXI4MiI6ICI4MiIsCiAgICAibnVtYmVyODMiOiAiODMiLAogICAgIm51bWJlcjg0IjogIjg0IiwKICAgICJudW1iZXI4NSI6ICI4NSIsCiAgICAibnVtYmVyODYiOiAiODYiLAogICAgIm51bWJlcjg3IjogIjg3IiwKICAgICJudW1iZXI4OCI6ICI4OCIsCiAgICAibnVtYmVyODkiOiAiODkiLAogICAgIm51bWJlcjkiOiAiOSIsCiAgICAibnVtYmVyOTAiOiAiOTAiLAogICAgIm51bWJlcjkxIjogIjkxIiwKICAgICJudW1iZXI5MiI6ICI5MiIsCiAgICAibnVtYmVyOTMiOiAiOTMiLAogICAgIm51bWJlcjk0IjogIjk0IiwKICAgICJudW1iZXI5NSI6ICI5NSIsCiAgICAibnVtYmVyOTYiOiAiOTYiLAogICAgIm51bWJlcjk3IjogIjk3IiwKICAgICJudW1iZXI5OCI6ICI5OCIsCiAgICAibnVtYmVyOTkiOiAiOTkiLAogICAgInByb21wdEJtZENvbmZpcm1SZW1vdmVXcml0ZUluIjogIsK/UXVpZXJlcyBhbnVsYXIgbGEgc2VsZWNjacOzbiB5IGVsaW1pbmFyIHR1IGNhbmRpZGF0byBwb3IgZXNjcml0bz8iLAogICAgInByb21wdEJtZFNvdW5kRGlhZ25vc3RpY1NjcmVlbiI6ICJQcmVzaW9uZSBlbCBib3TDs24gZGUgc2VsZWNjacOzbiBwYXJhIGNvbmZpcm1hciBxdWUgZWwgc29uaWRvIGVzdMOhIGZ1bmNpb25hbmRvLiIsCiAgICAidGl0bGVBdWRpb09ubHlNb2RlRW5hYmxlZCI6ICJNb2RvIHNvbG8gYXVkaW8iLAogICAgInRpdGxlQmFsbG90Qm94RnVsbCI6ICJVcm5hIGxsZW5hIiwKICAgICJ0aXRsZUJhbGxvdElkIjogIklkZW50aWZpY2FjacOzbiBkZSBsYSBib2xldGEiLAogICAgInRpdGxlQmFsbG90U3R5bGUiOiAiRXN0aWxvIGRlIGJvbGV0YSIsCiAgICAidGl0bGVCYWxsb3RTdWNjZXNzZnVsbHlDYXN0UGFnZSI6ICLCoVN1IHZvdG8gZnVlIGVtaXRpZG8hIiwKICAgICJ0aXRsZUJtZEFza0ZvckhlbHBTY3JlZW4iOiAiUGlkYSBheXVkYSBhIHVuIHRyYWJhamFkb3IgZWxlY3RvcmFsIiwKICAgICJ0aXRsZUJtZEJhbGxvdFJlbW92ZWRTY3JlZW4iOiAiQm9sZXRhIHJlbW92aWRhIiwKICAgICJ0aXRsZUJtZENhc3RCYWxsb3RTY3JlZW4iOiAiWWEgY2FzaSBoYXMgdGVybWluYWRvIiwKICAgICJ0aXRsZUJtZElkbGVTY3JlZW4iOiAiwr9TaWd1ZSB2b3RhbmRvPyIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90Tm9CYWxsb3REZXRlY3RlZCI6ICJObyBzZSBkZXRlY3TDsyBuaW5ndW5hIGJvbGV0YSIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90V3JvbmdFbGVjdGlvbiI6ICJFbGVjY2nDs24gaW5jb3JyZWN0YSIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90V3JvbmdQcmVjaW5jdCI6ICJEaXN0cml0byBlbGVjdG9yYWwgaW5jb3JyZWN0byIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90V3JvbmdUZXN0TW9kZSI6ICJNb2RvIGRlIGJvbGV0YSBpbmNvcnJlY3RvIiwKICAgICJ0aXRsZUJtZEphbUNsZWFyZWRTY3JlZW4iOiAiQXRhc2NvIGRlc3BlamFkbyIsCiAgICAidGl0bGVCbWRKYW1tZWRTY3JlZW4iOiAiRWwgcGFwZWwgZXN0w6EgYXRhc2NhZG8iLAogICAgInRpdGxlQm1kTG9hZGluZ1JlaW5zZXJ0ZWRCYWxsb3RTY3JlZW4iOiAiQ2FyZ2FuZG8gdHUgYm9sZXRhLi4uIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uQ29uZmlybUV4aXRTY3JlZW4iOiAiRW50cmFkYXMgZGUgZGlzcG9zaXRpdm8gaWRlbnRpZmljYWRhcyIsCiAgICAidGl0bGVCbWRQYXRDYWxpYnJhdGlvbklkZW50aWZpY2F0aW9uUGFnZSI6ICJJZGVudGlmaWNhY2nDs24gZGUgZGlzcG9zaXRpdm9zIGRlIHRlY25vbG9nw61hIGRlIGFzaXN0ZW5jaWEgcGVyc29uYWwuIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uSWRlbnRpZnlNb3ZlSW5wdXQiOiAiSWRlbnRpZmlxdWUgbGEgZW50cmFkYSBcIk1vdmVyXCIiLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25JZGVudGlmeVNlbGVjdElucHV0IjogIklkZW50aWZpcXVlIGxhIGVudHJhZGEgXCJTZWxlY2Npb25hclwiIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uSW50cm9TdGVwIjogIlBydWViZSBzdSBkaXNwb3NpdGl2byIsCiAgICAidGl0bGVCbWRQcmludFNjcmVlbiI6ICJJbXByaW1pciBzdSBib2xldGEgb2ZpY2lhbC4uLiIsCiAgICAidGl0bGVCbWRSZWFkeVRvUmV2aWV3IjogIkxpc3RvIHBhcmEgcmV2aXNhciIsCiAgICAidGl0bGVCbWRSZXZpZXdTY3JlZW4iOiAiUmV2aXNlIHN1cyB2b3RvcyIsCiAgICAidGl0bGVJbnRlcm5hbENvbm5lY3Rpb25Qcm9ibGVtIjogIlByb2JsZW1hIGRlIGNvbmV4acOzbiBpbnRlcm5hIiwKICAgICJ0aXRsZUxhbmd1YWdlU2V0dGluZ3NTY3JlZW4iOiAiU2VsZWNjaW9uZSBlbCBpZGlvbWEgZGUgc3UgYm9sZXRhIiwKICAgICJ0aXRsZU1vZGFsQ29uZmlybVlvdXJWb3RlcyI6ICJDb25maXJtZSBzdXMgdm90b3MiLAogICAgInRpdGxlTm9Qb3dlckRldGVjdGVkIjogIk5vIHNlIGRldGVjdMOzIGVuZXJnw61hIiwKICAgICJ0aXRsZU9mZmljaWFsQmFsbG90IjogIkJvbGV0YSBvZmljaWFsIiwKICAgICJ0aXRsZVByZWNpbmN0IjogIlJlY2ludG8iLAogICAgInRpdGxlUHJpbnRlckNvdmVySXNPcGVuIjogIkxhIGN1YmllcnRhIGRlIGxhIGltcHJlc29yYSBlc3TDoSBhYmllcnRhIiwKICAgICJ0aXRsZVJlbW92ZVlvdXJCYWxsb3QiOiAiUmV0aXJlIHN1IGJvbGV0YSIsCiAgICAidGl0bGVTY2FubmVyQmFsbG90Tm90Q291bnRlZCI6ICJCb2xldGEgbm8gY29udGFkYSIsCiAgICAidGl0bGVTY2FubmVyQmFsbG90V2FybmluZ3NTY3JlZW4iOiAiUmV2aXNlIHN1IGJvbGV0YSIsCiAgICAidGl0bGVTY2FubmVyQ292ZXJJc09wZW4iOiAiTGEgY3ViaWVydGEgZGVsIGVzY8OhbmVyIGVzdMOhIGFiaWVydGEiLAogICAgInRpdGxlU2Nhbm5lckN2clN5bmNSZXF1aXJlZCI6ICJTZSByZXF1aWVyZSBzaW5jcm9uaXphY2nDs24gZGUgcmVnaXN0cm9zIGRlIHZvdG9zIGVtaXRpZG9zIChDVlIpIiwKICAgICJ0aXRsZVNjYW5uZXJJbnNlcnRCYWxsb3RTY3JlZW4iOiAiSW5zZXJ0ZSBzdSBib2xldGEiLAogICAgInRpdGxlU2Nhbm5lck5vVm90ZXNXYXJuaW5nIjogIlNpbiB2b3RvcyBtYXJjYWRvczoiLAogICAgInRpdGxlU2Nhbm5lck91dGZlZWRCbG9ja2VkIjogIkxhIGFwZXJ0dXJhIGRlIGxhIHVybmEgZXN0w6EgYmxvcXVlYWRhIiwKICAgICJ0aXRsZVNjYW5uZXJPdmVydm90ZVdhcm5pbmciOiAiRGVtYXNpYWRvcyB2b3RvcyBtYXJjYWRvczoiLAogICAgInRpdGxlU2Nhbm5lclByb2Nlc3NpbmdTY3JlZW4iOiAiRXNwZXJlIHBvciBmYXZvcuKApiIsCiAgICAidGl0bGVTY2FubmVyU3VjY2Vzc1NjcmVlbiI6ICLCoVN1IHZvdG8gZnVlIGNvbnRhZG8hIiwKICAgICJ0aXRsZVNjYW5uZXJVbmRlcnZvdGVXYXJuaW5nIjogIlNlIHB1ZWRlbiBzdW1hciB1bm8gbyBtw6FzIHZvdG9zOiIsCiAgICAidGl0bGVTY2FubmluZ0ZhaWxlZCI6ICJFcnJvciBkZSBlc2NhbmVvIiwKICAgICJ0aXRsZVVub2ZmaWNpYWxUZXN0QmFsbG90IjogIkJvbGV0YSBkZSBwcnVlYmEgbm8gb2ZpY2lhbCIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzIjogIkNvbmZpZ3VyYWNpb25lcyIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzQXVkaW8iOiAiQXVkaW8iLAogICAgInRpdGxlVm90ZXJTZXR0aW5nc0NvbG9yIjogIkNvbG9yIiwKICAgICJ0aXRsZVZvdGVyU2V0dGluZ3NTaXplIjogIlRhbWHDsW8gZGVsIHRleHRvIiwKICAgICJ1bnJlY292ZXJhYmxlRXJyb3IiOiAiQWxnbyBzYWxpw7MgbWFsIiwKICAgICJ3YXJuaW5nQm1kQmFsbG90UmVtb3ZlZCI6ICJUdSBib2xldGEgb2ZpY2lhbCBoYSBzaWRvIHJldGlyYWRhIGRlIGxhIGltcHJlc29yYS4iLAogICAgIndhcm5pbmdCbWRJbmFjdGl2ZVNlc3Npb24iOiAiRXN0YSBtZXNhIGRlIHZvdGFjacOzbiBoYSBlc3RhZG8gaW5hY3RpdmEgcG9yIG3DoXMgZGUgNSBtaW51dG9zLiIsCiAgICAid2FybmluZ0JtZEluYWN0aXZlVGltZVJlbWFpbmluZyI6ICJQYXJhIHByb3RlZ2VyIHN1IHByaXZhY2lkYWQsIGVzdGEgYm9sZXRhIHNlIGJvcnJhcsOhIGN1YW5kbyBzZSBhY2FiZSBlbCB0aWVtcG8uIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdExpdmVCYWxsb3RJblRlc3RNb2RlIjogIkxhIGhvamEgaW5zZXJ0YWRhIGVzIHVuYSBib2xldGEgPDE+b2ZpY2lhbDwvMT4uIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdE5vQmFsbG90RGV0ZWN0ZWQiOiAiTm8gc2UgZGV0ZWN0w7MgaW5mb3JtYWNpw7NuIGRlIGJvbGV0YSBlbiBsYSBob2phIGluc2VydGFkYS4iLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90VGVzdEJhbGxvdEluTGl2ZU1vZGUiOiAiTGEgaG9qYSBpbnNlcnRhZGEgZXMgdW5hIGJvbGV0YSBkZSA8MT5wcnVlYmE8LzE+LiIsCiAgICAid2FybmluZ0JtZEludmFsaWRCYWxsb3RXcm9uZ0VsZWN0aW9uIjogIkxhIGhvamEgaW5zZXJ0YWRhIGVzIHVuYSBib2xldGEgZGUgdW5hIGVsZWNjacOzbiBkaWZlcmVudGUuIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdFdyb25nUHJlY2luY3QiOiAiTGEgaG9qYSBpbnNlcnRhZGEgZXMgdW5hIGJvbGV0YSBkZSB1biBkaXN0cml0byBlbGVjdG9yYWwgZGlmZXJlbnRlLiIsCiAgICAid2FybmluZ0N2cnNOZWVkU3luYyI6ICJVbiB0cmFiYWphZG9yIGVsZWN0b3JhbCBkZWJlIHNpbmNyb25pemFyIGxvcyByZWdpc3Ryb3MgZGUgdm90b3MgZW1pdGlkb3MgKENWUiwgcG9yIHN1cyBzaWdsYXMgZW4gaW5nbMOpcykgY29uIGxhIHVuaWRhZCBVU0IuIiwKICAgICJ3YXJuaW5nTm9Qb3dlciI6ICI8MD5ObyBzZSBkZXRlY3TDsyBlbmVyZ8OtYS4gPC8wPiBQw61kYWxlIGEgdW4gdHJhYmFqYWRvciBlbGVjdG9yYWwgcXVlIGVuY2h1ZmUgZWwgY2FibGUgZGUgYWxpbWVudGFjacOzbi4iLAogICAgIndhcm5pbmdOb1ZvdGVzRm9yQ29udGVzdCI6ICJBw7puIHB1ZWRlcyB2b3RhciBlbiBlc3RlIGNvbmN1cnNvLiIsCiAgICAid2FybmluZ092ZXJ2b3RlQ2FuZGlkYXRlQ29udGVzdCI6ICJQYXJhIHZvdGFyIHBvciBvdHJvIGNhbmRpZGF0bywgZGViZSBwcmltZXJvIGFudWxhciBsYSBzZWxlY2Npw7NuIGRlIHVuIGNhbmRpZGF0byBwcmV2aWFtZW50ZSBzZWxlY2Npb25hZG8uIiwKICAgICJ3YXJuaW5nT3ZlcnZvdGVZZXNOb0NvbnRlc3QiOiAiUGFyYSBjYW1iaWFyIHN1IHZvdG8sIHByaW1lcm8gYW51bGUgbGEgc2VsZWNjacOzbiBkZSBzdSB2b3RvIGFudGVyaW9yLiIsCiAgICAid2FybmluZ1Byb2JsZW1TY2FubmluZ0JhbGxvdCI6ICJIdWJvIHVuIHByb2JsZW1hIGFsIGVzY2FuZWFyIGVzdGEgYm9sZXRhLiIsCiAgICAid2FybmluZ1Byb2JsZW1TY2FubmluZ0JhbGxvdFNjYW5BZ2FpbiI6ICJIdWJvIHVuIHByb2JsZW1hIGFsIGVzY2FuZWFyIHN1IGJvbGV0YS4gRXNjYW7DqWVsbyBudWV2YW1lbnRlLiIsCiAgICAid2FybmluZ1NjYW5uZXJBbm90aGVyU2NhbkluUHJvZ3Jlc3MiOiAiU2UgZXN0w6EgZXNjYW5lYW5kbyBvdHJhIGJvbGV0YS4iLAogICAgIndhcm5pbmdTY2FubmVyQmxhbmtCYWxsb3RTdWJtaXNzaW9uIjogIk5vIHNlIGNvbnRhcsOhbiB2b3RvcyBkZSBlc3RhIHZvdGFjacOzbi4iLAogICAgIndhcm5pbmdTY2FubmVySmFtbWVkIjogIkxhIGJvbGV0YSBlc3TDoSBhdGFzY2FkYSBlbiBlbCBlc2PDoW5lci4iLAogICAgIndhcm5pbmdTY2FubmVyTWlzbWF0Y2hlZEVsZWN0aW9uIjogIkxhIGJvbGV0YSBubyBjb2luY2lkZSBjb24gbGEgZWxlY2Npw7NuIGRlIGVzdGUgZXN0w6EgY29uZmlndXJhZG8gZWwgZXNjw6FuZXIuIiwKICAgICJ3YXJuaW5nU2Nhbm5lck1pc21hdGNoZWRQcmVjaW5jdCI6ICJMYSBib2xldGEgbm8gY29pbmNpZGUgY29uIGVsIGRpc3RyaXRvIGVsZWN0b3JhbCBwYXJhIGVsIHF1ZSBlc3TDoSBjb25maWd1cmFkbyBlc3RlIGVzY8OhbmVyLiIsCiAgICAid2FybmluZ1NjYW5uZXJNdWx0aXBsZVNoZWV0c0RldGVjdGVkIjogIlNlIGRldGVjdGFyb24gdmFyaWFzIGhvamFzLiIsCiAgICAid2FybmluZ1NjYW5uZXJOb1ZvdGVzRm91bmQiOiAiTm8gc2UgZW5jb250cmFyb24gdm90b3MgYWwgZXNjYW5lYXIgZXN0byB2b3RhY2nDs24uIiwKICAgICJ3YXJuaW5nU2Nhbm5lck9mZmljaWFsQmFsbG90SW5UZXN0TW9kZSI6ICJFbCBlc2PDoW5lciBlc3TDoSBlbiBtb2RvIGRlIGJvbGV0YSBkZSBwcnVlYmEuIE5vIHNlIHB1ZWRlbiBlc2NhbmVhciBib2xldGFzIG9maWNpYWxlcy4iLAogICAgIndhcm5pbmdTY2FubmVyVGVzdEJhbGxvdEluT2ZmaWNpYWxNb2RlIjogIkVsIGVzY8OhbmVyIGVzdMOhIGVuIG1vZG8gZGUgYm9sZXRhIG9maWNpYWwuIE5vIHNlIHB1ZWRlbiBlc2NhbmVhciBib2xldGFzIGRlIHBydWViYS4iLAogICAgIndhcm5pbmdTY2FubmVyVmVydGljYWxTdHJlYWtzRGV0ZWN0ZWQiOiAiRWwgZXNjw6FuZXIgbmVjZXNpdGEgc2VyIGxpbXBpYWRvLiIKICB9Cn1QSwcISXbyjlatAQBWrQEAUEsDBAoACAAAAAAAgVkAAAAAAAAAAAAAAAANAAAAZWxlY3Rpb24uanNvbnsKICAiYmFsbG90TGF5b3V0IjogewogICAgInBhcGVyU2l6ZSI6ICJsZXR0ZXIiLAogICAgIm1ldGFkYXRhRW5jb2RpbmciOiAicXItY29kZSIKICB9LAogICJiYWxsb3RTdHJpbmdzIjogewogICAgImVuIjogewogICAgICAiYmFsbG90U3R5bGVJZCI6IHsKICAgICAgICAiMS1NYV96aC1IYW5zIjogIjEtTWEiLAogICAgICAgICIxLU1hX3poLUhhbnQiOiAiMS1NYSIsCiAgICAgICAgIjEtTWFfZW4iOiAiMS1NYSIsCiAgICAgICAgIjEtTWFfZXMtVVMiOiAiMS1NYSIsCiAgICAgICAgIjEtRl96aC1IYW5zIjogIjEtRiIsCiAgICAgICAgIjEtRl96aC1IYW50IjogIjEtRiIsCiAgICAgICAgIjEtRl9lbiI6ICIxLUYiLAogICAgICAgICIxLUZfZXMtVVMiOiAiMS1GIiwKICAgICAgICAiMi1NYV96aC1IYW5zIjogIjItTWEiLAogICAgICAgICIyLU1hX3poLUhhbnQiOiAiMi1NYSIsCiAgICAgICAgIjItTWFfZW4iOiAiMi1NYSIsCiAgICAgICAgIjItTWFfZXMtVVMiOiAiMi1NYSIsCiAgICAgICAgIjItRl96aC1IYW5zIjogIjItRiIsCiAgICAgICAgIjItRl96aC1IYW50IjogIjItRiIsCiAgICAgICAgIjItRl9lbiI6ICIyLUYiLAogICAgICAgICIyLUZfZXMtVVMiOiAiMi1GIiwKICAgICAgICAiMy1NYV96aC1IYW5zIjogIjMtTWEiLAogICAgICAgICIzLU1hX3poLUhhbnQiOiAiMy1NYSIsCiAgICAgICAgIjMtTWFfZW4iOiAiMy1NYSIsCiAgICAgICAgIjMtTWFfZXMtVVMiOiAiMy1NYSIsCiAgICAgICAgIjMtRl96aC1IYW5zIjogIjMtRiIsCiAgICAgICAgIjMtRl96aC1IYW50IjogIjMtRiIsCiAgICAgICAgIjMtRl9lbiI6ICIzLUYiLAogICAgICAgICIzLUZfZXMtVVMiOiAiMy1GIiwKICAgICAgICAiNC1NYV96aC1IYW5zIjogIjQtTWEiLAogICAgICAgICI0LU1hX3poLUhhbnQiOiAiNC1NYSIsCiAgICAgICAgIjQtTWFfZW4iOiAiNC1NYSIsCiAgICAgICAgIjQtTWFfZXMtVVMiOiAiNC1NYSIsCiAgICAgICAgIjQtRl96aC1IYW5zIjogIjQtRiIsCiAgICAgICAgIjQtRl96aC1IYW50IjogIjQtRiIsCiAgICAgICAgIjQtRl9lbiI6ICI0LUYiLAogICAgICAgICI0LUZfZXMtVVMiOiAiNC1GIgogICAgICB9LAogICAgICAiY2FuZGlkYXRlTmFtZSI6IHsKICAgICAgICAiaG9yc2UiOiAiSG9yc2UiLAogICAgICAgICJvdHRlciI6ICJPdHRlciIsCiAgICAgICAgImZveCI6ICJGb3giLAogICAgICAgICJzZWFob3JzZSI6ICJTZWFob3JzZSIsCiAgICAgICAgInNhbG1vbiI6ICJTYWxtb24iLAogICAgICAgICJ6ZWJyYS0xIjogIlplYnJhIiwKICAgICAgICAibGlvbi0xIjogIkxpb24iLAogICAgICAgICJrYW5nYXJvby0xIjogIkthbmdhcm9vIiwKICAgICAgICAiZWxlcGhhbnQtMSI6ICJFbGVwaGFudCIsCiAgICAgICAgIm1hbnRhLXJheS0xIjogIk1hbnRhIFJheSIsCiAgICAgICAgInB1ZmZlcmZpc2gtMSI6ICJQdWZmZXJmaXNoIiwKICAgICAgICAicm9ja2Zpc2gtMSI6ICJSb2NrZmlzaCIsCiAgICAgICAgInRyaWdnZXJmaXNoLTEiOiAiVHJpZ2dlcmZpc2giLAogICAgICAgICJ6ZWJyYS0yIjogIlplYnJhIiwKICAgICAgICAibGlvbi0yIjogIkxpb24iLAogICAgICAgICJrYW5nYXJvby0yIjogIkthbmdhcm9vIiwKICAgICAgICAiZWxlcGhhbnQtMiI6ICJFbGVwaGFudCIsCiAgICAgICAgIm1hbnRhLXJheS0yIjogIk1hbnRhIFJheSIsCiAgICAgICAgInB1ZmZlcmZpc2gtMiI6ICJQdWZmZXJmaXNoIiwKICAgICAgICAicm9ja2Zpc2gtMiI6ICJSb2NrZmlzaCIsCiAgICAgICAgInRyaWdnZXJmaXNoLTIiOiAiVHJpZ2dlcmZpc2giCiAgICAgIH0sCiAgICAgICJjb250ZXN0RGVzY3JpcHRpb24iOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZyI6ICJTaG91bGQgZmlzaGluZyBiZSBiYW5uZWQgaW4gYWxsIGNpdHkgb3duZWQgbGFrZXMgYW5kIHJpdmVycz8iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmciOiAiU2hvdWxkIGZpc2hpbmcgYmUgYmFubmVkIGluIGFsbCBjaXR5IG93bmVkIGxha2VzIGFuZCByaXZlcnM/IgogICAgICB9LAogICAgICAiY29udGVzdE9wdGlvbkxhYmVsIjogewogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciOiAiWUVTIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciOiAiTk8iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciOiAiWUVTIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciOiAiTk8iCiAgICAgIH0sCiAgICAgICJjb250ZXN0VGl0bGUiOiB7CiAgICAgICAgImNvdW50eS1sZWFkZXItbWFtbWFsIjogIkNvdW50eSBMZWFkZXIgTWFtbWFsIiwKICAgICAgICAiY291bnR5LWxlYWRlci1maXNoIjogIkNvdW50eSBMZWFkZXIgRmlzaCIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiOiAiQ29uZ3Jlc3Npb25hbCAxIFJlcHJlc2VudGF0aXZlIC0gTWFtbWFsIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLWZpc2giOiAiQ29uZ3Jlc3Npb25hbCAxIFJlcHJlc2VudGF0aXZlIC0gRmlzaCIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiOiAiQ29uZ3Jlc3Npb25hbCAyIFJlcHJlc2VudGF0aXZlIC0gTWFtbWFsIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLWZpc2giOiAiQ29uZ3Jlc3Npb25hbCAyIFJlcHJlc2VudGF0aXZlIC0gRmlzaCIsCiAgICAgICAgIndhdGVyLTEtZmlzaGluZyI6ICJXYXRlciBEaXN0cmljdCAxIEZpc2hpbmciLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmciOiAiV2F0ZXIgRGlzdHJpY3QgMiBGaXNoaW5nIgogICAgICB9LAogICAgICAiY291bnR5TmFtZSI6ICJTYW1wbGUgQ291bnR5IiwKICAgICAgImRpc3RyaWN0TmFtZSI6IHsKICAgICAgICAiY291bnR5IjogIkNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSI6ICJDb25ncmVzc2lvbmFsIERpc3RyaWN0IDEiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiOiAiQ29uZ3Jlc3Npb25hbCBEaXN0cmljdCAyIiwKICAgICAgICAid2F0ZXItMSI6ICJXYXRlciBEaXN0cmljdCAxIiwKICAgICAgICAid2F0ZXItMiI6ICJXYXRlciBEaXN0cmljdCAyIgogICAgICB9LAogICAgICAiZWxlY3Rpb25UaXRsZSI6ICJFeGFtcGxlIFByaW1hcnkgRWxlY3Rpb24iLAogICAgICAicGFydHlGdWxsTmFtZSI6IHsKICAgICAgICAiMCI6ICJNYW1tYWwgUGFydHkiLAogICAgICAgICIxIjogIkZpc2ggUGFydHkiCiAgICAgIH0sCiAgICAgICJwYXJ0eU5hbWUiOiB7CiAgICAgICAgIjAiOiAiTWFtbWFsIiwKICAgICAgICAiMSI6ICJGaXNoIgogICAgICB9LAogICAgICAicHJlY2luY3ROYW1lIjogewogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIjogIlByZWNpbmN0IDEiLAogICAgICAgICJwcmVjaW5jdC1jMS13MS0yIjogIlByZWNpbmN0IDIiLAogICAgICAgICJwcmVjaW5jdC1jMS13MiI6ICJQcmVjaW5jdCAzIiwKICAgICAgICAicHJlY2luY3QtYzIiOiAiUHJlY2luY3QgNCIKICAgICAgfSwKICAgICAgInN0YXRlTmFtZSI6ICJTdGF0ZSBvZiBTYW1wbGUiLAogICAgICAiYmFsbG90TGFuZ3VhZ2UiOiAiRW5nbGlzaCIsCiAgICAgICJlbGVjdGlvbkRhdGUiOiAiU2VwdGVtYmVyIDgsIDIwMjEiLAogICAgICAiaG1wYkNvbnRpbnVlVm90aW5nT25CYWNrIjogIlR1cm4gYmFsbG90IG92ZXIgYW5kIGNvbnRpbnVlIHZvdGluZyIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbk5leHRTaGVldCI6ICJDb250aW51ZSB2b3Rpbmcgb24gbmV4dCBiYWxsb3Qgc2hlZXQiLAogICAgICAiaG1wYkluc3RydWN0aW9ucyI6ICJJbnN0cnVjdGlvbnMiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRleHQiOiAiVG8gdm90ZSwgY29tcGxldGVseSBmaWxsIGluIHRoZSBvdmFsIG5leHQgdG8geW91ciBjaG9pY2UuIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUaXRsZSI6ICJUbyBWb3RlOiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRleHQiOiAiVG8gdm90ZSBmb3IgYSBwZXJzb24gd2hvc2UgbmFtZSBpcyBub3Qgb24gdGhlIGJhbGxvdCwgd3JpdGUgdGhlIHBlcnNvbuKAmXMgbmFtZSBvbiB0aGUgXCJXcml0ZS1pblwiIGxpbmUgYW5kIGNvbXBsZXRlbHkgZmlsbCBpbiB0aGUgb3ZhbCBuZXh0IHRvIHRoZSBsaW5lLiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRpdGxlIjogIlRvIFZvdGUgZm9yIGEgV3JpdGUtaW46IiwKICAgICAgImhtcGJPZmZpY2lhbEFic2VudGVlQmFsbG90IjogIk9mZmljaWFsIEFic2VudGVlIEJhbGxvdCIsCiAgICAgICJobXBiT2ZmaWNpYWxCYWxsb3QiOiAiT2ZmaWNpYWwgQmFsbG90IiwKICAgICAgImhtcGJPZmZpY2lhbFByb3Zpc2lvbmFsQmFsbG90IjogIk9mZmljaWFsIFByb3Zpc2lvbmFsIEJhbGxvdCIsCiAgICAgICJobXBiUGFnZSI6ICJQYWdlIiwKICAgICAgImhtcGJQYWdlSW50ZW50aW9uYWxseUJsYW5rIjogIlRoaXMgcGFnZSBpbnRlbnRpb25hbGx5IGxlZnQgYmxhbmsiLAogICAgICAiaG1wYlNhbXBsZUFic2VudGVlQmFsbG90IjogIlNhbXBsZSBBYnNlbnRlZSBCYWxsb3QiLAogICAgICAiaG1wYlNhbXBsZUJhbGxvdCI6ICJTYW1wbGUgQmFsbG90IiwKICAgICAgImhtcGJTYW1wbGVQcm92aXNpb25hbEJhbGxvdCI6ICJTYW1wbGUgUHJvdmlzaW9uYWwgQmFsbG90IiwKICAgICAgImhtcGJUZXN0QWJzZW50ZWVCYWxsb3QiOiAiVGVzdCBBYnNlbnRlZSBCYWxsb3QiLAogICAgICAiaG1wYlRlc3RCYWxsb3QiOiAiVGVzdCBCYWxsb3QiLAogICAgICAiaG1wYlRlc3RQcm92aXNpb25hbEJhbGxvdCI6ICJUZXN0IFByb3Zpc2lvbmFsIEJhbGxvdCIsCiAgICAgICJobXBiVm90ZUZvcjEiOiAiVm90ZSBmb3IgMSIsCiAgICAgICJobXBiVm90ZUZvcjEwIjogIlZvdGUgZm9yIHVwIHRvIDEwIiwKICAgICAgImhtcGJWb3RlRm9yMiI6ICJWb3RlIGZvciB1cCB0byAyIiwKICAgICAgImhtcGJWb3RlRm9yMyI6ICJWb3RlIGZvciB1cCB0byAzIiwKICAgICAgImhtcGJWb3RlRm9yNCI6ICJWb3RlIGZvciB1cCB0byA0IiwKICAgICAgImhtcGJWb3RlRm9yNSI6ICJWb3RlIGZvciB1cCB0byA1IiwKICAgICAgImhtcGJWb3RlRm9yNiI6ICJWb3RlIGZvciB1cCB0byA2IiwKICAgICAgImhtcGJWb3RlRm9yNyI6ICJWb3RlIGZvciB1cCB0byA3IiwKICAgICAgImhtcGJWb3RlRm9yOCI6ICJWb3RlIGZvciB1cCB0byA4IiwKICAgICAgImhtcGJWb3RlRm9yOSI6ICJWb3RlIGZvciB1cCB0byA5IiwKICAgICAgImhtcGJWb3RpbmdDb21wbGV0ZSI6ICJZb3UgaGF2ZSBjb21wbGV0ZWQgdm90aW5nLiIsCiAgICAgICJobXBiV3JpdGVJbiI6ICJXcml0ZS1pbiIKICAgIH0sCiAgICAiemgtSGFucyI6IHsKICAgICAgImNvbnRlc3REZXNjcmlwdGlvbiI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIuaYr+WQpuW6lOivpeemgeatouWcqOaJgOacieWfjuW4gua5luaziuWSjOays+a1geS4remSk+mxvO+8nyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICLmmK/lkKblupTor6XnpoHmraLlnKjmiYDmnInln47luILmuZbms4rlkozmsrPmtYHkuK3pkpPpsbzvvJ8iCiAgICAgIH0sCiAgICAgICJjb250ZXN0T3B0aW9uTGFiZWwiOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyI6ICLmmK/nmoQiLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICLkuI0iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciOiAi5piv55qEIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciOiAi5LiNIgogICAgICB9LAogICAgICAiY29udGVzdFRpdGxlIjogewogICAgICAgICJjb3VudHktbGVhZGVyLW1hbW1hbCI6ICLljr/pooblr7zlk7rkubPliqjniakiLAogICAgICAgICJjb3VudHktbGVhZGVyLWZpc2giOiAi5Y6/6aKG5a+86bG8IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCI6ICLlm73kvJogMSDku6PooaggLSDlk7rkubPliqjniakiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEtZmlzaCI6ICLlm73kvJogMSDku6PooaggLSDoj7Lku4AiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIjogIuWbveS8miAyIOS7o+ihqCAtIOWTuuS5s+WKqOeJqSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMi1maXNoIjogIuWbveS8miAyIOS7o+ihqCAtIOiPsuS7gCIsCiAgICAgICAgIndhdGVyLTEtZmlzaGluZyI6ICLmsLTljLogMSDpkpPpsbwiLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmciOiAi5rC05Yy6IDIg6ZKT6bG8IgogICAgICB9LAogICAgICAiY291bnR5TmFtZSI6ICLmoLfmnKzljr8iLAogICAgICAiZGlzdHJpY3ROYW1lIjogewogICAgICAgICJjb3VudHkiOiAi5Y6/IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIjogIuesrOS4gOWbveS8mumAieWMuiIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiI6ICLlm73kvJrnrKwgMiDpgInljLoiLAogICAgICAgICJ3YXRlci0xIjogIuawtOWMuiAxIiwKICAgICAgICAid2F0ZXItMiI6ICLmsLTljLogMiIKICAgICAgfSwKICAgICAgImVsZWN0aW9uVGl0bGUiOiAi5Yid6YCJ56S65L6LIiwKICAgICAgInBhcnR5RnVsbE5hbWUiOiB7CiAgICAgICAgIjAiOiAi5ZO65Lmz5Yqo54mp5rS+5a+5IiwKICAgICAgICAiMSI6ICLpsbzmtL7lr7kiCiAgICAgIH0sCiAgICAgICJwYXJ0eU5hbWUiOiB7CiAgICAgICAgIjAiOiAi5ZO65Lmz5Yqo54mpIiwKICAgICAgICAiMSI6ICLpsbwiCiAgICAgIH0sCiAgICAgICJwcmVjaW5jdE5hbWUiOiB7CiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiOiAi56ysMemAieWMuiIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiOiAi56ysMumAieWMuiIsCiAgICAgICAgInByZWNpbmN0LWMxLXcyIjogIuesrCAzIOWMuiIsCiAgICAgICAgInByZWNpbmN0LWMyIjogIuesrOWbm+WMuiIKICAgICAgfSwKICAgICAgInN0YXRlTmFtZSI6ICLmoLflk4HnirbmgIEiLAogICAgICAiYmFsbG90TGFuZ3VhZ2UiOiAi566A5L2T5Lit5paHIiwKICAgICAgImVsZWN0aW9uRGF0ZSI6ICIyMDIx5bm0OeaciDjml6UiLAogICAgICAiaG1wYkNvbnRpbnVlVm90aW5nT25CYWNrIjogIuWwhumAieelqOe/u+i/h+adpe+8jOe7p+e7reaKleelqCIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbk5leHRTaGVldCI6ICLlnKjkuIvkuIDlvKDpgInnpajkuIrnu6fnu63mipXnpagiLAogICAgICAiaG1wYkluc3RydWN0aW9ucyI6ICLor7TmmI4iLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRleHQiOiAi6KaB5oqV56Wo77yM6K+35a6M5pW05aGr5YaZ5oKo5omA6YCJ6aG555uu5peB6L6555qE5qSt5ZyG5b2i5qGG44CCIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUaXRsZSI6ICLmipXnpajvvJoiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1dyaXRlSW5UZXh0IjogIuWmguaenOimgeS4uuacquWHuueOsOWcqOmAieelqOS4iueahOS6uui/m+ihjOaKleelqO+8jOivt+WcqOKAnOWGmeWFpeWAmemAieS6uuKAnOihjOS4reWGmeS4i+atpOS6uueahOWnk+WQje+8jOW5tuWujOaVtOWhq+WGmeivpeihjOaXgei+ueeahOakreWchuW9ouWMuuWfn+OAgiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRpdGxlIjogIuaKleelqOmAieS4vuWAmemAieS6uu+8miIsCiAgICAgICJobXBiT2ZmaWNpYWxBYnNlbnRlZUJhbGxvdCI6ICLmraPlvI/nvLrluK3pgInnpagiLAogICAgICAiaG1wYk9mZmljaWFsQmFsbG90IjogIuato+W8j+mAieelqCIsCiAgICAgICJobXBiT2ZmaWNpYWxQcm92aXNpb25hbEJhbGxvdCI6ICLmma7pgJrkuLTml7bpgInnpagiLAogICAgICAiaG1wYlBhZ2UiOiAi6aG156CBIiwKICAgICAgImhtcGJQYWdlSW50ZW50aW9uYWxseUJsYW5rIjogIuacrOmhteS4uuacieaEj+eVmeepuiIsCiAgICAgICJobXBiU2FtcGxlQWJzZW50ZWVCYWxsb3QiOiAi57y65bit6YCJ56Wo5qC35pysIiwKICAgICAgImhtcGJTYW1wbGVCYWxsb3QiOiAi6YCJ56Wo5qC35pysIiwKICAgICAgImhtcGJTYW1wbGVQcm92aXNpb25hbEJhbGxvdCI6ICLkuLTml7bpgInnpajmoLfmnKwiLAogICAgICAiaG1wYlRlc3RBYnNlbnRlZUJhbGxvdCI6ICLmtYvor5XnvLrluK3pgInnpagiLAogICAgICAiaG1wYlRlc3RCYWxsb3QiOiAi5rWL6K+V6YCJ56WoIiwKICAgICAgImhtcGJUZXN0UHJvdmlzaW9uYWxCYWxsb3QiOiAi5rWL6K+V5Li05pe26YCJ56WoIiwKICAgICAgImhtcGJWb3RlRm9yMSI6ICLmipUx56WoIiwKICAgICAgImhtcGJWb3RlRm9yMTAiOiAi5pyA5aSa5oqVMTDnpagiLAogICAgICAiaG1wYlZvdGVGb3IyIjogIuacgOWkmuaKlTLnpagiLAogICAgICAiaG1wYlZvdGVGb3IzIjogIuacgOWkmuaKlTPnpagiLAogICAgICAiaG1wYlZvdGVGb3I0IjogIuacgOWkmuaKlTTnpagiLAogICAgICAiaG1wYlZvdGVGb3I1IjogIuacgOWkmuaKlTXnpagiLAogICAgICAiaG1wYlZvdGVGb3I2IjogIuacgOWkmuaKlTbnpagiLAogICAgICAiaG1wYlZvdGVGb3I3IjogIuacgOWkmuaKlTfnpagiLAogICAgICAiaG1wYlZvdGVGb3I4IjogIuacgOWkmuaKlTjnpagiLAogICAgICAiaG1wYlZvdGVGb3I5IjogIuacgOWkmuaKlTnnpagiLAogICAgICAiaG1wYlZvdGluZ0NvbXBsZXRlIjogIuaCqOW3suWujOaIkOaKleelqOOAgiIsCiAgICAgICJobXBiV3JpdGVJbiI6ICLlhpnlhaXlgJnpgInkuroiCiAgICB9LAogICAgInpoLUhhbnQiOiB7CiAgICAgICJjb250ZXN0RGVzY3JpcHRpb24iOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZyI6ICLmmK/lkKbmh4noqbLnpoHmraLlnKjmiYDmnInln47luILmk4HmnInnmoTmuZbms4rlkozmsrPmtYHkuK3mjZXprZrvvJ8iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmciOiAi5piv5ZCm5oeJ6Kmy56aB5q2i5Zyo5omA5pyJ5Z+O5biC5pOB5pyJ55qE5rmW5rOK5ZKM5rKz5rWB5Lit5o2V6a2a77yfIgogICAgICB9LAogICAgICAiY29udGVzdE9wdGlvbkxhYmVsIjogewogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciOiAi5piv55qEIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciOiAi5LiNIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIjogIuaYr+eahCIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIjogIuS4jSIKICAgICAgfSwKICAgICAgImNvbnRlc3RUaXRsZSI6IHsKICAgICAgICAiY291bnR5LWxlYWRlci1tYW1tYWwiOiAi57ij6aCY5bCO5ZO65Lmz5YuV54mpIiwKICAgICAgICAiY291bnR5LWxlYWRlci1maXNoIjogIue4o+mVt+mtmiIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiOiAi5ZyL5pyDIDEg5Luj6KGoIC0g5ZO65Lmz5YuV54mpIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLWZpc2giOiAi5ZyL5pyDIDEg5Luj6KGoIC0g6a2aIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCI6ICLlnIvmnIMgMiDku6PooaggLSDlk7rkubPli5XniakiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItZmlzaCI6ICLlnIvmnIMgMiDku6PooaggLSBGaXNoIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIuawtOWfnyAxIOWNgOmHo+mtmiIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICLmsLTljYAgMiDph6PprZoiCiAgICAgIH0sCiAgICAgICJjb3VudHlOYW1lIjogIuaoo+acrOe4oyIsCiAgICAgICJkaXN0cmljdE5hbWUiOiB7CiAgICAgICAgImNvdW50eSI6ICLnuKMiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiOiAi5ZyL5pyD56ys5LiA6YG45Y2AIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIjogIuWci+acg+esrOS6jOmBuOWNgCIsCiAgICAgICAgIndhdGVyLTEiOiAi5rC05Y2AMSIsCiAgICAgICAgIndhdGVyLTIiOiAi5rC05Y2AMiIKICAgICAgfSwKICAgICAgImVsZWN0aW9uVGl0bGUiOiAi5Yid6YG456+E5L6LIiwKICAgICAgInBhcnR5RnVsbE5hbWUiOiB7CiAgICAgICAgIjAiOiAi5ZO65Lmz5YuV54mp5rS+5bCNIiwKICAgICAgICAiMSI6ICLprZrpu6giCiAgICAgIH0sCiAgICAgICJwYXJ0eU5hbWUiOiB7CiAgICAgICAgIjAiOiAi5ZO65Lmz5YuV54mpIiwKICAgICAgICAiMSI6ICLprZoiCiAgICAgIH0sCiAgICAgICJwcmVjaW5jdE5hbWUiOiB7CiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiOiAi56ysMemBuOWNgCIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiOiAi56ysMumBuOWNgCIsCiAgICAgICAgInByZWNpbmN0LWMxLXcyIjogIuWIhuWxgCAzIiwKICAgICAgICAicHJlY2luY3QtYzIiOiAiNCDljYAiCiAgICAgIH0sCiAgICAgICJzdGF0ZU5hbWUiOiAi5qij5ZOB54uA5oWLIiwKICAgICAgImJhbGxvdExhbmd1YWdlIjogIue5gemrlOS4reaWhyIsCiAgICAgICJlbGVjdGlvbkRhdGUiOiAiMjAyMeW5tDnmnIg45pelIiwKICAgICAgImhtcGJDb250aW51ZVZvdGluZ09uQmFjayI6ICLlsIfpgbjnpajnv7vpgY7kvobvvIznubznuozmipXnpagiLAogICAgICAiaG1wYkNvbnRpbnVlVm90aW5nT25OZXh0U2hlZXQiOiAi5Zyo5LiL5LiA5by16YG456Wo5LiK57m857qM5oqV56WoIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnMiOiAi6Kqq5piOIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUZXh0IjogIuimgeaKleelqO+8jOiri+WujOaVtOWhq+Wvq+aCqOaJgOmBuOmgheebruaXgemCiueahOapouWck+W9ouahhuOAgiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zVG9Wb3RlVGl0bGUiOiAi5oqV56Wo77yaIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGV4dCI6ICLlpoLmnpzopoHngrrmnKrlh7rnj77lnKjpgbjnpajkuIrnmoTkurrpgLLooYzmipXnpajvvIzoq4vlnKjjgIzlr6vlhaXlgJnpgbjkurrjgIzooYzkuK3lr6vkuIvmraTkurrnmoTlp5PlkI3vvIzkuKblrozmlbTloavlr6voqbLooYzml4HpgornmoTmqaLlnJPlvaLljYDln5/jgIIiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1dyaXRlSW5UaXRsZSI6ICLmipXnpajpgbjoiInlgJnpgbjkurrvvJoiLAogICAgICAiaG1wYk9mZmljaWFsQWJzZW50ZWVCYWxsb3QiOiAi5q2j5byP57y65bit6YG456WoIiwKICAgICAgImhtcGJPZmZpY2lhbEJhbGxvdCI6ICLmraPlvI/pgbjnpagiLAogICAgICAiaG1wYk9mZmljaWFsUHJvdmlzaW9uYWxCYWxsb3QiOiAi5pmu6YCa6Ieo5pmC6YG456WoIiwKICAgICAgImhtcGJQYWdlIjogIumggeeivCIsCiAgICAgICJobXBiUGFnZUludGVudGlvbmFsbHlCbGFuayI6ICLmnKzpoIHngrrmnInmhI/nlZnnqboiLAogICAgICAiaG1wYlNhbXBsZUFic2VudGVlQmFsbG90IjogIue8uuW4remBuOelqOaoo+acrCIsCiAgICAgICJobXBiU2FtcGxlQmFsbG90IjogIumBuOelqOaoo+acrCIsCiAgICAgICJobXBiU2FtcGxlUHJvdmlzaW9uYWxCYWxsb3QiOiAi6Ieo5pmC6YG456Wo5qij5pysIiwKICAgICAgImhtcGJUZXN0QWJzZW50ZWVCYWxsb3QiOiAi5ris6Kmm57y65bit6YG456WoIiwKICAgICAgImhtcGJUZXN0QmFsbG90IjogIua4rOippumBuOelqCIsCiAgICAgICJobXBiVGVzdFByb3Zpc2lvbmFsQmFsbG90IjogIua4rOippuiHqOaZgumBuOelqCIsCiAgICAgICJobXBiVm90ZUZvcjEiOiAi5oqVMeelqCIsCiAgICAgICJobXBiVm90ZUZvcjEwIjogIuacgOWkmuaKlTEw56WoIiwKICAgICAgImhtcGJWb3RlRm9yMiI6ICLmnIDlpJrmipUy56WoIiwKICAgICAgImhtcGJWb3RlRm9yMyI6ICLmnIDlpJrmipUz56WoIiwKICAgICAgImhtcGJWb3RlRm9yNCI6ICLmnIDlpJrmipU056WoIiwKICAgICAgImhtcGJWb3RlRm9yNSI6ICLmnIDlpJrmipU156WoIiwKICAgICAgImhtcGJWb3RlRm9yNiI6ICLmnIDlpJrmipU256WoIiwKICAgICAgImhtcGJWb3RlRm9yNyI6ICLmnIDlpJrmipU356WoIiwKICAgICAgImhtcGJWb3RlRm9yOCI6ICLmnIDlpJrmipU456WoIiwKICAgICAgImhtcGJWb3RlRm9yOSI6ICLmnIDlpJrmipU556WoIiwKICAgICAgImhtcGJWb3RpbmdDb21wbGV0ZSI6ICLmgqjlt7LlrozmiJDmipXnpajjgIIiLAogICAgICAiaG1wYldyaXRlSW4iOiAi5a+r5YWl5YCZ6YG45Lq6IgogICAgfSwKICAgICJlcy1VUyI6IHsKICAgICAgImNvbnRlc3REZXNjcmlwdGlvbiI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIsK/RGViZXLDrWEgcHJvaGliaXJzZSBsYSBwZXNjYSBlbiB0b2RvcyBsb3MgbGFnb3MgeSByw61vcyBwcm9waWVkYWQgZGUgbGEgY2l1ZGFkPyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICLCv0RlYmVyw61hIHByb2hpYmlyc2UgbGEgcGVzY2EgZW4gdG9kb3MgbG9zIGxhZ29zIHkgcsOtb3MgcHJvcGllZGFkIGRlIGxhIGNpdWRhZD8iCiAgICAgIH0sCiAgICAgICJjb250ZXN0T3B0aW9uTGFiZWwiOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyI6ICJTw40iLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICJOTyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyI6ICJTw40iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICJOTyIKICAgICAgfSwKICAgICAgImNvbnRlc3RUaXRsZSI6IHsKICAgICAgICAiY291bnR5LWxlYWRlci1tYW1tYWwiOiAiTMOtZGVyIGRlbCBjb25kYWRvIE1hbcOtZmVybyIsCiAgICAgICAgImNvdW50eS1sZWFkZXItZmlzaCI6ICJMw61kZXIgZGVsIGNvbmRhZG8gZGUgRmlzaCIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiOiAiMSByZXByZXNlbnRhbnRlIGRlbCBDb25ncmVzbyAtIE1hbcOtZmVybyIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMS1maXNoIjogIjEgcmVwcmVzZW50YW50ZSBkZWwgQ29uZ3Jlc28gLSBQZXNjYWRvIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCI6ICIyIHJlcHJlc2VudGFudGVzIGRlbCBDb25ncmVzbyAtIE1hbcOtZmVybyIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMi1maXNoIjogIlJlcHJlc2VudGFudGUgZGVsIENvbmdyZXNvIDIgLSBQZXNjYWRvIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIkRpc3RyaXRvIDEgZGUgcGVzY2EiLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmciOiAiRGlzdHJpdG8gZGUgQWd1YSAyIFBlc2NhIgogICAgICB9LAogICAgICAiY291bnR5TmFtZSI6ICJNdWVzdHJhIGRlbCBjb25kYWRvIiwKICAgICAgImRpc3RyaWN0TmFtZSI6IHsKICAgICAgICAiY291bnR5IjogIkNvbmRhZG8iLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiOiAiRGlzdHJpdG8gQ29uZ3Jlc2lvbmFsIDEiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiOiAiRGlzdHJpdG8gQ29uZ3Jlc2lvbmFsIDIiLAogICAgICAgICJ3YXRlci0xIjogIkRpc3RyaXRvIGRlIEFndWEgMSIsCiAgICAgICAgIndhdGVyLTIiOiAiRGlzdHJpdG8gZGUgQWd1YSAyIgogICAgICB9LAogICAgICAiZWxlY3Rpb25UaXRsZSI6ICJFamVtcGxvIGRlIGVsZWNjacOzbiBwcmltYXJpYSIsCiAgICAgICJwYXJ0eUZ1bGxOYW1lIjogewogICAgICAgICIwIjogIkZpZXN0YSBkZSBsb3MgTWFtw61mZXJvcyIsCiAgICAgICAgIjEiOiAiRmllc3RhIGRlbCBwZXNjYWRvIgogICAgICB9LAogICAgICAicGFydHlOYW1lIjogewogICAgICAgICIwIjogIk1hbcOtZmVybyIsCiAgICAgICAgIjEiOiAiUGV6IgogICAgICB9LAogICAgICAicHJlY2luY3ROYW1lIjogewogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIjogIkRpc3RyaXRvIEVsZWN0b3JhbCAxIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiI6ICJEaXN0cml0byBFbGVjdG9yYWwgMiIsCiAgICAgICAgInByZWNpbmN0LWMxLXcyIjogIkRpc3RyaXRvIDMiLAogICAgICAgICJwcmVjaW5jdC1jMiI6ICJEaXN0cml0byA0IgogICAgICB9LAogICAgICAic3RhdGVOYW1lIjogIkVzdGFkbyBkZSBsYSBtdWVzdHJhIiwKICAgICAgImJhbGxvdExhbmd1YWdlIjogImVzcGHDsW9sIChFRS4gVVUuKSIsCiAgICAgICJlbGVjdGlvbkRhdGUiOiAiOCBkZSBzZXB0aWVtYnJlIGRlIDIwMjEiLAogICAgICAiaG1wYkNvbnRpbnVlVm90aW5nT25CYWNrIjogIlZvbHRlYSBsYSBib2xldGEgeSBjb250aW7DumEgdm90YW5kbyIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbk5leHRTaGVldCI6ICJDb250aW7DumEgdm90YW5kbyBlbiBsYSBzaWd1aWVudGUgaG9qYSBkZSBsYSBib2xldGEiLAogICAgICAiaG1wYkluc3RydWN0aW9ucyI6ICJJbnN0cnVjY2lvbmVzIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUZXh0IjogIlBhcmEgdm90YXIsIGxsZW5hIGNvbXBsZXRhbWVudGUgZWwgw7N2YWxvIGp1bnRvIGEgdHUgZWxlY2Npw7NuLiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zVG9Wb3RlVGl0bGUiOiAiUGFyYSB2b3RhcjoiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1dyaXRlSW5UZXh0IjogIlBhcmEgdm90YXIgcG9yIHVuYSBwZXJzb25hIGN1eW8gbm9tYnJlIG5vIGVzdMOhIGVuIGxhIGJvbGV0YSwgZXNjcmliZSBlbCBub21icmUgZGUgbGEgcGVyc29uYSBlbiBsYSBsw61uZWEgXCJDYW5kaWRhdG8gcG9yIEVzY3JpdG9cIiB5IGxsZW5hIGNvbXBsZXRhbWVudGUgZWwgw7N2YWxvIGp1bnRvIGEgbGEgbMOtbmVhLiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRpdGxlIjogIlBhcmEgdm90YXIgcG9yIHVuIGNhbmRpZGF0byBwb3IgZXNjcml0bzoiLAogICAgICAiaG1wYk9mZmljaWFsQWJzZW50ZWVCYWxsb3QiOiAiQm9sZXRhIG9maWNpYWwgZGUgdm90byBhdXNlbnRlIiwKICAgICAgImhtcGJPZmZpY2lhbEJhbGxvdCI6ICJCb2xldGEgb2ZpY2lhbCIsCiAgICAgICJobXBiT2ZmaWNpYWxQcm92aXNpb25hbEJhbGxvdCI6ICJCb2xldGEgb2ZpY2lhbCBwcm92aXNpb25hbCIsCiAgICAgICJobXBiUGFnZSI6ICJQw6FnaW5hIiwKICAgICAgImhtcGJQYWdlSW50ZW50aW9uYWxseUJsYW5rIjogIkVzdGEgcMOhZ2luYSBlc3TDoSBpbnRlbmNpb25hbG1lbnRlIGVuIGJsYW5jbyIsCiAgICAgICJobXBiU2FtcGxlQWJzZW50ZWVCYWxsb3QiOiAiTW9kZWxvIGRlIGJvbGV0YSBkZSB2b3RvIGF1c2VudGUiLAogICAgICAiaG1wYlNhbXBsZUJhbGxvdCI6ICJCb2xldGEgZGUgbXVlc3RyYSIsCiAgICAgICJobXBiU2FtcGxlUHJvdmlzaW9uYWxCYWxsb3QiOiAiQm9sZXRhIGRlIG11ZXN0cmEgcHJvdmlzaW9uYWwiLAogICAgICAiaG1wYlRlc3RBYnNlbnRlZUJhbGxvdCI6ICJCb2xldGEgZGUgcHJ1ZWJhIGRlIHZvdG8gYXVzZW50ZSIsCiAgICAgICJobXBiVGVzdEJhbGxvdCI6ICJCb2xldGEgZGUgcHJ1ZWJhIiwKICAgICAgImhtcGJUZXN0UHJvdmlzaW9uYWxCYWxsb3QiOiAiQm9sZXRhIGRlIHBydWViYSBwcm92aXNpb25hbCIsCiAgICAgICJobXBiVm90ZUZvcjEiOiAiVm90YSBwb3IgMSIsCiAgICAgICJobXBiVm90ZUZvcjEwIjogIlZvdGEgcG9yIGhhc3RhIDEwIiwKICAgICAgImhtcGJWb3RlRm9yMiI6ICJWb3RhIHBvciBoYXN0YSAyIiwKICAgICAgImhtcGJWb3RlRm9yMyI6ICJWb3RhIHBvciBoYXN0YSAzIiwKICAgICAgImhtcGJWb3RlRm9yNCI6ICJWb3RhIHBvciBoYXN0YSA0IiwKICAgICAgImhtcGJWb3RlRm9yNSI6ICJWb3RhIHBvciBoYXN0YSA1IiwKICAgICAgImhtcGJWb3RlRm9yNiI6ICJWb3RhIHBvciBoYXN0YSA2IiwKICAgICAgImhtcGJWb3RlRm9yNyI6ICJWb3RhIHBvciBoYXN0YSA3IiwKICAgICAgImhtcGJWb3RlRm9yOCI6ICJWb3RhIHBvciBoYXN0YSA4IiwKICAgICAgImhtcGJWb3RlRm9yOSI6ICJWb3RhIHBvciBoYXN0YSA5IiwKICAgICAgImhtcGJWb3RpbmdDb21wbGV0ZSI6ICJIYXMgY29tcGxldGFkbyBsYSB2b3RhY2nDs24uIiwKICAgICAgImhtcGJXcml0ZUluIjogIkNhbmRpZGF0byBwb3IgZXNjcml0byIKICAgIH0KICB9LAogICJiYWxsb3RTdHlsZXMiOiBbCiAgICB7CiAgICAgICJpZCI6ICIxLU1hX3poLUhhbnMiLAogICAgICAiZ3JvdXBJZCI6ICIxLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW5zIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1NYV96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiMS1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiLAogICAgICAgICJwcmVjaW5jdC1jMS13MS0yIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFudCIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjEtTWFfZW4iLAogICAgICAiZ3JvdXBJZCI6ICIxLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlbiIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjEtTWFfZXMtVVMiLAogICAgICAiZ3JvdXBJZCI6ICIxLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlcy1VUyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjEtRl96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMS1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW5zIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1GX3poLUhhbnQiLAogICAgICAiZ3JvdXBJZCI6ICIxLUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnQiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxLUZfZW4iLAogICAgICAiZ3JvdXBJZCI6ICIxLUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVuIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1GX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMS1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlcy1VUyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjItTWFfemgtSGFucyIsCiAgICAgICJncm91cElkIjogIjItTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLU1hX3poLUhhbnQiLAogICAgICAiZ3JvdXBJZCI6ICIyLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW50IgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1NYV9lbiIsCiAgICAgICJncm91cElkIjogIjItTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVuIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1NYV9lcy1VUyIsCiAgICAgICJncm91cElkIjogIjItTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVzLVVTIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1GX3poLUhhbnMiLAogICAgICAiZ3JvdXBJZCI6ICIyLUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLUZfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjItRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFudCIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjItRl9lbiIsCiAgICAgICJncm91cElkIjogIjItRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZW4iCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLUZfZXMtVVMiLAogICAgICAiZ3JvdXBJZCI6ICIyLUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVzLVVTIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1NYV96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFucyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjMtTWFfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjMtTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnQiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIzLU1hX2VuIiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZW4iCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIzLU1hX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZXMtVVMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIzLUZfemgtSGFucyIsCiAgICAgICJncm91cElkIjogIjMtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFucyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjMtRl96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiMy1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW50IgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1GX2VuIiwKICAgICAgImdyb3VwSWQiOiAiMy1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlbiIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjMtRl9lcy1VUyIsCiAgICAgICJncm91cElkIjogIjMtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZXMtVVMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICI0LU1hX3poLUhhbnMiLAogICAgICAiZ3JvdXBJZCI6ICI0LU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW5zIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1NYV96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiNC1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFudCIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjQtTWFfZW4iLAogICAgICAiZ3JvdXBJZCI6ICI0LU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlbiIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjQtTWFfZXMtVVMiLAogICAgICAiZ3JvdXBJZCI6ICI0LU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlcy1VUyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjQtRl96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiNC1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW5zIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1GX3poLUhhbnQiLAogICAgICAiZ3JvdXBJZCI6ICI0LUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnQiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICI0LUZfZW4iLAogICAgICAiZ3JvdXBJZCI6ICI0LUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVuIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1GX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiNC1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlcy1VUyIKICAgICAgXQogICAgfQogIF0sCiAgImNvbnRlc3RzIjogWwogICAgewogICAgICAiaWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAiZGlzdHJpY3RJZCI6ICJjb3VudHkiLAogICAgICAidGl0bGUiOiAiQ291bnR5IExlYWRlciBNYW1tYWwiLAogICAgICAidHlwZSI6ICJjYW5kaWRhdGUiLAogICAgICAic2VhdHMiOiAxLAogICAgICAiY2FuZGlkYXRlcyI6IFsKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAiaG9yc2UiLAogICAgICAgICAgIm5hbWUiOiAiSG9yc2UiLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMCIKICAgICAgICAgIF0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJvdHRlciIsCiAgICAgICAgICAibmFtZSI6ICJPdHRlciIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIwIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogImZveCIsCiAgICAgICAgICAibmFtZSI6ICJGb3giLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMCIKICAgICAgICAgIF0KICAgICAgICB9CiAgICAgIF0sCiAgICAgICJhbGxvd1dyaXRlSW5zIjogZmFsc2UsCiAgICAgICJwYXJ0eUlkIjogIjAiCiAgICB9LAogICAgewogICAgICAiaWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgImRpc3RyaWN0SWQiOiAiY291bnR5IiwKICAgICAgInRpdGxlIjogIkNvdW50eSBMZWFkZXIgRmlzaCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJzZWFob3JzZSIsCiAgICAgICAgICAibmFtZSI6ICJTZWFob3JzZSIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIxIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogInNhbG1vbiIsCiAgICAgICAgICAibmFtZSI6ICJTYWxtb24iLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMSIKICAgICAgICAgIF0KICAgICAgICB9CiAgICAgIF0sCiAgICAgICJhbGxvd1dyaXRlSW5zIjogZmFsc2UsCiAgICAgICJwYXJ0eUlkIjogIjEiCiAgICB9LAogICAgewogICAgICAiaWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICJkaXN0cmljdElkIjogImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICJ0aXRsZSI6ICJDb25ncmVzc2lvbmFsIDEgUmVwcmVzZW50YXRpdmUgLSBNYW1tYWwiLAogICAgICAidHlwZSI6ICJjYW5kaWRhdGUiLAogICAgICAic2VhdHMiOiAxLAogICAgICAiY2FuZGlkYXRlcyI6IFsKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAiemVicmEtMSIsCiAgICAgICAgICAibmFtZSI6ICJaZWJyYSIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIwIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogImxpb24tMSIsCiAgICAgICAgICAibmFtZSI6ICJMaW9uIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjAiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAia2FuZ2Fyb28tMSIsCiAgICAgICAgICAibmFtZSI6ICJLYW5nYXJvbyIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIwIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogImVsZXBoYW50LTEiLAogICAgICAgICAgIm5hbWUiOiAiRWxlcGhhbnQiLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMCIKICAgICAgICAgIF0KICAgICAgICB9CiAgICAgIF0sCiAgICAgICJhbGxvd1dyaXRlSW5zIjogdHJ1ZSwKICAgICAgInBhcnR5SWQiOiAiMCIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICJkaXN0cmljdElkIjogImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICJ0aXRsZSI6ICJDb25ncmVzc2lvbmFsIDEgUmVwcmVzZW50YXRpdmUgLSBGaXNoIiwKICAgICAgInR5cGUiOiAiY2FuZGlkYXRlIiwKICAgICAgInNlYXRzIjogMSwKICAgICAgImNhbmRpZGF0ZXMiOiBbCiAgICAgICAgewogICAgICAgICAgImlkIjogIm1hbnRhLXJheS0xIiwKICAgICAgICAgICJuYW1lIjogIk1hbnRhIFJheSIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIxIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogInB1ZmZlcmZpc2gtMSIsCiAgICAgICAgICAibmFtZSI6ICJQdWZmZXJmaXNoIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjEiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAicm9ja2Zpc2gtMSIsCiAgICAgICAgICAibmFtZSI6ICJSb2NrZmlzaCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIxIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogInRyaWdnZXJmaXNoLTEiLAogICAgICAgICAgIm5hbWUiOiAiVHJpZ2dlcmZpc2giLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMSIKICAgICAgICAgIF0KICAgICAgICB9CiAgICAgIF0sCiAgICAgICJhbGxvd1dyaXRlSW5zIjogdHJ1ZSwKICAgICAgInBhcnR5SWQiOiAiMSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgImRpc3RyaWN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgInRpdGxlIjogIkNvbmdyZXNzaW9uYWwgMiBSZXByZXNlbnRhdGl2ZSAtIE1hbW1hbCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJ6ZWJyYS0yIiwKICAgICAgICAgICJuYW1lIjogIlplYnJhIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjAiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAibGlvbi0yIiwKICAgICAgICAgICJuYW1lIjogIkxpb24iLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMCIKICAgICAgICAgIF0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJrYW5nYXJvby0yIiwKICAgICAgICAgICJuYW1lIjogIkthbmdhcm9vIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjAiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAiZWxlcGhhbnQtMiIsCiAgICAgICAgICAibmFtZSI6ICJFbGVwaGFudCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIwIgogICAgICAgICAgXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiB0cnVlLAogICAgICAicGFydHlJZCI6ICIwIgogICAgfSwKICAgIHsKICAgICAgImlkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgImRpc3RyaWN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgInRpdGxlIjogIkNvbmdyZXNzaW9uYWwgMiBSZXByZXNlbnRhdGl2ZSAtIEZpc2giLAogICAgICAidHlwZSI6ICJjYW5kaWRhdGUiLAogICAgICAic2VhdHMiOiAxLAogICAgICAiY2FuZGlkYXRlcyI6IFsKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAibWFudGEtcmF5LTIiLAogICAgICAgICAgIm5hbWUiOiAiTWFudGEgUmF5IiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjEiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAicHVmZmVyZmlzaC0yIiwKICAgICAgICAgICJuYW1lIjogIlB1ZmZlcmZpc2giLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMSIKICAgICAgICAgIF0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJyb2NrZmlzaC0yIiwKICAgICAgICAgICJuYW1lIjogIlJvY2tmaXNoIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjEiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAidHJpZ2dlcmZpc2gtMiIsCiAgICAgICAgICAibmFtZSI6ICJUcmlnZ2VyZmlzaCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIxIgogICAgICAgICAgXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiB0cnVlLAogICAgICAicGFydHlJZCI6ICIxIgogICAgfSwKICAgIHsKICAgICAgImlkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICJkaXN0cmljdElkIjogIndhdGVyLTEiLAogICAgICAidGl0bGUiOiAiV2F0ZXIgRGlzdHJpY3QgMSBGaXNoaW5nIiwKICAgICAgInR5cGUiOiAieWVzbm8iLAogICAgICAiZGVzY3JpcHRpb24iOiAiU2hvdWxkIGZpc2hpbmcgYmUgYmFubmVkIGluIGFsbCBjaXR5IG93bmVkIGxha2VzIGFuZCByaXZlcnM/IiwKICAgICAgInllc09wdGlvbiI6IHsKICAgICAgICAiaWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIiwKICAgICAgICAibGFiZWwiOiAiWUVTIgogICAgICB9LAogICAgICAibm9PcHRpb24iOiB7CiAgICAgICAgImlkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIiwKICAgICAgICAibGFiZWwiOiAiTk8iCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAiZGlzdHJpY3RJZCI6ICJ3YXRlci0yIiwKICAgICAgInRpdGxlIjogIldhdGVyIERpc3RyaWN0IDIgRmlzaGluZyIsCiAgICAgICJ0eXBlIjogInllc25vIiwKICAgICAgImRlc2NyaXB0aW9uIjogIlNob3VsZCBmaXNoaW5nIGJlIGJhbm5lZCBpbiBhbGwgY2l0eSBvd25lZCBsYWtlcyBhbmQgcml2ZXJzPyIsCiAgICAgICJ5ZXNPcHRpb24iOiB7CiAgICAgICAgImlkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIsCiAgICAgICAgImxhYmVsIjogIllFUyIKICAgICAgfSwKICAgICAgIm5vT3B0aW9uIjogewogICAgICAgICJpZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIsCiAgICAgICAgImxhYmVsIjogIk5PIgogICAgICB9CiAgICB9CiAgXSwKICAiY291bnR5IjogewogICAgImlkIjogInNhbXBsZS1jb3VudHkiLAogICAgIm5hbWUiOiAiU2FtcGxlIENvdW50eSIKICB9LAogICJkYXRlIjogIjIwMjEtMDktMDgiLAogICJkaXN0cmljdHMiOiBbCiAgICB7CiAgICAgICJpZCI6ICJjb3VudHkiLAogICAgICAibmFtZSI6ICJDb3VudHkiCiAgICB9LAogICAgewogICAgICAiaWQiOiAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgIm5hbWUiOiAiQ29uZ3Jlc3Npb25hbCBEaXN0cmljdCAxIgogICAgfSwKICAgIHsKICAgICAgImlkIjogImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICJuYW1lIjogIkNvbmdyZXNzaW9uYWwgRGlzdHJpY3QgMiIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJ3YXRlci0xIiwKICAgICAgIm5hbWUiOiAiV2F0ZXIgRGlzdHJpY3QgMSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJ3YXRlci0yIiwKICAgICAgIm5hbWUiOiAiV2F0ZXIgRGlzdHJpY3QgMiIKICAgIH0KICBdLAogICJpZCI6ICJlbGVjdGlvbi1wcmltYXJ5LXByZWNpbmN0LXNwbGl0cyIsCiAgInBhcnRpZXMiOiBbCiAgICB7CiAgICAgICJpZCI6ICIwIiwKICAgICAgIm5hbWUiOiAiTWFtbWFsIiwKICAgICAgImZ1bGxOYW1lIjogIk1hbW1hbCBQYXJ0eSIsCiAgICAgICJhYmJyZXYiOiAiTWEiCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMSIsCiAgICAgICJuYW1lIjogIkZpc2giLAogICAgICAiZnVsbE5hbWUiOiAiRmlzaCBQYXJ0eSIsCiAgICAgICJhYmJyZXYiOiAiRiIKICAgIH0KICBdLAogICJwcmVjaW5jdHMiOiBbCiAgICB7CiAgICAgICJpZCI6ICJwcmVjaW5jdC1jMS13MS0xIiwKICAgICAgIm5hbWUiOiAiUHJlY2luY3QgMSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJwcmVjaW5jdC1jMS13MS0yIiwKICAgICAgIm5hbWUiOiAiUHJlY2luY3QgMiIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJwcmVjaW5jdC1jMS13MiIsCiAgICAgICJuYW1lIjogIlByZWNpbmN0IDMiCiAgICB9LAogICAgewogICAgICAiaWQiOiAicHJlY2luY3QtYzIiLAogICAgICAibmFtZSI6ICJQcmVjaW5jdCA0IgogICAgfQogIF0sCiAgInNlYWwiOiAiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgdmlld0JveD1cIjAgMCA5ODMuMzQ3MjMgOTgzLjMyNzQyXCIgdmVyc2lvbj1cIjEuMVwiIHk9XCIwXCIgeD1cIjBcIiB4bWxuczp4bGluaz1cImh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmtcIj48dGl0bGU+U2VhbCBvZiBNb250Z29tZXJ5IENvdW50eSwgTWFyeWxhbmQuPC90aXRsZT48cGF0aCBkPVwibSA0OTEuNjYwNzYsLTAuMDAzOTA2MjQgYyAtNjYuMzcsMCAtMTMwLjc4MDYsMTMuMDA4MzM2MjQgLTE5MS4zNzA1OSwzOC42NDgzMzYyNCAtNTguNTYsMjQuNzMgLTExMS4xNDAzOCw2MC4xOTU4MDIgLTE1Ni4zMDAzOCwxMDUuMzI5OCAtNDUuMTUxOTk0LDQ1LjE0IC04MC41OTMzMjcsOTcuNzQwODUgLTEwNS4zNDkzMjcsMTU2LjI4MDg0IC0yNS42NjgsNjAuNjIgLTM4LjY0MDUyNDAzNDk5NiwxMjUuMDMwMTMgLTM4LjY0MDUyNDAzNDk5NiwxOTEuMzkwMTIgMCw2Ni4zODAwMSAxMi45NzI0MzAwMzQ5OTYsMTMwLjc3OTkgMzguNjQ0NDMwMDM0OTk2LDE5MS4zOTk5IDI0Ljc1NCw1OC41NDEgNjAuMTk1NTY4LDExMS4xMjAzNyAxMDUuMzM5NTcxLDE1Ni4zMDAzNyA0NS4xNjE5OSw0NS4xMTQ5OSA5Ny43MzkzNyw4MC41NzYyNyAxNTYuMzAwMzcsMTA1LjMxMDI2IDYwLjU4NCwyNS42NzkwMSAxMjUuMDAwNTksMzguNjYyMDEgMTkxLjM3MDU5LDM4LjY2MjAxIGwgMC4wMDYsMC4wMTE3IGMgNjYuMzcyLDAgMTMwLjc1ODQxLC0xMi45ODMgMTkxLjM3ODQxLC0zOC42NjIwMSA1OC41NDMsLTI0LjczNjk5IDExMS4xNTA4NCwtNjAuMTk4MjcgMTU2LjI4MDg0LC0xMDUuMzEwMjYgNDUuMTM0OTksLTQ1LjE4IDgwLjU5OTgsLTk3Ljc2MDM3IDEwNS4zMjk3OSwtMTU2LjMwMDM4IDI1LjY2MTAxLC02MC42MjIgMzguNjkxMzEsLTEyNS4wMTAxMiAzOC42OTEzMSwtMTkxLjM5MDEyIDAsLTY2LjM2IC0xMy4wMzAzLC0xMzAuNzcwMTMgLTM4LjY5MTMxLC0xOTEuMzkwMTMgQyA5MTkuOTE5ODEsMjQxLjcxNjU2IDg4NC40NiwxODkuMTE2MTggODM5LjMyMDAxLDE0My45NzYxOCA3OTQuMTkwMDEsOTguODQwMTg1IDc0MS41ODkxNyw2My4zNzQzODMgNjgzLjAzOTE3LDM4LjY0NjM4MyA2MjIuNDE5MTcsMTMuMDA0MzgzIDU1OC4wMzA3NiwtMC4wMDM5MDYyNCA0OTEuNjYwNzYsLTAuMDAzOTA2MjQgWlwiIGZpbGw9XCIjZmZmXCIvPjxwYXRoIGQ9XCJtNDA1LjkzIDg3Ny4zNmM1Mi4wOCAxMS41NzQgMTA0LjgzIDEyLjYyMiAxNTYuODcgMy4wNTk4IDUwLjI2OC05LjIwNSA5Ny42OTItMjcuODgzIDE0MC45OS01NS40MjggNDMuMjk3LTI3LjUzMSA4MC4yNTMtNjIuNjE0IDEwOS45Mi0xMDQuMjIgMzAuNjU2LTQzLjA4MiA1Mi4wOTctOTEuMzIyIDYzLjY3Mi0xNDMuNCAxMS41NzQtNTIuMDggMTIuNTg1LTEwNC44NiAzLjA1NTMtMTU2Ljg1LTkuMjQ5OC01MC4yNzYtMjcuODctOTcuNzEyLTU1LjQyOS0xNDAuOTktMjcuNTQ5LTQzLjMyLTYyLjYwOS04MC4yNzYtMTA0LjI0LTEwOS45NS00My4wOTktMzAuNjg3LTkxLjMyNS01Mi4wNzctMTQzLjQtNjMuNjUxLTUyLjA2OC0xMS41NzEtMTA0LjgzLTEyLjYyNS0xNTYuODUtMy4wNzcyLTUwLjI1NiA5LjI1NDMtOTcuNjcgMjcuODgxLTE0MC45NyA1NS40NTYtNDMuMjkyIDI3LjUyOC04MC4yOTcgNjIuNjAyLTEwOS45MSAxMDQuMjQtMzAuNyA0My4wNDktNTIuMTA3IDkxLjI5Ny02My42ODEgMTQzLjM4LTExLjU3NCA1Mi4wOC0xMi42MTcgMTA0Ljg1LTMuMDQ2MSAxNTYuODggOS4yMDA0IDUwLjI0MiAyNy44NjcgOTcuNjg4IDU1LjQyMiAxNDAuOTYgMjcuNTUzIDQzLjI5MyA2Mi42MDIgODAuMjk3IDEwNC4yMiAxMDkuOTIgNDMuMDgxIDMwLjcwMiA5MS4zMiA1Mi4wOTcgMTQzLjM5IDYzLjY2OG0tMjkyLjc1LTQ2OS44MmMxMS4zNS01MS4wNzIgMzIuMzkzLTk4LjQzMyA2Mi40ODEtMTQwLjcgMjkuMDc5LTQwLjg0MSA2NS4zNTYtNzUuMjUxIDEwNy44Ni0xMDIuMyA0Mi40NTYtMjcuMDA4IDg5LjAwNS00NS4zMzEgMTM4LjMzLTU0LjM3MiA1MS4wMjMtOS4zNjkgMTAyLjgzLTguMzM3MiAxNTMuOSAzLjAxMjggNTEuMDkyIDExLjM1NCA5OC40NjIgMzIuMzY0IDE0MC43MiA2Mi40NjQgNDAuODQxIDI5LjA3OSA3NS4yMjEgNjUuMzg3IDEwMi4yOCAxMDcuODQgMjcuMDI1IDQyLjQ5NiA0NS4zMjYgODkuMDM3IDU0LjM3IDEzOC4zNSA5LjM2NjMgNTEuMDM1IDguMzMyNSAxMDIuODQtMy4wMTc0IDE1My45MS0xMS4zNTQgNTEuMDkyLTMyLjM1NiA5OC40MzktNjIuNDU3IDE0MC43LTI5LjA4IDQwLjg0NS02NS4zNyA3NS4yNS0xMDcuODUgMTAyLjI4LTQyLjUgMjcuMDQzLTg5LjAyIDQ1LjM1MS0xMzguMzMgNTQuMzk0LTUxLjAyOSA5LjM0MjItMTAyLjg1IDguMzM2MS0xNTMuOTQtMy4wMTc5LTUxLjA3Mi0xMS4zNS05OC40MzQtMzIuMzg1LTE0MC42OS02Mi40NTktNDAuODQ5LTI5LjA4MS03NS4yNjItNjUuMzczLTEwMi4yNy0xMDcuODctMjcuMDQ5LTQyLjQ4LTQ1LjMzOS04OS4wMTUtNTQuMzgyLTEzOC4zMy05LjM1NDItNTEuMDMyLTguMzYxNi0xMDIuODMgMi45OTI4LTE1My45MlwiLz48cGF0aCBkPVwibTQ5MS42NiA5ODMuMzNjNjYuMzcyIDAgMTMwLjc2LTEyLjk4NCAxOTEuMzgtMzguNjYzIDU4LjU0My0yNC43MzcgMTExLjE1LTYwLjE5OCAxNTYuMjgtMTA1LjMxIDQ1LjEzNS00NS4xOCA4MC42LTk3Ljc2IDEwNS4zMy0xNTYuMyAyNS42NjEtNjAuNjIyIDM4LjY5MS0xMjUuMDEgMzguNjkxLTE5MS4zOSAwLTY2LjM2LTEzLjAzLTEzMC43Ny0zOC42OTEtMTkxLjM5LTI0LjczLTU4LjU2LTYwLjE5LTExMS4xNi0xMDUuMzMtMTU2LjMtNDUuMTMtNDUuMTM2LTk3LjczLTgwLjYwMi0xNTYuMjgtMTA1LjMzLTYwLjYyLTI1LjY0Mi0xMjUuMDEtMzguNjUtMTkxLjM4LTM4LjY1cy0xMzAuNzggMTMuMDA4LTE5MS4zNyAzOC42NDhjLTU4LjU2IDI0LjczLTExMS4xNCA2MC4xOTYtMTU2LjMgMTA1LjMzLTQ1LjE1MiA0NS4xNC04MC41OTQgOTcuNzQtMTA1LjM1IDE1Ni4yOC0yNS42NjggNjAuNjItMzguNjQgMTI1LjAzLTM4LjY0IDE5MS4zOSAwIDY2LjM4IDEyLjk3MiAxMzAuNzggMzguNjQ0IDE5MS40IDI0Ljc1NCA1OC41NDEgNjAuMTk2IDExMS4xMiAxMDUuMzQgMTU2LjMgNDUuMTYyIDQ1LjExNSA5Ny43MzkgODAuNTc2IDE1Ni4zIDEwNS4zMSA2MC41ODQgMjUuNjc5IDEyNSAzOC42NjMgMTkxLjM3IDM4LjY2M20tNDg0LjUzLTQ5MS42N2MwLTY1LjQxIDEyLjc5OC0xMjguODggMzguMDU5LTE4OC41OSAyNC40MTItNTcuNzI1IDU5LjM2LTEwOS41MyAxMDMuODYtMTU0LjAzIDQ0LjUwOS00NC40OTkgOTYuMzA1LTc5LjQzMiAxNTQuMDItMTAzLjgzIDU5Ljc0NS0yNS4yODcgMTIzLjE5LTM4LjA5NSAxODguNjEtMzguMDk1IDY1LjM5NiAwIDEyOC44NiAxMi44MSAxODguNiAzOC4wOTUgNTcuNzAzIDI0LjQgMTA5LjUzIDU5LjMzNSAxNTQuMDMgMTAzLjgzIDQ0LjQ3NyA0NC40OTcgNzkuNDEgOTYuMzAzIDEwMy44MyAxNTQuMDMgMjUuMjYzIDU5LjcxMSAzOC4wNzMgMTIzLjE4IDM4LjA3MyAxODguNTkgMCA2NS40MzItMTIuODEgMTI4Ljg4LTM4LjA3MyAxODguNjEtMjQuNDI0IDU3LjcwNS01OS4zNTYgMTA5LjUzLTEwMy44MyAxNTMuOTgtNDQuNDk3IDQ0LjUxOS05Ni4zMjcgNzkuNDc1LTE1NC4wMyAxMDMuODgtNTkuNzM1IDI1LjI1OS0xMjMuMiAzOC4wNjktMTg4LjYgMzguMDY5LTY1LjQyMiAwLTEyOC44Ny0xMi44MS0xODguNjEtMzguMDY5LTU3LjcyLTI0LjQxLTEwOS41Mi01OS4zNi0xNTQuMDMtMTAzLjg4LTQ0LjQ5LTQ0LjQ2LTc5LjQ0LTk2LjI4LTEwMy44NS0xNTMuOTktMjUuMjYzLTU5LjczLTM4LjA2MS0xMjMuMTctMzguMDYxLTE4OC42MVwiLz48cGF0aCBkPVwibTYxNC42NCAyMjQuODNjNC4xNDYxLTQuOTkzNyA2Ljk5NjctMTIuNDg2IDEwLjM5MS0xNy43NDRoMS40NjczbDE5LjE3NSAxMS43MjJjMi4zNjI5IDAuMjY3ODggNC4yMzgtMS40NzEzIDUuMTY5Ni0zLjI1MDUgMS4wMjc1LTYuNDIxIDEuMDI3NS0xMC42MTEgMi40MTA5LTE2Ljk0NCA1LjUyOTQgNy42NzI0IDEwLjg3NSAxNy41NzIgMTQuMDQxIDI2LjIyaC01Mi42NTVcIiBmaWxsPVwiI2ZmZlwiLz48cGF0aCBkPVwibTI0NC4xNiA0NjkuNTJjMCAyMDEuMTMgMTAzLjIgMzEwLjUgMjQ3LjU0IDM2NC4xNCAxNDQuMjgtNTMuNjM5IDI0Ny40Ni0xNjMuMDEgMjQ3LjQ2LTM2NC4xNHYtMjQ0LjY5aC00OTV2MjQ0LjY5XCIgZmlsbD1cIiMwMDk2ZDVcIi8+PHBhdGggZD1cIm0yNDQuMTggMjI0LjgzdjI0NC42OWMwIDIwMS4xMyAxMDMuMTYgMzEwLjUgMjQ3LjQ0IDM2NC4xNCAxNDQuMzctNTMuNjM5IDI0Ny41NC0xNjMuMDEgMjQ3LjU0LTM2NC4xNHYtMjQ0LjY5aC00OTQuOThtNDgxLjM0IDIzMS4xNHYxMy41NTRjMCA5Mi4xNjEtMjIuNTYxIDE2OS4zNC02Ni44ODEgMjI5LjMxLTM4LjcwNiA1Mi4yNTYtOTQuODggOTIuNjEzLTE2Ny4wMiAxMjAuMjYtNzIuMTItMjcuNjUtMTI4LjIzLTY4LTE2Ni44OS0xMjAuMjYtNDQuNDMtNTkuOTYtNjYuOTUtMTM3LjE1LTY2Ljk1LTIyOS4zMXYtMjMxLjE0aDQ2Ny43NHpcIiBmaWxsPVwiIzFmMTkxYVwiLz48cGF0aCBkPVwibTQ2Mi4zMiA0OTMuMDZ2MzMuNjY0aC01OC4yNDl2LTMzLjY2NGgtNTguMjk3djMzLjY2NGgtNTguMzIxdi0zMy42NjRoLTI5LjE1NGMxLjY4NzIgMzguODM4IDcuNTgwNCA3NC43MjUgMTcuNjA4IDEwNy43MiAxMi4wMTggMzYuNTE5IDI5LjE3OCA3MS41MTggNTIuNTAzIDEwMi45NiAzOC40OTggNDkuNzk3IDkzLjI5MiA4OC41NDIgMTYyLjk0IDExNS4yNXYtMzI1LjkzaC0yOS4wM1wiIGZpbGw9XCIjZmYxYjJjXCIvPjxwYXRoIGQ9XCJtNDkxLjM1IDIzOC40M3YyNTQuNjhoMjkuMjQ2djMzLjY2aDU4LjIyNXYtMzMuNjZoNTguMzIxdjMzLjY2aDU4LjI3N3YtMzMuNjZoMzAuMTM4di0yNTQuNjhcIiBmaWxsPVwiI2ZmMWIyY1wiLz48ZyBmaWxsPVwiIzFmMTkxYVwiPjxwYXRoIGQ9XCJtNTc3LjQgNjU1Ljg1aDQzLjIwOHYzLjY2MjNoLTQzLjIwOHpcIi8+PHBhdGggZD1cIm01NzIuNTggNjU5LjUxdi0zLjY2MjMtNC44MDk4aDQuODE3NyA0Ny45M3Y0LjgwOTggOC40MjhoLTQuNzIxOC00OC4wMjV6XCIvPjxwYXRoIGQ9XCJtNjE3LjYyIDY4MS41M2MtNi4xMDkxLTYuNTUyOS02LjAyMTItMTcuMTY0LTYuMDIxMi0xNy4xNjRoLTEwLjgzNXYyMC43MzRjMCAxLjAyMzUtMC44NTE2IDEuODI3MS0xLjc3OTIgMS44MjcxLTEuMDc1NSAwLTEuODc1MS0wLjgwMzYyLTEuODc1MS0xLjgyNzF2LTIwLjczNGgtMTAuNzk1czAuMDk2IDEwLjYxMS01Ljk2OTIgMTcuMTY0Yy02LjA2NTIgNi4zODEtMTQuMzU3IDMuNDgyNC0xNC4zNTcgMy40ODI0czAuMTc1OTIgNC4zMTggMi40MTA5IDYuOTQ4N2MyLjA1MSAyLjc2MjcgMy44MzQyIDQuODE3OCA3LjQ4ODUgNS4wMzc2IDIuNTQyOCAwLjE3OTkyIDYuNzM2OC0xLjMzNTQgNy41ODA0LTAuNDgzNzcgMC42MTk3IDAuODQzNi0wLjA4OCA0LjgwOTggNS4xMjE2IDExLjA5NSA0Ljg2MTcgNS44MDEzIDEwLjM5NSA1Ljk4MTIgMTAuMzk1IDUuOTgxMnM1LjQzNzQtMC4xNzk5MiAxMC4yOTEtNS45ODEyYzUuMjI1Ni02LjI4NSA0LjU5NzgtMTAuMjUxIDUuMjI1Ni0xMS4wOTUgMC43NTE2NS0wLjg1MTYgNC45MDU3IDAuNjYzNjkgNy40ODg1IDAuNDgzNzcgMy42NTgzLTAuMjE5ODkgNS40MzM0LTIuMjcwOSA3LjU4MDQtNS4wMzc2IDIuMTgzLTIuNjMwOCAyLjMxODktNi45NDg3IDIuMzE4OS02Ljk0ODdzLTguMzAwMSAyLjg5ODYtMTQuMjY5LTMuNDgyNFwiLz48cGF0aCBkPVwibTU4NC44NSA3MTAuNjFjLTIuOTg2Ni0zLjUyMjQtNC40NTc5LTYuODI0OC01LjE2OTYtOS4yNzU3LTEuMDI3NSAwLjIyNzktMi4yMzUgMC4zOTk4Mi0zLjQ3ODQgMC4zOTk4MmgtMC42MjM3Yy01LjY2MTQtMC4xNzE5Mi05LjE0MzctNC4xODYtMTAuOTE5LTYuNzMyOC0zLjU3MDMtNC42Mjk4LTMuMzk0NC05LjQwMzYtMy40ODI0LTkuNzU5NGwtMC4yNTk4OC02Ljk1NjcgNi41NDg5IDIuMTM5YzAtMC4wODQgMC45Mzk1NiAwLjQwNzgxIDIuOTQ2NiAwLjQwNzgxIDIuMTM1LTAuMTMxOTQgNC4zMjItMC40OTE3NyA2LjI4NS0yLjU0NjggNC4xOS00LjI3OCA0LjgxMzgtMTIuOTIyIDQuODEzOC0xMy45MDkgMC0wLjA0OC0wLjA0NC0wLjA5MTktMC4wNDQtMC4wOTE5IDAtMS4yNTE0IDAuNDgzNzctMi41Mzg4IDEuNDIzMy0zLjM5MDQgMC44NDM2LTAuOTM1NTYgMi4wNTEtMS40MTkzIDMuMzg2NC0xLjQxOTMgMC4zMTU4NSAwIDAuNjIzNzEgMC4wNDggMC45Mzk1NiAwLjA4NGg4LjczOTkgNC43Njk4IDkuOTQzM2MwLjg5MTU4LTAuMTMxOTQgMS41OTkyIDAgMi4wMDMxIDAuMDg0IDEuMzM5NCAwLjQwNzgxIDEuNDIzMyAwLjY3MTY5IDEuNjkxMiAwLjg1MTZsMC41ODM3MiAwLjM5OTgyIDguMzQwMSA4LjI1MjFoLTYuNDY5YzAuNjIzNzEgMy4wMzA2IDEuODc1MSA2LjczMjggNC4yNDIgOS4wMDM4bC0zLjQ3NDQgMy4zOTA0IDMuNTYyMy0zLjI1NDVjMS44NzUxIDIuMDU1IDQuMTAyMSAyLjU0NjggNi4yMDExIDIuNTQ2OCAxLjg3MTEgMCAyLjk4NjYtMC40MDc4MSAyLjk4NjYtMC40MDc4MWw2LjUxMy0yLjI3MDktMC4yMjc4OSA2Ljk1NjdjLTAuMDg4IDAuMzk5ODEgMC4xMzE5NCA1LjI2MTUtMy4yNTA1IDkuNzE1NC0xLjg3NTEgMi40OTg4LTQuOTkzNyA2LjExMzEtMTEuOTQ2IDYuNDI1djAuMzk5ODJjLTEuMTYzNSAwLTIuMzIyOS0wLjEzMTk0LTMuMjk4NC0wLjI2Mzg4LTAuNjIzNzEgMi40NTA4LTIuMjM1IDUuNjEzNC01LjE3NzYgOS4zMTU2LTYuMDEzMiA3LjEzNjctMTMuMDY2IDcuNjY4NC0xNC4xODEgNy42Njg0LTAuNjc1NjktMC4wMDgtNy44MDQzLTAuNTM5NzUtMTMuOTE3LTcuNzYwNHptMi40NTQ4LTE2Ljk0OGMyLjU0MjggNS41Nzc0IDAuMTc1OTIgNC41MDU5IDQuOTA5NyAxMC44MzEgMy4zODY0IDQuMTA2MSA2LjM3MyA0LjI4NiA2LjU0ODkgNC4yODYgMC0wLjQ0Mzc5IDMuMTIyNSAwLjA4NCA2Ljc3NjgtNC4yODYgNC44NjE3LTYuMzI1IDIuNDU0OC01LjM4OTUgNC43NzM4LTEwLjUxOSAxLjkxNTEtMi42MzA4IDQuMTQ2LTIuNTQ2OCA1LjA4MTYtMi42MzA4IDIuNTQyOCAwLjA4NCA0LjkwOTcgMC43MTE2NiA2LjAyNTIgMC43MTE2NiAwLjA0NC0wLjA0IDAuNTM1NzUgMCAwLjc5OTYzIDAuMDQ4IDAuOTM1NTYtMC4xNzk5MiAxLjM3OTQtMC40OTE3NyAyLjUzODgtMS45MTUxLTMuMzg2NC0wLjQ0Mzc5LTcuNDQ0NS0xLjg3NTEtMTAuNzQzLTUuNDQxNGwwLjA0NC0wLjA0Yy00LjYzMzgtNS4xNzc2LTYuMjg1LTExLjMzMS02LjkxMjgtMTUuNTY1aC0xLjYwNzJ2MTUuOTYxYy0wLjA4NCAzLjcwMjMtMi44OTQ2IDYuNTA1LTYuNTkyOSA2LjU5NjktMy41NzAzIDAtNi42NDQ5LTIuOTkwNi02LjY0NDktNi41OTY5di0xNS45NjFoLTEuNjk1MmMtMC42Njc2OCA0LjE4Ni0yLjMxNDkgMTAuMzg3LTYuODY4OCAxNS42OTctMy4zNDI0IDMuNDI2NC03LjMwNDYgNC44NTc3LTEwLjY1NSA1LjM0OTUgMS40MjMzIDEuNjQ3MiAxLjY1MTIgMS44MjcxIDIuNzY2NyAxLjk1OTFoMC4zNTU4M2MwLjc1MTY1IDAgMy4xMTg1LTAuNzE5NjYgNi4xMDUxLTAuODAzNjIgMC4wODgtMC4wNCAwLjE3OTkyLTAuMDQgMC4zNTk4My0wLjA0IDAuOTMxNTcgMCAzLjQzMDQgMC41MzE3NiA0LjYzMzggMi4zNTg5elwiLz48cGF0aCBkPVwibTU5OC45OCA1ODkuNzNjMC45Mjc1NiAwIDEuNzc5MiAwLjg5NTU4IDEuNzc5MiAxLjgyNzF2NTkuMzA0aDcuODQ0M2MwLjkzOTU2LTQuMDYyMSAyLjU4NjgtNy44NDgzIDQuOTkzNy0xMS4zNzEgNS4xNzc2LTcuNjI4NCAxMi44OS0xMi44NDYgMjEuOTg2LTE0LjY3MyAwLjkzMTU2LTAuMzUxODMgMi4wMDcxIDAuMjI3OSAyLjIyNyAxLjE2MzUgMC4zNTk4MyAwLjk3NTU0LTAuMTc1OTIgMi4wMDcxLTEuMTExNSAyLjMxODktOC4yNDgxIDEuNTk5Mi0xNS40MjEgNi4zMjUtMjAuMDY3IDEzLjI4Mi0xLjkxNTEgMi44OTg2LTMuMjUwNSA1Ljk3MzItNC4xOTQgOS4yNzU2aDQuNzczOGM4LjgyMzktNi41OTY5IDEzLjc3NC04LjAyODIgMjEuNjIyLTMuNDgyNCA0Ljg2NTcgMi44MTA3IDYuOTEyOCA4LjEyMDIgNi4yODUgMTMuOTYxdjAuMDg0YzAuMzU1ODMtMC4zMTE4NSAwLjc1NTY1LTAuNjcxNjkgMS4yMDc0LTAuOTgzNTQgMjUuOTk2LTE4Ljk5MSAxMC44NzUtNTEuNzItNy40MDQ1LTUxLjcyLTE0LjcxNyAwLTI0LjQyOSA2LjUxMy0zMi43MzMgMjEuOTgybC0yLjI2NjktMy43MDIzIDIuMDUxLTIuNzE4N2M4LjMzNjEtOC4zODgxIDExLjczLTI1LjE0OCAxMS4xOTEtMzUuMjcxLTAuNzk5NjItMTMuMjQyLTEwLjY5OS0yNC43ODgtMTMuMTUtMjguODAyLTIuNzE4Ny00LjU0OTktNS4wMzc2LTguMjkyMS01LjAzNzYtOC4yOTIxcy0yLjQxMDkgMy43NDYyLTUuMTc3NiA4LjI5MjFjLTIuNDA2OSA0LjAxNDEtMTIuMzAyIDE1LjU2NS0xMy4wNjYgMjguODAyLTAuNTc1NzMgMTAuMTIzIDIuODEwNyAyNi44ODcgMTEuMTQ3IDM1LjI3MWwyLjA1NSAyLjcxODctMi4yNzQ5IDMuNzAyM2MtOC4zODAxLTE1LjQ2OS0xOC4wMTItMjEuOTgyLTMyLjcyOS0yMS45ODItMTguMjM1IDAtMzMuMzQ4IDMyLjcyOS03LjM5NjUgNTEuNzIgMC40ODM3NyAwLjMxMTg1IDAuODQzNjEgMC42NzE2OSAxLjI0NzQgMC45ODM1NHYtMC4wODRjLTAuNjY3NjktNS44NDEzIDEuNDIzMy0xMS4xNTEgNi4yNDUxLTEzLjk2MSA3Ljg0NDMtNC41NDU5IDEyLjgzOC0zLjExNDUgMjEuNjYyIDMuNDgyNGg0LjgxNzdjLTAuOTc1NTQtMy4zMDI0LTIuMzE4OS02LjM4MS00LjMyNi05LjI3NTYtNC42Mjk4LTYuOTU2Ny0xMS43MjctMTEuNjgzLTE5LjkyNy0xMy4yODItMC45NzU1NS0wLjMxMTg1LTEuNDY3My0xLjM0MzQtMS4yMDM0LTIuMzE4OSAwLjIyNzg5LTAuOTM1NTYgMS4zNzk0LTEuNTE1MyAyLjI3MDktMS4xNjM1IDkuMDAzOCAxLjgyNzIgMTYuODEyIDcuMDQ0NyAyMS45ODIgMTQuNjczIDIuMzE4OSAzLjUyMjQgMy45NzAxIDcuMzA4NiA0Ljk0OTcgMTEuMzcxaDcuODQ4M3YtNTkuMzA0YzAuMDA4LTAuOTMxNTYgMC44MDc2Mi0xLjgyNzEgMS44NzkxLTEuODI3MVwiLz48cGF0aCBkPVwibTY0MC4zMSA2NjEuNDN2MC4xNzk5MWMtMC4wODgtMS4yOTU0IDAtMi4yMzUgMC0yLjMxODktMC4wODgtMy44ODIyLTEuMzM5NC02LjI0MTEtMy45NjYyLTcuODAwNC0yLjcyNjctMS42MDcyLTQuMzI2LTIuMDA3MS01LjkyOTItMi4wMDcxLTIuMTM5LTAuMDkxOS01LjI1NzUgMS4yNTE0LTEzLjI0NiA2LjEwNTFoLTExLjE0Ny00LjE0NjEtNC44MDk4LTExLjYzOS02LjQ2NWwtMS4xNTk1LTAuOTM1NTZjLTUuMzUzNS00LjAxNDEtOC40MjgtNS4yNjE1LTEwLjYwNy01LjI2MTUtMS4yOTU0IDAtMy4xNjY1IDAuNDkxNzctNS44OTMyIDIuMTg3LTIuNjI2OCAxLjQ3NTMtMy44NzgyIDMuODM0Mi0zLjk2MjEgNy41ODA0IDAgMC4xMzE5NCAwIDAuNjYzNjkgMC4xNzU5MiAyLjE4N3Y5LjkzOTRsLTcuNjY4NC02LjEwNTEtMS4xNTk0LTAuOTM1NTZjLTExLjI3OS04LjA3NjItMTUuOTY1LTE5LjA4My0xNS45NjUtMjkuMjA2IDAuMTgzOTEtMTYuMDU2IDExLjI4Ny0zMC44MTQgMjYuMjItMzEuMTI1IDcuMjY4Ni0wLjA4NCAxMy42OTQgMS41MTkzIDE5LjM1NSA0Ljc3NzgtMS42OTUyLTYuMTEzMS0yLjQxMDktMTIuMjY2LTIuNDUwOC0xNy40MzYgMC0xLjAzMTUgMC0xLjg3NTEgMC4wODgtMi41NDY4IDAuOTMxNTYtMTUuMjkzIDExLjg1OC0yNy42OTEgMTMuNzM0LTMwLjk4NSAyLjgwMjctNC41OTM4IDUuMjU3NS04LjM4NDEgNS4yNTc1LTguNDcybDQuMDYyMS02LjM3NyA0LjAxMDEgNi40NjVzMi4zNjI5IDMuNzg2MiA1LjA4MTYgOC4yOTIxYzEuODc1MSAzLjM4NjQgMTIuODkgMTUuNzgxIDEzLjgzIDMyLjEwMXYxLjMzOTRjLTAuMDQ4IDUuMjU3NS0wLjgwNzYyIDExLjUwMy0yLjQ1NDggMTcuNjE2IDUuNjYxNC0zLjI1ODUgMTIuMTctNC44NjU3IDE5LjQzOS00Ljc3NzggMTQuODQ5IDAuMzExODYgMjUuOTQ4IDE0LjkzNyAyNi4wNCAzMS4xMjUgMC4wODggMTAuMTE5LTQuNTkzOCAyMS4xMy0xNS42MDUgMjkuMTFsLTkuMDA3OCA3LjMxNjZ2LTEwLjAzMXptLTkyLjI0OSAwLjQ5MTc3Yy0wLjA0NC0wLjE3OTkyLTAuMDg0LTAuMzExODYtMC4wODQtMC40OTE3N2gtMC4wNDhsMC4xMzE5NCAwLjQ5MTc3em05My4xLTE4LjcyN2MzLjYwMjMgMi4wNDcgNi4wNjEyIDUuMjE3NiA3LjQ0NDUgOC43ODM5IDQuOTAxNy01LjQ0MTQgNi43Mjg4LTExLjI4MyA2LjcyODgtMTYuOTQ0IDAtMTEuOTQ2LTkuMDAzOC0yMS41MzgtMTYuNDQ4LTIxLjUzOC0xMy4xNTQgMC4yMjc4OS0yMC4zNzggNC44MDk4LTI4LjUzOSAxOS4zNTFsLTMuOTY2MSA3LjQ0ODUtMC44NTE2LTEuMzgzNHY1LjU2OTRjMS4wMzE1LTIuNjcwOCAyLjM2NjktNS4zMDE1IDQuMDYyMS03Ljc1MjQgNS43OTMzLTguNTY4IDE0LjcxNy0xNC41NzcgMjMuNzY1LTE2LjI3MiAwLjM1OTg0IDAgMC41MzU3NS0wLjUzOTc1IDIuNzE4Ny0wLjYyMzcxIDIuODk4NiAwIDUuMjYxNSAxLjk1OTEgNi4zODEgNC45NDE3IDAgMC4xNzk5MiAwLjE3NTkyIDAuODUxNjEgMC4xNzU5MiAxLjc4NzItMC4wODggMy4wMzA2LTEuODc1MSA1LjA4MTYtNS4wMzc2IDYuNDE3LTYuMDY5MiAxLjIxMTQtMTEuMzI3IDQuMjc4LTE1LjIwOSA4LjgzMTkgMi41OTA4LTEuMjExNCA1LjE3NzYtMS45MTkxIDguMDI4Mi0xLjkxOTEgMy42OTgzIDAgNy4yNjQ2IDEuMTYzNCAxMC43NDcgMy4zMDI0em0tOTguODUtOC4xNjAyYzAuMDg4IDUuNjEzNCAxLjgzMTIgMTEuMzcxIDYuNzc2OCAxNi44MDQgMS4zODM0LTMuNTYyMyAzLjg3ODItNi42ODQ5IDcuNDkyNS04LjY0NCAzLjM4NjQtMS45NjcxIDYuODY0OC0zLjM5MDQgMTAuNjExLTMuMzkwNCAzLjA3ODYgMC4wNDggNS44ODEyIDAuODkxNTggOC4yNDgxIDIuMTM5LTMuODc4Mi00LjYzNzgtOS4xODc3LTcuNzUyNC0xNS43NDEtOS4wOTU3LTIuOTQyNi0xLjAyMzUtNC41OTM4LTMuODM0Mi00LjU5MzgtNi40NjV2LTAuNTc5NzNjMC0wLjIyNzg5IDAuMDg0LTEuMDcxNSAwLjU3OTczLTEuOTU5MSAxLjA3NTUtMi41ODI4IDMuMjEwNS0zLjg4MjIgNS45NzcyLTQuMDE0MSAwIDAuMDg0IDAuNDkxNzYgMC4wODQgMC45MzE1NiAwLjA4NCAwLjQ5MTc3IDAgMC45Mzk1Ni0wLjA4NCAwLjY3MTY4IDAuMTc5OTIgMTAuMjU1IDIuMDU1IDE5LjA4MyA3Ljk4MDMgMjQuOTcyIDE2LjcyIDEuNjQzMiAyLjQ1MDggMi45ODI2IDUuMDM3NiA0LjA1NDEgNy44MDA0di01Ljg0MTNsLTAuOTMxNTYgMS41MjMzLTMuOTcwMS03LjMxNjZjLTguMjQ4MS0xNC42NzMtMTUuMzg1LTE5LjI1NS0yOC40NDctMTkuNDgzLTcuNjI4NCAwLjAwNC0xNi42MzIgOS42NzU1LTE2LjYzMiAyMS41Mzh6bTU1LjU5OC03Mi4zNjJjLTIuOTg2NiA0LjcyNTgtMTEuODE0IDE1LjQyMS0xMi4zOTggMjYuNjE2LTAuMDg0IDAuNjE5NzEtMC4wODQgMS4zODM0LTAuMDg0IDEuOTYzMS0wLjEzMTk0IDcuNDQ0NSAyLjI3NDkgMTguNDExIDYuODY0OCAyNS44MTZ2LTI1LjU1NmMwLTMuNjUwMyAyLjgxMDctNi41NTI5IDYuNjkyOS02LjY0MDl2NC44NjE3IDEuNzc5Mi0xLjc3OTItNC44NjE3YzMuOTE4MiAwLjI2Nzg3IDYuMjg1MSAyLjg5ODYgNi41NDg5IDYuNjQwOXYyNS41NTZjNC40MTM5LTcuMDg4NyA2LjkxMjgtMTguMzcxIDYuNzc2OC0yNS45OTYgMC4wODgtMC40MDM4MS0wLjA4NC0xLjE2MzQgMC0xLjc4MzItMC41Nzk3My0xMS4xOTUtOS40MDc2LTIxLjk4Mi0xMi40ODItMjYuNjE2LTAuMzA3ODYtMC41Mzk3NS0wLjYyMzcxLTEuMDc1NS0wLjkzMTU3LTEuNTYzMy0wLjMxOTg1IDAuNDg3NzctMC42Mjc3IDEuMDIzNS0wLjk4NzUzIDEuNTYzM3pcIi8+PC9nPjxnIGZpbGw9XCIjZjlhZTAwXCI+PHBhdGggZD1cIm01NzcuNCA2NTUuODVoNDMuMjA4djMuNjYyM2gtNDMuMjA4elwiLz48cGF0aCBkPVwibTYxNy42MiA2ODEuNTNjLTYuMTA5MS02LjU1MjktNi4wMjEyLTE3LjE2NC02LjAyMTItMTcuMTY0aC0xMC44MzV2MjAuNzM0YzAgMS4wMjM1LTAuODUxNiAxLjgyNzEtMS43NzkyIDEuODI3MS0xLjA3NTUgMC0xLjg3NTEtMC44MDM2Mi0xLjg3NTEtMS44Mjcxdi0yMC43MzRoLTEwLjc5NXMwLjA5NiAxMC42MTEtNS45NjkyIDE3LjE2NGMtNi4wNjUyIDYuMzgxLTE0LjM1NyAzLjQ4MjQtMTQuMzU3IDMuNDgyNHMwLjE3NTkyIDQuMzE4IDIuNDEwOSA2Ljk0ODdjMi4wNTEgMi43NjI3IDMuODM0MiA0LjgxNzggNy40ODg1IDUuMDM3NiAyLjU0MjggMC4xNzk5MiA2LjczNjgtMS4zMzU0IDcuNTgwNC0wLjQ4Mzc3IDAuNjE5NyAwLjg0MzYtMC4wODggNC44MDk4IDUuMTIxNiAxMS4wOTUgNC44NjE3IDUuODAxMyAxMC4zOTUgNS45ODEyIDEwLjM5NSA1Ljk4MTJzNS40Mzc0LTAuMTc5OTIgMTAuMjkxLTUuOTgxMmM1LjIyNTYtNi4yODUgNC41OTc4LTEwLjI1MSA1LjIyNTYtMTEuMDk1IDAuNzUxNjUtMC44NTE2IDQuOTA1NyAwLjY2MzY5IDcuNDg4NSAwLjQ4Mzc3IDMuNjU4My0wLjIxOTg5IDUuNDMzNC0yLjI3MDkgNy41ODA0LTUuMDM3NiAyLjE4My0yLjYzMDggMi4zMTg5LTYuOTQ4NyAyLjMxODktNi45NDg3cy04LjMwMDEgMi44OTg2LTE0LjI2OS0zLjQ4MjRcIi8+PHBhdGggZD1cIm01OTguOTggNTg5LjczYzAuOTI3NTYgMCAxLjc3OTIgMC44OTU1OCAxLjc3OTIgMS44MjcxdjU5LjMwNGg3Ljg0NDNjMC45Mzk1Ni00LjA2MjEgMi41ODY4LTcuODQ4MyA0Ljk5MzctMTEuMzcxIDUuMTc3Ni03LjYyODQgMTIuODktMTIuODQ2IDIxLjk4Ni0xNC42NzMgMC45MzE1Ni0wLjM1MTgzIDIuMDA3MSAwLjIyNzkgMi4yMjcgMS4xNjM1IDAuMzU5ODMgMC45NzU1NC0wLjE3NTkyIDIuMDA3MS0xLjExMTUgMi4zMTg5LTguMjQ4MSAxLjU5OTItMTUuNDIxIDYuMzI1LTIwLjA2NyAxMy4yODItMS45MTUxIDIuODk4Ni0zLjI1MDUgNS45NzMyLTQuMTk0IDkuMjc1Nmg0Ljc3MzhjOC44MjM5LTYuNTk2OSAxMy43NzQtOC4wMjgyIDIxLjYyMi0zLjQ4MjQgNC44NjU3IDIuODEwNyA2LjkxMjggOC4xMjAyIDYuMjg1IDEzLjk2MXYwLjA4NGMwLjM1NTgzLTAuMzExODUgMC43NTU2NS0wLjY3MTY5IDEuMjA3NC0wLjk4MzU0IDI1Ljk5Ni0xOC45OTEgMTAuODc1LTUxLjcyLTcuNDA0NS01MS43Mi0xNC43MTcgMC0yNC40MjkgNi41MTMtMzIuNzMzIDIxLjk4MmwtMi4yNjY5LTMuNzAyMyAyLjA1MS0yLjcxODdjOC4zMzYxLTguMzg4MSAxMS43My0yNS4xNDggMTEuMTkxLTM1LjI3MS0wLjc5OTYyLTEzLjI0Mi0xMC42OTktMjQuNzg4LTEzLjE1LTI4LjgwMi0yLjcxODctNC41NDk5LTUuMDM3Ni04LjI5MjEtNS4wMzc2LTguMjkyMXMtMi40MTA5IDMuNzQ2Mi01LjE3NzYgOC4yOTIxYy0yLjQwNjkgNC4wMTQxLTEyLjMwMiAxNS41NjUtMTMuMDY2IDI4LjgwMi0wLjU3NTczIDEwLjEyMyAyLjgxMDcgMjYuODg3IDExLjE0NyAzNS4yNzFsMi4wNTUgMi43MTg3LTIuMjc0OSAzLjcwMjNjLTguMzgwMS0xNS40NjktMTguMDEyLTIxLjk4Mi0zMi43MjktMjEuOTgyLTE4LjIzNSAwLTMzLjM0OCAzMi43MjktNy4zOTY1IDUxLjcyIDAuNDgzNzcgMC4zMTE4NSAwLjg0MzYxIDAuNjcxNjkgMS4yNDc0IDAuOTgzNTR2LTAuMDg0Yy0wLjY2NzY5LTUuODQxMyAxLjQyMzMtMTEuMTUxIDYuMjQ1MS0xMy45NjEgNy44NDQzLTQuNTQ1OSAxMi44MzgtMy4xMTQ1IDIxLjY2MiAzLjQ4MjRoNC44MTc3Yy0wLjk3NTU0LTMuMzAyNC0yLjMxODktNi4zODEtNC4zMjYtOS4yNzU2LTQuNjI5OC02Ljk1NjctMTEuNzI3LTExLjY4My0xOS45MjctMTMuMjgyLTAuOTc1NTUtMC4zMTE4NS0xLjQ2NzMtMS4zNDM0LTEuMjAzNC0yLjMxODkgMC4yMjc4OS0wLjkzNTU2IDEuMzc5NC0xLjUxNTMgMi4yNzA5LTEuMTYzNSA5LjAwMzggMS44MjcyIDE2LjgxMiA3LjA0NDcgMjEuOTgyIDE0LjY3MyAyLjMxODkgMy41MjI0IDMuOTcwMSA3LjMwODYgNC45NDk3IDExLjM3MWg3Ljg0ODN2LTU5LjMwNGMwLjAwOC0wLjkzMTU2IDAuODA3NjItMS44MjcxIDEuODc5MS0xLjgyNzFcIi8+PC9nPjxnIGZpbGw9XCIjMWYxOTFhXCI+PHBhdGggZD1cIm0zNTEuMTkgMzgxLjkxaDQzLjE4NHYzLjcwMjNoLTQzLjE4NHpcIi8+PHBhdGggZD1cIm0zNDYuMzUgMzg1LjU3di0zLjc1MDItNC44MTM4aDQuNzkzOCA0Ny45NzR2NC44MTM4IDguNTE2aC00Ljc4OTgtNDcuOTc4elwiLz48cGF0aCBkPVwibTM5MS40OCA0MDcuNTljLTYuMTMzMS02LjUwOS02LjAwNTItMTcuMjE2LTYuMDA1Mi0xNy4yMTZoLTEwLjgwM3YyMC43NzhjMCAxLjA3MTUtMC43ODM2MyAxLjg3NTEtMS44NzkxIDEuODc1MS0xLjAwMzUgMC0xLjgyMzEtMC44MDM2Mi0xLjgyMzEtMS44NzUxdi0yMC43NzhoLTEwLjgxNXMwLjA4OCAxMC43MDctNS45OTMyIDE3LjIxNmMtNi4wMjEyIDYuNDE3LTE0LjMzNyAzLjUyMjQtMTQuMzM3IDMuNTIyNHMwLjIxOTkgNC4zNyAyLjM4MjkgNi45OTY3YzIuMDk5IDIuNjMwOCAzLjg4NjIgNC43NzM4IDcuNTgwNCA0Ljk5NzcgMi41NDI4IDAuMTMxOTQgNi43MTI4LTEuMzgzNCA3LjQ5MjUtMC40OTE3NyAwLjY2NzY5IDAuNzk5NjItMC4wNTIgNC44MTM3IDUuMTg5NiAxMS4xNDcgNC43OTc4IDUuNzkzMyAxMC4zMjMgNS45MjkyIDEwLjMyMyA1LjkyOTJzNS41Mjk0LTAuMTM1OTMgMTAuMzcxLTUuOTI5MmM1LjI0MTYtNi4zMzMgNC41MjE5LTEwLjM0NyA1LjE0NTYtMTEuMTQ3IDAuODIzNjItMC44OTE1OCA0Ljk3MzcgMC42MjM3MSA3LjU0MDUgMC40OTE3NyAzLjcwMjMtMC4yMjM5IDUuNDMzNC0yLjM2NjkgNy42MjA0LTQuOTk3NyAyLjA5MS0yLjYyNjggMi4zMzg5LTYuOTk2NyAyLjMzODktNi45OTY3cy04LjM2MDEgMi44OTg2LTE0LjMyOS0zLjUyMjRcIi8+PHBhdGggZD1cIm0zNTguNzcgNDM2Ljc5Yy0zLjAwNjYtMy42MDYzLTQuNTAxOS02Ljk1MjctNS4yNTc1LTkuMzYzNi0xLjAwMzUgMC4xNzk5Mi0yLjIzMSAwLjMxMTg2LTMuNDc4NCAwLjMxMTg2IDAgMC0wLjI2Mzg4IDAuMTM1OTMtMC41NTU3NCAwLjEzNTkzLTUuNzMzMy0wLjMxMTg1LTkuMDk1Ny00LjMyNi0xMC45OTEtNi43NzY4LTMuNDU0NC00LjU5MzgtMy4zNjY0LTkuNDExNi0zLjQ1NDQtOS43NjM0bC0wLjI4Nzg2LTYuODY0OCA2LjQ4OSAxLjk1OTFjMC4wODQgMCAxLjExMTUgMC4zOTk4MiAzLjA5MDYgMC4zOTk4MiAyLjA1OSAwIDQuMzA2LTAuMzk5ODIgNi4yODUtMi41Mzg4IDQuMTA2MS00LjE5IDQuNzMzOC0xMi45NzggNC43MDU4LTEzLjkxMyAwIDAtMC4wMi0wLjA0NC0wLjAyLTAuMDg0IDAtMS4yOTE0IDAuNTgzNzItMi41NDI4IDEuNDA3My0zLjM5MDQgMC45NTk1NS0wLjkzNTU2IDIuMTYzLTEuMzgzNCAzLjM5MDQtMS4zODM0aDAuMDg0IDkuNjc5NSA0Ljc4OTggMTAuNzg3YzEuMTQzNSAwIDEuNzgzMiAwLjQ0Mzc5IDIuMTYzIDAuNTgzNzMgMS4wMjc1IDAuNTMxNzUgMS4wMjc1IDAuNzExNjcgMS4yMzE0IDAuNzk5NjJsOC4zNjAxIDguMjA4MmgtNi40MjFjMC42MjM3MSAzLjAzMDYgMS44NTExIDYuODY0OCA0LjE3NCA5LjE4MzdsLTMuNDgyNCAzLjI5ODUtMy40Nzg0IDMuMjUwNWMtNC43NDk4LTUuMjE3Ni02LjM3Ny0xMS41MDMtNi45NTI3LTE1LjczN2gtMS41ODMzdjE2LjA0OGMwIDMuNDc4NC0zLjA5NDYgNi42NDA5LTYuNjY0OSA2LjY0MDktMy42NzgzIDAtNi41ODA5LTMuMDc4Ni02LjY2NDktNi42NDA5di0xNi4wNDhoLTEuNjA3MmMtMC41OTk3MiA0LjE5LTIuMjUxIDEwLjQyNy02Ljg0MDggMTUuNzM3LTMuMzY2NCAzLjUyMjQtNy40MjQ1IDQuOTkzNy0xMC43MjcgNS40NDE0IDEuNDA3MyAxLjYwMzIgMS43NDMyIDEuODIzMiAyLjgzMDcgMi4wMDMxbDAuMjYzODgtMC4wODRjMC44NTE2IDAuMDg0IDMuMjE4NS0wLjY2NzY4IDYuMTA5MS0wLjg0NzYgMC4zNzk4Mi0wLjA4OCAzLjU3MDMgMC4wODQgNC43ODk4IDIuMTM5IDMuMDE0NiA1Ljg0MTMgMC4yODc4NyA0LjgxMzcgNS4xNzc2IDExLjE5MSAzLjY1NDMgNC4zMjYgNi43NDg4IDQuMTAyMSA2LjU1MjkgNC4yMzQgMC0wLjQ4Nzc3IDMuMjEwNSAwLjA5MiA2Ljc3NjgtNC4yMzQgNC44Nzc3LTYuNTA4OSAyLjMzODktNS4zNDk1IDUuMTQ5Ni0xMS4xMDMgMS42MDcyLTEuOTU5MSAzLjM4NjQtMi4xMzkgNC43MDU4LTIuMTM5IDIuNjI2OCAwLjA5MiA1LjA2MTYgMC42Njc2OSA2LjEwNTEgMC42Njc2OSAwLjI0Nzg4LTAuMDQ0IDAuNTM5NzUgMCAwLjg3MTU5IDAuMDQ4IDAuODI3NjEtMC4xNzk5MiAxLjI2NzQtMC41Nzk3MyAyLjQyNjktMS44NzExLTMuMzg2NC0wLjQ0Nzc5LTcuNDA0NS0xLjg3NTEtMTAuNzI3LTUuNDQxNGwzLjQ3ODQtMy4yNTA1IDMuNDgyNC0zLjI5ODVjMS45NTkxIDIuMDUxIDQuMjE0IDIuNTM4OCA2LjM3MyAyLjUzODggMS44NzUxIDAgMy4wOTQ2LTAuMzk5ODEgMy4wOTQ2LTAuMzk5ODFsNi41NzY5LTEuOTU5MS0wLjM3NTgzIDYuODY0OGMtMC4xNzk5MSAwLjM1NTgzIDAgNS4xNjk2LTMuNDc0NCA5Ljc2MzQtMS45NjcxIDIuNDUwOS01LjI2NTUgNi40NjUtMTAuOTk1IDYuNzc2OGwtMi4xMzkgMC4wODQtMC40MDM4MS0wLjM5OTgxYy0wLjU1NTc0LTAuMDQ4LTEuMDkxNS0wLjA4OC0xLjU4MzMtMC4xNzk5Mi0wLjY3MTY5IDIuNTM4OC0yLjE2MyA1Ljc0OTMtNS4xNzM2IDkuNDA3Ni02LjA4MTIgNy4yMjg2LTEzLjIyMiA3LjY2ODQtMTQuMTc3IDcuNjY4NC0wLjcyNzY2LTAuMDA0LTcuODY0My0wLjQ0Mzc5LTEzLjg4NS03LjY3MjR6bS01Ljg5NzItMTIuMTI2IDAuMTc1OTItMC4wNDRjLTAuMDQ4IDAtMC4wOTIgMC4wNDQtMC4xNzU5MiAwLjA0NHpcIi8+PHBhdGggZD1cIm0zNzIuODIgMzE1LjgzYzEuMDQ3NSAwIDEuODAzMiAwLjgwMzYyIDEuODAzMiAxLjgzMTF2NTkuMjEyaDcuODc2M2MwLjk1NTU1LTQuMDE0MSAyLjU4MjgtNy43NTY0IDQuOTY1Ny0xMS4yMzkgNS4xNDk2LTcuNjY4NCAxMi45My0xMi45MyAyMS45NjItMTQuNzU3IDAuOTU1NTUtMC4zMTE4NSAyLjAwMzEgMC4yMjM4OSAyLjI2NjkgMS4yMDM0IDAuMzM5ODQgMC45MzU1Ni0wLjIyMzg5IDIuMDA3LTEuMTc5NCAyLjMxODktOC4yMDQyIDEuNjAzMi0xNS4zNDEgNi4yODUtMTkuOTk1IDEzLjI0Ni0xLjk2NzEgMi45NDI2LTMuMjc0NSA2LjAyMTItNC4yMzggOS4yMzE3aDQuNzQ5OGM4Ljg0NzgtNi41MTI5IDEzLjgyMi03LjkzNjMgMjEuNjctMy40MzQ0IDQuODU3NyAyLjgxMDcgNy4wMDA3IDguMDcyMiA2LjMwNSAxMy45NTd2MC4xNzU5MmMwLjM3OTgyLTAuMzk5ODEgMC43Mzk2NS0wLjc1NTY1IDEuMTM5NS0xLjA3MTUgMjYuMDM2LTE4Ljk0NyAxMC45MTktNTEuNzItNy4zMzY2LTUxLjcyLTE0LjcxMyAwLTI0LjM0NSA2LjU1MjktMzIuNzQ5IDIxLjkzNGwtMi4yNzQ5LTMuNjU4MyAyLjA1OS0yLjY3MDhjOC4zNjAxLTguMzg0MSAxMS43MjYtMjUuMTQ4IDExLjE5MS0zNS4zNTktMC43Nzk2NC0xMy4yNDYtMTAuNjk5LTI0Ljc0NC0xMy4wNjYtMjguODAyLTIuNzgyNy00LjUwNTktNS4xNDk2LTguMjQ4MS01LjE0OTYtOC4yNDgxcy0yLjMzODkgMy43NDYyLTUuMDgxNiA4LjI0ODFjLTIuNDUwOCA0LjA1ODEtMTIuMzcgMTUuNTYxLTEzLjEwNiAyOC44MDItMC41ODM3MyAxMC4yMTEgMi43ODY3IDI2Ljk3NSAxMS4xNDcgMzUuMzU5bDIuMDA3MSAyLjY3MDgtMi4xOTEgMy42NTgzYy04LjQwNDEtMTUuMzg1LTE4LjA3Ni0yMS45MzQtMzIuNzkzLTIxLjkzNC0xOC4yNTUgMC0zMy4zNzIgMzIuNzY5LTcuMzc2NiA1MS43MiAwLjQ0Nzc5IDAuMzExODYgMC44NzE2IDAuNjcxNjkgMS4yNjc0IDEuMDcxNS0wLjA0OC0wLjA0NC0wLjA0OC0wLjA4OC0wLjA0OC0wLjE3NTkyLTAuNjg3NjgtNS44ODkyIDEuNDc1My0xMS4xNDcgNi4zMTMtMTMuOTU3IDcuODA0NC00LjUwMTkgMTIuNzc0LTMuMDc4NiAyMS41NzggMy40MzQ0aDQuNzkzOGMtMC45MTU1Ny0zLjIxMDUtMi4yNzQ5LTYuMjg1LTQuMjM4LTkuMjMxNy00LjY2MTgtNi45NTY3LTExLjc3LTExLjYzOS0xOS45NTUtMTMuMjQ2LTAuOTU5NTUtMC4zMTE4Ni0xLjU1OTMtMS4zODM0LTEuMjI3NC0yLjMxODkgMC4yNjM4Ny0wLjk3OTU1IDEuMzE5NC0xLjUxNTMgMi4yNzQ5LTEuMjAzNCA5LjA1MTggMS44MjcxIDE2LjgwOCA3LjA4ODcgMjEuOTYyIDE0Ljc1NyAyLjM4MjkgMy40Nzg0IDQuMDEwMSA3LjIyNDYgNC45NjU3IDExLjIzOWg3LjgyNDN2LTU5LjIxMmMwLjAwOC0xLjAyNzUgMC44NTU2LTEuODMxMSAxLjg4MzEtMS44MzExXCIvPjxwYXRoIGQ9XCJtMzIzLjYgMzkxLjIzLTEuMDQ3NS0wLjkzNTU2Yy0xMS4xNzUtOC4wNzIyLTE1Ljk2NS0xOS4wMzktMTUuODUzLTI5LjIwNiAwLjA4OC0xNi4wNTIgMTEuMTY3LTMwLjc2NiAyNi4wODQtMzEuMTQ1IDcuMjg0Ni0wLjA4NCAxMy43NSAxLjU2MzMgMTkuNDM1IDQuODg1Ny0xLjY5NTItNi4xMDkxLTIuNDUwOC0xMi4zMDYtMi41Mzg4LTE3LjU3MiAwLTAuOTMxNTcgMC4xMDc5NS0xLjc3OTIgMC4xMDc5NS0yLjUxODggMC45MzU1Ni0xNS4zMTMgMTIuMDE0LTI3LjcxMSAxMy43OTgtMzAuOTg1IDIuODEwNy00LjU4OTggNS4xNDk2LTguMzYwMSA1LjE0OTYtOC4zNjAxbDMuOTQ2Mi02LjQ2NSA0LjEyMjEgNi40NjVjMC4xMTE5NCAwIDIuNDUwOCAzLjc2NjIgNS4yNTc1IDguMzYwMSAxLjc4MzIgMy4yNzQ1IDEyLjc3IDE1LjY3MyAxMy43MTQgMzEuNDU3IDAgMC4yNjM4NyAwIDEuMDIzNSAwLjA4OCAxLjk1OTEtMC4wODggNS4zMDU1LTAuODI3NjEgMTEuNTQ3LTIuNTIyOCAxNy42NTYgNS42NjkzLTMuMjk4NCAxMi4xMy00Ljk2OTcgMTkuNDE5LTQuODg1NyAxNC44NDUgMC4zNzk4MiAyNS45MDQgMTUuMDA1IDI2LjEwNCAzMS4xNDUgMCAxMC4xNjctNC43OTM4IDIxLjEzNC0xNS40OTcgMjguODVsLTkuMjAzNyA4LjZ2LTEwLjk2Ny0wLjQ0Mzc5YzAuMTExOTQtMC45Nzk1NCAwLjExMTk0LTEuNTE1MyAwLjExMTk0LTEuOTE1MS0wLjExMTk0LTMuNzQ2Mi0xLjMxOTQtNi4wNjUyLTQuMDM4MS03LjY2ODQtMi42MzQ4LTEuNjAzMi00LjMyNi0xLjk1OTEtNS44NDUzLTEuOTU5MS0yLjI1MS0wLjEzNTk0LTUuMzQ1NSAxLjIwMzQtMTMuNDE0IDYuMDYxMmgtMTEuMTc1LTQuMTIyMS00Ljc3MzgtMTEuNjM5LTYuMzkzbC0xLjIwNzQtMS4wMjM1Yy01LjI2MTUtMy45MjIyLTguMjY4MS01LjE3MzYtMTAuNTIzLTUuMTczNi0xLjMxNTQgMC0zLjEwMjYgMC40OTE3Ny01LjkwOTIgMi4xODMtMi42MzQ4IDEuMzg3NC0zLjk0NjIgMy44MzgyLTMuOTQ2MiA3LjU4MDQtMC4wODggMC4yMjM4OSAwIDAuNzU1NjQgMCAwLjkzNTU2bDMuODU0MiAxNC43NTctMTEuNTQzLTkuNjcxNXptLTcuMzMyNi0zMC4xNDJjMC4wNjQgNS41NzM0IDEuODAzMiAxMS4zNzEgNi43MzY4IDE2LjgwOCAxLjQxOTMtMy41NjYzIDMuOTM4Mi02LjY4NDkgNy41MzI1LTguNjQ4IDMuMzg2NC0xLjk2MzEgNi44Njg4LTMuMzQyNCAxMC42MTEtMy4zNDI0IDIuODk0NiAwIDUuNTI5NCAwLjcxMTY2IDguMTYwMiAxLjk1OTEtMy44NzgyLTQuNTQ5OS05LjIzNTctNy42NzI0LTE1Ljc2MS05LjAwNzgtMi42MzA4LTAuOTM1NTYtNC41MDU5LTMuMjk4NC00LjU4OTgtNi4zNzMgMC0wLjEzNTk0IDAtMC40MDc4MSAwLjA4NC0xLjI1MTQgMC4wMi0wLjEzNTkzIDAuMTMxOTQtMC40OTE3NyAwLjM3OTgyLTAuOTgzNTQgMC45MTU1Ny0yLjQ5ODggMy4yMzA1LTQuMzcgNi4yMDExLTQuMzcgMCAwLjA4OCAwLjU1NTc0IDAuMDg4IDEuMDE5NSAwLjA4OCAwLjU2MzczLTAuMDg4IDEuMDMxNS0wLjA4OCAwLjQ3NTc4IDAuMjIzOSAxMC4zMTkgMi4wNTEgMTkuMTQ3IDguMDcyMiAyNC45NjQgMTYuNjc2IDEuNjQ3MiAyLjQxMDkgMi45OTA2IDQuOTQ5NyA0LjAzODEgNy41ODA0di01LjQzNzRsLTAuNzM5NjUgMS4yNTE0LTQuMDU4MS03LjMxMjZjLTguMTY0Mi0xNC41MzMtMTUuMzg1LTE5LjE1MS0yOC41MzUtMTkuNDE1LTcuNjA4NCAwLjA4NC0xNi41MiA5LjczOTQtMTYuNTIgMjEuNTU0em05OC44NDYgOC4xNjAyYzMuNTQ2MyAyLjAwNzEgNi4wMTcyIDUuMTI1NiA3LjQyMDUgOC42NDggNC44ODE3LTUuMzkzNSA2LjY4ODktMTEuMjM5IDYuNzQ4OC0xNi44MDggMC0xMS45MDYtOS4wMDM4LTIxLjQ3LTE2LjUxNi0yMS41NTgtMTMuMTMgMC4yNjM4Ny0yMC4yNjYgNC44ODU3LTI4LjUzOSAxOS40MTVsLTMuOTM4MiA3LjMxMjYtMC45MTU1Ny0xLjUxNTMtMC4wMjQgNS45MjUyYzEuMDcxNS0yLjcyMjcgMi40MjY5LTUuMzA1NSA0LjEyMjEtNy43MTI0IDUuODIxMy04LjY5NTkgMTQuNzM3LTE0LjcxNyAyMy43NjEtMTYuNDA4IDAuMjcxODggMCAwLjczOTY2LTAuNTgzNzMgMi43MjY3LTAuNjcxNjkgMi44MDY3LTAuMDg4IDUuNTI5NCAyLjA5NSA2LjM3NyA0Ljk5MzcgMC4wODQgMC41MzU3NSAwLjE5OTkgMS4wMjc1IDAuMTk5OSAxLjY5NTItMC4xMTE5NCAzLjA3ODYtMS44OTkxIDUuMDM3Ni01LjA4MTYgNi40NjUtNi4wNjkyIDEuMjA3NC0xMS4zNzkgNC4zMjYtMTUuMjUzIDguODcxOCAyLjYxMDgtMS4yMDM0IDUuMjgxNS0xLjkxNTEgOC4yMDQyLTEuOTE1MSAzLjU3MDMgMC4wMDQgNy4xNDA2IDEuMjExNCAxMC43MDcgMy4yNjI1em0tMzUuNjcxLTUxLjYxMi0wLjA0OCAyNS42MTJjNC40NTc5LTcuMTA4NyA2Ljk1MjctMTguNDMxIDYuODA0OC0yNi4wOHYtMS44NzUxYy0wLjU2MzczLTExLjE2Ny05LjM5MTYtMjEuODctMTIuMjktMjYuNTcyLTAuMzUxODMtMC41NTk3NC0wLjcxMTY2LTEuMTM5NS0xLjA0NzUtMS42NzUyLTAuMzMxODQgMC41MzU3NS0wLjY2NzY4IDEuMTE1NS0xLjAyNzUgMS42NzUyLTMuMDk0NSA0LjcwMTgtMTEuOTIyIDE1LjQwNS0xMi40ODIgMjYuNTcydjEuOTU5MWMtMC4xNTE5MyA3LjU2NDQgMi4yMzEgMTguNDYzIDYuNzU2OCAyNS43NzJ2LTI1LjM5MmMwLTMuNzQ2MiAzLjE4MjUtNi41NTI5IDYuNjY0OS02LjY2ODl2NC44ODU3IDEuNzgzMi0xLjc4MzItNC44ODU3YzMuNjU4MyAwLjEyMzk0IDYuNTgwOSAzLjIxODUgNi42Njg5IDYuNjcyOXpcIi8+PC9nPjxnIGZpbGw9XCIjZjlhZTAwXCI+PHBhdGggZD1cIm0zNTEuMTkgMzgxLjkxaDQzLjE4NHYzLjcwMjNoLTQzLjE4NHpcIi8+PHBhdGggZD1cIm0zOTEuNDggNDA3LjU5Yy02LjEzMzEtNi41MDktNi4wMDUyLTE3LjIxNi02LjAwNTItMTcuMjE2aC0xMC44MDN2MjAuNzc4YzAgMS4wNzE1LTAuNzgzNjMgMS44NzUxLTEuODc5MSAxLjg3NTEtMS4wMDM1IDAtMS44MjMxLTAuODAzNjItMS44MjMxLTEuODc1MXYtMjAuNzc4aC0xMC44MTVzMC4wODggMTAuNzA3LTUuOTkzMiAxNy4yMTZjLTYuMDIxMiA2LjQxNy0xNC4zMzcgMy41MjI0LTE0LjMzNyAzLjUyMjRzMC4yMTk5IDQuMzcgMi4zODI5IDYuOTk2N2MyLjA5OSAyLjYzMDggMy44ODYyIDQuNzczOCA3LjU4MDQgNC45OTc3IDIuNTQyOCAwLjEzMTk0IDYuNzEyOC0xLjM4MzQgNy40OTI1LTAuNDkxNzcgMC42Njc2OSAwLjc5OTYyLTAuMDUyIDQuODEzNyA1LjE4OTYgMTEuMTQ3IDQuNzk3OCA1Ljc5MzMgMTAuMzIzIDUuOTI5MiAxMC4zMjMgNS45MjkyczUuNTI5NC0wLjEzNTkzIDEwLjM3MS01LjkyOTJjNS4yNDE2LTYuMzMzIDQuNTIxOS0xMC4zNDcgNS4xNDU2LTExLjE0NyAwLjgyMzYyLTAuODkxNTggNC45NzM3IDAuNjIzNzEgNy41NDA1IDAuNDkxNzcgMy43MDIzLTAuMjIzOSA1LjQzMzQtMi4zNjY5IDcuNjIwNC00Ljk5NzcgMi4wOTEtMi42MjY4IDIuMzM4OS02Ljk5NjcgMi4zMzg5LTYuOTk2N3MtOC4zNjAxIDIuODk4Ni0xNC4zMjktMy41MjI0XCIvPjxwYXRoIGQ9XCJtMzcyLjgyIDMxNS44M2MxLjA0NzUgMCAxLjgwMzIgMC44MDM2MiAxLjgwMzIgMS44MzExdjU5LjIxMmg3Ljg3NjNjMC45NTU1NS00LjAxNDEgMi41ODI4LTcuNzU2NCA0Ljk2NTctMTEuMjM5IDUuMTQ5Ni03LjY2ODQgMTIuOTMtMTIuOTMgMjEuOTYyLTE0Ljc1NyAwLjk1NTU1LTAuMzExODUgMi4wMDMxIDAuMjIzODkgMi4yNjY5IDEuMjAzNCAwLjMzOTg0IDAuOTM1NTYtMC4yMjM4OSAyLjAwNy0xLjE3OTQgMi4zMTg5LTguMjA0MiAxLjYwMzItMTUuMzQxIDYuMjg1LTE5Ljk5NSAxMy4yNDYtMS45NjcxIDIuOTQyNi0zLjI3NDUgNi4wMjEyLTQuMjM4IDkuMjMxN2g0Ljc0OThjOC44NDc4LTYuNTEyOSAxMy44MjItNy45MzYzIDIxLjY3LTMuNDM0NCA0Ljg1NzcgMi44MTA3IDcuMDAwNyA4LjA3MjIgNi4zMDUgMTMuOTU3djAuMTc1OTJjMC4zNzk4Mi0wLjM5OTgxIDAuNzM5NjUtMC43NTU2NSAxLjEzOTUtMS4wNzE1IDI2LjAzNi0xOC45NDcgMTAuOTE5LTUxLjcyLTcuMzM2Ni01MS43Mi0xNC43MTMgMC0yNC4zNDUgNi41NTI5LTMyLjc0OSAyMS45MzRsLTIuMjc0OS0zLjY1ODMgMi4wNTktMi42NzA4YzguMzYwMS04LjM4NDEgMTEuNzI2LTI1LjE0OCAxMS4xOTEtMzUuMzU5LTAuNzc5NjQtMTMuMjQ2LTEwLjY5OS0yNC43NDQtMTMuMDY2LTI4LjgwMi0yLjc4MjctNC41MDU5LTUuMTQ5Ni04LjI0ODEtNS4xNDk2LTguMjQ4MXMtMi4zMzg5IDMuNzQ2Mi01LjA4MTYgOC4yNDgxYy0yLjQ1MDggNC4wNTgxLTEyLjM3IDE1LjU2MS0xMy4xMDYgMjguODAyLTAuNTgzNzMgMTAuMjExIDIuNzg2NyAyNi45NzUgMTEuMTQ3IDM1LjM1OWwyLjAwNzEgMi42NzA4LTIuMTkxIDMuNjU4M2MtOC40MDQxLTE1LjM4NS0xOC4wNzYtMjEuOTM0LTMyLjc5My0yMS45MzQtMTguMjU1IDAtMzMuMzcyIDMyLjc2OS03LjM3NjYgNTEuNzIgMC40NDc3OSAwLjMxMTg2IDAuODcxNiAwLjY3MTY5IDEuMjY3NCAxLjA3MTUtMC4wNDgtMC4wNDQtMC4wNDgtMC4wODgtMC4wNDgtMC4xNzU5Mi0wLjY4NzY4LTUuODg5MiAxLjQ3NTMtMTEuMTQ3IDYuMzEzLTEzLjk1NyA3LjgwNDQtNC41MDE5IDEyLjc3NC0zLjA3ODYgMjEuNTc4IDMuNDM0NGg0Ljc5MzhjLTAuOTE1NTctMy4yMTA1LTIuMjc0OS02LjI4NS00LjIzOC05LjIzMTctNC42NjE4LTYuOTU2Ny0xMS43Ny0xMS42MzktMTkuOTU1LTEzLjI0Ni0wLjk1OTU1LTAuMzExODYtMS41NTkzLTEuMzgzNC0xLjIyNzQtMi4zMTg5IDAuMjYzODctMC45Nzk1NSAxLjMxOTQtMS41MTUzIDIuMjc0OS0xLjIwMzQgOS4wNTE4IDEuODI3MSAxNi44MDggNy4wODg3IDIxLjk2MiAxNC43NTcgMi4zODI5IDMuNDc4NCA0LjAxMDEgNy4yMjQ2IDQuOTY1NyAxMS4yMzloNy44MjQzdi01OS4yMTJjMC4wMDgtMS4wMjc1IDAuODU1Ni0xLjgzMTEgMS44ODMxLTEuODMxMVwiLz48L2c+PHBhdGggZD1cIm00NDAuNTIgNTY2LjI3Yy0wLjA0NC0yLjk4NjYtMC4wNDQtNS40ODE0LTAuMDQ0LTguNTYgMC0xMS43My05LjQ5NTYtMjEuMjY2LTIxLjE4Mi0yMS4yNjZoLTMzLjk2OGMtMTEuNjgzIDAtMjEuMTc4IDkuNTM5NS0yMS4xNzggMjEuMjY2IDAgMy4wNzg2LTAuMDQ4IDUuMDM3NiAwIDguNTYtMjQuOTk2IDE1LjYwOS00MS45NiA0Ni4yMzQtNDEuOTYgODEuMzc4IDAgNTEuMDkyIDM1Ljg3MSA5Mi40NzMgODAuMTIyIDkyLjQ3MyA0NC4yMzEgMCA4MC4wNzgtNDEuMzgxIDgwLjA3OC05Mi40NzMgMC0zNS4xNDQtMTYuOS02NS43NjktNDEuODY4LTgxLjM3OG0tMzguMjEgMTY3LjQ3Yy00MS44MiAwLTc1LjcxMy0zOC41MjItNzUuNzEzLTg1Ljk2IDAtMzQuNDIgMTcuNzY4LTYxLjM5NSA0My40NzYtNzMuNzA5IDMuNjEwMyAzLjAzNDYgMTguODExIDYuMzgxIDMyLjMyNSA2LjMzMyAxMy40NjYtMC4wODggMjguNDkxLTMuMjk4NSAzMi4xNDktNi4zMzMgMjUuNzA0IDEyLjMxIDQzLjQ0NCAzOS4yODYgNDMuNDQ0IDczLjcwOSAwLjAwNCA0Ny40MzgtMzMuODYgODUuOTYtNzUuNjgxIDg1Ljk2XCIgZmlsbD1cIiMxZjE5MWFcIi8+PHBhdGggZD1cIm0zMzguNCA2NjAuNjdjMC0zNSAyOC42MjctNjMuNDAyIDYzLjkxNC02My40MDJzNjMuOTE0IDI4LjQwMyA2My45MTQgNjMuNDAyYzAgMzUtMjguNjI3IDYzLjM1NC02My45MTQgNjMuMzU0cy02My45MTQtMjguMzU1LTYzLjkxNC02My4zNTRtOTYuMTU1LTg2LjU0M2MtMy43MDIzIDIuOTg2Ni0xOC42ODMgNi4yNDUxLTMyLjE5NyA2LjI4NTEtMTMuNDY2IDAuMDQ4LTI4LjY2Ny0zLjI5ODUtMzIuMzI1LTYuMjg1MS0yNS42NiAxMi4yNjItNDMuNDI4IDM5LjIzOC00My40MjggNzMuNjE0IDAgNDcuNDg2IDMzLjg5MiA4Ni4wNTIgNzUuNzEzIDg2LjA1MiA0MS43NzYgMCA3NS43MTMtMzguNTY2IDc1LjcxMy04Ni4wNTItMC4wMDQtMzQuMzc2LTE3LjgyLTYxLjM1MS00My40NzYtNzMuNjE0XCIgZmlsbD1cIiNmOWFlMDBcIi8+PHBhdGggZD1cIm00MDIuMzEgNTk3LjI2Yy0zNS4yODcgMC02My45MTQgMjguMzU5LTYzLjkxNCA2My4zNTggMCAzNS4wNDggMjguNjI3IDYzLjQ0NiA2My45MTQgNjMuNDQ2czYzLjg3LTI4LjQwMyA2My44Ny02My40NDZjMC0zNS0yOC41ODMtNjMuMzU4LTYzLjg3LTYzLjM1OG0wIDEyNC4wNGMtMzIuNjYxIDAtNTkuMTItMjUuOTk2LTU5LjEyLTU4LjA5NyAwLTMyLjA5MyAyNi40Ni01OC4xODUgNTkuMTItNTguMTg1IDMyLjYzMyAwIDU5LjEyIDI2LjA4OCA1OS4xMiA1OC4xODUgMCAzMi4xMDEtMjYuNDg4IDU4LjA5Ny01OS4xMiA1OC4wOTdcIiBmaWxsPVwiIzFmMTkxYVwiLz48cGF0aCBkPVwibTQxOS4wNCA1NzMuMDljMTAuMDUxLTEuMzc5NCAxNi4wMjgtNC4xNDYgMTUuOTgxLTE1LjYwMSAwLTguNjA0LTcuMTU2Ni0xNS42NDktMTUuOTgxLTE1LjY0OWwtMTYuNzkyLTAuMzU5ODNjLTguODcxOCAwLTE2LjAyOCA3LjE4MDYtMTYuMDI4IDE2LjAwOCAwIDguODI3OSA2LjU4MDkgMTYuNDQ4IDE2LjAyOCAxNy4wMzIgOS40MDc2IDAuNjIzNzEgMTYuNzkyLTEuNDMxMyAxNi43OTItMS40MzEzXCIgZmlsbD1cIiMwMDk2ZDVcIi8+PHBhdGggZD1cIm02NTIuMyAyOTUuNjh2LTguNTZjMC0xMS43My05LjQ0NzYtMjEuMjMtMjEuMTM0LTIxLjIzaC0zMy45NzJjLTExLjY4MyAwLTIxLjIyMiA5LjQ5OTYtMjEuMjIyIDIxLjIzdjguNTZjLTI0Ljk2OCAxNS42NDktNDEuOTA4IDQ2LjE5LTQxLjkwOCA4MS40MTQgMCA1MS4wNTIgMzUuODQ3IDkyLjQyNSA4MC4wNzQgOTIuNDI1czgwLjA3OC00MS4zNzcgODAuMDc4LTkyLjQyNWMwLjAwNC0zNS4yMjMtMTYuODUyLTY1Ljc2NS00MS45MTYtODEuNDE0bS0zOC4xNjIgMTY3LjQ3Yy00MS44MjQgMC03NS43MDktMzguNDc4LTc1LjcwOS04NS45MTYgMC0zNC40MTYgMTcuNzg4LTYxLjQzOSA0My40MjQtNzMuNzQ1IDMuNjU0MyAzLjAzNDYgMTguOTA3IDYuMjg1MSAzMi4zNjkgNi4yODUxIDEzLjQ3LTAuMDQ0IDI4LjUzOS0zLjI1MDUgMzIuMTk3LTYuMjg1MSAyNS42MzYgMTIuMzA2IDQzLjQyNCAzOS4zMyA0My40MjQgNzMuNzQ1IDAuMDA0IDQ3LjQzOC0zMy44ODQgODUuOTE2LTc1LjcwNSA4NS45MTZcIiBmaWxsPVwiIzFmMTkxYVwiLz48cGF0aCBkPVwibTU1MC4yIDM5MC4wMmMwLTM1LjA0NCAyOC43MTktNjMuMzk4IDYzLjk4Mi02My4zOTggMzUuMjY3IDAgNjMuODk0IDI4LjM1OSA2My44OTQgNjMuMzk4IDAgMzUuMDA0LTI4LjYyNyA2My40MDItNjMuODk0IDYzLjQwMi0zNS4yNjMgMC02My45ODItMjguMzk5LTYzLjk4Mi02My40MDJtOTYuMjIzLTg2LjU0M2MtMy43MDIzIDMuMDM0Ni0xOC43MjcgNi4yNDUxLTMyLjE5NyA2LjI4NTEtMTMuNDYyIDAtMjguNjY3LTMuMjUwNS0zMi4zNjktNi4yODUxLTI1LjY4NCAxMi4zMDYtNDMuNDI0IDM5LjMzLTQzLjQyNCA3My43MDUgMCA0Ny40ODIgMzMuOTI4IDg1Ljk2IDc1Ljc0OCA4NS45NiA0MS43NzYgMCA3NS43MTMtMzguNDc4IDc1LjcxMy04NS45NiAwLTM0LjM3Ni0xNy43OTItNjEuMzk1LTQzLjQ3Mi03My43MDVcIiBmaWxsPVwiI2Y5YWUwMFwiLz48cGF0aCBkPVwibTYxNC4yMyAzMjYuNjdjLTM1LjMwNyAwLTYzLjg4NiAyOC4zNTUtNjMuODg2IDYzLjM1NCAwIDM1LjAwNCAyOC41NzkgNjMuNDAyIDYzLjg4NiA2My40MDIgMzUuMjI3IDAgNjMuODU0LTI4LjQwMyA2My44NTQtNjMuNDAyIDAtMzUtMjguNjI3LTYzLjM1NC02My44NTQtNjMuMzU0bTAgMTI0LjA4Yy0zMi42MzMgMC01OS4xMi0yNi4wMzYtNTkuMTItNTguMTM3IDAtMzIuMDYxIDI2LjQ4OC01OC4xNDEgNTkuMTItNTguMTQxIDMyLjU1NyAwIDU5LjAzNiAyNi4wOCA1OS4wMzYgNTguMTQxIDAgMzIuMTA1LTI2LjQ4IDU4LjEzNy01OS4wMzYgNTguMTM3XCIgZmlsbD1cIiMxZjE5MWFcIi8+PHBhdGggZD1cIm02MzAuOTEgMzAyLjU1YzEwLjA3OS0xLjQyMzMgMTYuMDU2LTQuMjM4IDE1Ljk2NS0xNS42NDkgMC04LjY5NTktNy4wNDg3LTE1LjY0OS0xNS45NjUtMTUuNjQ5bC0xNi44MDgtMC4zNTk4M2MtOC44NzE4IDAtMTYuMDA4IDcuMTMyNy0xNi4wMDggMTYuMDA4IDAgOC44Mjc5IDYuNjAwOSAxNi40MDggMTYuMDA4IDE3LjA3NiA5LjQ1MTYgMC41ODM3MyAxNi44MDgtMS40MjczIDE2LjgwOC0xLjQyNzNcIiBmaWxsPVwiIzAwOTZkNVwiLz48ZyBmaWxsPVwiIzFmMTkxYVwiPjxwYXRoIGQ9XCJtMzk0LjQyIDUwMi42aC0zOS4wNzR2MzMuNzA4aC03Ny40NzJ2LTkuNTQzNS0yNC4xNjVsLTE5LjYzOSAwLjA5MnYtMTkuMjE5aDM4Ljg3OHY5LjU0MzUgMjQuMDczaDM4Ljk3di0zMy42MTZoNzcuNDkydjkuNTQzNSAyMy45NDFoMzkuMTd2LTMzLjQ4NGg5LjU2MzUgMjkuMDl2MTkuMTI3aC0xOS40MTl2MzMuNzA4aC03Ny41NnYtOS41NDM1elwiLz48cGF0aCBkPVwibTYyNy41MiA1MDIuNTZoLTM5LjA1OHYzMy43MDhoLTc3LjYyNHYtOS41ODM1LTI0LjAzM2gtMTkuNDQzdi0xOS4yNjNoMzguNzAydjkuNjcxNSAyNC4wMzNoMzkuMTAydi0zMy43MDRoNzcuNDg4djkuNjcxNSAyNC4wMzNoMzkuMDYydi0zMy43MDRoOS42Nzk1bDMwLjEzOCAwLjA4Nzl2MTkuMTc1aC0yMC41NTh2MzMuNjE2aC03Ny40ODh2LTkuNTgzNXpcIi8+PHBhdGggZD1cIm01MDEuMDMgNDkzLjA2djMyNS45M2gtMTkuMjgzdi0zMjUuOTN6XCIvPjxwYXRoIGQ9XCJtNTAwLjk4IDIzOC4zNHYyNTQuNzdoLTE5LjI2N3YtMjU0Ljc3elwiLz48L2c+PHBhdGggZD1cIm05NDIuNzEgNjIyLjU1LTUuNDg5NSAxNi40MTFxLTIuMDgxOCA2LjIyMzYtNC41NDI4IDguOTAxNS0yLjQzNjQgMi43Mjc0LTYuNjI1NiA0LjI5MTh0LTkuOTU3NiAxLjMyMzZxLTUuNzY4NC0wLjI0MDc4LTEzLjU4NS0yLjg1NTQtNy4wMzg1LTIuMzU0NC0xMS43MjktNS42OTQ2LTQuNjUzNC0zLjMyNzgtNi44NzMzLTYuNzg4OC0yLjIxOTgtMy40NjExLTIuNjEwOS03LjQ2MzgtMC4zNjY0Mi0zLjk1MzIgMS40NTUyLTkuMzk4OGw1LjY1MDYtMTYuODkyIDU0LjMwOCAxOC4xNjZ6bS0xMi4xODYgNS44OTE3LTM1Ljk3MS0xMi4wMzItMi4yNTUzIDYuNzQyMnEtMS40NDk4IDQuMzM0Mi0xLjI3OTIgNi41MzMyIDAuMTU4MjMgMi4yMzYgMS4zNzkzIDQuMDAzNyAxLjI0NTcgMS44MTcyIDQuNTI5NCAzLjgyMTcgMy4yODM3IDIuMDA0NiA5LjA5OTcgMy45NTAxIDYuMDM4MyAyLjAxOTggOS44MDU2IDIuMzMyNiAzLjc1NDggMC4zNDk4MyA2LjM1MDEtMC43NTkxOCAyLjU4MjgtMS4wNzIgNC4wNTUyLTMuMzgwNCAxLjExMzYtMS43MjgyIDIuOTIyNy03LjEzNjhsMS4zNjMxLTQuMDc0OXptLTMyLjE3Ny02OC4xNTQgNTUuOTc1IDEyLjA4OS0xLjk0NjIgOS4wMTEtNDEuNDM4IDEwLjcxMiAzNy4zOCA4LjA3MzQtMS44NjM3IDguNjI5Mi01NS45NzUtMTIuMDg5IDIuMDEyMi05LjMxNjQgNDAuNDkzLTEwLjU5Ni0zNi41MDItNy44ODM3IDEuODYzNy04LjYyOTJ6bTAuNzQ3NDQtMy4wNzQ5IDEuMDU2OS0xMC4yNTggMTMuMzYtMi43NDY4IDEuOTIxNy0xOC42NTEtMTIuNTQzLTUuMTggMS4wMzI5LTEwLjAyNSA1NS4wOSAyNC4wNTQtMS4wMjg5IDkuOTg2Mi01OC44OSAxMi44MjF6bTI0LjMyNy0xNS4wNDcgMjEuNzk5LTQuMjMzNC0yMC40ODYtOC41MTE2LTEuMzEzMiAxMi43NDV6bS0xOS43NTktNjUuNjgzIDU2Ljc5Ny0wLjAxODMgMC4wMDMgOS40NTMxLTQ3LjE0OCAwLjAxNTIgMC4wMDggMjMuNTk0LTkuNjQ4NCAwLjAwMy0wLjAxMDYtMzMuMDQ3em0tMi41MzQzLTMwLjgyMSAyMy45ODQtMi4zNzY1IDMxLjMwOC0yMC4zNzQgMS4wOTM5IDExLjA0LTIxLjQ1NiAxMy4yMzUgMjMuNjE3IDguNTcyNSAxLjA3NDYgMTAuODQ1LTM0Ljc4My0xMy45MDQtMjMuOTA2IDIuMzY4OC0wLjkzMjEtOS40MDcxem0tOS42MzE1LTU1LjA4IDU2LjA4Ny0xMS41NTcgNC4wMjgyIDE5LjU1cTEuNTQ1MSA3LjQ5ODcgMC42NzY5MSAxMS4wMjgtMC44Mjk5MiAzLjUyMTItNC4xNTM2IDYuMzU5Ny0zLjI4NTQgMi44MzA2LTguNDg4NiAzLjkwMjctNi41ODA1IDEuMzU1OS0xMS4yNTItMC45OTE4Ny00LjY2MzYtMi4zMDk1LTYuODk0OC03LjkxMi0xLjUyNzYgMy40MjU2LTMuNjg4OSA1LjkwNS0yLjEyMyAyLjQ3MTUtOC4wMDk4IDcuMTk0MmwtOS43OTExIDcuODQwMy0yLjI3ODItMTEuMDU3IDEwLjgxNy05LjI0ODJxNS44Njk5LTQuOTk4NCA3LjI0Ny02LjYzODEgMS40MTU0LTEuNjQ3NyAxLjcyNzktMy4yMjc2IDAuMzUwODUtMS41ODc4LTAuMzExMzMtNC44MDE2bC0wLjM5NDE1LTEuOTEyOS0yMy40MTQgNC44MjQ0LTEuOTA3Ny05LjI1ODZ6bTM0LjI3NSAyLjU4OTYgMS40MTkgNi44ODY2cTEuMzAwNyA2LjMxMjcgMi4xOTExIDcuOTI0IDAuOTI4NjIgMS42MDM0IDIuODMyNyAyLjMyNzh0NC42OTcgMC4xNDg5M3EyLjY3ODEtMC41NTE4MSA0LjA2NDMtMS45NTQyIDEuNDI0NC0xLjQxMDIgMS42NTgyLTMuMzcyOCAwLjE1MjgyLTEuMzg3NS0xLjEzMjEtNy42MjM3bC0xLjQ5NzgtNy4yNjkyLTE0LjIzMiAyLjkzMjV6bS0zNC44MTYtNS43MzU2LTMuMTY3NC05LjgxNCAxMS4xMTktNy44OTg2LTUuNzU4OS0xNy44NDQtMTMuNTY3IDAuMzE1LTMuMDk1NC05LjU5MSA2MC4xMTMtMC4xOTExNyAzLjA4MzQgOS41NTM4LTQ4LjcyNyAzNS40N3ptMTYuMTk4LTIzLjU3NiAxOC4yNDMtMTIuNjYxLTIyLjE3OCAwLjQ2NzM4IDMuOTM1MyAxMi4xOTN6bS01MC4zMzQtNjQuMzU2IDUyLjA2OC0yMy44MzkgNS45MDI4IDEyLjg5My0zMS45NzIgMjQuMDA0IDM5LjAyOS04LjU4OTQgNS45MTkgMTIuOTI4LTUyLjA2OCAyMy44MzktMy42NTg3LTcuOTkxMyA0MC45ODctMTguNzY1LTQ0Ljg3MyAxMC4yNzctMy44MDUxLTguMzExIDM3LjEzMy0yNy4xODMtNDAuOTg3IDE4Ljc2NS0zLjY3NS04LjAyNjh6bS0xMi4wNTUtNDAuODExIDQuODMzMyA3LjU3MzUtNi42MTg2IDQuMjIzOHEtNS42MzA4IDMuNTkzNC05LjIwNDQgNC4wMjA1LTQuNDIxMyAwLjU1MDk2LTguNDg0NC0yLjE4NTFsMi44NzQxLTMuOTE5NHEyLjM1MSAxLjY1MDcgNC41NjIgMS42Mjk5IDIuMTc4MSAwLjAwMDE5IDUuMTE3OC0xLjc4MzJsLTIuMzMyNi0zLjY1NTEgOS4yNTI5LTUuOTA1em0tMjQuMTg4LTE1LjE2OSAxOS4zNDQtMTQuMzc3IDE2LjM2NS0zMy41NzggNi42MTc2IDguOTAzOC0xMS41OSAyMi4zODcgMjQuNjYyLTQuNzk5MiA2LjUwMTEgOC43NDcxLTM2Ljk3OSA1Ljk3MjMtMTkuMjgxIDE0LjMzLTUuNjM5LTcuNTg3MXptLTI2LjQ4My0zMS42OTIgMzUuMjktMzEuOTEtOS4zNTMtMTAuMzQ0IDcuMTg1Ni02LjQ5NzMgMjUuMDIgMjcuNjctNy4xODU2IDYuNDk3My05LjMyNjgtMTAuMzE1LTM1LjI5IDMxLjkxLTYuMzQwMS03LjAxMTd6bS00MC44MzgtMzkuMDI3IDM4LjMwMi00Mi41NzEgNi44NTMyIDYuMTY1OS0xMS4yOTEgNDEuMjg0IDI1LjU3OC0yOC40MjkgNi41NjI4IDUuOTA0Ny0zOC4zMDIgNDIuNTcxLTcuMDg1NS02LjM3NDkgMTAuOTIyLTQwLjQwNy0yNC45NzcgMjcuNzYxLTYuNTYyOC01LjkwNDd6bS0zLjM2MzItNzMuNDM0IDcuNjc5NSA1LjUxMjUtMTguMDg2IDI1LjE5NnEtNC4yMTQxIDUuODcwNy01LjIwNDEgNy44NTI3LTEuNzAxOCAzLjQ0MjYtMS4wMDUxIDYuNDkxMiAwLjcyODQ1IDMuMDcxNCAzLjg3IDUuMzI2NSAyLjY2NTYgMS45MTM0IDUuMTkwMyAxLjk0NjYgMi41NDc1IDAuMDAxIDQuNjUzOC0xLjY2MDIgMi4xNjA5LTEuNjcwNiA3LjE0OTQtOC42MjAxbDE4LjQ3NC0yNS43MzYgNy43MTEyIDUuNTM1My0xNy41NCAyNC40MzVxLTYuNzE5OCA5LjM2MTMtMTAuNzQyIDEyLjgyMS0zLjk2NzggMy40NTA5LTkuMzU4IDMuNTI0Ni01LjMzNTggMC4wNjQ3LTExLjA3OS00LjA1ODMtNS45NjU5LTQuMjgyNC03LjgwMzQtOC44MjMxLTEuNzgzLTQuNTQ5Ni0wLjUyNzItOS41MTQ1IDEuMzEwMy00Ljk3MzggOC44MDQ2LTE1LjQxNGwxNy44MTMtMjQuODE1em0tNjMuNTA1LTMuMjM5NXE0Ljk4NTgtOC45Mzc4IDEwLjgyOS0xMy4yMzggNS44OTU5LTQuMzE1IDExLjc0LTQuNzY3NyA1Ljg0MzctMC40NTI3IDExLjkxNiAyLjkzNDYgOC44MDEzIDQuOTA5NyAxMC41NzkgMTQuNzEzIDEuODExNiA5LjgyMjMtNS4xMTUyIDIyLjI0LTcuMDAzIDEyLjU1NC0xNi44MSAxNi4zNDItOC42MzM2IDMuMzY5My0xNy40NjktMS41NTk0LTguOTAzNy00Ljk2NjgtMTAuNjEtMTQuMDE1LTEuOTI4NC0xMC4zMzUgNC45NDE0LTIyLjY1em04LjcxODcgNC40MTYzcS00LjgxNDYgOC42MzA4LTMuOTU2NCAxNC43OSAwLjg3NzE1IDYuMTI1MiA1LjcyMTMgOC44Mjc0IDQuODc4MiAyLjcyMTMgMTAuNDY0IDAuMjQ1ODcgNS42MDQ0LTIuNTA5NSAxMC41NTItMTEuMzc5IDQuODUyNi04LjY5OSA0LjAzNTgtMTQuNjEyLTAuNzgyNy01Ljg5MzYtNS44MzE1LTguNzF0LTEwLjU2Mi0wLjM5MDIyLTEwLjQyMyAxMS4yMjh6bS0yNi40Mi00LjI2NTUgNy4xMDM2IDYuODE0OHEtNS42ODIzIDguMDQxNi0xMi4wMTEgMTAuMjI2LTYuMzE0IDIuMTQ4OS0xMy4wNTYtMC42NjMzNS04LjQ3MjEtMy41MzQxLTExLjAxNC0xMi4yNTUtMi45MTM2LTEwLjA2MSAyLjQyNTEtMjIuODYgNS42Mzk1LTEzLjUxOSAxNC45Mi0xOC42MjEgOC4wNjY3LTQuNDIyOCAxNy4wMDctMC42OTMyMiA3LjI4MjQgMy4wMzc4IDEwLjExIDEwLjA1OCAyLjAyMzIgNC45OTE4IDAuNzQzMDggMTIuNjI3bC05LjcwNTEtMS4wODU3cTAuOTYwNDEtNC42MzYtMC41Nzk3MS03Ljk0NDktMS40ODktMy4zMjk5LTQuODQxOC00LjcyODUtNC43OTQ5LTIuMDAwMS05LjU2NzcgMC45MTg2dC04Ljc4ODIgMTIuNTQ1cS00LjE2NTcgOS45ODYzLTIuOTY5IDE1LjQzOCAxLjE5NjcgNS40NTEyIDUuOTE5NSA3LjQyMTMgMy40NjEgMS40NDM3IDcuMDk3NC0wLjE3MTQgMy42NTE1LTEuNjUxMiA3LjIwNTQtNy4wMjUzem0tODQuODQyLTYuMjA5OCA1LjY4MDQtMjMuNDIzLTguODg3LTM2LjI4MSAxMC43ODEgMi42MTQ2IDUuNDAzNSAyNC42MjMgMTUuODkzLTE5LjQ1OSAxMC41OTEgMi41Njg2LTI0LjYxNCAyOC4yMzYtNS42NjIgMjMuMzQ3LTkuMTg2OC0yLjIyOHptLTU1LjIyNS05LjE1NzkgNy42NTc3LTU2Ljc1MSAxOS43ODIgMi42NjkycTcuNTg3NSAxLjAyMzggMTAuNjMgMy4wMTExIDMuMDQ4MSAxLjk0ODUgNC42MjY2IDYuMDI0MyAxLjU4MzggNC4wMzcxIDAuODczMzUgOS4zMDE5LTAuODk4NDUgNi42NTg0LTQuNjYgMTAuMjktMy43MjI4IDMuNjM2NC05Ljc0OCAzLjg4NzYgMi43MjcgMi41NzUzIDQuMzUxMyA1LjQzNTQgMS42Mjk1IDIuODIxNCA0LjEzNzcgOS45Mzk0bDQuMTU4IDExLjgzNC0xMS4xODgtMS41MDk2LTUuMTQ2OS0xMy4yNjhxLTIuNzczOS03LjE5MzQtMy44NjU1LTkuMDM1Ni0xLjA4NjQtMS44ODA5LTIuNDczOC0yLjY5ODgtMS4zODIyLTAuODU2NTktNC42MzQtMS4yOTU0bC0xLjkzNTYtMC4yNjExOC0zLjE5NjggMjMuNjkyLTkuMzY4Mi0xLjI2NDF6bTEzLjc4Ny0zMS40ODYgNi45NjgxIDAuOTQwMjRxNi4zODc0IDAuODYxODggOC4yMDI2IDAuNTU0OTggMS44MjA0LTAuMzQ1NjIgMy4xMzQxLTEuOTAyNyAxLjMxMzgtMS41NTcxIDEuNjk1MS00LjM4MyAwLjM2NTY1LTIuNzA5OC0wLjQ5ODg5LTQuNDgyLTAuODU5MzEtMS44MTA5LTIuNjMzOS0yLjY4MS0xLjI1ODctMC42MDM0My03LjU2ODctMS40NTQ5bC03LjM1NTItMC45OTI0Ny0xLjk0MzIgMTQuNDAxem0tNTUuOTg3IDI5LjkxNCAxLjY0MjYtNTcuMjQyIDM0LjgyOSAwLjk5OTQ1LTAuMjc3ODggOS42ODM1LTI1LjM4LTAuNzI4My0wLjM2NDE1IDEyLjY5IDIzLjU4NCAwLjY3Njc2LTAuMjc2NzYgOS42NDQ1LTIzLjU4NC0wLjY3Njc2LTAuNDQ3MDYgMTUuNTggMjYuMjM5IDAuNzUyOTUtMC4yNzY3NiA5LjY0NDUtMzUuNjg4LTEuMDI0MXptLTUyLjM1NiAzLjczNDQtNC44NjE4LTU3LjA1OSAxNC4xMjgtMS4yMDM5IDExLjgwMSAzOC4xOTggNS4wOTA2LTM5LjYzOCAxNC4xNjctMS4yMDcyIDQuODYxOCA1Ny4wNTktOC43NTczIDAuNzQ2MTktMy44MjcxLTQ0LjkxNS01LjQ3NTEgNDUuNzA4LTkuMTA3NiAwLjc3NjAzLTEzLjA1Mi00NC4xMjkgMy44MjcxIDQ0LjkxNS04Ljc5NjIgMC43NDk1MXptLTU0LjYxLTE3Ljc1NXEtMi4wOTI2LTEwLjAxOC0wLjQ5ODE5LTE3LjA5NSAxLjYyNDctNy4xMjMzIDUuNzQxNC0xMS4yOTUgNC4xMTY3LTQuMTcyMSAxMC45MjMtNS41OTM4IDkuODY1Mi0yLjA2MDcgMTcuNjMzIDQuMTc4MSA3LjgwNjEgNi4yMzA4IDEwLjcxMyAyMC4xNDkgMi45MzkzIDE0LjA3MS0xLjk4NDIgMjMuMzYtNC4zMTIyIDguMjAzNS0xNC4yMTYgMTAuMjcyLTkuOTc5OSAyLjA4NDYtMTcuMTk5LTMuNjMwMi04LjIzMDEtNi41NDEzLTExLjExNC0yMC4zNDV6bTkuNDc5NC0yLjM3OTJxMi4wMjA3IDkuNjc0IDYuNzA1OSAxMy43NjMgNC42NzcyIDQuMDUxMSAxMC4xMDcgMi45MTcgNS40Njc5LTEuMTQyMiA4LjA2MzgtNi42NzI2IDIuNTg3OS01LjU2ODcgMC41MTEyNy0xNS41MS0yLjAzNjctOS43NTA1LTYuNTI5LTEzLjY4MS00LjQ1NC0zLjkzODEtMTAuMTEzLTIuNzU2LTUuNjU5MSAxLjE4MjEtOC4yMzI4IDYuNjI4MS0yLjU3MzYgNS40NDYtMC41MTI5NiAxNS4zMTF6bS0zMy44MTggMTcuNzU5LTMuMDY1Mi05LjE0ODYgMTkuMzcxLTYuNDkwMyA3LjI0NzMgMjEuNjMxcS0xLjc3MiA0LjQyNS02LjMxMTEgOC43MDYtNC41MzkyIDQuMjgxLTkuOTQ2OCA2LjA5MjgtNi41OTI5IDIuMjA5LTEyLjcxIDAuNjc0My02LjEyOTQtMS41NzE3LTExLjI1Mi03LjAyMzctNS4wOTc4LTUuNTAxNC04LjAyNjUtMTQuMjQzLTMuMDAzMi04Ljk2MzQtMi4xNzQ2LTE2LjMyNyAwLjg2NTY2LTcuMzc1OSA0LjU1MTgtMTIuMTEzIDMuNzIzMi00Ljc0OTIgMTAuMzUzLTYuOTcwNSA3Ljk2MzQtMi42NjgxIDE0LjEwNi0wLjE5NDcgNi4xNjc3IDIuNDI0IDEwLjE2OSA5LjgxN2wtOC4yMDY4IDUuMDE1NXEtMi40MDI0LTMuODUwMy01LjgxMzctNS4xNzkxLTMuNDExNC0xLjMyODgtNy4xMTUzLTAuMDg3ODQtNS43NDEgMS45MjM1LTcuNzk1MiA3LjU5NjYtMi4wNjY2IDUuNjM2IDAuOTk4NjYgMTQuNzg1IDMuMjg4NiA5LjgxNTMgOC44NTMyIDEzLjYzNiA0Ljc3MzIgMy4zMDMyIDEwLjQwMyAxLjQxNjkgMi42Mjk4LTAuODgxMDkgNS4wMzUyLTMuMDQ2NSAyLjQzMDEtMi4yMTQ5IDMuOTMyNi01LjEwNzdsLTIuMzA4Mi02Ljg4OTItMTAuMjk3IDMuNDQ5OXptLTM5LjUwNiAzOC40NDEtMTkuODMxLTQzLjI0OC0xMi42NzYgNS44MTI2LTQuMDM3OC04LjgwNTkgMzMuOTEtMTUuNTQ5IDQuMDM3OSA4LjgwNTktMTIuNjQxIDUuNzk2MyAxOS44MzEgNDMuMjQ4LTguNTkyOCAzLjk0MDJ6bS00OS40ODggMjcuMjIzLTI5LjA5OC00OS4zMjIgNy45NC00LjY4NDMgMzUuOTg1IDIzLjE3Mi0xOS40MzItMzIuOTM3IDcuNjAzNS00LjQ4NTggMjkuMDk4IDQ5LjMyMi04LjIwOTEgNC44NDMxLTM1LjI1OS0yMi41NTcgMTguOTc1IDMyLjE2NC03LjYwMzUgNC40ODU4em0tNTcuODQ5IDcuNTc5NnEtNi4xNjctOC4xNjc2LTcuNzQ0Ni0xNS4yNDktMS41Njk5LTcuMTM1NiAwLjM3MzE4LTEyLjY2NSAxLjk0MzEtNS41Mjk3IDcuNDkyMS05LjcxOTYgOC4wNDI5LTYuMDcyOSAxNy43My0zLjc0NDcgOS43MTg0IDIuMzA0NiAxOC4yODYgMTMuNjUyIDguNjYyMSAxMS40NzIgOC4xNzI1IDIxLjk3NC0wLjM5OTgxIDkuMjU5Mi04LjQ3MzkgMTUuMzU2LTguMTM2NSA2LjE0MzUtMTcuMTA0IDQuMDU1Mi0xMC4yMzQtMi40MDQ1LTE4LjczMi0xMy42NTh6bTcuNTU4Mi02LjE5NjNxNS45NTUyIDcuODg3MSAxMS45MzcgOS41ODY1IDUuOTU4NSAxLjY2ODMgMTAuMzg1LTEuNjc0MiA0LjQ1NzktMy4zNjYgNC40NDYtOS40NzUzLTAuMDM1NC02LjE0MDUtNi4xNTU0LTE0LjI0Ni02LjAwMjItNy45NDk0LTExLjc0Mi05LjU4NzItNS43MDg1LTEuNjYxMy0xMC4zMjIgMS44MjI0LTQuNjEzOCAzLjQ4MzctNC42MTc4IDkuNTA3MnQ2LjA2ODkgMTQuMDY2em0tMjYuNjA3IDYzLjIxMi0zOS43NjUtNDEuMjA4IDEwLjIwNC05Ljg0NjIgMzMuMjUyIDIyLjE5Ni0yMS4wNTMtMzMuOTY4IDEwLjIzMi05Ljg3MzQgMzkuNzY1IDQxLjIwOC02LjMyNDYgNi4xMDMtMzEuMzAyLTMyLjQzOCAyNC41ODQgMzguOTIxLTYuNTc3NiA2LjM0NzItMzcuOTY0LTI2LjAxIDMxLjMwMiAzMi40MzgtNi4zNTI3IDYuMTMwMnptLTM3LjIwMiA0Ni45NzctNDUuOTQxLTM0LjE4NyAxOS4yMTYtMjUuODIyIDcuNzcxOCA1Ljc4MzMtMTMuNTcyIDE4LjIzOSAxMC44NzQgOC4wOTIgMTEuNzMtMTUuNzYzIDcuNzcxOCA1Ljc4MzMtMTEuNzMgMTUuNzYzIDE5LjUyMyAxNC41MjgtNS42NDM0IDcuNTgzOHptLTUxLjA4NCAyOS41MTNxLTguODE0Ny01LjIwMDQtMTIuOTcyLTExLjE0NS00LjE3MTItNS45OTg1LTQuNDgyNi0xMS44NTEtMC4zMTEzNS01Ljg1MjkgMy4yMjE3LTExLjg0MiA1LjEyMS04LjY4MDEgMTQuOTY0LTEwLjIyIDkuODYzMi0xLjU3MzcgMjIuMTEgNS42NTEyIDEyLjM4MSA3LjMwNDMgMTUuOTMxIDE3LjIgMy4xNTk3IDguNzEyNS0xLjk4MTIgMTcuNDI2LTUuMTgwNSA4Ljc4MS0xNC4yNjcgMTAuMjY5LTEwLjM3OCAxLjY3OC0yMi41MjQtNS40ODczem00LjYyNTctOC42MDk0cTguNTExOSA1LjAyMTcgMTQuNjkgNC4zMTI3IDYuMTQ0Ni0wLjcyODg2IDguOTYzMS01LjUwNjMgMi44Mzg0LTQuODExMSAwLjQ5ODY3LTEwLjQ1NS0yLjM3MzMtNS42NjM0LTExLjEyMS0xMC44MjQtOC41NzkyLTUuMDYxNC0xNC41MS00LjM4NzctNS45MTA4IDAuNjQwMDQtOC44NDg0IDUuNjE5M3QtMC42NDUzNSAxMC41NXEyLjI5MjMgNS41NzAzIDEwLjk3MiAxMC42OTF6bS0yLjc4NTMgNzUuOTIyLTUyLjg2MS0yMC43NzUgMy40NTc4LTguNzk4IDQzLjg4MSAxNy4yNDYgOC42MzAzLTIxLjk1OSA4Ljk3OTggMy41MjkzLTEyLjA4OCAzMC43NTd6bS0xLjcwNDUgMy42OTQ3LTIuNzY5MiA5LjkzMzctMTMuNjMxIDAuNDU3ODgtNS4wMzUgMTguMDYxIDExLjQ5MiA3LjIxODItMi43MDYzIDkuNzA4LTUwLjI1My0zMi45ODggMi42OTU4LTkuNjcwMyA2MC4yMDgtMi43MjEyem0tMjYuNTEzIDEwLjczNi0yMi4yIDAuNTAyMjQgMTguNzYgMTEuODQgMy40NDA2LTEyLjM0MnptNy44OTczIDcxLjUwNS01Ni40ODUtOS40MjM0IDUuNzMzNy0zNC4zNjkgOS41NTU0IDEuNTk0MS00LjE3ODIgMjUuMDQ0IDEyLjUyMiAyLjA4OTEgMy44ODI1LTIzLjI3MiA5LjUxNjkgMS41ODc3LTMuODgyNSAyMy4yNzIgMTUuMzczIDIuNTY0OCA0LjMxOTYtMjUuODkyIDkuNTE2OSAxLjU4NzctNS44NzUxIDM1LjIxNnptLTIxLjgyIDQzLjYxMy0wLjUxNTIxLTkuMzA4cTExLjA1My0wLjg3NjA0IDExLjU5Mi05LjUzMTEgMC4yNjc1My00LjI4ODUtMS44MDE1LTYuODgzMy0yLjEwOC0yLjU5NzItNS40MjE5LTIuODA0LTEuOTQ5My0wLjEyMTYtMy4zNjc0IDAuNjUwOTgtMS40MTggMC43NzI1OC0yLjM4NTIgMi40NzM1LTEuMDA2MSAxLjY5ODUtMy40OTMyIDguMzE0My0yLjIwOTQgNS45Mjg2LTQuNTI4NyA4LjYwMTktMi4zMTk0IDIuNjczMy01Ljg5MzggNC4xMzMyLTMuNjExIDEuNDE4Ni03LjYyNjYgMS4xNjgtNC42Nzg0LTAuMjkxODUtOC4yODk4LTIuNjMwNi0zLjYwOS0yLjM3NzgtNS4yODU4LTYuMjM5Ni0xLjY3NjktMy44NjE5LTEuMzMzOS05LjM1OSAwLjUxNTYxLTguMjY1MiA1LjI4ODUtMTIuNjI1IDQuNzcyOS00LjM1OTcgMTMuMTMzLTQuMTEyMmwtMC4wODQxOCA5LjUwNTRxLTQuNjM5MyAwLjMzNjgtNi42MDA2IDIuMjg4OHQtMi4xOTk2IDUuNzcyN3EtMC4yMzgzNSAzLjgyMDcgMS4yMzEyIDUuOTg2N3QzLjg0NzcgMi4zMTQ0cTIuMzM5MiAwLjE0NTkzIDQuMDU0NC0xLjYyNTd0NC4wNDYzLTguMzk3MnEyLjUxMTQtNy4wMDU3IDUuMDA4Ni0xMC4wMiAyLjQ2MDctMy4wNTU4IDYuMTkxLTQuNTA2MSAzLjY5MTQtMS40NTI3IDguODM3Ni0xLjEzMTYgNy40NDY1IDAuNDY0NTMgMTIuMjI4IDUuMzgxMSA0Ljc4MzcgNC44Nzc2IDQuMTc1NyAxNC42MjQtMS4wNzUgMTcuMjMyLTIwLjgwNyAxNy45NTh6bTIyLjQzIDYzLjAzLTU3LjAxMyA1LjM3MzgtMy4yNjk3LTM0LjY5IDkuNjQ0OC0wLjkwOTA3IDIuMzgyNiAyNS4yNzkgMTIuNjM5LTEuMTkxMy0yLjIxNC0yMy40OSA5LjYwNTktMC45MDU0MSAyLjIxNCAyMy40OSAxNS41MTctMS40NjI2LTIuNDYzMy0yNi4xMzQgOS42MDU5LTAuOTA1NCAzLjM1MDQgMzUuNTQ2em04LjU5MzUgNDQuODg4LTU2LjExOCAxMS40MDgtMS44ODMyLTkuMjYzNiAyMi4wODctNC40OS0zLjcwNDEtMTguMjIxLTIyLjA4NyA0LjQ5LTEuODkwOS05LjMwMTkgNTYuMTE4LTExLjQwOCAxLjg5MSA5LjMwMTktMjQuNTM3IDQuOTg4MSAzLjcwNDEgMTguMjIxIDI0LjUzNy00Ljk4ODEgMS44ODMyIDkuMjYzNnptOC4yMzY4IDI3LjEwNy00NS40MDIgMTQuMjI0IDQuMTY5IDEzLjMwOC05LjI0NDUgMi44OTYxLTExLjE1Mi0zNS41OTkgOS4yNDQ1LTIuODk2MSA0LjE1NzMgMTMuMjcgNDUuNDAyLTE0LjIyNCAyLjgyNjEgOS4wMjA4em00NTIuMDggMzE5LjE2IDEwLjU3LTMuMDMxM3ExLjExMTYgMy41NzE0IDMuNzYzOCA1LjMyMTQgMi42NDU0IDEuNzExNSA1LjYwNjcgMS4xODQ2IDMuMzg0My0wLjYwMjE2IDUuMjQ0NS0zLjc1MDEgMS44NTMzLTMuMTg2NCAwLjg2NzkyLTguNzI0NC0wLjkyMzc3LTUuMTkxOS0zLjcyODItNy4zNTEyLTIuNzcyOC0yLjIwNDYtNi41MDMzLTEuNTQwOS00LjY1MzUgMC44Mjc5Ny03LjYxMzMgNS41OTk5bC04Ljk5NDQgMC4yOTEwMiAwLjMxNjk5LTMwLjMyOSAyOC41NzUtNS4wODQyIDEuNzk5NiAxMC4xMTUtMjAuMzgzIDMuNjI2NyAwLjAxMTcgOS44NzcycTMuMjkzNS0yLjQ1MDggNy4wNjI0LTMuMTIxNCA3LjE5MTctMS4yNzk2IDEzLjEyMiAzLjA2MTIgNS45MzAyIDQuMzQwOCA3LjQxNTEgMTIuNjg2IDEuMjM4NiA2Ljk2MS0xLjgyNzkgMTMuMTQxLTQuMTcyMSA4LjQzOTUtMTMuOTQxIDEwLjE3OC03LjgwNzEgMS4zODkxLTEzLjQ3Ni0xLjkyNy01LjY2ODYtMy4zMTYxLTcuODg5MS0xMC4yMjF6bS01Mi43ODYtMjcuNTIyLTAuNjQxNzEtMTAuMTc1IDM3LjQ2NS0yLjM2MjggMC41MDE1NyA3Ljk1M3EtNC4zNTE2IDQuODUzOC04LjYwODMgMTMuNjk0dC02LjE4MzQgMTguNjI5cS0xLjg5MDIgOS43NDc3LTEuMzc0MiAxNy4zMDhsLTEwLjU2NSAwLjY2NjNxLTAuNDc0NTQtMTEuODY5IDMuMzQ4OC0yNC40NzggMy44NjIzLTEyLjYxMiAxMC45NjktMjIuODA2bC0yNC45MTEgMS41NzExem0tNDcuMjI0LTEuODc1IDAuNTIxMTktMTAuMTgyIDM3LjQ5IDEuOTE5LTAuNDA3MzYgNy45NTgzcS00Ljg3NiA0LjMyNjctMTAuMTEyIDEyLjYyNS01LjIzNTcgOC4yOTc5LTguMjY0NyAxNy44MDQtMi45ODggOS40NjktMy4zMzY0IDE3LjAzOWwtMTAuNTcyLTAuNTQxMTZxMC44ODAxNC0xMS44NDUgNi4xMTQ1LTIzLjkzNyA1LjI3MzQtMTIuMDkgMTMuNDk1LTIxLjQwOGwtMjQuOTI4LTEuMjc2em0tMjYuNSA0My4wNjYtMTAuODMtMS43ODc3IDYuNzM3NC00MC44MTVxLTYuODUxNCA0LjU3MDEtMTUuMzQ1IDUuODk5OGwxLjYyMjMtOS44Mjc5cTQuNDY4NS0wLjY4NzY1IDEwLjA3Ny0zLjcyMSA1LjYxNDMtMy4wNzE5IDguMzE2OC03LjkzMWw4Ljc4NzMgMS40NTA2LTkuMzY0OSA1Ni43MzJ6XCIvPjwvc3ZnPiIsCiAgInN0YXRlIjogIlN0YXRlIG9mIFNhbXBsZSIsCiAgInRpdGxlIjogIkV4YW1wbGUgUHJpbWFyeSBFbGVjdGlvbiIsCiAgInR5cGUiOiAicHJpbWFyeSIsCiAgImdyaWRMYXlvdXRzIjogWwogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIxLU1hX3poLUhhbnMiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMjc4MjQxNjUwMjk0Njk2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzIuMzEyMTMxNjMwNjQ4MzMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjU3Njg2NjQwNDcxNTEyNiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjEtTWFfemgtSGFudCIsCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4yNzgyNDE2NTAyOTQ2OTYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy4wNjYwNjA5MDM3MzI4MSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzQuMzMwNzk1Njc3Nzk5NjEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIxLU1hX2VuIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTQuNDYwMzM4ODk5ODAzNTM3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTUuNzI1MDczNjczODcwMzM0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTYuOTg5ODA4NDQ3OTM3MTMzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE1LjI4OTc4Mzg4OTk4MDM1NCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNi41NTQ1MTg2NjQwNDcxNSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE3LjgxOTI1MzQzODExMzk1LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjA4Mzk4ODIxMjE4MDc0NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC42OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMTkuODk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjYuOTU1NDI3MzA4NDQ3OTM4LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyOC4yMjAxNjIwODI1MTQ3MzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIxLU1hX2VzLVVTIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMDg2MDc1NjM4NTA2ODc3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjIuMzUwODEwNDEyNTczNjc2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjMuNjE1NTQ1MTg2NjQwNDcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjEuOTE1NTIwNjI4NjgzNjk0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjE4MDI1NTQwMjc1MDQ5MywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0LjQ0NDk5MDE3NjgxNzI5LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI1LjcwOTcyNDk1MDg4NDA4NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjYuNTIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA3LjkxMzgwMTU3MTcwOTIzNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA5LjE3ODUzNjM0NTc3NjAzMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjEtRl96aC1IYW5zIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzIuMzEyMTMxNjMwNjQ4MzMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjU3Njg2NjQwNDcxNTEyNiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjEtRl96aC1IYW50IiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuMDY2MDYwOTAzNzMyODEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDM0LjMzMDc5NTY3Nzc5OTYxLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMS1GX2VuIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTQuNDYwMzM4ODk5ODAzNTM3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE1LjcyNTA3MzY3Mzg3MDMzNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTUuMjg5NzgzODg5OTgwMzU0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTYuNTU0NTE4NjY0MDQ3MTUsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTcuODE5MjUzNDM4MTEzOTUsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjA4Mzk4ODIxMjE4MDc0NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuNjk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAxOS44OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyNi45NTU0MjczMDg0NDc5MzgsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI4LjIyMDE2MjA4MjUxNDczNywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjEtRl9lcy1VUyIsCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjA4NjA3NTYzODUwNjg3NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMi4zNTA4MTA0MTI1NzM2NzYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIxLjkxNTUyMDYyODY4MzY5NCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjE4MDI1NTQwMjc1MDQ5MywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC40NDQ5OTAxNzY4MTcyOSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjUuNzA5NzI0OTUwODg0MDg3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI2LjUyMDExMjk2NjYwMTE4LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogNy45MTM4MDE1NzE3MDkyMzQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogOS4xNzg1MzYzNDU3NzYwMzEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIyLU1hX3poLUhhbnMiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMjc4MjQxNjUwMjk0Njk2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzIuMzEyMTMxNjMwNjQ4MzMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjU3Njg2NjQwNDcxNTEyNiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjItTWFfemgtSGFudCIsCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4yNzgyNDE2NTAyOTQ2OTYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy4wNjYwNjA5MDM3MzI4MSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzQuMzMwNzk1Njc3Nzk5NjEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIyLU1hX2VuIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTQuNDYwMzM4ODk5ODAzNTM3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTUuNzI1MDczNjczODcwMzM0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTYuOTg5ODA4NDQ3OTM3MTMzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE1LjI4OTc4Mzg4OTk4MDM1NCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNi41NTQ1MTg2NjQwNDcxNSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE3LjgxOTI1MzQzODExMzk1LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjA4Mzk4ODIxMjE4MDc0NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC42OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMTkuODk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjYuOTU1NDI3MzA4NDQ3OTM4LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyOC4yMjAxNjIwODI1MTQ3MzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIyLU1hX2VzLVVTIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMDg2MDc1NjM4NTA2ODc3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjIuMzUwODEwNDEyNTczNjc2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjMuNjE1NTQ1MTg2NjQwNDcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjEuOTE1NTIwNjI4NjgzNjk0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjE4MDI1NTQwMjc1MDQ5MywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0LjQ0NDk5MDE3NjgxNzI5LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI1LjcwOTcyNDk1MDg4NDA4NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjYuNTIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA3LjkxMzgwMTU3MTcwOTIzNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA5LjE3ODUzNjM0NTc3NjAzMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjItRl96aC1IYW5zIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzIuMzEyMTMxNjMwNjQ4MzMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjU3Njg2NjQwNDcxNTEyNiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjItRl96aC1IYW50IiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuMDY2MDYwOTAzNzMyODEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDM0LjMzMDc5NTY3Nzc5OTYxLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMi1GX2VuIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTQuNDYwMzM4ODk5ODAzNTM3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE1LjcyNTA3MzY3Mzg3MDMzNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTUuMjg5NzgzODg5OTgwMzU0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTYuNTU0NTE4NjY0MDQ3MTUsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTcuODE5MjUzNDM4MTEzOTUsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjA4Mzk4ODIxMjE4MDc0NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuNjk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAxOS44OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyNi45NTU0MjczMDg0NDc5MzgsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI4LjIyMDE2MjA4MjUxNDczNywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjItRl9lcy1VUyIsCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjA4NjA3NTYzODUwNjg3NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMi4zNTA4MTA0MTI1NzM2NzYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIxLjkxNTUyMDYyODY4MzY5NCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjE4MDI1NTQwMjc1MDQ5MywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC40NDQ5OTAxNzY4MTcyOSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjUuNzA5NzI0OTUwODg0MDg3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI2LjUyMDExMjk2NjYwMTE4LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogNy45MTM4MDE1NzE3MDkyMzQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogOS4xNzg1MzYzNDU3NzYwMzEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIzLU1hX3poLUhhbnMiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMjc4MjQxNjUwMjk0Njk2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzIuMzEyMTMxNjMwNjQ4MzMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjU3Njg2NjQwNDcxNTEyNiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjMtTWFfemgtSGFudCIsCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4yNzgyNDE2NTAyOTQ2OTYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy4wNjYwNjA5MDM3MzI4MSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzQuMzMwNzk1Njc3Nzk5NjEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIzLU1hX2VuIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTQuNDYwMzM4ODk5ODAzNTM3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTUuNzI1MDczNjczODcwMzM0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTYuOTg5ODA4NDQ3OTM3MTMzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE1LjI4OTc4Mzg4OTk4MDM1NCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNi41NTQ1MTg2NjQwNDcxNSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE3LjgxOTI1MzQzODExMzk1LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjA4Mzk4ODIxMjE4MDc0NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC42OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMTkuODk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjYuOTU1NDI3MzA4NDQ3OTM4LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyOC4yMjAxNjIwODI1MTQ3MzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIzLU1hX2VzLVVTIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMDg2MDc1NjM4NTA2ODc3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjIuMzUwODEwNDEyNTczNjc2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjMuNjE1NTQ1MTg2NjQwNDcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjEuOTE1NTIwNjI4NjgzNjk0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjE4MDI1NTQwMjc1MDQ5MywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0LjQ0NDk5MDE3NjgxNzI5LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI1LjcwOTcyNDk1MDg4NDA4NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjYuNTIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA3LjkxMzgwMTU3MTcwOTIzNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA5LjE3ODUzNjM0NTc3NjAzMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjMtRl96aC1IYW5zIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzIuMzEyMTMxNjMwNjQ4MzMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjU3Njg2NjQwNDcxNTEyNiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjMtRl96aC1IYW50IiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuMDY2MDYwOTAzNzMyODEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDM0LjMzMDc5NTY3Nzc5OTYxLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMy1GX2VuIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTQuNDYwMzM4ODk5ODAzNTM3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE1LjcyNTA3MzY3Mzg3MDMzNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTUuMjg5NzgzODg5OTgwMzU0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTYuNTU0NTE4NjY0MDQ3MTUsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTcuODE5MjUzNDM4MTEzOTUsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjA4Mzk4ODIxMjE4MDc0NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuNjk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAxOS44OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyNi45NTU0MjczMDg0NDc5MzgsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI4LjIyMDE2MjA4MjUxNDczNywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjMtRl9lcy1VUyIsCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjA4NjA3NTYzODUwNjg3NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMi4zNTA4MTA0MTI1NzM2NzYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIxLjkxNTUyMDYyODY4MzY5NCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjE4MDI1NTQwMjc1MDQ5MywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC40NDQ5OTAxNzY4MTcyOSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjUuNzA5NzI0OTUwODg0MDg3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI2LjUyMDExMjk2NjYwMTE4LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogNy45MTM4MDE1NzE3MDkyMzQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogOS4xNzg1MzYzNDU3NzYwMzEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICI0LU1hX3poLUhhbnMiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMjc4MjQxNjUwMjk0Njk2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzIuMzEyMTMxNjMwNjQ4MzMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjU3Njg2NjQwNDcxNTEyNiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjQtTWFfemgtSGFudCIsCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4yNzgyNDE2NTAyOTQ2OTYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy4wNjYwNjA5MDM3MzI4MSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzQuMzMwNzk1Njc3Nzk5NjEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICI0LU1hX2VuIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTQuNDYwMzM4ODk5ODAzNTM3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTUuNzI1MDczNjczODcwMzM0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTYuOTg5ODA4NDQ3OTM3MTMzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE1LjI4OTc4Mzg4OTk4MDM1NCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNi41NTQ1MTg2NjQwNDcxNSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE3LjgxOTI1MzQzODExMzk1LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjA4Mzk4ODIxMjE4MDc0NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC42OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMTkuODk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjYuOTU1NDI3MzA4NDQ3OTM4LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyOC4yMjAxNjIwODI1MTQ3MzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICI0LU1hX2VzLVVTIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMDg2MDc1NjM4NTA2ODc3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjIuMzUwODEwNDEyNTczNjc2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjMuNjE1NTQ1MTg2NjQwNDcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjEuOTE1NTIwNjI4NjgzNjk0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjE4MDI1NTQwMjc1MDQ5MywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0LjQ0NDk5MDE3NjgxNzI5LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI1LjcwOTcyNDk1MDg4NDA4NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjYuNTIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA3LjkxMzgwMTU3MTcwOTIzNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA5LjE3ODUzNjM0NTc3NjAzMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjQtRl96aC1IYW5zIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzIuMzEyMTMxNjMwNjQ4MzMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjU3Njg2NjQwNDcxNTEyNiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjQtRl96aC1IYW50IiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuMDY2MDYwOTAzNzMyODEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDM0LjMzMDc5NTY3Nzc5OTYxLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiNC1GX2VuIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTQuNDYwMzM4ODk5ODAzNTM3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE1LjcyNTA3MzY3Mzg3MDMzNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTUuMjg5NzgzODg5OTgwMzU0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTYuNTU0NTE4NjY0MDQ3MTUsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTcuODE5MjUzNDM4MTEzOTUsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjA4Mzk4ODIxMjE4MDc0NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuNjk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAxOS44OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyNi45NTU0MjczMDg0NDc5MzgsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI4LjIyMDE2MjA4MjUxNDczNywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjQtRl9lcy1VUyIsCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjA4NjA3NTYzODUwNjg3NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMi4zNTA4MTA0MTI1NzM2NzYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIxLjkxNTUyMDYyODY4MzY5NCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjE4MDI1NTQwMjc1MDQ5MywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC40NDQ5OTAxNzY4MTcyOSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjUuNzA5NzI0OTUwODg0MDg3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI2LjUyMDExMjk2NjYwMTE4LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogNy45MTM4MDE1NzE3MDkyMzQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogOS4xNzg1MzYzNDU3NzYwMzEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9CiAgXQp9UEsHCLAQ+nilfgIApX4CAFBLAwQKAAgAAAAAAIFZAAAAAAAAAAAAAAAAEwAAAHN5c3RlbVNldHRpbmdzLmpzb257CiAgImF1dGgiOiB7CiAgICAiYXJlUG9sbFdvcmtlckNhcmRQaW5zRW5hYmxlZCI6IGZhbHNlLAogICAgImluYWN0aXZlU2Vzc2lvblRpbWVMaW1pdE1pbnV0ZXMiOiAzMCwKICAgICJudW1JbmNvcnJlY3RQaW5BdHRlbXB0c0FsbG93ZWRCZWZvcmVDYXJkTG9ja291dCI6IDUsCiAgICAib3ZlcmFsbFNlc3Npb25UaW1lTGltaXRIb3VycyI6IDEyLAogICAgInN0YXJ0aW5nQ2FyZExvY2tvdXREdXJhdGlvblNlY29uZHMiOiAxNQogIH0sCiAgIm1hcmtUaHJlc2hvbGRzIjogewogICAgIm1hcmdpbmFsIjogMC4wNSwKICAgICJkZWZpbml0ZSI6IDAuMDcsCiAgICAid3JpdGVJblRleHRBcmVhIjogMC4wNQogIH0sCiAgInByZWNpbmN0U2NhbkFkanVkaWNhdGlvblJlYXNvbnMiOiBbXSwKICAiZGlzYWxsb3dDYXN0aW5nT3ZlcnZvdGVzIjogZmFsc2UsCiAgImNlbnRyYWxTY2FuQWRqdWRpY2F0aW9uUmVhc29ucyI6IFtdCn1QSwcINBcH29EBAADRAQAAUEsDBAoACAAAAAAAgVkAAAAAAAAAAAAAAAANAAAAYXVkaW9JZHMuanNvbnt9UEsHCEO/pqMCAAAAAgAAAFBLAwQKAAgAAAAAAIFZAAAAAAAAAAAAAAAAEAAAAGF1ZGlvQ2xpcHMuanNvbmxQSwcIAAAAAAAAAAAAAAAAUEsBAhQACgAIAAAAAACBWULpf7IZAAAAGQAAAA0AAAAAAAAAAAAAAAAAAAAAAG1ldGFkYXRhLmpzb25QSwECFAAKAAgAAAAAAIFZSXbyjlatAQBWrQEADwAAAAAAAAAAAAAAAABUAAAAYXBwU3RyaW5ncy5qc29uUEsBAhQACgAIAAAAAACBWbAQ+nilfgIApX4CAA0AAAAAAAAAAAAAAAAA560BAGVsZWN0aW9uLmpzb25QSwECFAAKAAgAAAAAAIFZNBcH29EBAADRAQAAEwAAAAAAAAAAAAAAAADHLAQAc3lzdGVtU2V0dGluZ3MuanNvblBLAQIUAAoACAAAAAAAgVlDv6ajAgAAAAIAAAANAAAAAAAAAAAAAAAAANkuBABhdWRpb0lkcy5qc29uUEsBAhQACgAIAAAAAACBWQAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAFi8EAGF1ZGlvQ2xpcHMuanNvbmxQSwUGAAAAAAYABgBtAQAAVC8EAAAA'; + 'UEsDBAoACAAAAAAAgVkAAAAAAAAAAAAAAAANAAAAbWV0YWRhdGEuanNvbnsKICAidmVyc2lvbiI6ICJsYXRlc3QiCn1QSwcIQul/shkAAAAZAAAAUEsDBAoACAAAAAAAgVkAAAAAAAAAAAAAAAAPAAAAYXBwU3RyaW5ncy5qc29uewogICJ6aC1IYW5zIjogewogICAgImF1ZGlvRmVlZGJhY2sxMFBlcmNlbnRWb2x1bWUiOiAiMTAl6Z+z6YePIiwKICAgICJhdWRpb0ZlZWRiYWNrMjBQZXJjZW50Vm9sdW1lIjogIjIwJemfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFjazMwUGVyY2VudFZvbHVtZSI6ICIzMCXpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2s0MFBlcmNlbnRWb2x1bWUiOiAiNDAl6Z+z6YePIiwKICAgICJhdWRpb0ZlZWRiYWNrNTBQZXJjZW50Vm9sdW1lIjogIjUwJemfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFjazYwUGVyY2VudFZvbHVtZSI6ICI2MCXpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2s3MFBlcmNlbnRWb2x1bWUiOiAiNzAl6Z+z6YePIiwKICAgICJhdWRpb0ZlZWRiYWNrODBQZXJjZW50Vm9sdW1lIjogIjgwJemfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFjazkwUGVyY2VudFZvbHVtZSI6ICI5MCXpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2tNYXhpbXVtVm9sdW1lIjogIuacgOWkp+mfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFja01pbmltdW1Wb2x1bWUiOiAi5pyA5bCP6Z+z6YePIiwKICAgICJibWRQYXREZXZpY2VJbnB1dE5hbWVNb3ZlIjogIuKAnOenu+WKqOKAnSIsCiAgICAiYm1kUGF0RGV2aWNlSW5wdXROYW1lU2VsZWN0IjogIuKAnOmAieaLqeKAnSIsCiAgICAiYnV0dG9uQWNjZXB0IjogIuaOpeWPlyIsCiAgICAiYnV0dG9uQWRkV3JpdGVJbiI6ICLmt7vliqDlhpnlhaXlgJnpgInkuroiLAogICAgImJ1dHRvbkF1ZGlvTXV0ZSI6ICLpnZnpn7MiLAogICAgImJ1dHRvbkF1ZGlvVW5tdXRlIjogIuWPlua2iOmdmemfsyIsCiAgICAiYnV0dG9uQmFjayI6ICLov5Tlm54iLAogICAgImJ1dHRvbkJhbGxvdElzQ29ycmVjdCI6ICLmipXlh7rmiJHnmoTpgInnpagiLAogICAgImJ1dHRvbkJhbGxvdElzSW5jb3JyZWN0IjogIuaIkeeahOmAieelqOS4jeato+ehriIsCiAgICAiYnV0dG9uQm1kUmV2aWV3Q2FyZEFjdGlvbiI6ICLmjIkgXCLpgInmi6kgXCLmjInpkq7mm7TmlLnmgqjlnKjmnKzmrKHnq57pgInkuK3nmoTmipXnpajjgIIiLAogICAgImJ1dHRvbkJtZFJldmlld0NhcmRBY3Rpb25QYXREZXZpY2UiOiAi5L2/55So6YCJ5oup6L6T5YWl5rOV5L+u5pS55oKo5a+55pys5qyh6YCJ5Li+55qE5oqV56Wo44CCIiwKICAgICJidXR0b25CbWRTa2lwUGF0Q2FsaWJyYXRpb24iOiAi6Lez6L+H6K+G5YirIiwKICAgICJidXR0b25DYW5jZWwiOiAi5Y+W5raIIiwKICAgICJidXR0b25DYXN0QmFsbG90IjogIuaKleelqOmAieS4viIsCiAgICAiYnV0dG9uQ2hhbmdlIjogIuabtOaUuSIsCiAgICAiYnV0dG9uQ2xvc2UiOiAi5YWz6ZetIiwKICAgICJidXR0b25Db250aW51ZSI6ICLnu6fnu60iLAogICAgImJ1dHRvbkRvbmUiOiAi5a6M5oiQIiwKICAgICJidXR0b25FbmFibGVBdWRpb09ubHlNb2RlIjogIuWQr+eUqOe6r+mfs+mikeaooeW8jyIsCiAgICAiYnV0dG9uRXhpdEF1ZGlvT25seU1vZGUiOiAi6YCA5Ye657qv6Z+z6aKR5qih5byPIiwKICAgICJidXR0b25Nb3JlIjogIuabtOWkmiIsCiAgICAiYnV0dG9uTmV4dCI6ICLkuIvkuIDmraUiLAogICAgImJ1dHRvbk5vIjogIuaXoCIsCiAgICAiYnV0dG9uT2theSI6ICJPSyIsCiAgICAiYnV0dG9uUHJpbnRCYWxsb3QiOiAi5omT5Y2w5oiR55qE6YCJ56WoIiwKICAgICJidXR0b25SZXNldCI6ICLph43nva4iLAogICAgImJ1dHRvblJldHVybkJhbGxvdCI6ICLpgIDlm57pgInnpagiLAogICAgImJ1dHRvblJldHVyblRvQmFsbG90UmV2aWV3IjogIui/lOWbnumAieelqOWuoeaguCIsCiAgICAiYnV0dG9uUmV2aWV3IjogIuWuoeaguCIsCiAgICAiYnV0dG9uU3RhcnRWb3RpbmciOiAi5byA5aeL5oqV56WoIiwKICAgICJidXR0b25TdGlsbFZvdGluZyI6ICLmmK/nmoTvvIzmiJHku43lnKjmipXnpagiLAogICAgImJ1dHRvblZpZXdDb250ZXN0cyI6ICLmn6XnnIvnq57pgInmtLvliqgiLAogICAgImJ1dHRvblZvdGVyU2V0dGluZ3MiOiAi6K6+572uIiwKICAgICJidXR0b25ZZXMiOiAi5pivIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvbkZvY3VzTmV4dCI6ICLov5nmmK8gXCLlkJHkuIsgXCLmjInpkq7vvIznlKjkuo7mn6XnnIvpobXpnaLpgInpobnliJfooajkuK3nmoTkuIvkuIDkuKrpobnnm67jgILmgqjlj6/ku6Xkvb/nlKggXCLlkJHkuIogXCLlkowgXCLlkJHkuIsgXCLmjInpkq7lnKjnq57pgInkuK3np7vliqjlgJnpgInkurrjgIIiLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uRm9jdXNQcmV2aW91cyI6ICLov5nmmK8gXCLlkJHkuIogXCLmjInpkq7vvIznlKjkuo7mn6XnnIvpobXpnaLpgInpobnliJfooajkuK3nmoTkuIrkuIDkuKrpobnnm67jgILmgqjlj6/ku6Xkvb/nlKggXCLlkJHkuIogXCLlkowgXCLlkJHkuIsgXCLmjInpkq7mtY/op4jnq57pgInkuK3nmoTlgJnpgInkurrjgIIiLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uUGFnZU5leHQiOiAi6L+Z5piv4oCc5ZCR5Y+z4oCd5oyJ6ZKu77yM55So5LqO56e75Yqo5Yiw5LiL5LiA6aG15oiW56ue6YCJ55WM6Z2i44CC5oKo5Y+v5Lul5L2/55SoIFwi5ZCR5bemIFwi5ZKMIFwi5ZCR5Y+zIFwi5oyJ6ZKu5Zyo6YCJ56Wo5LiK55qE5omA5pyJ56ue6YCJ6aG555uu5Lit56e75Yqo44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblBhZ2VQcmV2aW91cyI6ICLov5nmmK/igJzlkJHlt6bigJ3mjInpkq7vvIznlKjkuo7ov5Tlm57kuIrkuIDpobXmiJbnq57pgInnlYzpnaLjgILmgqjlj6/ku6Xkvb/nlKggXCLlkJHlt6YgXCLlkowgXCLlkJHlj7MgXCLmjInpkq7mtY/op4jpgInnpajkuIrnmoTmiYDmnInnq57pgInpobnnm67jgIIiLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uUGxheWJhY2tSYXRlRG93biI6ICLmraTmjInpkq7lj6/pmY3kvY7mloflrZfovazor63pn7PnmoTpn7PpopHmkq3mlL7pgJ/luqbjgIIiLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uUGxheWJhY2tSYXRlVXAiOiAi6K+l5oyJ6ZKu5Y+v5o+Q6auY5paH5a2X6L2s6K+t6Z+z55qE6Z+z6aKR5pKt5pS+6YCf5bqm44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblNlbGVjdCI6ICLov5nmmK/igJzpgInmi6nigJ3mjInpkq7jgILkvb/nlKjmraTmjInpkq7moIforrDmgqjlr7nlgJnpgInkurrnmoQgXCLmmK8gXCLmiJYgXCLlkKYgXCLpgInpobnnmoTmipXnpajjgILlho3mrKHmjIkgXCLpgInmi6kgXCLmjInpkq7lsIbliKDpmaTmgqjkuYvliY3nmoTmipXnpajjgIIiLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uVG9nZ2xlSGVscCI6ICLov5nmmK8gXCLluK7liqkgXCLmjInpkq7jgILlho3mrKHmjInkuIvmraTmjInpkq7lj6/ov5Tlm57loavlhpnpgInnpajjgIIiLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uVG9nZ2xlUGF1c2UiOiAi6L+Z5pivIFwi5pqC5YGcIFwi5oyJ6ZKu44CC5L2/55So5q2k5oyJ6ZKu5Y+v5pqC5YGc5paH5a2X6L2s6K+t6Z+z55qE6Z+z6aKR44CC5YaN5qyh5oyJ5LiLIFwi5pqC5YGcIFwi5oyJ6ZKu5Y+v5oGi5aSN5paH5a2X6L2s6K+t6Z+z55qE6Z+z6aKR44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblZvbHVtZURvd24iOiAi5q2k5oyJ6ZKu5Y+v6ZmN5L2O5paH5pys6L2s6K+t6Z+z6Z+z6aKR55qE6Z+z6YeP44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblZvbHVtZVVwIjogIuatpOaMiemSruWPr+WinuWkp+aWh+acrOi9rOivremfs+mfs+mikeeahOmfs+mHj+OAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQXNrRm9ySGVscCI6ICLor7flkJHmipXnpajnq5nlt6XkvZzkurrlkZjlr7vmsYLluK7liqnjgIIiLAogICAgImluc3RydWN0aW9uc0Fza1BvbGxXb3JrZXJUb1BsdWdJblBvd2VyIjogIuivt+aKleelqOermeW3peS9nOS6uuWRmOaPkuWFpeeUtea6kOe6v+OAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQXVkaW9NdXRlQnV0dG9uIjogIuaMieKAnOmAieaLqeKAneaMiemSruWwhuaJgOaciemfs+mikemdmemfs+OAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQXNrRm9yUmVzdGFydCI6ICLor7fmipXnpajnq5nlt6XkvZzkurrlkZjph43mlrDlkK/liqjmnLrlmajjgIIiLAogICAgImluc3RydWN0aW9uc0JtZEJhbGxvdE5hdmlnYXRpb25NYXJrIjogIuS9v+eUqOaWh+acrOi9rOivremfs+eahOmfs+mikei/m+ihjOaKleelqOaXtu+8jOivt+S9v+eUqOaXoOmanOeijeaOp+WItuWZqOWvueaCqOeahOmAieelqOi/m+ihjOW8leWvvOOAguimgea1j+iniOernumAie+8jOivt+S9v+eUqOW3puOAgeWPs+aMiemSruOAguimgea1j+iniOernumAiemAiemhue+8jOivt+S9v+eUqOWQkeS4iuWSjOWQkeS4i+aMiemSruOAguimgemAieaLqeaIluS4jemAieaLqeernumAiemAiemhuei/m+ihjOaKleelqO+8jOivt+S9v+eUqOmAieaLqeaMiemSruOAgueOsOWcqOaMieWPs+mUrui/m+WFpeesrOS4gOmhueernumAiea0u+WKqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQmFsbG90TmF2aWdhdGlvbk1hcmtTY2FuIjogIuS9v+eUqOaWh+Wtl+i9rOivremfs+mfs+mikei/m+ihjOaKleelqOaXtu+8jOivt+S9v+eUqOaXoOmanOeijeaOp+WItuWZqOWvueaCqOeahOmAieelqOi/m+ihjOW8leWvvOOAguaOp+WItuWZqOS4remXtOS9jee9rumZhOi/keacieWbm+S4quWvvOiIqueureWktOaMiemSruOAguimgea1j+iniOernumAiea0u+WKqO+8jOivt+S9v+eUqOW3puWPs+eureWktOOAguimgea1j+iniOernumAiemAiemhue+8jOivt+S9v+eUqOWQkeS4iuWSjOWQkeS4i+eureWktOOAguimgemAieaLqeaIluWPlua2iOmAieaLqeernumAiemAiemhueS9nOS4uuaCqOeahOaKleelqO+8jOivt+S9v+eUqOWvvOiIquaMiemSruWPs+S+p+eahOWchuWciOKAnOmAieaLqeKAneaMiemSruOAguaOp+WItuWZqOWPs+S4iuinkuacieS4pOS4qumfs+mHj+aOp+WItuaMiemSruOAguWHj+WPt+aMiemSruWPr+S7peWHj+Wwj+mfs+mikemfs+mHj++8jOWKoOWPt+aMiemSruWPr+S7peWinuWkp+mfs+mHj+OAguimgeaUueWPmOmfs+mikeeahOivremAn++8jOivt+S9v+eUqOaOp+WItuWZqOWPs+S4i+inkueahOS4pOS4quaMiemSruOAguWQkeS4i+eureWktOaMiemSruWPr+mZjeS9juivremAn++8jOWQkeS4iueureWktOaMiemSruWPr+aPkOmrmOivremAn+OAguimgeaDs+maj+aXtuaaguWBnOmfs+mikeaIluWPlua2iOaaguWBnOmfs+mike+8jOivt+S9v+eUqOaOp+WItuWZqOW3puS4i+inkueahOaaguWBnOaMiemSruOAguWmguaenOaCqOmcgOimgeacieWFs+WmguS9leS9v+eUqOaOp+WItuWZqOeahOabtOWkmuS/oeaBr++8jOivt+maj+aXtuaMieS4i+W3puS4iuinkueahOmXruWPt+aMiemSruOAguimgemHjeWkjeaSreaUvuS7u+S9leWGheWuue+8jOWPr+S9v+eUqOWQkeS4iuaIluWQkeW3pueureWktOi/lOWbnuWIsOS5i+WJjeeahOWGheWuueOAgueOsOWcqOaMieWPs+mUruS7peWJjei/m+WIsOesrOS4gOmhueernumAieOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQmFsbG90TmF2aWdhdGlvbk1hcmtTY2FuUGF0RGV2aWNlIjogIuS9v+eUqOaWh+acrOi9rOivremfs+aKleelqOaXtu+8jOivt+S9v+eUqOS4quS6uui+heWKqeiuvuWkh+a1j+iniOmAieelqOOAguimgea1j+iniOernumAiemAiemhue+8jOivt+S9v+eUqOenu+WKqOi+k+WFpeazleOAguimgemAieaLqeaIluWPlua2iOmAieaLqeernumAiemAiemhueS9nOS4uuaCqOeahOmAieelqO+8jOivt+S9v+eUqOmAieaLqei+k+WFpeazleOAguimgea1j+iniOernumAiea0u+WKqO+8jOivt+S9v+eUqOenu+WKqOi+k+WFpeazleWvvOiIquWIsOagh+aciSDigJzkuIvkuIDmraXigJ3lkozigJzlkI7pgIAg4oCd55qE5o6n5Yi26ZSu77yM54S25ZCO5L2/55So6YCJ5oup6L6T5YWl5rOV44CC5qCH6K6w5a6M56ue6YCJ5rS75Yqo5Lit55qE6YCJ56Wo5ZCO77yM5bGP5bmV54Sm54K55Lya6Ieq5Yqo56e75Yqo5Yiw4oCc5LiL5LiA5Liq4oCd5o6n5Yi26ZSu77yM5Lul5pa55L6/5oKo6L+b6KGM5pON5L2c44CC6KaB5byA5aeL5oqV56Wo77yM5L2/55So56e75Yqo6L6T5YWl5rOV5a+86Iiq5Yiw5qCH5pyJ4oCc5byA5aeL5oqV56Wo4oCd55qE5o6n5Yi26ZSu77yM54S25ZCO5L2/55So6YCJ5oup6L6T5YWl5rOV5YmN6L+b5Yiw6aaW5Liq56ue6YCJ5rS75Yqo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDYXN0QmFsbG90UHJlYW1ibGUiOiAi5oKo55qE5q2j5byP6YCJ56Wo5q2j5Zyo5omT5Y2w5Lit44CC5a6M5oiQ5Lul5LiL5q2l6aqk5Y2z5Y+v5a6M5oiQ5oqV56Wo77yaIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDYXN0QmFsbG90UHJlYW1ibGVQb3N0UHJpbnQiOiAi5oKo55qE5q2j5byP6YCJ56Wo5bey5LuO5omT5Y2w5py65Lit5Y+W5Ye644CC5a6M5oiQ5Lul5LiL5q2l6aqk5Y2z5a6M5oiQ5oqV56Wo77yaIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDYXN0QmFsbG90U3RlcDEiOiAiMS4g6aqM6K+B5oKo55qE5q2j5byP6YCJ56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDYXN0QmFsbG90U3RlcDIiOiAiMi4g5omr5o+P5oKo55qE5q2j5byP6YCJ56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDbG9zZVByaW50ZXJDb3ZlciI6ICLmiZPljbDmnLrnm5blt7LmiZPlvIDvvIzlv4XpobvlhbPpl63miY3og73nu6fnu63mipXnpajjgIIiLAogICAgImluc3RydWN0aW9uc0JtZENvbmZpcm1DYXN0aW5nQmFsbG90IjogIuaMieKAnOmAieaLqeKAneaMiemSruehruiupOaCqOeahOmAieaLqeaXoOivr+WQjuWGjei/m+ihjOaKleelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29uZmlybUNhc3RpbmdCYWxsb3RQYXREZXZpY2UiOiAi5L2/55So6YCJ5oup6L6T5YWl5rOV56Gu6K6k5oKo5bey5YGa5Ye65q2j56Gu6YCJ5oup77yM54S25ZCO6L+b6KGM5oqV56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtUHJpbnRpbmdCYWxsb3QiOiAi5oyJ4oCc6YCJ5oup4oCd5oyJ6ZKu56Gu6K6k5oKo55qE6YCJ5oup5bm25omT5Y2w6YCJ56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtUHJpbnRpbmdCYWxsb3RQYXREZXZpY2UiOiAi5L2/55So6YCJ5oup6L6T5YWl5rOV56Gu6K6k5oKo55qE6YCJ5oup5bm25omT5Y2w6YCJ56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb250ZXN0TmF2aWdhdGlvbiI6ICLopoHmtY/op4jnq57pgInpgInpobnvvIzor7fkvb/nlKjlkJHkuIvnmoTmjInpkq7jgILopoHovazliLDkuIvkuIDkuKrnq57pgInkvb/nlKjlkJHlj7PnmoTmjInpkq7jgIIiLAogICAgImluc3RydWN0aW9uc0JtZENvbnRlc3ROYXZpZ2F0aW9uUGF0RGV2aWNlIjogIuimgea1j+iniOernumAiemAiemhue+8jOivt+S9v+eUqOenu+WKqOi+k+WFpeazleOAguimgei/m+WFpeS4i+S4gOS4quernumAiea0u+WKqO+8jOivt+S9v+eUqOenu+WKqOi+k+WFpeazleWvvOiIquWIsOagh+acieKAnOS4i+S4gOS4quKAneeahOaOp+WItumUru+8jOeEtuWQjuS9v+eUqOmAieaLqei+k+WFpeazleS7pee7p+e7reOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29udHJvbGxlclNhbmRib3hNYXJrU2NhbiI6ICLmjInkuIvmjqfliLblmajkuIrnmoTku7vkvZXmjInpkq7vvIzljbPlj6/kuobop6PmjInpkq7nmoTlip/og73lkozkvb/nlKjmlrnms5XjgILkuYvlkI7vvIzlho3mrKHmjInkuIvmjqfliLblmajlt6bkuIrop5LnsbvkvLzpl67lj7fnmoRcIuW4ruWKqVwi5oyJ6ZKu77yM5Y2z5Y+v6L+U5Zue5Yiw5oKo55qE6YCJ56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRJbnNlcnRCYWxsb3RGYWNlVXAiOiAi6K+35Yqh5b+F5bCG57q45byg5bm25L+d5oyB5omT5Y2w6Z2i5pyd5LiK5o+S5YWl44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRJbnNlcnRQcmV2aW91c2x5UHJpbnRlZEJhbGxvdCI6ICLor7flj5blh7rpgInnpajvvIzmj5LlhaXkuYvliY3miZPljbDlpb3nmoTpgInnpajjgIIiLAogICAgImluc3RydWN0aW9uc0JtZEludmFsaWRhdGVkQmFsbG90IjogIuaCqOW3suWQjOaEj+S/ruaUueaCqOeahOmAieelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kTW92ZVRvU2VsZWN0VG9Db250aW51ZVBhdERldmljZSI6ICLkvb/nlKjnp7vliqjovpPlhaXms5XpgInmi6nigJznoa7lrprigJ3mjInpkq7vvIznhLblkI7kvb/nlKjpgInmi6novpPlhaXms5Xku6Xnu6fnu63jgIIiLAogICAgImluc3RydWN0aW9uc0JtZE5leHRUb0NvbnRpbnVlIjogIuaMieWQkeWPs+eahOaMiemSruS7pee7p+e7reOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGFwZXJKYW0iOiAi6K+35o+Q6YaS5oqV56Wo56uZ5bel5L2c5Lq65ZGY5riF6Zmk5Y2h57q444CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvbkFjdGl2YXRlSW5wdXQiOiAi5byA5ZCv6L6T5YWl5qih5byP5Lul57un57ut44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvbkFjdGl2YXRlSW5wdXRBZ2FpbiI6ICLlho3mrKHlvIDlkK/ovpPlhaXmqKHlvI/ku6Xnu6fnu63jgIIiLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQWN0aXZhdGVPdGhlcklucHV0IjogIuW8gOWQr+WFtuWug+i+k+WFpeaooeW8j+OAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25Db25maXJtRXhpdFNjcmVlbiI6ICLmgqjlj6/ku6Xnu6fnu63mipXnpajmiJbov5Tlm57kuIrkuIDkuKrnlYzpnaLjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uSW50cm9TdGVwIjogIuW8gOWQr+S7u+aEj+S4gOS4qui+k+WFpeaooeW8j+S7pee7p+e7reOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25UcnlJbnB1dCI6ICLlsJ3or5XovpPlhaXku6Xnu6fnu63jgIIiLAogICAgImluc3RydWN0aW9uc0JtZFByaW50U2NyZWVuTm9CYWxsb3RSZW1vdmFsIjogIumAieelqOaJk+WNsOWQjuivt+WLv+aSleS4i+OAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmVpbnNlcnRCYWxsb3QiOiAi6K+36YeN5paw5o+S5YWl5Y2w5aW955qE6YCJ56Wo6L+b6KGM5oqV56Wo5bm26L+b5LiA5q2l5a6M5oiQ5oqV56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdBbmRWYWxpZGF0ZVByaW50ZWRCYWxsb3QiOiAi5Lul5LiL5oqV56Wo5piv5LuO5oKo5bey5omT5Y2w55qE5q2j5byP6YCJ56Wo5Lit5omr5o+P6ICM5p2l44CC6K+35p+l55yL5Li65q+P5Liq56ue6YCJ5rS75Yqo5omA5YGa55qE6YCJ5oup77yM56Gu6K6k5peg6K+v5ZCO5YaN5oqV56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlQ2hhbmdpbmdWb3RlcyI6ICLopoHmm7TmlLnmgqjlnKjku7vkvZXnq57pgInkuK3nmoTmipXnpajvvIzor7fkvb/nlKjpgInmi6nmjInpkq7lr7zoiKrliLDor6Xnq57pgInpobnnm67jgILlrozmiJDpgInnpajnmoTpgInmi6nlubblh4blpIfmiZPljbDpgInnpajml7bvvIzor7fkvb/nlKjlj7PkvqfmjInpkq7miZPljbDpgInnpajjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFJldmlld1BhZ2VDaGFuZ2luZ1ZvdGVzUGF0RGV2aWNlIjogIuimgeabtOaUueaCqOWcqOS7u+S9leernumAieS4reeahOaKleelqO+8jOivt+S9v+eUqOmAieaLqei+k+WFpeazleWvvOiIquWIsOivpeernumAiea0u+WKqOOAguW9k+aCqOWujOaIkOaKleelqOmAieaLqeW5tuWHhuWkh+aJk+WNsOmAieelqOaXtu+8jOivt+S9v+eUqOenu+WKqOi+k+WFpeazleWvvOiIquWIsOagh+aciSDigJzmiZPljbDmiJHnmoTpgInnpagg4oCd55qE5o6n5Yi26ZSu77yM54S25ZCO5L2/55So6YCJ5oup6L6T5YWl5rOV5byA5aeL5omT5Y2w44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlTmF2aWdhdGlvbiI6ICLopoHmn6XnnIvmgqjnmoTpgInnpajvvIzor7fkvb/nlKggXCLlkJHkuIogXCLlkowgXCLlkJHkuIsgXCLmjInpkq7lnKjpgInnpajnq57pgInmtLvliqjkuK3kuIDmraXkuIDmraXlkJHliY3ov4jov5vjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFJldmlld1BhZ2VOYXZpZ2F0aW9uUGF0RGV2aWNlIjogIuimgeafpeeci+aCqOeahOaKleelqOmAieS4vuaDheWGte+8jOivt+S9v+eUqOenu+WKqOi+k+WFpeazlei/m+ihjOa1j+iniOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kU2NhblJldmlld0NvbmZpcm1hdGlvbiI6ICLlpoLmnpzmgqjnmoTpgInmi6nmmK/mraPnoa7nmoTvvIzor7fmjIkgXCLlkJHlj7MgXCLmjInpkq7noa7orqTmgqjnmoTpgInmi6nlubbmipXnpajjgILlpoLmnpzlh7rnjrDplJnor6/vvIzor7fmjIkgXCLlkJHlt6YgXCLmjInpkq7lsIbmraTpgInnpajmoIforrDkuLrplJnor6/vvIzlubblsLHmraTmj5DphpLmipXnpajnq5nlt6XkvZzkurrlkZjjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFNjYW5SZXZpZXdDb25maXJtYXRpb25QYXREZXZpY2UiOiAi5aaC5p6c5oKo55qE6YCJ5oup5q2j56Gu77yM6K+35L2/55So56e75Yqo6L6T5YWl5rOV5a+86Iiq5Yiw5qCH5pyJ4oCc5oqV5oiR5LiA56Wo4oCd55qE5o6n5Yi26ZSu77yM54S25ZCO5L2/55So6YCJ5oup6L6T5YWl5rOV56Gu6K6k5oKo55qE6YCJ5oup5bm26L+b6KGM5oqV56Wo44CC5aaC5p6c5Ye6546w6ZSZ6K+v77yM6K+36YCJ5oup5qCH5pyJ4oCc5oiR55qE6YCJ56Wo5LiN5q2j56Gu4oCd55qE6YCJ6aG577yM5bCG5q2k6YCJ56Wo5qCH6K6w5Li65LiN5q2j56Gu77yM5bm25o+Q6YaS5oqV56Wo56uZ5bel5L2c5Lq65ZGY44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRTZWxlY3RUb0NvbnRpbnVlIjogIuaMiSBcIumAieaLqSBcIuaMiemSrue7p+e7reOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kU2VsZWN0VG9Db250aW51ZVBhdERldmljZSI6ICLkvb/nlKjpgInmi6novpPlhaXms5Xku6Xnu6fnu63jgIIiLAogICAgImluc3RydWN0aW9uc0JtZFdyaXRlSW5Gb3JtTmF2aWdhdGlvbiI6ICLkvb/nlKjlkJHkuIrlkozlkJHkuIvmjInpkq7lnKjmoIflh4bplK7nm5jnmoTlrZfmr43kuYvpl7TliIfmjaLjgILkvb/nlKjpgInmi6nmjInpkq7pgInmi6nlvZPliY3lrZfmr43jgIIiLAogICAgImluc3RydWN0aW9uc0JtZFdyaXRlSW5Gb3JtTmF2aWdhdGlvblBhdERldmljZSI6ICLkvb/nlKjnp7vliqjovpPlhaXms5XlnKjmoIflh4bplK7nm5jnmoTlrZfmr43pl7Tlr7zoiKrjgILkvb/nlKjpgInmi6novpPlhaXms5XpgInmi6nlvZPliY3lrZfmr43jgIIiLAogICAgImluc3RydWN0aW9uc0xhbmd1YWdlU2V0dGluZ3NCdXR0b24iOiAi5oyJ4oCc6YCJ5oup4oCd5oyJ6ZKu5pu05pS55oKo55qE5oqV56Wo6K+t6KiA44CCIiwKICAgICJpbnN0cnVjdGlvbnNMYW5ndWFnZVNldHRpbmdzU2NyZWVuIjogIuS9v+eUqOWQkeS4iuWSjOWQkeS4i+aMiemSrua1j+iniOWPr+eUqOeahOmAieelqOivreiogOOAguS9v+eUqOmAieaLqeaMiemSrumAieaLqeivreiogOOAguS5i+WQju+8jOS9v+eUqOWQkeWPs+aMiemSruWPr+e7p+e7rei/m+ihjOaKleelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlblBhdERldmljZSI6ICLkvb/nlKjnp7vliqjovpPlhaXms5XmtY/op4jlj6/nlKjnmoTpgInnpajor63oqIDjgILopoHpgInmi6nor63oqIDvvIzor7fkvb/nlKjpgInmi6novpPlhaXms5XjgILlrozmiJDlkI7vvIzkvb/nlKjnp7vliqjovpPlhaXms5Xlr7zoiKrliLDmoIfmnInigJzlrozmiJDigJ3lrZfmoLfnmoTmjqfliLbplK7vvIznhLblkI7kvb/nlKjpgInmi6novpPlhaXms5Xnu6fnu63mipXnpajjgIIiLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJBc2tGb3JSZXN0YXJ0IjogIuivt+aKleelqOermeW3peS9nOS6uuWRmOmHjeaWsOWQr+WKqOaJq+aPj+S7quOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zU2Nhbm5lckluc2VydEJhbGxvdFNjcmVlbiI6ICLkuIDmrKHmiavmj4/kuIDlvKDpgInnpajjgIIiLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJSZW1vdmVCYWxsb3RUb0NvbnRpbnVlIjogIuWPluWHuumAieelqOS7pee7p+e7reOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zU2Nhbm5lclJlbW92ZURvdWJsZVNoZWV0IjogIuWPluWHuumAieelqO+8jOavj+asoeaPkuWFpeS4gOW8oOmAieelqOOAgiIsCiAgICAibGFiZWxBbGxQcmVjaW5jdHNTZWxlY3Rpb24iOiAi5omA5pyJ6YCJ5Yy6IiwKICAgICJsYWJlbEJhbGxvdFN0eWxlIjogIumAieelqOagt+W8j++8miIsCiAgICAibGFiZWxCbWRQYXRDYWxpYnJhdGlvbklucHV0QWN0aXZhdGVkIjogIui+k+WFpeaooeW8j+W3sua/gOa0u++8miIsCiAgICAibGFiZWxCbWRQYXRDYWxpYnJhdGlvbklucHV0SWRlbnRpZmllZCI6ICLlt7Lor4bliKvovpPlhaUiLAogICAgImxhYmVsQm1kU2Vjb25kc1JlbWFpbmluZyI6ICLliankvZnnp5LmlbAiLAogICAgImxhYmVsQm1kV3JpdGVJbkZvcm0iOiAi6L6T5YWlPDE+5LiNPC8xPuWcqOmAieelqOS4iueahOS6uuWQje+8miIsCiAgICAibGFiZWxDaGFyYWN0ZXJzUmVtYWluaW5nIjogIuWJqeS9meWtl+aVsCIsCiAgICAibGFiZWxDb250ZXN0TnVtYmVyIjogIuernumAiee8luWPtyIsCiAgICAibGFiZWxDb250ZXN0c1JlbWFpbmluZyI6ICLliankvZnnq57pgIkiLAogICAgImxhYmVsQ29udGVzdHNXaXRoTm9Wb3RlcyI6ICLmnKrmoIforrDnpajmlbDnmoTnq57pgInvvJoiLAogICAgImxhYmVsQ29udGVzdHNXaXRoVG9vTWFueVZvdGVzIjogIuagh+iusOelqOaVsOi/h+WkmueahOernumAie+8miIsCiAgICAibGFiZWxDb250ZXN0c1dpdGhWb3Rlc1JlbWFpbmluZyI6ICLliankvZnkuIDnpajmiJblpJrnpajnmoTnq57pgInvvJoiLAogICAgImxhYmVsQ3VycmVudExhbmd1YWdlIjogIuW9k+WJjeivreiogCIsCiAgICAibGFiZWxEZXNlbGVjdGVkIjogIuWPlua2iOmAieaLqe+8miIsCiAgICAibGFiZWxEZXNlbGVjdGVkT3B0aW9uIjogIuWPlua2iOmAieaLqeeahOmhueebru+8miIsCiAgICAibGFiZWxFaXRoZXJOZWl0aGVyQ29udGVzdEVpdGhlck5laXRoZXJTZWN0aW9uIjogIuaKleelqOi1nuaIkOWFtuS4reS5i+S4gO+8jOaIlumDveWPjeWvuSIsCiAgICAibGFiZWxFaXRoZXJOZWl0aGVyQ29udGVzdFBpY2tPbmVTZWN0aW9uIjogIuaKlei1nuaIkOelqCIsCiAgICAibGFiZWxLZXlib2FyZENvbW1hIjogIiwiLAogICAgImxhYmVsS2V5Ym9hcmREZWxldGUiOiAi5Yig6ZmkIiwKICAgICJsYWJlbEtleWJvYXJkRG91YmxlUXVvdGUiOiAiXCIiLAogICAgImxhYmVsS2V5Ym9hcmRIeXBoZW4iOiAiLSIsCiAgICAibGFiZWxLZXlib2FyZFBlcmlvZCI6ICIuIiwKICAgICJsYWJlbEtleWJvYXJkU2luZ2xlUXVvdGUiOiAiJyIsCiAgICAibGFiZWxLZXlib2FyZFNwYWNlQmFyIjogIuepuuagvCIsCiAgICAibGFiZWxOdW1CYWxsb3RDb250ZXN0cyI6ICLmgqjpgInnpajkuIrnmoTnq57pgInmlbDph48iLAogICAgImxhYmVsTnVtU2hlZXRzU2Nhbm5lZCI6ICLnurjlvKDlt7Lmiavmj48iLAogICAgImxhYmVsTnVtVm90ZXNSZW1haW5pbmciOiAi5pys5qyh56ue6YCJ5Ymp5L2Z56Wo5pWwIiwKICAgICJsYWJlbE51bVZvdGVzVW51c2VkIjogIuacquS9v+eUqOelqOaVsCIsCiAgICAibGFiZWxTZWxlY3RlZCI6ICLlt7LpgIkiLAogICAgImxhYmVsU2VsZWN0ZWRPcHRpb24iOiAi5bey6YCJ6YCJ6aG577yaIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0SGlnaERhcmsiOiAi55m96Imy5paH5pys77yM6buR6Imy6IOM5pmvIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0SGlnaExpZ2h0IjogIum7keiJsuaWh+acrO+8jOeZveiJsuiDjOaZryIsCiAgICAibGFiZWxUaGVtZXNDb250cmFzdExvdyI6ICLngbDoibLmlofmnKzvvIzmt7HoibLog4zmma8iLAogICAgImxhYmVsVGhlbWVzQ29udHJhc3RNZWRpdW0iOiAi5rex6Imy5paH5pys77yM5rWF6Imy6IOM5pmvIiwKICAgICJsYWJlbFRoZW1lc1NpemVFeHRyYUxhcmdlIjogIueJueWkp+WPtyIsCiAgICAibGFiZWxUaGVtZXNTaXplTGFyZ2UiOiAi5aSn5Y+3IiwKICAgICJsYWJlbFRoZW1lc1NpemVNZWRpdW0iOiAi5Lit5Y+3IiwKICAgICJsYWJlbFRoZW1lc1NpemVTbWFsbCI6ICLlsI/lj7ciLAogICAgImxhYmVsVG90YWxDb250ZXN0cyI6ICLnq57pgInmgLvmlbAiLAogICAgImxhYmVsV3JpdGVJbkNhbmRpZGF0ZU5hbWUiOiAi5Lmm6Z2i5YCZ6YCJ5Lq6IiwKICAgICJsYWJlbFdyaXRlSW5QYXJlbnRoZXNpemVkIjogIu+8iOWGmeWFpe+8iSIsCiAgICAibGFiZWxXcml0ZUluVGl0bGVDYXNlIjogIuWGmeWFpSIsCiAgICAibGFiZWxXcml0ZUluVGl0bGVDYXNlQ29sb24iOiAi5YaZ5YWl77yaIiwKICAgICJsZXR0ZXJBIjogIkEiLAogICAgImxldHRlckIiOiAiQiIsCiAgICAibGV0dGVyQyI6ICJDIiwKICAgICJsZXR0ZXJEIjogIkQiLAogICAgImxldHRlckUiOiAiRSIsCiAgICAibGV0dGVyRiI6ICJGIiwKICAgICJsZXR0ZXJHIjogIkciLAogICAgImxldHRlckgiOiAiSCIsCiAgICAibGV0dGVySSI6ICJJIiwKICAgICJsZXR0ZXJKIjogIkoiLAogICAgImxldHRlcksiOiAiSyIsCiAgICAibGV0dGVyTCI6ICJMIiwKICAgICJsZXR0ZXJNIjogIk0iLAogICAgImxldHRlck4iOiAiTiIsCiAgICAibGV0dGVyTyI6ICJPIiwKICAgICJsZXR0ZXJQIjogIlAiLAogICAgImxldHRlclEiOiAiUSIsCiAgICAibGV0dGVyUiI6ICJSIiwKICAgICJsZXR0ZXJTIjogIlMiLAogICAgImxldHRlclQiOiAiVCIsCiAgICAibGV0dGVyVSI6ICJVIiwKICAgICJsZXR0ZXJWIjogIlYiLAogICAgImxldHRlclciOiAiVyIsCiAgICAibGV0dGVyWCI6ICJYIiwKICAgICJsZXR0ZXJZIjogIlkiLAogICAgImxldHRlcloiOiAiWiIsCiAgICAibm90ZUFza1BvbGxXb3JrZXJGb3JIZWxwIjogIuWmgumcgOW4ruWKqe+8jOivt+WSqOivouaKleelqOermeW3peS9nOS6uuWRmOOAgiIsCiAgICAibm90ZUJhbGxvdENvbnRlc3ROb1NlbGVjdGlvbiI6ICLkuI3pgInmi6kiLAogICAgIm5vdGVCbWRCYWxsb3RCb3hJc0Z1bGwiOiAi5oqV56Wo56uZ5bel5L2c5Lq65ZGY5b+F6aG75riF56m66KOF5ruh56Wo55qE5oqV56Wo566xIiwKICAgICJub3RlQm1kQmFsbG90U2hlZXRMb2FkZWQiOiAi6YCJ56Wo5bey5Yqg6L2944CC5Zyo6YeN5paw5omT5Y2w6YCJ56Wo5LmL5YmN77yM5oKo5bCG5pyJ5py65Lya5p+l55yL5oKo55qE6YCJ6aG544CCIiwKICAgICJub3RlQm1kQ2FzdGluZ0JhbGxvdCI6ICLmipXnpaguLi4iLAogICAgIm5vdGVCbWRDbGVhcmluZ0JhbGxvdCI6ICLmuIXpmaTpgInnpagiLAogICAgIm5vdGVCbWRDb250ZXN0Q29tcGxldGVkIjogIuaCqOW3suWujOaIkOacrOasoeernumAieeahOaKleelqOmAieaLqeOAguaMieeureWktOWQkeWPs+eahOaMiemSrui/m+WFpeS4i+S4gOS4quernui1m+a0u+WKqOOAguaCqOWPr+S7pee7p+e7rea1j+iniOacrOasoeernui1m++8jOS7peabtOaUueaCqOeahOmAieS4vue7k+aenOOAgiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJOb1NlbGVjdGlvbiI6ICIxMjgu6aaW5YWI77yM5oqVIFwi6LWe5oiQ5LiA5pa5XCLmiJYgXCLlj43lr7nlj4zmlrlcIu+8jOeEtuWQjumAieaLqeaCqOW4jOacm+mHh+WPlueahOaOquaWveOAgiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJTZWxlY3RlZEVpdGhlciI6ICLmgqjpgInmi6nkuoYgXCLotZ7miJDkuIDmlrlcIuOAgjwyPueOsOWcqOmAieaLqeaCqOW4jOacm+mHh+WPlueahOaOquaWveOAgiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJTZWxlY3RlZEVpdGhlckFuZFByZWZlcnJlZCI6ICLmgqjpgInmi6nkuoYgXCLku7vpgInlhbbkuIAgXCLlkozmgqjluIzmnJvph4flj5bnmoTmjqrmlr3jgIIiLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWROZWl0aGVyIjogIuaCqOmAieaLqeS6hiBcIuWQjOaXtuWPjeWvueS6jOiAhVwi44CCPDI+5oKo5LuN5Y+v5Lul6YCJ5oup5oKo5biM5pyb6YeH5Y+W55qE5o6q5pa944CCIiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkTmVpdGhlckFuZFByZWZlcnJlZCI6ICLmgqjpgInmi6nkuoYgXCLlkIzml7blj43lr7nkuozogIUgXCLlkozmgqjluIzmnJvph4flj5bnmoTmjqrmlr3jgIIiLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWRQcmVmZXJyZWQiOiAi5oKo5bey57uP6YCJ5oup5LqG5oKo5biM5pyb6YeH5Y+W55qE5o6q5pa944CCPDI+546w5Zyo5oqVIFwi6LWe5oiQ5LiA5pa5XCLmiJYgXCLlj43lr7nlj4zmlrlcIuelqOOAgiIsCiAgICAibm90ZUJtZEhhcmR3YXJlUmVzZXQiOiAi56Gs5Lu25bey6YeN572u44CCIiwKICAgICJub3RlQm1kSGFyZHdhcmVSZXNldHRpbmciOiAi56Gs5Lu25q2j5Zyo6YeN572u44CCIiwKICAgICJub3RlQm1kSW50ZXJwcmV0YXRpb25Qcm9ibGVtIjogIuaCqOeahOmAieelqOino+aekOaciemXrumimOOAguOAgiIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uSW50cm9TdGVwIjogIuaCqOWPr+eUqOS9v+eUqDwxPuenu+WKqDwvMT7lsY/luZXkuIrnmoTnhKbngrnmiJY8Mz7pgInmi6k8LzM+5p+Q5LiA6aG55p2l5a6M5oiQ5oKo55qE5Lik5qyh6L6T5YWl44CCIiwKICAgICJub3RlQm1kUGF0Q2FsaWJyYXRpb25TdGVwMSI6ICLmraXpqqQxLzMiLAogICAgIm5vdGVCbWRQYXRDYWxpYnJhdGlvblN0ZXAyIjogIuatpemqpDIvMyIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uU3RlcDMiOiAi5q2l6aqkMy8zIiwKICAgICJub3RlQm1kUHJpbnRlZEJhbGxvdFJldmlld05leHRTdGVwcyI6ICLlnKjmgqjnmoTmiZPljbDpgInnpajmipXlh7rkuYvliY3vvIzmgqjlsIbmnInmnLrkvJrmn6XnnIvlubbmoLjlrp7pgInnpajkuIrnmoTmipXnpajmg4XlhrXjgIIiLAogICAgIm5vdGVCbWRSZWxvYWRTaGVldEFmdGVyUGFwZXJKYW0iOiAi6K+35oqV56Wo56uZ5bel5L2c5Lq65ZGY6KOF5YWl5paw55qE6YCJ56Wo44CCIiwKICAgICJub3RlQm1kU2Nhbm5pbmdSZWluc2VydGVkQmFsbG90IjogIuaCqOmAieelqOS4iueahOaKleelqOS/oeaBr+WcqOaJq+aPj++8jOivt+eojeetieOAgiIsCiAgICAibm90ZUJtZFNlc3Npb25SZXN0YXJ0IjogIuaCqOeahOaKleelqOeOr+iKguWwhuW+iOW/q+mHjeaWsOW8gOWni+OAgiIsCiAgICAibm90ZVByaW50ZXJEaXNjb25uZWN0ZWQiOiAi5omT5Y2w5py65bey5pat5byA6L+e5o6l44CCIiwKICAgICJub3RlUHJpbnRlckhhcmR3YXJlRXJyb3IiOiAi5omT5Y2w5py65Ye6546w5pyq55+l6ZSZ6K+v44CCIiwKICAgICJub3RlU2Nhbm5lckJsYW5rQ29udGVzdHNDYXJkUGx1cmFsIjogIuaCqOaYr+WQpuacieaEj+Wwhui/meS6m+ernumAieS/neeVmeepuueZve+8nyIsCiAgICAibm90ZVNjYW5uZXJCbGFua0NvbnRlc3RzQ2FyZFNpbmd1bGFyIjogIuaCqOaYr+WQpuacieaEj+WwhuatpOernumAieS/neeVmeepuueZve+8nyIsCiAgICAibm90ZVNjYW5uZXJEaXNjb25uZWN0ZWQiOiAi5omr5o+P5Luq5bey5pat5byA6L+e5o6l44CCIiwKICAgICJub3RlU2Nhbm5lck92ZXJ2b3RlQ29udGVzdHNDYXJkUGx1cmFsIjogIuaCqOWcqOi/meS6m+ernumAieS4reeahOaKleelqOWwhuS4jeS8muiiq+iuoeeul+WcqOWGheOAgiIsCiAgICAibm90ZVNjYW5uZXJPdmVydm90ZUNvbnRlc3RzQ2FyZFNpbmd1bGFyIjogIuaCqOWcqOacrOasoeernumAieS4reeahOaKleelqOWwhuS4jeS8muiiq+iuoeeul+WcqOWGheOAgiIsCiAgICAibm90ZVNjYW5uZXJTY2FuSW5Qcm9ncmVzcyI6ICLmiavmj4/pgInnpajkuIrnmoTmoIforrDjgIIiLAogICAgIm5vdGVTY2FubmVyVW5kZXJ2b3RlQ29udGVzdHNDYXJkUGx1cmFsIjogIui/meS6m+ernui1m+S4reeahOaJgOacieWFtuWug+aKleelqOmDveWwhuiuoeeul+WcqOWGheOAgiIsCiAgICAibm90ZVNjYW5uZXJVbmRlcnZvdGVDb250ZXN0c0NhcmRTaW5ndWxhciI6ICLmnKzmrKHmr5TotZvkuK3nmoTmiYDmnInlhbblroPmipXnpajpg73lsIborqHnrpflnKjlhoXjgIIiLAogICAgIm5vdGVUaGFua1lvdUZvclZvdGluZyI6ICLmhJ/osKLmgqjnmoTmipXnpajjgIIiLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9NdXRlZCI6ICLpn7PpopHlt7LpnZnpn7MiLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9Ob0hlYWRwaG9uZXMiOiAi5pyq5qOA5rWL5Yiw6ICz5py6IiwKICAgICJub3RlVm90ZXJTZXR0aW5nc0F1ZGlvVW5tdXRlZCI6ICLpn7PpopHlt7LmiZPlvIAiLAogICAgIm51bWJlcjAiOiAiMCIsCiAgICAibnVtYmVyMSI6ICIxIiwKICAgICJudW1iZXIxMCI6ICIxMCIsCiAgICAibnVtYmVyMTAwIjogIjEwMCIsCiAgICAibnVtYmVyMTAxIjogIjEwMSIsCiAgICAibnVtYmVyMTAyIjogIjEwMiIsCiAgICAibnVtYmVyMTAzIjogIjEwMyIsCiAgICAibnVtYmVyMTA0IjogIjEwNCIsCiAgICAibnVtYmVyMTA1IjogIjEwNSIsCiAgICAibnVtYmVyMTA2IjogIjEwNiIsCiAgICAibnVtYmVyMTA3IjogIjEwNyIsCiAgICAibnVtYmVyMTA4IjogIjEwOCIsCiAgICAibnVtYmVyMTA5IjogIjEwOSIsCiAgICAibnVtYmVyMTEiOiAiMTEiLAogICAgIm51bWJlcjExMCI6ICIxMTAiLAogICAgIm51bWJlcjExMSI6ICIxMTEiLAogICAgIm51bWJlcjExMiI6ICIxMTIiLAogICAgIm51bWJlcjExMyI6ICIxMTMiLAogICAgIm51bWJlcjExNCI6ICIxMTQiLAogICAgIm51bWJlcjExNSI6ICIxMTUiLAogICAgIm51bWJlcjExNiI6ICIxMTYiLAogICAgIm51bWJlcjExNyI6ICIxMTciLAogICAgIm51bWJlcjExOCI6ICIxMTgiLAogICAgIm51bWJlcjExOSI6ICIxMTkiLAogICAgIm51bWJlcjEyIjogIjEyIiwKICAgICJudW1iZXIxMjAiOiAiMTIwIiwKICAgICJudW1iZXIxMjEiOiAiMTIxIiwKICAgICJudW1iZXIxMjIiOiAiMTIyIiwKICAgICJudW1iZXIxMjMiOiAiMTIzIiwKICAgICJudW1iZXIxMjQiOiAiMTI0IiwKICAgICJudW1iZXIxMjUiOiAiMTI1IiwKICAgICJudW1iZXIxMjYiOiAiMTI2IiwKICAgICJudW1iZXIxMjciOiAiMTI3IiwKICAgICJudW1iZXIxMjgiOiAiMTI4IiwKICAgICJudW1iZXIxMjkiOiAiMTI5IiwKICAgICJudW1iZXIxMyI6ICIxMyIsCiAgICAibnVtYmVyMTMwIjogIjEzMCIsCiAgICAibnVtYmVyMTMxIjogIjEzMSIsCiAgICAibnVtYmVyMTMyIjogIjEzMiIsCiAgICAibnVtYmVyMTMzIjogIjEzMyIsCiAgICAibnVtYmVyMTM0IjogIjEzNCIsCiAgICAibnVtYmVyMTM1IjogIjEzNSIsCiAgICAibnVtYmVyMTQiOiAiMTQiLAogICAgIm51bWJlcjE1IjogIjE1IiwKICAgICJudW1iZXIxNiI6ICIxNiIsCiAgICAibnVtYmVyMTciOiAiMTciLAogICAgIm51bWJlcjE4IjogIjE4IiwKICAgICJudW1iZXIxOSI6ICIxOSIsCiAgICAibnVtYmVyMiI6ICIyIiwKICAgICJudW1iZXIyMCI6ICIyMCIsCiAgICAibnVtYmVyMjEiOiAiMjEiLAogICAgIm51bWJlcjIyIjogIjIyIiwKICAgICJudW1iZXIyMyI6ICIyMyIsCiAgICAibnVtYmVyMjQiOiAiMjQiLAogICAgIm51bWJlcjI1IjogIjI1IiwKICAgICJudW1iZXIyNiI6ICIyNiIsCiAgICAibnVtYmVyMjciOiAiMjciLAogICAgIm51bWJlcjI4IjogIjI4IiwKICAgICJudW1iZXIyOSI6ICIyOSIsCiAgICAibnVtYmVyMyI6ICIzIiwKICAgICJudW1iZXIzMCI6ICIzMCIsCiAgICAibnVtYmVyMzEiOiAiMzEiLAogICAgIm51bWJlcjMyIjogIjMyIiwKICAgICJudW1iZXIzMyI6ICIzMyIsCiAgICAibnVtYmVyMzQiOiAiMzQiLAogICAgIm51bWJlcjM1IjogIjM1IiwKICAgICJudW1iZXIzNiI6ICIzNiIsCiAgICAibnVtYmVyMzciOiAiMzciLAogICAgIm51bWJlcjM4IjogIjM4IiwKICAgICJudW1iZXIzOSI6ICIzOSIsCiAgICAibnVtYmVyNCI6ICI0IiwKICAgICJudW1iZXI0MCI6ICI0MCIsCiAgICAibnVtYmVyNDEiOiAiNDEiLAogICAgIm51bWJlcjQyIjogIjQyIiwKICAgICJudW1iZXI0MyI6ICI0MyIsCiAgICAibnVtYmVyNDQiOiAiNDQiLAogICAgIm51bWJlcjQ1IjogIjQ1IiwKICAgICJudW1iZXI0NiI6ICI0NiIsCiAgICAibnVtYmVyNDciOiAiNDciLAogICAgIm51bWJlcjQ4IjogIjQ4IiwKICAgICJudW1iZXI0OSI6ICI0OSIsCiAgICAibnVtYmVyNSI6ICI1IiwKICAgICJudW1iZXI1MCI6ICI1MCIsCiAgICAibnVtYmVyNTEiOiAiNTEiLAogICAgIm51bWJlcjUyIjogIjUyIiwKICAgICJudW1iZXI1MyI6ICI1MyIsCiAgICAibnVtYmVyNTQiOiAiNTQiLAogICAgIm51bWJlcjU1IjogIjU1IiwKICAgICJudW1iZXI1NiI6ICI1NiIsCiAgICAibnVtYmVyNTciOiAiNTciLAogICAgIm51bWJlcjU4IjogIjU4IiwKICAgICJudW1iZXI1OSI6ICI1OSIsCiAgICAibnVtYmVyNiI6ICI2IiwKICAgICJudW1iZXI2MCI6ICI2MCIsCiAgICAibnVtYmVyNjEiOiAiNjEiLAogICAgIm51bWJlcjYyIjogIjYyIiwKICAgICJudW1iZXI2MyI6ICI2MyIsCiAgICAibnVtYmVyNjQiOiAiNjQiLAogICAgIm51bWJlcjY1IjogIjY1IiwKICAgICJudW1iZXI2NiI6ICI2NiIsCiAgICAibnVtYmVyNjciOiAiNjciLAogICAgIm51bWJlcjY4IjogIjY4IiwKICAgICJudW1iZXI2OSI6ICI2OSIsCiAgICAibnVtYmVyNyI6ICI3IiwKICAgICJudW1iZXI3MCI6ICI3MCIsCiAgICAibnVtYmVyNzEiOiAiNzEiLAogICAgIm51bWJlcjcyIjogIjcyIiwKICAgICJudW1iZXI3MyI6ICI3MyIsCiAgICAibnVtYmVyNzQiOiAiNzQiLAogICAgIm51bWJlcjc1IjogIjc1IiwKICAgICJudW1iZXI3NiI6ICI3NiIsCiAgICAibnVtYmVyNzciOiAiNzciLAogICAgIm51bWJlcjc4IjogIjc4IiwKICAgICJudW1iZXI3OSI6ICI3OSIsCiAgICAibnVtYmVyOCI6ICI4IiwKICAgICJudW1iZXI4MCI6ICI4MCIsCiAgICAibnVtYmVyODEiOiAiODEiLAogICAgIm51bWJlcjgyIjogIjgyIiwKICAgICJudW1iZXI4MyI6ICI4MyIsCiAgICAibnVtYmVyODQiOiAiODQiLAogICAgIm51bWJlcjg1IjogIjg1IiwKICAgICJudW1iZXI4NiI6ICI4NiIsCiAgICAibnVtYmVyODciOiAiODciLAogICAgIm51bWJlcjg4IjogIjg4IiwKICAgICJudW1iZXI4OSI6ICI4OSIsCiAgICAibnVtYmVyOSI6ICI5IiwKICAgICJudW1iZXI5MCI6ICI5MCIsCiAgICAibnVtYmVyOTEiOiAiOTEiLAogICAgIm51bWJlcjkyIjogIjkyIiwKICAgICJudW1iZXI5MyI6ICI5MyIsCiAgICAibnVtYmVyOTQiOiAiOTQiLAogICAgIm51bWJlcjk1IjogIjk1IiwKICAgICJudW1iZXI5NiI6ICI5NiIsCiAgICAibnVtYmVyOTciOiAiOTciLAogICAgIm51bWJlcjk4IjogIjk4IiwKICAgICJudW1iZXI5OSI6ICI5OSIsCiAgICAicHJvbXB0Qm1kQ29uZmlybVJlbW92ZVdyaXRlSW4iOiAi5oKo5piv5ZCm6KaB5Y+W5raI6YCJ5oup5bm25Yig6Zmk5oKo55qE5YaZ5YWl5YCZ6YCJ5Lq677yfIiwKICAgICJwcm9tcHRCbWRTb3VuZERpYWdub3N0aWNTY3JlZW4iOiAi5oyJ6YCJ5oup5oyJ6ZKu56Gu6K6k5aOw6Z+z5q2j5bi444CCIiwKICAgICJ0aXRsZUF1ZGlvT25seU1vZGVFbmFibGVkIjogIue6r+mfs+mikeaooeW8jyIsCiAgICAidGl0bGVCYWxsb3RCb3hGdWxsIjogIumAieelqOeuseW3sua7oSIsCiAgICAidGl0bGVCYWxsb3RJZCI6ICLpgInnpajouqvku73or4HmmI4iLAogICAgInRpdGxlQmFsbG90U3R5bGUiOiAi6YCJ56Wo5qC35byPIiwKICAgICJ0aXRsZUJhbGxvdFN1Y2Nlc3NmdWxseUNhc3RQYWdlIjogIuaCqOeahOmAieelqOW3suaKleWHuu+8gSIsCiAgICAidGl0bGVCbWRBc2tGb3JIZWxwU2NyZWVuIjogIuWQkeaKleelqOermeW3peS9nOS6uuWRmOWvu+axguW4ruWKqSIsCiAgICAidGl0bGVCbWRCYWxsb3RSZW1vdmVkU2NyZWVuIjogIumAieelqOiiq+WPluWHuiIsCiAgICAidGl0bGVCbWRDYXN0QmFsbG90U2NyZWVuIjogIuaCqOWNs+WwhuWujOaIkOaKleelqCIsCiAgICAidGl0bGVCbWRJZGxlU2NyZWVuIjogIuaCqOi/mOWcqOaKleelqOWQl++8nyIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90Tm9CYWxsb3REZXRlY3RlZCI6ICLmnKrmo4DmtYvliLDpgInnpagiLAogICAgInRpdGxlQm1kSW52YWxpZEJhbGxvdFdyb25nRWxlY3Rpb24iOiAi6ZSZ6K+v6YCJ5Li+IiwKICAgICJ0aXRsZUJtZEludmFsaWRCYWxsb3RXcm9uZ1ByZWNpbmN0IjogIumUmeivr+mAieWMuiIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90V3JvbmdUZXN0TW9kZSI6ICLplJnor6/mipXnpajmqKHlvI8iLAogICAgInRpdGxlQm1kSmFtQ2xlYXJlZFNjcmVlbiI6ICLljaHnurjlt7LmuIXpmaQiLAogICAgInRpdGxlQm1kSmFtbWVkU2NyZWVuIjogIue6uOiiq+WNoeS9jyIsCiAgICAidGl0bGVCbWRMb2FkaW5nUmVpbnNlcnRlZEJhbGxvdFNjcmVlbiI6ICLliqDovb3mgqjnmoTpgInnpaguLi4iLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25Db25maXJtRXhpdFNjcmVlbiI6ICLorr7lpIfovpPlhaXlt7Lor4bliKsiLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25JZGVudGlmaWNhdGlvblBhZ2UiOiAi5Liq5Lq66L6F5Yqp5oqA5pyv6K6+5aSH6K+G5YirIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uSWRlbnRpZnlNb3ZlSW5wdXQiOiAi6K+G5YirIFwi56e75YqoIFwi6L6T5YWlIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uSWRlbnRpZnlTZWxlY3RJbnB1dCI6ICLor4bliKsgXCLpgInmi6kgXCLovpPlhaUiLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25JbnRyb1N0ZXAiOiAi5rWL6K+V6K6+5aSHIiwKICAgICJ0aXRsZUJtZFByaW50U2NyZWVuIjogIuaJk+WNsOaCqOeahOato+W8j+mAieelqCIsCiAgICAidGl0bGVCbWRSZWFkeVRvUmV2aWV3IjogIuWHhuWkh+WuoeaguCIsCiAgICAidGl0bGVCbWRSZXZpZXdTY3JlZW4iOiAi5a6h5qC45oKo55qE6YCJ56WoIiwKICAgICJ0aXRsZUludGVybmFsQ29ubmVjdGlvblByb2JsZW0iOiAi5YaF6YOo6L+e5o6l5Ye6546w6Zeu6aKYIiwKICAgICJ0aXRsZUxhbmd1YWdlU2V0dGluZ3NTY3JlZW4iOiAi6YCJ5oup5oKo55qE6YCJ56Wo6K+t6KiAIiwKICAgICJ0aXRsZU1vZGFsQ29uZmlybVlvdXJWb3RlcyI6ICLnoa7orqTmgqjnmoTmipXnpagiLAogICAgInRpdGxlTm9Qb3dlckRldGVjdGVkIjogIuajgOa1i+S4jeWIsOeUtea6kCIsCiAgICAidGl0bGVPZmZpY2lhbEJhbGxvdCI6ICLmraPlvI/pgInnpagiLAogICAgInRpdGxlUHJlY2luY3QiOiAi6YCJ5Yy6IiwKICAgICJ0aXRsZVByaW50ZXJDb3ZlcklzT3BlbiI6ICLmiZPljbDmnLrnm5blt7LmiZPlvIAiLAogICAgInRpdGxlUmVtb3ZlWW91ckJhbGxvdCI6ICLliKDpmaTpgInnpagiLAogICAgInRpdGxlU2Nhbm5lckJhbGxvdE5vdENvdW50ZWQiOiAi6YCJ56Wo5pyq6K6h566XIiwKICAgICJ0aXRsZVNjYW5uZXJCYWxsb3RXYXJuaW5nc1NjcmVlbiI6ICLlpI3moLjmgqjnmoTpgInnpagiLAogICAgInRpdGxlU2Nhbm5lckNvdmVySXNPcGVuIjogIuaJq+aPj+S7quebluW3suaJk+W8gCIsCiAgICAidGl0bGVTY2FubmVyQ3ZyU3luY1JlcXVpcmVkIjogIumcgOimgeWwhuaKleelqOiusOW9leWQjOatpSIsCiAgICAidGl0bGVTY2FubmVySW5zZXJ0QmFsbG90U2NyZWVuIjogIuaPkuWFpemAieelqCIsCiAgICAidGl0bGVTY2FubmVyTm9Wb3Rlc1dhcm5pbmciOiAi5pyq5qCH6K6w6YCJ56Wo77yaIiwKICAgICJ0aXRsZVNjYW5uZXJPdXRmZWVkQmxvY2tlZCI6ICLpgInnpajnrrHlvIDlkK/lip/og73lj5fpmLsiLAogICAgInRpdGxlU2Nhbm5lck92ZXJ2b3RlV2FybmluZyI6ICLmoIforrDnmoTnpajmlbDlpKrlpJoiLAogICAgInRpdGxlU2Nhbm5lclByb2Nlc3NpbmdTY3JlZW4iOiAi6K+356iN5YCZLi4uIiwKICAgICJ0aXRsZVNjYW5uZXJTdWNjZXNzU2NyZWVuIjogIuaCqOeahOmAieelqOW3suiiq+iuoeeul+WcqOWGhe+8gSIsCiAgICAidGl0bGVTY2FubmVyVW5kZXJ2b3RlV2FybmluZyI6ICLmgqjlj6/ku6Xlop7liqDkuIDlvKDmiJblpJrlvKDpgInnpajvvJoiLAogICAgInRpdGxlU2Nhbm5pbmdGYWlsZWQiOiAi5omr5o+P5aSx6LSlIiwKICAgICJ0aXRsZVVub2ZmaWNpYWxUZXN0QmFsbG90IjogIumdnuato+W8j+a1i+ivlemAieelqCIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzIjogIuiuvue9riIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzQXVkaW8iOiAi6Z+z6aKRIiwKICAgICJ0aXRsZVZvdGVyU2V0dGluZ3NDb2xvciI6ICLpopzoibIiLAogICAgInRpdGxlVm90ZXJTZXR0aW5nc1NpemUiOiAi5paH5a2X5aSn5bCPIiwKICAgICJ1bnJlY292ZXJhYmxlRXJyb3IiOiAi5Ye6546w6ZSZ6K+vIiwKICAgICJ3YXJuaW5nQm1kQmFsbG90UmVtb3ZlZCI6ICLmgqjnmoTmraPlvI/pgInnpajlt7Lku47miZPljbDmnLrkuK3lj5blh7rjgIIiLAogICAgIndhcm5pbmdCbWRJbmFjdGl2ZVNlc3Npb24iOiAi6K+l5oqV56Wo56uZ5bey5YGc5q2i5bel5L2c6LaF6L+HNeWIhumSn+OAgiIsCiAgICAid2FybmluZ0JtZEluYWN0aXZlVGltZVJlbWFpbmluZyI6ICLkuLrkv53miqTmgqjnmoTpmpDnp4HvvIzorqHml7blmajorqHml7bnu5PmnZ/lkI7vvIzmraTpgInnpajlsIbooqvmuIXpmaTjgIIiLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90TGl2ZUJhbGxvdEluVGVzdE1vZGUiOiAi5o+S5YWl55qE6YCJ56Wo5piv5LiA5bygPDE+5q2j5byPPC8xPumAieelqOOAgiIsCiAgICAid2FybmluZ0JtZEludmFsaWRCYWxsb3ROb0JhbGxvdERldGVjdGVkIjogIuaPkuWFpeeahOe6uOW8oOS4iuacquajgOa1i+WIsOmAieelqOS/oeaBr+OAgiIsCiAgICAid2FybmluZ0JtZEludmFsaWRCYWxsb3RUZXN0QmFsbG90SW5MaXZlTW9kZSI6ICLmj5LlhaXnmoTpgInnpajmmK/kuIDlvKA8MT7mtYvor5U8LzE+6YCJ56Wo44CCIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdFdyb25nRWxlY3Rpb24iOiAi5o+S5YWl55qE6YCJ56Wo5piv5LiA5byg5bGe5LqO5LiN5ZCM6YCJ5Li+5rS75Yqo55qE6YCJ56Wo44CCIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdFdyb25nUHJlY2luY3QiOiAi5o+S5YWl55qE6YCJ56Wo5piv5LiA5byg5p2l6Ieq5LiN5ZCM6YCJ5Yy655qE6YCJ56Wo44CCIiwKICAgICJ3YXJuaW5nQ3Zyc05lZWRTeW5jIjogIuaKleelqOermeW3peS9nOS6uuWRmOW/hemhu+WwhuaKleelqOiusOW9lSAoQ1ZScykg5ZCM5q2l5YiwVVNC6amx5Yqo5Zmo44CCIiwKICAgICJ3YXJuaW5nTm9Qb3dlciI6ICI8MD7mo4DmtYvkuI3liLDnlLXmupDjgII8LzA+6K+36K6p5oqV56Wo56uZ5bel5L2c5Lq65ZGY5o+S5YWl55S15rqQ57q/44CCIiwKICAgICJ3YXJuaW5nTm9Wb3Rlc0ZvckNvbnRlc3QiOiAi5oKo5LuN54S25Y+v5Lul5Zyo5pys5qyh56ue6YCJ5Lit5oqV56Wo44CCIiwKICAgICJ3YXJuaW5nT3ZlcnZvdGVDYW5kaWRhdGVDb250ZXN0IjogIuimgeS4uuWFtuS7luWAmemAieS6uuaKleelqO+8jOaCqOW/hemhu+WFiOWPlua2iOS5i+WJjemAieWumueahOWAmemAieS6uuOAgiIsCiAgICAid2FybmluZ092ZXJ2b3RlWWVzTm9Db250ZXN0IjogIuimgeabtOaUueaCqOeahOaKleelqO+8jOivt+WFiOWPlua2iOS5i+WJjemAieWumueahOaKleelqOOAgiIsCiAgICAid2FybmluZ1Byb2JsZW1TY2FubmluZ0JhbGxvdCI6ICLmiavmj4/mraTpgInnpajml7blh7rnjrDpl67popjjgIIiLAogICAgIndhcm5pbmdQcm9ibGVtU2Nhbm5pbmdCYWxsb3RTY2FuQWdhaW4iOiAi5omr5o+P5oKo55qE6YCJ56Wo5pe25Ye6546w6Zeu6aKY44CC6K+36YeN5paw5omr5o+P44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lckFub3RoZXJTY2FuSW5Qcm9ncmVzcyI6ICLmraPlnKjmiavmj4/lj6bkuIDlvKDpgInnpajjgIIiLAogICAgIndhcm5pbmdTY2FubmVyQmxhbmtCYWxsb3RTdWJtaXNzaW9uIjogIuacrOmAieelqOS4uuS4jeiuoeelqOOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJKYW1tZWQiOiAi6YCJ56Wo5Y2h5Zyo5omr5o+P5Luq5Lit44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lck1pc21hdGNoZWRFbGVjdGlvbiI6ICLpgInnpajkuI7mraTmiavmj4/ku6rphY3nva7nmoTpgInkuL7kuI3ljLnphY3jgIIiLAogICAgIndhcm5pbmdTY2FubmVyTWlzbWF0Y2hlZFByZWNpbmN0IjogIumAieelqOS4juatpOaJq+aPj+S7qumFjee9rueahOmAieWMuuS4jeWMuemFjeOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJNdWx0aXBsZVNoZWV0c0RldGVjdGVkIjogIuajgOa1i+WIsOWkmuW8oOmAieelqOOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJOb1ZvdGVzRm91bmQiOiAi5omr5o+P5q2k6YCJ56Wo5pe25Y+R546w5pyq5oqV56Wo44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lck9mZmljaWFsQmFsbG90SW5UZXN0TW9kZSI6ICLmiavmj4/ku6rlpITkuo7mtYvor5XmipXnpajmqKHlvI/vvIzlj6/og73ml6Dms5Xmiavmj4/mraPlvI/pgInnpajjgIIiLAogICAgIndhcm5pbmdTY2FubmVyVGVzdEJhbGxvdEluT2ZmaWNpYWxNb2RlIjogIuaJq+aPj+S7quWkhOS6juato+W8j+aKleelqOaooeW8j++8jOWPr+iDveaXoOazleaJq+aPj+a1i+ivlemAieelqOOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJWZXJ0aWNhbFN0cmVha3NEZXRlY3RlZCI6ICLmiavmj4/ku6rpnIDopoHmuIXnkIbjgIIiCiAgfSwKICAiemgtSGFudCI6IHsKICAgICJhdWRpb0ZlZWRiYWNrMTBQZXJjZW50Vm9sdW1lIjogIjEwJemfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFjazIwUGVyY2VudFZvbHVtZSI6ICIyMCXpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2szMFBlcmNlbnRWb2x1bWUiOiAiMzAl6Z+z6YePIiwKICAgICJhdWRpb0ZlZWRiYWNrNDBQZXJjZW50Vm9sdW1lIjogIjQwJemfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFjazUwUGVyY2VudFZvbHVtZSI6ICI1MCXpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2s2MFBlcmNlbnRWb2x1bWUiOiAiNjAl6Z+z6YePIiwKICAgICJhdWRpb0ZlZWRiYWNrNzBQZXJjZW50Vm9sdW1lIjogIjcwJemfs+mHjyIsCiAgICAiYXVkaW9GZWVkYmFjazgwUGVyY2VudFZvbHVtZSI6ICI4MCXpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2s5MFBlcmNlbnRWb2x1bWUiOiAiOTAl6Z+z6YePIiwKICAgICJhdWRpb0ZlZWRiYWNrTWF4aW11bVZvbHVtZSI6ICLmnIDlpKfpn7Pph48iLAogICAgImF1ZGlvRmVlZGJhY2tNaW5pbXVtVm9sdW1lIjogIuacgOWwj+mfs+mHjyIsCiAgICAiYm1kUGF0RGV2aWNlSW5wdXROYW1lTW92ZSI6ICLjgIznp7vli5XjgI0iLAogICAgImJtZFBhdERldmljZUlucHV0TmFtZVNlbGVjdCI6ICLjgIzpgbjmk4fjgI0iLAogICAgImJ1dHRvbkFjY2VwdCI6ICLmjqXlj5ciLAogICAgImJ1dHRvbkFkZFdyaXRlSW4iOiAi5re75Yqg5a+r5YWl5YCZ6YG45Lq6IiwKICAgICJidXR0b25BdWRpb011dGUiOiAi6Z2c6Z+zIiwKICAgICJidXR0b25BdWRpb1VubXV0ZSI6ICLlj5bmtojpnZzpn7MiLAogICAgImJ1dHRvbkJhY2siOiAi6L+U5ZueIiwKICAgICJidXR0b25CYWxsb3RJc0NvcnJlY3QiOiAi5oqV5Ye65oiR55qE6YG456WoIiwKICAgICJidXR0b25CYWxsb3RJc0luY29ycmVjdCI6ICLmiJHnmoTpgbjnpajkuI3mraPnoroiLAogICAgImJ1dHRvbkJtZFJldmlld0NhcmRBY3Rpb24iOiAi5oyJIFwi6YG45pOHIFwi5oyJ6YiV5pu05pS55oKo5Zyo5pys5qyh56u26YG45Lit55qE5oqV56Wo44CCIiwKICAgICJidXR0b25CbWRSZXZpZXdDYXJkQWN0aW9uUGF0RGV2aWNlIjogIuS9v+eUqOmBuOaTh+i8uOWFpeazleS/ruaUueaCqOWwjeacrOasoemBuOiIieeahOaKleelqOOAgiIsCiAgICAiYnV0dG9uQm1kU2tpcFBhdENhbGlicmF0aW9uIjogIui3s+mBjuitmOWIpSIsCiAgICAiYnV0dG9uQ2FuY2VsIjogIuWPlua2iCIsCiAgICAiYnV0dG9uQ2FzdEJhbGxvdCI6ICLmipXnpajpgbjoiIkiLAogICAgImJ1dHRvbkNoYW5nZSI6ICLmm7TmlLkiLAogICAgImJ1dHRvbkNsb3NlIjogIumXnOmWiSIsCiAgICAiYnV0dG9uQ29udGludWUiOiAi57m857qMIiwKICAgICJidXR0b25Eb25lIjogIuWujOaIkCIsCiAgICAiYnV0dG9uRW5hYmxlQXVkaW9Pbmx5TW9kZSI6ICLllZ/nlKjntJTpn7PpoLvmqKHlvI8iLAogICAgImJ1dHRvbkV4aXRBdWRpb09ubHlNb2RlIjogIumAgOWHuue0lOmfs+mgu+aooeW8jyIsCiAgICAiYnV0dG9uTW9yZSI6ICLmm7TlpJoiLAogICAgImJ1dHRvbk5leHQiOiAi5LiL5LiA5q2lIiwKICAgICJidXR0b25ObyI6ICLnhKEiLAogICAgImJ1dHRvbk9rYXkiOiAiT0siLAogICAgImJ1dHRvblByaW50QmFsbG90IjogIuaJk+WNsOaIkeeahOmBuOelqCIsCiAgICAiYnV0dG9uUmVzZXQiOiAi6YeN572uIiwKICAgICJidXR0b25SZXR1cm5CYWxsb3QiOiAi6YCA5Zue6YG456WoIiwKICAgICJidXR0b25SZXR1cm5Ub0JhbGxvdFJldmlldyI6ICLov5Tlm57pgbjnpajlr6nmoLgiLAogICAgImJ1dHRvblJldmlldyI6ICLlr6nmoLgiLAogICAgImJ1dHRvblN0YXJ0Vm90aW5nIjogIumWi+Wni+aKleelqCIsCiAgICAiYnV0dG9uU3RpbGxWb3RpbmciOiAi5piv55qE77yM5oiR5LuN5Zyo5oqV56WoIiwKICAgICJidXR0b25WaWV3Q29udGVzdHMiOiAi5p+l55yL56u26YG45rS75YuVIiwKICAgICJidXR0b25Wb3RlclNldHRpbmdzIjogIuioree9riIsCiAgICAiYnV0dG9uWWVzIjogIuaYryIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Gb2N1c05leHQiOiAi6YCZ5pivIFwi5ZCR5LiLIFwi5oyJ6YiV77yM55So5pa85p+l55yL6aCB6Z2i6YG46aCF5YiX6KGo5Lit55qE5LiL5LiA5YCL6aCF55uu44CC5oKo5Y+v5Lul5L2/55SoIFwi5ZCR5LiKIFwi5ZKMIFwi5ZCR5LiLIFwi5oyJ6YiV5Zyo56u26YG45Lit56e75YuV5YCZ6YG45Lq644CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvbkZvY3VzUHJldmlvdXMiOiAi6YCZ5pivIFwi5ZCR5LiKIFwi5oyJ6YiV77yM55So5pa85p+l55yL6aCB6Z2i6YG46aCF5YiX6KGo5Lit55qE5LiK5LiA5YCL6aCF55uu44CC5oKo5Y+v5Lul5L2/55SoIFwi5ZCR5LiKIFwi5ZKMIFwi5ZCR5LiLIFwi5oyJ6YiV54CP6Ka956u26YG45Lit55qE5YCZ6YG45Lq644CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblBhZ2VOZXh0IjogIumAmeaYr+OAjOWQkeWPs+OAjeaMiemIle+8jOeUqOaWvOenu+WLleWIsOS4i+S4gOmggeaIluertumBuOeVjOmdouOAguaCqOWPr+S7peS9v+eUqCBcIuWQkeW3piBcIuWSjCBcIuWQkeWPsyBcIuaMiemIleWcqOmBuOelqOS4iueahOaJgOacieertumBuOmgheebruS4reenu+WLleOAgiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25QYWdlUHJldmlvdXMiOiAi6YCZ5piv44CM5ZCR5bem44CN5oyJ6YiV77yM55So5pa86L+U5Zue5LiK5LiA6aCB5oiW56u26YG455WM6Z2i44CC5oKo5Y+v5Lul5L2/55SoIFwi5ZCR5bemIFwi5ZKMIFwi5ZCR5Y+zIFwi5oyJ6YiV54CP6Ka96YG456Wo5LiK55qE5omA5pyJ56u26YG46aCF55uu44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblBsYXliYWNrUmF0ZURvd24iOiAi5q2k5oyJ6YiV5Y+v6ZmN5L2O5paH5a2X6L2J6Kqe6Z+z55qE6Z+z6aC75pKt5pS+6YCf5bqm44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblBsYXliYWNrUmF0ZVVwIjogIuipsuaMiemIleWPr+aPkOmrmOaWh+Wtl+i9ieiqnumfs+eahOmfs+mgu+aSreaUvumAn+W6puOAgiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25TZWxlY3QiOiAi6YCZ5piv44CM6YG45pOH44CN5oyJ6YiV44CC5L2/55So5q2k5oyJ6YiV5qiZ6KiY5oKo5bCN5YCZ6YG45Lq655qEIFwi5pivIFwi5oiWIFwi5ZCmIFwi6YG46aCF55qE5oqV56Wo44CC5YaN5qyh5oyJIFwi6YG45pOHIFwi5oyJ6YiV5bCH5Yiq6Zmk5oKo5LmL5YmN55qE5oqV56Wo44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblRvZ2dsZUhlbHAiOiAi6YCZ5pivIFwi5bmr5YqpIFwi5oyJ6YiV44CC5YaN5qyh5oyJ5LiL5q2k5oyJ6YiV5Y+v6L+U5Zue5aGr5a+r6YG456Wo44CCIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblRvZ2dsZVBhdXNlIjogIumAmeaYryBcIuaaq+WBnCBcIuaMiemIleOAguS9v+eUqOatpOaMiemIleWPr+aaq+WBnOaWh+Wtl+i9ieiqnumfs+eahOmfs+mgu+OAguWGjeasoeaMieS4iyBcIuaaq+WBnCBcIuaMiemIleWPr+aBouW+qeaWh+Wtl+i9ieiqnumfs+eahOmfs+mgu+OAgiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Wb2x1bWVEb3duIjogIuatpOaMiemIleWPr+mZjeS9juaWh+acrOi9ieiqnumfs+mfs+mgu+eahOmfs+mHj+OAgiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Wb2x1bWVVcCI6ICLmraTmjInpiJXlj6/lop7lpKfmlofmnKzovYnoqp7pn7Ppn7PpoLvnmoTpn7Pph4/jgIIiLAogICAgImluc3RydWN0aW9uc0Fza0ZvckhlbHAiOiAi6KuL5ZCR5oqV56Wo56uZ5bel5L2c5Lq65ZOh5bCL5rGC5bmr5Yqp44CCIiwKICAgICJpbnN0cnVjdGlvbnNBc2tQb2xsV29ya2VyVG9QbHVnSW5Qb3dlciI6ICLoq4vmipXnpajnq5nlt6XkvZzkurrlk6Hmj5LlhaXpm7vmupDnt5rjgIIiLAogICAgImluc3RydWN0aW9uc0F1ZGlvTXV0ZUJ1dHRvbiI6ICLmjInjgIzpgbjmk4fjgI3mjInpiJXlsIfmiYDmnInpn7PpoLvpnZzpn7PjgIIiLAogICAgImluc3RydWN0aW9uc0JtZEFza0ZvclJlc3RhcnQiOiAi6KuL5oqV56Wo56uZ5bel5L2c5Lq65ZOh6YeN5paw5ZWf5YuV5qmf5Zmo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRCYWxsb3ROYXZpZ2F0aW9uTWFyayI6ICLkvb/nlKjmlofmnKzovYnoqp7pn7PnmoTpn7PpoLvpgLLooYzmipXnpajmmYLvvIzoq4vkvb/nlKjnhKHpmpznpJnmjqfliLblmajlsI3mgqjnmoTpgbjnpajpgLLooYzlvJXlsI7jgILopoHngI/opr3nq7bpgbjvvIzoq4vkvb/nlKjlt6bjgIHlj7PmjInpiJXjgILopoHngI/opr3nq7bpgbjpgbjpoIXvvIzoq4vkvb/nlKjlkJHkuIrlkozlkJHkuIvmjInpiJXjgILopoHpgbjmk4fmiJbkuI3pgbjmk4fnq7bpgbjpgbjpoIXpgLLooYzmipXnpajvvIzoq4vkvb/nlKjpgbjmk4fmjInpiJXjgILnj77lnKjmjInlj7PpjbXpgLLlhaXnrKzkuIDpoIXnq7bpgbjmtLvli5XjgIIiLAogICAgImluc3RydWN0aW9uc0JtZEJhbGxvdE5hdmlnYXRpb25NYXJrU2NhbiI6ICLkvb/nlKjmloflrZfovYnoqp7pn7Ppn7PpoLvpgLLooYzmipXnpajmmYLvvIzoq4vkvb/nlKjnhKHpmpznpJnmjqfliLblmajlsI3mgqjnmoTpgbjnpajpgLLooYzlvJXlsI7jgILmjqfliLblmajkuK3plpPkvY3nva7pmYTov5HmnInlm5vlgIvlsI7oiKrnrq3poK3mjInpiJXjgILopoHngI/opr3nq7bpgbjmtLvli5XvvIzoq4vkvb/nlKjlt6blj7Pnrq3poK3jgILopoHngI/opr3nq7bpgbjpgbjpoIXvvIzoq4vkvb/nlKjlkJHkuIrlkozlkJHkuIvnrq3poK3jgILopoHpgbjmk4fmiJblj5bmtojpgbjmk4fnq7bpgbjpgbjpoIXkvZzngrrmgqjnmoTmipXnpajvvIzoq4vkvb/nlKjlsI7oiKrmjInpiJXlj7PlgbTnmoTlnJPlnIjjgIzpgbjmk4fjgI3mjInpiJXjgILmjqfliLblmajlj7PkuIrop5LmnInlhanlgIvpn7Pph4/mjqfliLbmjInpiJXjgILmuJvomZ/mjInpiJXlj6/ku6XmuJvlsI/pn7PpoLvpn7Pph4/vvIzliqDomZ/mjInpiJXlj6/ku6Xlop7lpKfpn7Pph4/jgILopoHmlLnororpn7PpoLvnmoToqp7pgJ/vvIzoq4vkvb/nlKjmjqfliLblmajlj7PkuIvop5LnmoTlhanlgIvmjInpiJXjgILlkJHkuIvnrq3poK3mjInpiJXlj6/pmY3kvY7oqp7pgJ/vvIzlkJHkuIrnrq3poK3mjInpiJXlj6/mj5Dpq5joqp7pgJ/jgILopoHmg7PpmqjmmYLmmqvlgZzpn7PpoLvmiJblj5bmtojmmqvlgZzpn7PpoLvvvIzoq4vkvb/nlKjmjqfliLblmajlt6bkuIvop5LnmoTmmqvlgZzmjInpiJXjgILlpoLmnpzmgqjpnIDopoHmnInpl5zlpoLkvZXkvb/nlKjmjqfliLblmajnmoTmm7TlpJrkv6Hmga/vvIzoq4vpmqjmmYLmjInkuIvlt6bkuIrop5LnmoTllY/omZ/mjInpiJXjgILopoHph43opIfmkq3mlL7ku7vkvZXlhaflrrnvvIzlj6/kvb/nlKjlkJHkuIrmiJblkJHlt6bnrq3poK3ov5Tlm57liLDkuYvliY3nmoTlhaflrrnjgILnj77lnKjmjInlj7PpjbXku6XliY3pgLLliLDnrKzkuIDpoIXnq7bpgbjjgIIiLAogICAgImluc3RydWN0aW9uc0JtZEJhbGxvdE5hdmlnYXRpb25NYXJrU2NhblBhdERldmljZSI6ICLkvb/nlKjmlofmnKzovYnoqp7pn7PmipXnpajmmYLvvIzoq4vkvb/nlKjlgIvkurrovJTliqnoqK3lgpnngI/opr3pgbjnpajjgILopoHngI/opr3nq7bpgbjpgbjpoIXvvIzoq4vkvb/nlKjnp7vli5XovLjlhaXms5XjgILopoHpgbjmk4fmiJblj5bmtojpgbjmk4fnq7bpgbjpgbjpoIXkvZzngrrmgqjnmoTpgbjnpajvvIzoq4vkvb/nlKjpgbjmk4fovLjlhaXms5XjgILopoHngI/opr3nq7bpgbjmtLvli5XvvIzoq4vkvb/nlKjnp7vli5XovLjlhaXms5XlsI7oiKrliLDmqJnmnIkg44CM5LiL5LiA5q2l44CN5ZKM44CM5b6M6YCAIOOAjeeahOaOp+WItumNte+8jOeEtuW+jOS9v+eUqOmBuOaTh+i8uOWFpeazleOAguaomeiomOWujOertumBuOa0u+WLleS4reeahOmBuOelqOW+jO+8jOWxj+W5leeEpum7nuacg+iHquWLleenu+WLleWIsOOAjOS4i+S4gOWAi+OAjeaOp+WItumNte+8jOS7peaWueS+v+aCqOmAsuihjOaTjeS9nOOAguimgemWi+Wni+aKleelqO+8jOS9v+eUqOenu+WLlei8uOWFpeazleWwjuiIquWIsOaomeacieOAjOmWi+Wni+aKleelqOOAjeeahOaOp+WItumNte+8jOeEtuW+jOS9v+eUqOmBuOaTh+i8uOWFpeazleWJjemAsuWIsOmmluWAi+ertumBuOa0u+WLleOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFByZWFtYmxlIjogIuaCqOeahOato+W8j+mBuOelqOato+WcqOaJk+WNsOS4reOAguWujOaIkOS7peS4i+atpempn+WNs+WPr+WujOaIkOaKleelqO+8miIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFByZWFtYmxlUG9zdFByaW50IjogIuaCqOeahOato+W8j+mBuOelqOW3suW+nuaJk+WNsOapn+S4reWPluWHuuOAguWujOaIkOS7peS4i+atpempn+WNs+WujOaIkOaKleelqO+8miIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFN0ZXAxIjogIjEuIOmpl+itieaCqOeahOato+W8j+mBuOelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFN0ZXAyIjogIjIuIOaOg+aPj+aCqOeahOato+W8j+mBuOelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2xvc2VQcmludGVyQ292ZXIiOiAi5omT5Y2w5qmf6JOL5bey5omT6ZaL77yM5b+F6aCI6Zec6ZaJ5omN6IO957m857qM5oqV56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtQ2FzdGluZ0JhbGxvdCI6ICLmjInjgIzpgbjmk4fjgI3mjInpiJXnorroqo3mgqjnmoTpgbjmk4fnhKHoqqTlvozlho3pgLLooYzmipXnpajjgIIiLAogICAgImluc3RydWN0aW9uc0JtZENvbmZpcm1DYXN0aW5nQmFsbG90UGF0RGV2aWNlIjogIuS9v+eUqOmBuOaTh+i8uOWFpeazleeiuuiqjeaCqOW3suWBmuWHuuato+eiuumBuOaTh++8jOeEtuW+jOmAsuihjOaKleelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29uZmlybVByaW50aW5nQmFsbG90IjogIuaMieOAjOmBuOaTh+OAjeaMiemIleeiuuiqjeaCqOeahOmBuOaTh+S4puaJk+WNsOmBuOelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29uZmlybVByaW50aW5nQmFsbG90UGF0RGV2aWNlIjogIuS9v+eUqOmBuOaTh+i8uOWFpeazleeiuuiqjeaCqOeahOmBuOaTh+S4puaJk+WNsOmBuOelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29udGVzdE5hdmlnYXRpb24iOiAi6KaB54CP6Ka956u26YG46YG46aCF77yM6KuL5L2/55So5ZCR5LiL55qE5oyJ6YiV44CC6KaB6L2J5Yiw5LiL5LiA5YCL56u26YG45L2/55So5ZCR5Y+z55qE5oyJ6YiV44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb250ZXN0TmF2aWdhdGlvblBhdERldmljZSI6ICLopoHngI/opr3nq7bpgbjpgbjpoIXvvIzoq4vkvb/nlKjnp7vli5XovLjlhaXms5XjgILopoHpgLLlhaXkuIvkuIDlgIvnq7bpgbjmtLvli5XvvIzoq4vkvb/nlKjnp7vli5XovLjlhaXms5XlsI7oiKrliLDmqJnmnInjgIzkuIvkuIDlgIvjgI3nmoTmjqfliLbpjbXvvIznhLblvozkvb/nlKjpgbjmk4fovLjlhaXms5Xku6XnubznuozjgIIiLAogICAgImluc3RydWN0aW9uc0JtZENvbnRyb2xsZXJTYW5kYm94TWFya1NjYW4iOiAi5oyJ5LiL5o6n5Yi25Zmo5LiK55qE5Lu75L2V5oyJ6YiV77yM5Y2z5Y+v5LqG6Kej5oyJ6YiV55qE5Yqf6IO95ZKM5L2/55So5pa55rOV44CC5LmL5b6M77yM5YaN5qyh5oyJ5LiL5o6n5Yi25Zmo5bem5LiK6KeS6aGe5Ly85ZWP6Jmf55qEXCLluavliqlcIuaMiemIle+8jOWNs+WPr+i/lOWbnuWIsOaCqOeahOmBuOelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kSW5zZXJ0QmFsbG90RmFjZVVwIjogIuiri+WLmeW/heWwh+e0meW8teS4puS/neaMgeaJk+WNsOmdouacneS4iuaPkuWFpeOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kSW5zZXJ0UHJldmlvdXNseVByaW50ZWRCYWxsb3QiOiAi6KuL5Y+W5Ye66YG456Wo77yM5o+S5YWl5LmL5YmN5omT5Y2w5aW955qE6YG456Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRJbnZhbGlkYXRlZEJhbGxvdCI6ICLmgqjlt7LlkIzmhI/kv67mlLnmgqjnmoTpgbjnpajjgIIiLAogICAgImluc3RydWN0aW9uc0JtZE1vdmVUb1NlbGVjdFRvQ29udGludWVQYXREZXZpY2UiOiAi5L2/55So56e75YuV6Ly45YWl5rOV6YG45pOH44CM56K65a6a44CN5oyJ6YiV77yM54S25b6M5L2/55So6YG45pOH6Ly45YWl5rOV5Lul57m857qM44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWROZXh0VG9Db250aW51ZSI6ICLmjInlkJHlj7PnmoTmjInpiJXku6XnubznuozjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFBhcGVySmFtIjogIuiri+aPkOmGkuaKleelqOermeW3peS9nOS6uuWToea4hemZpOWNoee0meOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25BY3RpdmF0ZUlucHV0IjogIumWi+WVn+i8uOWFpeaooeW8j+S7pee5vOe6jOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25BY3RpdmF0ZUlucHV0QWdhaW4iOiAi5YaN5qyh6ZaL5ZWf6Ly45YWl5qih5byP5Lul57m857qM44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvbkFjdGl2YXRlT3RoZXJJbnB1dCI6ICLplovllZ/lhbblroPovLjlhaXmqKHlvI/jgIIiLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQ29uZmlybUV4aXRTY3JlZW4iOiAi5oKo5Y+v5Lul57m857qM5oqV56Wo5oiW6L+U5Zue5LiK5LiA5YCL55WM6Z2i44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvbkludHJvU3RlcCI6ICLplovllZ/ku7vmhI/kuIDlgIvovLjlhaXmqKHlvI/ku6XnubznuozjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uVHJ5SW5wdXQiOiAi5ZiX6Kmm6Ly45YWl5Lul57m857qM44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQcmludFNjcmVlbk5vQmFsbG90UmVtb3ZhbCI6ICLpgbjnpajmiZPljbDlvozoq4vli7/mkpXkuIvjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFJlaW5zZXJ0QmFsbG90IjogIuiri+mHjeaWsOaPkuWFpeWNsOWlveeahOmBuOelqOmAsuihjOaKleelqOS4pumAsuS4gOatpeWujOaIkOaKleelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmV2aWV3QW5kVmFsaWRhdGVQcmludGVkQmFsbG90IjogIuS7peS4i+aKleelqOaYr+W+nuaCqOW3suaJk+WNsOeahOato+W8j+mBuOelqOS4reaOg+aPj+iAjOS+huOAguiri+afpeeci+eCuuavj+WAi+ertumBuOa0u+WLleaJgOWBmueahOmBuOaTh++8jOeiuuiqjeeEoeiqpOW+jOWGjeaKleelqOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmV2aWV3UGFnZUNoYW5naW5nVm90ZXMiOiAi6KaB5pu05pS55oKo5Zyo5Lu75L2V56u26YG45Lit55qE5oqV56Wo77yM6KuL5L2/55So6YG45pOH5oyJ6YiV5bCO6Iiq5Yiw6Kmy56u26YG46aCF55uu44CC5a6M5oiQ6YG456Wo55qE6YG45pOH5Lim5rqW5YKZ5omT5Y2w6YG456Wo5pmC77yM6KuL5L2/55So5Y+z5YG05oyJ6YiV5omT5Y2w6YG456Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlQ2hhbmdpbmdWb3Rlc1BhdERldmljZSI6ICLopoHmm7TmlLnmgqjlnKjku7vkvZXnq7bpgbjkuK3nmoTmipXnpajvvIzoq4vkvb/nlKjpgbjmk4fovLjlhaXms5XlsI7oiKrliLDoqbLnq7bpgbjmtLvli5XjgILnlbbmgqjlrozmiJDmipXnpajpgbjmk4fkuKbmupblgpnmiZPljbDpgbjnpajmmYLvvIzoq4vkvb/nlKjnp7vli5XovLjlhaXms5XlsI7oiKrliLDmqJnmnIkg44CM5omT5Y2w5oiR55qE6YG456WoIOOAjeeahOaOp+WItumNte+8jOeEtuW+jOS9v+eUqOmBuOaTh+i8uOWFpeazlemWi+Wni+aJk+WNsOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmV2aWV3UGFnZU5hdmlnYXRpb24iOiAi6KaB5p+l55yL5oKo55qE6YG456Wo77yM6KuL5L2/55SoIFwi5ZCR5LiKIFwi5ZKMIFwi5ZCR5LiLIFwi5oyJ6YiV5Zyo6YG456Wo56u26YG45rS75YuV5Lit5LiA5q2l5LiA5q2l5ZCR5YmN6YKB6YCy44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlTmF2aWdhdGlvblBhdERldmljZSI6ICLopoHmn6XnnIvmgqjnmoTmipXnpajpgbjoiInmg4Xms4HvvIzoq4vkvb/nlKjnp7vli5XovLjlhaXms5XpgLLooYzngI/opr3jgIIiLAogICAgImluc3RydWN0aW9uc0JtZFNjYW5SZXZpZXdDb25maXJtYXRpb24iOiAi5aaC5p6c5oKo55qE6YG45pOH5piv5q2j56K655qE77yM6KuL5oyJIFwi5ZCR5Y+zIFwi5oyJ6YiV56K66KqN5oKo55qE6YG45pOH5Lim5oqV56Wo44CC5aaC5p6c5Ye654++6Yyv6Kqk77yM6KuL5oyJIFwi5ZCR5bemIFwi5oyJ6YiV5bCH5q2k6YG456Wo5qiZ6KiY54K66Yyv6Kqk77yM5Lim5bCx5q2k5o+Q6YaS5oqV56Wo56uZ5bel5L2c5Lq65ZOh44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRTY2FuUmV2aWV3Q29uZmlybWF0aW9uUGF0RGV2aWNlIjogIuWmguaenOaCqOeahOmBuOaTh+ato+eiuu+8jOiri+S9v+eUqOenu+WLlei8uOWFpeazleWwjuiIquWIsOaomeacieOAjOaKleaIkeS4gOelqOOAjeeahOaOp+WItumNte+8jOeEtuW+jOS9v+eUqOmBuOaTh+i8uOWFpeazleeiuuiqjeaCqOeahOmBuOaTh+S4pumAsuihjOaKleelqOOAguWmguaenOWHuuePvumMr+iqpO+8jOiri+mBuOaTh+aomeacieOAjOaIkeeahOmBuOelqOS4jeato+eiuuOAjeeahOmBuOmghe+8jOWwh+atpOmBuOelqOaomeiomOeCuuS4jeato+eiuu+8jOS4puaPkOmGkuaKleelqOermeW3peS9nOS6uuWToeOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kU2VsZWN0VG9Db250aW51ZSI6ICLmjIkgXCLpgbjmk4cgXCLmjInpiJXnubznuozjgIIiLAogICAgImluc3RydWN0aW9uc0JtZFNlbGVjdFRvQ29udGludWVQYXREZXZpY2UiOiAi5L2/55So6YG45pOH6Ly45YWl5rOV5Lul57m857qM44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRXcml0ZUluRm9ybU5hdmlnYXRpb24iOiAi5L2/55So5ZCR5LiK5ZKM5ZCR5LiL5oyJ6YiV5Zyo5qiZ5rqW6Y2155uk55qE5a2X5q+N5LmL6ZaT5YiH5o+b44CC5L2/55So6YG45pOH5oyJ6YiV6YG45pOH55W25YmN5a2X5q+N44CCIiwKICAgICJpbnN0cnVjdGlvbnNCbWRXcml0ZUluRm9ybU5hdmlnYXRpb25QYXREZXZpY2UiOiAi5L2/55So56e75YuV6Ly45YWl5rOV5Zyo5qiZ5rqW6Y2155uk55qE5a2X5q+N6ZaT5bCO6Iiq44CC5L2/55So6YG45pOH6Ly45YWl5rOV6YG45pOH55W25YmN5a2X5q+N44CCIiwKICAgICJpbnN0cnVjdGlvbnNMYW5ndWFnZVNldHRpbmdzQnV0dG9uIjogIuaMieOAjOmBuOaTh+OAjeaMiemIleabtOaUueaCqOeahOaKleelqOiqnuiogOOAgiIsCiAgICAiaW5zdHJ1Y3Rpb25zTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlbiI6ICLkvb/nlKjlkJHkuIrlkozlkJHkuIvmjInpiJXngI/opr3lj6/nlKjnmoTpgbjnpajoqp7oqIDjgILkvb/nlKjpgbjmk4fmjInpiJXpgbjmk4foqp7oqIDjgILkuYvlvozvvIzkvb/nlKjlkJHlj7PmjInpiJXlj6/nubznuozpgLLooYzmipXnpajjgIIiLAogICAgImluc3RydWN0aW9uc0xhbmd1YWdlU2V0dGluZ3NTY3JlZW5QYXREZXZpY2UiOiAi5L2/55So56e75YuV6Ly45YWl5rOV54CP6Ka95Y+v55So55qE6YG456Wo6Kqe6KiA44CC6KaB6YG45pOH6Kqe6KiA77yM6KuL5L2/55So6YG45pOH6Ly45YWl5rOV44CC5a6M5oiQ5b6M77yM5L2/55So56e75YuV6Ly45YWl5rOV5bCO6Iiq5Yiw5qiZ5pyJ44CM5a6M5oiQ44CN5a2X5qij55qE5o6n5Yi26Y2177yM54S25b6M5L2/55So6YG45pOH6Ly45YWl5rOV57m857qM5oqV56Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNTY2FubmVyQXNrRm9yUmVzdGFydCI6ICLoq4vmipXnpajnq5nlt6XkvZzkurrlk6Hph43mlrDllZ/li5XmjoPmj4/lhIDjgIIiLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJJbnNlcnRCYWxsb3RTY3JlZW4iOiAi5LiA5qyh5o6D5o+P5LiA5by16YG456Wo44CCIiwKICAgICJpbnN0cnVjdGlvbnNTY2FubmVyUmVtb3ZlQmFsbG90VG9Db250aW51ZSI6ICLlj5blh7rpgbjnpajku6XnubznuozjgIIiLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJSZW1vdmVEb3VibGVTaGVldCI6ICLlj5blh7rpgbjnpajvvIzmr4/mrKHmj5LlhaXkuIDlvLXpgbjnpajjgIIiLAogICAgImxhYmVsQWxsUHJlY2luY3RzU2VsZWN0aW9uIjogIuaJgOaciemBuOWNgCIsCiAgICAibGFiZWxCYWxsb3RTdHlsZSI6ICLpgbjnpajmqKPlvI/vvJoiLAogICAgImxhYmVsQm1kUGF0Q2FsaWJyYXRpb25JbnB1dEFjdGl2YXRlZCI6ICLovLjlhaXmqKHlvI/lt7Lmv4DmtLvvvJoiLAogICAgImxhYmVsQm1kUGF0Q2FsaWJyYXRpb25JbnB1dElkZW50aWZpZWQiOiAi5bey6K2Y5Yil6Ly45YWlIiwKICAgICJsYWJlbEJtZFNlY29uZHNSZW1haW5pbmciOiAi5Ymp6aSY56eS5pW4IiwKICAgICJsYWJlbEJtZFdyaXRlSW5Gb3JtIjogIui8uOWFpTwxPuS4jTwvMT7lnKjpgbjnpajkuIrnmoTkurrlkI3vvJoiLAogICAgImxhYmVsQ2hhcmFjdGVyc1JlbWFpbmluZyI6ICLlianppJjlrZfmlbgiLAogICAgImxhYmVsQ29udGVzdE51bWJlciI6ICLnq7bpgbjnt6jomZ8iLAogICAgImxhYmVsQ29udGVzdHNSZW1haW5pbmciOiAi5Ymp6aSY56u26YG4IiwKICAgICJsYWJlbENvbnRlc3RzV2l0aE5vVm90ZXMiOiAi5pyq5qiZ6KiY56Wo5pW455qE56u26YG477yaIiwKICAgICJsYWJlbENvbnRlc3RzV2l0aFRvb01hbnlWb3RlcyI6ICLmqJnoqJjnpajmlbjpgY7lpJrnmoTnq7bpgbjvvJoiLAogICAgImxhYmVsQ29udGVzdHNXaXRoVm90ZXNSZW1haW5pbmciOiAi5Ymp6aSY5LiA56Wo5oiW5aSa56Wo55qE56u26YG477yaIiwKICAgICJsYWJlbEN1cnJlbnRMYW5ndWFnZSI6ICLnlbbliY3oqp7oqIAiLAogICAgImxhYmVsRGVzZWxlY3RlZCI6ICLlj5bmtojpgbjmk4fvvJoiLAogICAgImxhYmVsRGVzZWxlY3RlZE9wdGlvbiI6ICLlj5bmtojpgbjmk4fnmoTpoIXnm67vvJoiLAogICAgImxhYmVsRWl0aGVyTmVpdGhlckNvbnRlc3RFaXRoZXJOZWl0aGVyU2VjdGlvbiI6ICLmipXnpajotIrmiJDlhbbkuK3kuYvkuIDvvIzmiJbpg73lj43lsI0iLAogICAgImxhYmVsRWl0aGVyTmVpdGhlckNvbnRlc3RQaWNrT25lU2VjdGlvbiI6ICLmipXotIrmiJDnpagiLAogICAgImxhYmVsS2V5Ym9hcmRDb21tYSI6ICIsIiwKICAgICJsYWJlbEtleWJvYXJkRGVsZXRlIjogIuWIqumZpCIsCiAgICAibGFiZWxLZXlib2FyZERvdWJsZVF1b3RlIjogIlwiIiwKICAgICJsYWJlbEtleWJvYXJkSHlwaGVuIjogIi0iLAogICAgImxhYmVsS2V5Ym9hcmRQZXJpb2QiOiAiLiIsCiAgICAibGFiZWxLZXlib2FyZFNpbmdsZVF1b3RlIjogIiciLAogICAgImxhYmVsS2V5Ym9hcmRTcGFjZUJhciI6ICLnqbrmoLwiLAogICAgImxhYmVsTnVtQmFsbG90Q29udGVzdHMiOiAi5oKo6YG456Wo5LiK55qE56u26YG45pW46YePIiwKICAgICJsYWJlbE51bVNoZWV0c1NjYW5uZWQiOiAi57SZ5by15bey5o6D5o+PIiwKICAgICJsYWJlbE51bVZvdGVzUmVtYWluaW5nIjogIuacrOasoeertumBuOWJqemkmOelqOaVuCIsCiAgICAibGFiZWxOdW1Wb3Rlc1VudXNlZCI6ICLmnKrkvb/nlKjnpajmlbgiLAogICAgImxhYmVsU2VsZWN0ZWQiOiAi5bey6YG4IiwKICAgICJsYWJlbFNlbGVjdGVkT3B0aW9uIjogIuW3sumBuOmBuOmghe+8miIsCiAgICAibGFiZWxUaGVtZXNDb250cmFzdEhpZ2hEYXJrIjogIueZveiJsuaWh+acrO+8jOm7keiJsuiDjOaZryIsCiAgICAibGFiZWxUaGVtZXNDb250cmFzdEhpZ2hMaWdodCI6ICLpu5HoibLmlofmnKzvvIznmb3oibLog4zmma8iLAogICAgImxhYmVsVGhlbWVzQ29udHJhc3RMb3ciOiAi54Gw6Imy5paH5pys77yM5rex6Imy6IOM5pmvIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0TWVkaXVtIjogIua3seiJsuaWh+acrO+8jOa3uuiJsuiDjOaZryIsCiAgICAibGFiZWxUaGVtZXNTaXplRXh0cmFMYXJnZSI6ICLnibnlpKfomZ8iLAogICAgImxhYmVsVGhlbWVzU2l6ZUxhcmdlIjogIuWkp+iZnyIsCiAgICAibGFiZWxUaGVtZXNTaXplTWVkaXVtIjogIuS4reiZnyIsCiAgICAibGFiZWxUaGVtZXNTaXplU21hbGwiOiAi5bCP6JmfIiwKICAgICJsYWJlbFRvdGFsQ29udGVzdHMiOiAi56u26YG457i95pW4IiwKICAgICJsYWJlbFdyaXRlSW5DYW5kaWRhdGVOYW1lIjogIuabuOmdouWAmemBuOS6uiIsCiAgICAibGFiZWxXcml0ZUluUGFyZW50aGVzaXplZCI6ICLvvIjlr6vlhaXvvIkiLAogICAgImxhYmVsV3JpdGVJblRpdGxlQ2FzZSI6ICLlr6vlhaUiLAogICAgImxhYmVsV3JpdGVJblRpdGxlQ2FzZUNvbG9uIjogIuWvq+WFpe+8miIsCiAgICAibGV0dGVyQSI6ICJBIiwKICAgICJsZXR0ZXJCIjogIkIiLAogICAgImxldHRlckMiOiAiQyIsCiAgICAibGV0dGVyRCI6ICJEIiwKICAgICJsZXR0ZXJFIjogIkUiLAogICAgImxldHRlckYiOiAiRiIsCiAgICAibGV0dGVyRyI6ICJHIiwKICAgICJsZXR0ZXJIIjogIkgiLAogICAgImxldHRlckkiOiAiSSIsCiAgICAibGV0dGVySiI6ICJKIiwKICAgICJsZXR0ZXJLIjogIksiLAogICAgImxldHRlckwiOiAiTCIsCiAgICAibGV0dGVyTSI6ICJNIiwKICAgICJsZXR0ZXJOIjogIk4iLAogICAgImxldHRlck8iOiAiTyIsCiAgICAibGV0dGVyUCI6ICJQIiwKICAgICJsZXR0ZXJRIjogIlEiLAogICAgImxldHRlclIiOiAiUiIsCiAgICAibGV0dGVyUyI6ICJTIiwKICAgICJsZXR0ZXJUIjogIlQiLAogICAgImxldHRlclUiOiAiVSIsCiAgICAibGV0dGVyViI6ICJWIiwKICAgICJsZXR0ZXJXIjogIlciLAogICAgImxldHRlclgiOiAiWCIsCiAgICAibGV0dGVyWSI6ICJZIiwKICAgICJsZXR0ZXJaIjogIloiLAogICAgIm5vdGVBc2tQb2xsV29ya2VyRm9ySGVscCI6ICLlpoLpnIDluavliqnvvIzoq4voq67oqaLmipXnpajnq5nlt6XkvZzkurrlk6HjgIIiLAogICAgIm5vdGVCYWxsb3RDb250ZXN0Tm9TZWxlY3Rpb24iOiAi5LiN6YG45pOHIiwKICAgICJub3RlQm1kQmFsbG90Qm94SXNGdWxsIjogIuaKleelqOermeW3peS9nOS6uuWToeW/hemgiOa4heepuuijnea7v+elqOeahOaKleelqOeusSIsCiAgICAibm90ZUJtZEJhbGxvdFNoZWV0TG9hZGVkIjogIumBuOelqOW3suWKoOi8ieOAguWcqOmHjeaWsOaJk+WNsOmBuOelqOS5i+WJje+8jOaCqOWwh+acieapn+acg+afpeeci+aCqOeahOmBuOmgheOAgiIsCiAgICAibm90ZUJtZENhc3RpbmdCYWxsb3QiOiAi5oqV56WoLi4uIiwKICAgICJub3RlQm1kQ2xlYXJpbmdCYWxsb3QiOiAi5riF6Zmk6YG456WoIiwKICAgICJub3RlQm1kQ29udGVzdENvbXBsZXRlZCI6ICLmgqjlt7LlrozmiJDmnKzmrKHnq7bpgbjnmoTmipXnpajpgbjmk4fjgILmjInnrq3poK3lkJHlj7PnmoTmjInpiJXpgLLlhaXkuIvkuIDlgIvnq7bos73mtLvli5XjgILmgqjlj6/ku6XnubznuozngI/opr3mnKzmrKHnq7bos73vvIzku6Xmm7TmlLnmgqjnmoTpgbjoiInntZDmnpzjgIIiLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyTm9TZWxlY3Rpb24iOiAi6aaW5YWI77yM5oqVIFwi6LSK5oiQ5LiA5pa5XCLmiJYgXCLlj43lsI3pm5nmlrlcIu+8jOeEtuW+jOmBuOaTh+aCqOW4jOacm+aOoeWPlueahOaOquaWveOAgiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJTZWxlY3RlZEVpdGhlciI6ICLmgqjpgbjmk4fkuoYgXCLotIrmiJDkuIDmlrlcIuOAgjwyPuePvuWcqOmBuOaTh+aCqOW4jOacm+aOoeWPlueahOaOquaWveOAgjwvMj4iLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWRFaXRoZXJBbmRQcmVmZXJyZWQiOiAi5oKo6YG45pOH5LqGIFwi5Lu76YG45YW25LiAIFwi5ZKM5oKo5biM5pyb5o6h5Y+W55qE5o6q5pa944CCIiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkTmVpdGhlciI6ICLmgqjpgbjmk4fkuoYgXCLlkIzmmYLlj43lsI3kuozogIVcIuOAgjwyPuaCqOS7jeWPr+S7pemBuOaTh+aCqOW4jOacm+aOoeWPlueahOaOquaWveOAgjwvMj4iLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWROZWl0aGVyQW5kUHJlZmVycmVkIjogIuaCqOmBuOaTh+S6hiBcIuWQjOaZguWPjeWwjeS6jOiAhSBcIuWSjOaCqOW4jOacm+aOoeWPlueahOaOquaWveOAgiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJTZWxlY3RlZFByZWZlcnJlZCI6ICLmgqjlt7LntpPpgbjmk4fkuobmgqjluIzmnJvmjqHlj5bnmoTmjqrmlr3jgII8Mj7nj77lnKjmipUgXCLotIrmiJDkuIDmlrlcIuaIliBcIuWPjeWwjembmeaWuVwi56Wo44CCIiwKICAgICJub3RlQm1kSGFyZHdhcmVSZXNldCI6ICLnoazku7blt7Lph43nva7jgIIiLAogICAgIm5vdGVCbWRIYXJkd2FyZVJlc2V0dGluZyI6ICLnoazku7bmraPlnKjph43nva7jgIIiLAogICAgIm5vdGVCbWRJbnRlcnByZXRhdGlvblByb2JsZW0iOiAi5oKo55qE6YG456Wo6Kej5p6Q5pyJ5ZWP6aGM44CC44CCIiwKICAgICJub3RlQm1kUGF0Q2FsaWJyYXRpb25JbnRyb1N0ZXAiOiAi5oKo5Y+v55So5L2/55SoPDE+56e75YuVPC8xPuWxj+W5leS4iueahOeEpum7nuaIljwzPumBuOaThzwvMz7mn5DkuIDpoIXkvoblrozmiJDmgqjnmoTlhanmrKHovLjlhaXjgIIiLAogICAgIm5vdGVCbWRQYXRDYWxpYnJhdGlvblN0ZXAxIjogIuatpempnzEvMyIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uU3RlcDIiOiAi5q2l6amfMi8zIiwKICAgICJub3RlQm1kUGF0Q2FsaWJyYXRpb25TdGVwMyI6ICLmraXpqZ8zLzMiLAogICAgIm5vdGVCbWRQcmludGVkQmFsbG90UmV2aWV3TmV4dFN0ZXBzIjogIuWcqOaCqOeahOaJk+WNsOmBuOelqOaKleWHuuS5i+WJje+8jOaCqOWwh+acieapn+acg+afpeeci+S4puaguOWvpumBuOelqOS4iueahOaKleelqOaDheazgeOAgiIsCiAgICAibm90ZUJtZFJlbG9hZFNoZWV0QWZ0ZXJQYXBlckphbSI6ICLoq4vmipXnpajnq5nlt6XkvZzkurrlk6Hoo53lhaXmlrDnmoTpgbjnpajjgIIiLAogICAgIm5vdGVCbWRTY2FubmluZ1JlaW5zZXJ0ZWRCYWxsb3QiOiAi5oKo6YG456Wo5LiK55qE5oqV56Wo5L+h5oGv5Zyo5o6D5o+P77yM6KuL56iN562J44CCIiwKICAgICJub3RlQm1kU2Vzc2lvblJlc3RhcnQiOiAi5oKo55qE5oqV56Wo55Kw56+A5bCH5b6I5b+r6YeN5paw6ZaL5aeL44CCIiwKICAgICJub3RlUHJpbnRlckRpc2Nvbm5lY3RlZCI6ICLmiZPljbDmqZ/lt7LmlrfplovpgKPmjqXjgIIiLAogICAgIm5vdGVQcmludGVySGFyZHdhcmVFcnJvciI6ICLmiZPljbDmqZ/lh7rnj77mnKrnn6XpjK/oqqTjgIIiLAogICAgIm5vdGVTY2FubmVyQmxhbmtDb250ZXN0c0NhcmRQbHVyYWwiOiAi5oKo5piv5ZCm5pyJ5oSP5bCH6YCZ5Lqb56u26YG45L+d55WZ56m655m977yfIiwKICAgICJub3RlU2Nhbm5lckJsYW5rQ29udGVzdHNDYXJkU2luZ3VsYXIiOiAi5oKo5piv5ZCm5pyJ5oSP5bCH5q2k56u26YG45L+d55WZ56m655m977yfIiwKICAgICJub3RlU2Nhbm5lckRpc2Nvbm5lY3RlZCI6ICLmjoPmj4/lhIDlt7LmlrfplovpgKPmjqXjgIIiLAogICAgIm5vdGVTY2FubmVyT3ZlcnZvdGVDb250ZXN0c0NhcmRQbHVyYWwiOiAi5oKo5Zyo6YCZ5Lqb56u26YG45Lit55qE5oqV56Wo5bCH5LiN5pyD6KKr6KiI566X5Zyo5YWn44CCIiwKICAgICJub3RlU2Nhbm5lck92ZXJ2b3RlQ29udGVzdHNDYXJkU2luZ3VsYXIiOiAi5oKo5Zyo5pys5qyh56u26YG45Lit55qE5oqV56Wo5bCH5LiN5pyD6KKr6KiI566X5Zyo5YWn44CCIiwKICAgICJub3RlU2Nhbm5lclNjYW5JblByb2dyZXNzIjogIuaOg+aPj+mBuOelqOS4iueahOaomeiomOOAgiIsCiAgICAibm90ZVNjYW5uZXJVbmRlcnZvdGVDb250ZXN0c0NhcmRQbHVyYWwiOiAi6YCZ5Lqb56u26LO95Lit55qE5omA5pyJ5YW25a6D5oqV56Wo6YO95bCH6KiI566X5Zyo5YWn44CCIiwKICAgICJub3RlU2Nhbm5lclVuZGVydm90ZUNvbnRlc3RzQ2FyZFNpbmd1bGFyIjogIuacrOasoeavlOizveS4reeahOaJgOacieWFtuWug+aKleelqOmDveWwh+ioiOeul+WcqOWFp+OAgiIsCiAgICAibm90ZVRoYW5rWW91Rm9yVm90aW5nIjogIuaEn+isneaKleelqOOAgiIsCiAgICAibm90ZVZvdGVyU2V0dGluZ3NBdWRpb011dGVkIjogIumfs+mgu+W3sumdnOmfsyIsCiAgICAibm90ZVZvdGVyU2V0dGluZ3NBdWRpb05vSGVhZHBob25lcyI6ICLmnKrmqqLmuKzliLDogLPmqZ8iLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9Vbm11dGVkIjogIumfs+mgu+W3suaJk+mWiyIsCiAgICAibnVtYmVyMCI6ICIwIiwKICAgICJudW1iZXIxIjogIjEiLAogICAgIm51bWJlcjEwIjogIjEwIiwKICAgICJudW1iZXIxMDAiOiAiMTAwIiwKICAgICJudW1iZXIxMDEiOiAiMTAxIiwKICAgICJudW1iZXIxMDIiOiAiMTAyIiwKICAgICJudW1iZXIxMDMiOiAiMTAzIiwKICAgICJudW1iZXIxMDQiOiAiMTA0IiwKICAgICJudW1iZXIxMDUiOiAiMTA1IiwKICAgICJudW1iZXIxMDYiOiAiMTA2IiwKICAgICJudW1iZXIxMDciOiAiMTA3IiwKICAgICJudW1iZXIxMDgiOiAiMTA4IiwKICAgICJudW1iZXIxMDkiOiAiMTA5IiwKICAgICJudW1iZXIxMSI6ICIxMSIsCiAgICAibnVtYmVyMTEwIjogIjExMCIsCiAgICAibnVtYmVyMTExIjogIjExMSIsCiAgICAibnVtYmVyMTEyIjogIjExMiIsCiAgICAibnVtYmVyMTEzIjogIjExMyIsCiAgICAibnVtYmVyMTE0IjogIjExNCIsCiAgICAibnVtYmVyMTE1IjogIjExNSIsCiAgICAibnVtYmVyMTE2IjogIjExNiIsCiAgICAibnVtYmVyMTE3IjogIjExNyIsCiAgICAibnVtYmVyMTE4IjogIjExOCIsCiAgICAibnVtYmVyMTE5IjogIjExOSIsCiAgICAibnVtYmVyMTIiOiAiMTIiLAogICAgIm51bWJlcjEyMCI6ICIxMjAiLAogICAgIm51bWJlcjEyMSI6ICIxMjEiLAogICAgIm51bWJlcjEyMiI6ICIxMjIiLAogICAgIm51bWJlcjEyMyI6ICIxMjMiLAogICAgIm51bWJlcjEyNCI6ICIxMjQiLAogICAgIm51bWJlcjEyNSI6ICIxMjUiLAogICAgIm51bWJlcjEyNiI6ICIxMjYiLAogICAgIm51bWJlcjEyNyI6ICIxMjciLAogICAgIm51bWJlcjEyOCI6ICIxMjgiLAogICAgIm51bWJlcjEyOSI6ICIxMjkiLAogICAgIm51bWJlcjEzIjogIjEzIiwKICAgICJudW1iZXIxMzAiOiAiMTMwIiwKICAgICJudW1iZXIxMzEiOiAiMTMxIiwKICAgICJudW1iZXIxMzIiOiAiMTMyIiwKICAgICJudW1iZXIxMzMiOiAiMTMzIiwKICAgICJudW1iZXIxMzQiOiAiMTM0IiwKICAgICJudW1iZXIxMzUiOiAiMTM1IiwKICAgICJudW1iZXIxNCI6ICIxNCIsCiAgICAibnVtYmVyMTUiOiAiMTUiLAogICAgIm51bWJlcjE2IjogIjE2IiwKICAgICJudW1iZXIxNyI6ICIxNyIsCiAgICAibnVtYmVyMTgiOiAiMTgiLAogICAgIm51bWJlcjE5IjogIjE5IiwKICAgICJudW1iZXIyIjogIjIiLAogICAgIm51bWJlcjIwIjogIjIwIiwKICAgICJudW1iZXIyMSI6ICIyMSIsCiAgICAibnVtYmVyMjIiOiAiMjIiLAogICAgIm51bWJlcjIzIjogIjIzIiwKICAgICJudW1iZXIyNCI6ICIyNCIsCiAgICAibnVtYmVyMjUiOiAiMjUiLAogICAgIm51bWJlcjI2IjogIjI2IiwKICAgICJudW1iZXIyNyI6ICIyNyIsCiAgICAibnVtYmVyMjgiOiAiMjgiLAogICAgIm51bWJlcjI5IjogIjI5IiwKICAgICJudW1iZXIzIjogIjMiLAogICAgIm51bWJlcjMwIjogIjMwIiwKICAgICJudW1iZXIzMSI6ICIzMSIsCiAgICAibnVtYmVyMzIiOiAiMzIiLAogICAgIm51bWJlcjMzIjogIjMzIiwKICAgICJudW1iZXIzNCI6ICIzNCIsCiAgICAibnVtYmVyMzUiOiAiMzUiLAogICAgIm51bWJlcjM2IjogIjM2IiwKICAgICJudW1iZXIzNyI6ICIzNyIsCiAgICAibnVtYmVyMzgiOiAiMzgiLAogICAgIm51bWJlcjM5IjogIjM5IiwKICAgICJudW1iZXI0IjogIjQiLAogICAgIm51bWJlcjQwIjogIjQwIiwKICAgICJudW1iZXI0MSI6ICI0MSIsCiAgICAibnVtYmVyNDIiOiAiNDIiLAogICAgIm51bWJlcjQzIjogIjQzIiwKICAgICJudW1iZXI0NCI6ICI0NCIsCiAgICAibnVtYmVyNDUiOiAiNDUiLAogICAgIm51bWJlcjQ2IjogIjQ2IiwKICAgICJudW1iZXI0NyI6ICI0NyIsCiAgICAibnVtYmVyNDgiOiAiNDgiLAogICAgIm51bWJlcjQ5IjogIjQ5IiwKICAgICJudW1iZXI1IjogIjUiLAogICAgIm51bWJlcjUwIjogIjUwIiwKICAgICJudW1iZXI1MSI6ICI1MSIsCiAgICAibnVtYmVyNTIiOiAiNTIiLAogICAgIm51bWJlcjUzIjogIjUzIiwKICAgICJudW1iZXI1NCI6ICI1NCIsCiAgICAibnVtYmVyNTUiOiAiNTUiLAogICAgIm51bWJlcjU2IjogIjU2IiwKICAgICJudW1iZXI1NyI6ICI1NyIsCiAgICAibnVtYmVyNTgiOiAiNTgiLAogICAgIm51bWJlcjU5IjogIjU5IiwKICAgICJudW1iZXI2IjogIjYiLAogICAgIm51bWJlcjYwIjogIjYwIiwKICAgICJudW1iZXI2MSI6ICI2MSIsCiAgICAibnVtYmVyNjIiOiAiNjIiLAogICAgIm51bWJlcjYzIjogIjYzIiwKICAgICJudW1iZXI2NCI6ICI2NCIsCiAgICAibnVtYmVyNjUiOiAiNjUiLAogICAgIm51bWJlcjY2IjogIjY2IiwKICAgICJudW1iZXI2NyI6ICI2NyIsCiAgICAibnVtYmVyNjgiOiAiNjgiLAogICAgIm51bWJlcjY5IjogIjY5IiwKICAgICJudW1iZXI3IjogIjciLAogICAgIm51bWJlcjcwIjogIjcwIiwKICAgICJudW1iZXI3MSI6ICI3MSIsCiAgICAibnVtYmVyNzIiOiAiNzIiLAogICAgIm51bWJlcjczIjogIjczIiwKICAgICJudW1iZXI3NCI6ICI3NCIsCiAgICAibnVtYmVyNzUiOiAiNzUiLAogICAgIm51bWJlcjc2IjogIjc2IiwKICAgICJudW1iZXI3NyI6ICI3NyIsCiAgICAibnVtYmVyNzgiOiAiNzgiLAogICAgIm51bWJlcjc5IjogIjc5IiwKICAgICJudW1iZXI4IjogIjgiLAogICAgIm51bWJlcjgwIjogIjgwIiwKICAgICJudW1iZXI4MSI6ICI4MSIsCiAgICAibnVtYmVyODIiOiAiODIiLAogICAgIm51bWJlcjgzIjogIjgzIiwKICAgICJudW1iZXI4NCI6ICI4NCIsCiAgICAibnVtYmVyODUiOiAiODUiLAogICAgIm51bWJlcjg2IjogIjg2IiwKICAgICJudW1iZXI4NyI6ICI4NyIsCiAgICAibnVtYmVyODgiOiAiODgiLAogICAgIm51bWJlcjg5IjogIjg5IiwKICAgICJudW1iZXI5IjogIjkiLAogICAgIm51bWJlcjkwIjogIjkwIiwKICAgICJudW1iZXI5MSI6ICI5MSIsCiAgICAibnVtYmVyOTIiOiAiOTIiLAogICAgIm51bWJlcjkzIjogIjkzIiwKICAgICJudW1iZXI5NCI6ICI5NCIsCiAgICAibnVtYmVyOTUiOiAiOTUiLAogICAgIm51bWJlcjk2IjogIjk2IiwKICAgICJudW1iZXI5NyI6ICI5NyIsCiAgICAibnVtYmVyOTgiOiAiOTgiLAogICAgIm51bWJlcjk5IjogIjk5IiwKICAgICJwcm9tcHRCbWRDb25maXJtUmVtb3ZlV3JpdGVJbiI6ICLmgqjmmK/lkKbopoHlj5bmtojpgbjmk4fkuKbliKrpmaTmgqjnmoTlr6vlhaXlgJnpgbjkurrvvJ8iLAogICAgInByb21wdEJtZFNvdW5kRGlhZ25vc3RpY1NjcmVlbiI6ICLmjInpgbjmk4fmjInpiJXnorroqo3ogbLpn7PmraPluLjjgIIiLAogICAgInRpdGxlQXVkaW9Pbmx5TW9kZUVuYWJsZWQiOiAi57SU6Z+z6aC75qih5byPIiwKICAgICJ0aXRsZUJhbGxvdEJveEZ1bGwiOiAi6YG456Wo566x5bey5ru/IiwKICAgICJ0aXRsZUJhbGxvdElkIjogIumBuOelqOi6q+S7veitieaYjiIsCiAgICAidGl0bGVCYWxsb3RTdHlsZSI6ICLpgbjnpajmqKPlvI8iLAogICAgInRpdGxlQmFsbG90U3VjY2Vzc2Z1bGx5Q2FzdFBhZ2UiOiAi5oKo55qE6YG456Wo5bey5oqV5Ye677yBIiwKICAgICJ0aXRsZUJtZEFza0ZvckhlbHBTY3JlZW4iOiAi5ZCR5oqV56Wo56uZ5bel5L2c5Lq65ZOh5bCL5rGC5bmr5YqpIiwKICAgICJ0aXRsZUJtZEJhbGxvdFJlbW92ZWRTY3JlZW4iOiAi6YG456Wo6KKr5Y+W5Ye6IiwKICAgICJ0aXRsZUJtZENhc3RCYWxsb3RTY3JlZW4iOiAi5oKo5Y2z5bCH5a6M5oiQ5oqV56WoIiwKICAgICJ0aXRsZUJtZElkbGVTY3JlZW4iOiAi5oKo6YKE5Zyo5oqV56Wo5ZeO77yfIiwKICAgICJ0aXRsZUJtZEludmFsaWRCYWxsb3ROb0JhbGxvdERldGVjdGVkIjogIuacquaqoua4rOWIsOmBuOelqCIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90V3JvbmdFbGVjdGlvbiI6ICLpjK/oqqTpgbjoiIkiLAogICAgInRpdGxlQm1kSW52YWxpZEJhbGxvdFdyb25nUHJlY2luY3QiOiAi6Yyv6Kqk6YG45Y2AIiwKICAgICJ0aXRsZUJtZEludmFsaWRCYWxsb3RXcm9uZ1Rlc3RNb2RlIjogIumMr+iqpOaKleelqOaooeW8jyIsCiAgICAidGl0bGVCbWRKYW1DbGVhcmVkU2NyZWVuIjogIuWNoee0meW3sua4hemZpCIsCiAgICAidGl0bGVCbWRKYW1tZWRTY3JlZW4iOiAi57SZ6KKr5Y2h5L2PIiwKICAgICJ0aXRsZUJtZExvYWRpbmdSZWluc2VydGVkQmFsbG90U2NyZWVuIjogIuWKoOi8ieaCqOeahOmBuOelqC4uLiIsCiAgICAidGl0bGVCbWRQYXRDYWxpYnJhdGlvbkNvbmZpcm1FeGl0U2NyZWVuIjogIuioreWCmei8uOWFpeW3suitmOWIpSIsCiAgICAidGl0bGVCbWRQYXRDYWxpYnJhdGlvbklkZW50aWZpY2F0aW9uUGFnZSI6ICLlgIvkurrovJTliqnmioDooZPoqK3lgpnorZjliKUiLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25JZGVudGlmeU1vdmVJbnB1dCI6ICLorZjliKUgXCLnp7vli5UgXCLovLjlhaUiLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25JZGVudGlmeVNlbGVjdElucHV0IjogIuitmOWIpSBcIumBuOaThyBcIui8uOWFpSIsCiAgICAidGl0bGVCbWRQYXRDYWxpYnJhdGlvbkludHJvU3RlcCI6ICLmuKzoqaboqK3lgpkiLAogICAgInRpdGxlQm1kUHJpbnRTY3JlZW4iOiAi5omT5Y2w5oKo55qE5q2j5byP6YG456WoIiwKICAgICJ0aXRsZUJtZFJlYWR5VG9SZXZpZXciOiAi5rqW5YKZ5a+p5qC4IiwKICAgICJ0aXRsZUJtZFJldmlld1NjcmVlbiI6ICLlr6nmoLjmgqjnmoTpgbjnpagiLAogICAgInRpdGxlSW50ZXJuYWxDb25uZWN0aW9uUHJvYmxlbSI6ICLlhafpg6jpgKPmjqXlh7rnj77llY/poYwiLAogICAgInRpdGxlTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlbiI6ICLpgbjmk4fmgqjnmoTpgbjnpajoqp7oqIAiLAogICAgInRpdGxlTW9kYWxDb25maXJtWW91clZvdGVzIjogIueiuuiqjeaCqOeahOaKleelqCIsCiAgICAidGl0bGVOb1Bvd2VyRGV0ZWN0ZWQiOiAi5qqi5ris5LiN5Yiw6Zu75rqQIiwKICAgICJ0aXRsZU9mZmljaWFsQmFsbG90IjogIuato+W8j+mBuOelqCIsCiAgICAidGl0bGVQcmVjaW5jdCI6ICLpgbjljYAiLAogICAgInRpdGxlUHJpbnRlckNvdmVySXNPcGVuIjogIuaJk+WNsOapn+iTi+W3suaJk+mWiyIsCiAgICAidGl0bGVSZW1vdmVZb3VyQmFsbG90IjogIuWIqumZpOmBuOelqCIsCiAgICAidGl0bGVTY2FubmVyQmFsbG90Tm90Q291bnRlZCI6ICLpgbjnpajmnKroqIjnrpciLAogICAgInRpdGxlU2Nhbm5lckJhbGxvdFdhcm5pbmdzU2NyZWVuIjogIuimhuaguOaCqOeahOmBuOelqCIsCiAgICAidGl0bGVTY2FubmVyQ292ZXJJc09wZW4iOiAi5o6D5o+P5YSA6JOL5bey5omT6ZaLIiwKICAgICJ0aXRsZVNjYW5uZXJDdnJTeW5jUmVxdWlyZWQiOiAi6ZyA6KaB5bCH5oqV56Wo6KiY6YyE5ZCM5q2lIiwKICAgICJ0aXRsZVNjYW5uZXJJbnNlcnRCYWxsb3RTY3JlZW4iOiAi5o+S5YWl6YG456WoIiwKICAgICJ0aXRsZVNjYW5uZXJOb1ZvdGVzV2FybmluZyI6ICLmnKrmqJnoqJjpgbjnpajvvJoiLAogICAgInRpdGxlU2Nhbm5lck91dGZlZWRCbG9ja2VkIjogIumBuOelqOeusemWi+WVn+WKn+iDveWPl+mYuyIsCiAgICAidGl0bGVTY2FubmVyT3ZlcnZvdGVXYXJuaW5nIjogIuaomeiomOeahOelqOaVuOWkquWkmiIsCiAgICAidGl0bGVTY2FubmVyUHJvY2Vzc2luZ1NjcmVlbiI6ICLoq4vnqI3lgJkuLi4iLAogICAgInRpdGxlU2Nhbm5lclN1Y2Nlc3NTY3JlZW4iOiAi5oKo55qE6YG456Wo5bey6KKr6KiI566X5Zyo5YWn77yBIiwKICAgICJ0aXRsZVNjYW5uZXJVbmRlcnZvdGVXYXJuaW5nIjogIuaCqOWPr+S7peWinuWKoOS4gOW8teaIluWkmuW8temBuOelqO+8miIsCiAgICAidGl0bGVTY2FubmluZ0ZhaWxlZCI6ICLmjoPmj4/lpLHmlZciLAogICAgInRpdGxlVW5vZmZpY2lhbFRlc3RCYWxsb3QiOiAi6Z2e5q2j5byP5ris6Kmm6YG456WoIiwKICAgICJ0aXRsZVZvdGVyU2V0dGluZ3MiOiAi6Kit572uIiwKICAgICJ0aXRsZVZvdGVyU2V0dGluZ3NBdWRpbyI6ICLpn7PpoLsiLAogICAgInRpdGxlVm90ZXJTZXR0aW5nc0NvbG9yIjogIumhj+iJsiIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzU2l6ZSI6ICLmloflrZflpKflsI8iLAogICAgInVucmVjb3ZlcmFibGVFcnJvciI6ICLlh7rnj77pjK/oqqQiLAogICAgIndhcm5pbmdCbWRCYWxsb3RSZW1vdmVkIjogIuaCqOeahOato+W8j+mBuOelqOW3suW+nuaJk+WNsOapn+S4reWPluWHuuOAgiIsCiAgICAid2FybmluZ0JtZEluYWN0aXZlU2Vzc2lvbiI6ICLoqbLmipXnpajnq5nlt7LlgZzmraLlt6XkvZzotoXpgY415YiG6ZCY44CCIiwKICAgICJ3YXJuaW5nQm1kSW5hY3RpdmVUaW1lUmVtYWluaW5nIjogIueCuuS/neitt+aCqOeahOengemase+8jOioiOaZguWZqOioiOaZgue1kOadn+W+jO+8jOatpOmBuOelqOWwh+iiq+a4hemZpOOAgiIsCiAgICAid2FybmluZ0JtZEludmFsaWRCYWxsb3RMaXZlQmFsbG90SW5UZXN0TW9kZSI6ICLmj5LlhaXnmoTpgbjnpajmmK/kuIDlvLU8MT7mraPlvI88LzE+6YG456Wo44CCIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdE5vQmFsbG90RGV0ZWN0ZWQiOiAi5o+S5YWl55qE57SZ5by15LiK5pyq5qqi5ris5Yiw6YG456Wo5L+h5oGv44CCIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdFRlc3RCYWxsb3RJbkxpdmVNb2RlIjogIuaPkuWFpeeahOmBuOelqOaYr+S4gOW8tTwxPua4rOippjwvMT7pgbjnpajjgIIiLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90V3JvbmdFbGVjdGlvbiI6ICLmj5LlhaXnmoTpgbjnpajmmK/kuIDlvLXlsazmlrzkuI3lkIzpgbjoiInmtLvli5XnmoTpgbjnpajjgIIiLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90V3JvbmdQcmVjaW5jdCI6ICLmj5LlhaXnmoTpgbjnpajmmK/kuIDlvLXkvoboh6rkuI3lkIzpgbjljYDnmoTpgbjnpajjgIIiLAogICAgIndhcm5pbmdDdnJzTmVlZFN5bmMiOiAi5oqV56Wo56uZ5bel5L2c5Lq65ZOh5b+F6aCI5bCH5oqV56Wo6KiY6YyEIChDVlJzKSDlkIzmraXliLBVU0LpqYXli5XlmajjgIIiLAogICAgIndhcm5pbmdOb1Bvd2VyIjogIjwwPuaqoua4rOS4jeWIsOmbu+a6kOOAgjwvMD7oq4vorpPmipXnpajnq5nlt6XkvZzkurrlk6Hmj5LlhaXpm7vmupDnt5rjgIIiLAogICAgIndhcm5pbmdOb1ZvdGVzRm9yQ29udGVzdCI6ICLmgqjku43nhLblj6/ku6XlnKjmnKzmrKHnq7bpgbjkuK3mipXnpajjgIIiLAogICAgIndhcm5pbmdPdmVydm90ZUNhbmRpZGF0ZUNvbnRlc3QiOiAi6KaB54K65YW25LuW5YCZ6YG45Lq65oqV56Wo77yM5oKo5b+F6aCI5YWI5Y+W5raI5LmL5YmN6YG45a6a55qE5YCZ6YG45Lq644CCIiwKICAgICJ3YXJuaW5nT3ZlcnZvdGVZZXNOb0NvbnRlc3QiOiAi6KaB5pu05pS55oKo55qE5oqV56Wo77yM6KuL5YWI5Y+W5raI5LmL5YmN6YG45a6a55qE5oqV56Wo44CCIiwKICAgICJ3YXJuaW5nUHJvYmxlbVNjYW5uaW5nQmFsbG90IjogIuaOg+aPj+atpOmBuOelqOaZguWHuuePvuWVj+mhjOOAgiIsCiAgICAid2FybmluZ1Byb2JsZW1TY2FubmluZ0JhbGxvdFNjYW5BZ2FpbiI6ICLmjoPmj4/mgqjnmoTpgbjnpajmmYLlh7rnj77llY/poYzjgILoq4vph43mlrDmjoPmj4/jgIIiLAogICAgIndhcm5pbmdTY2FubmVyQW5vdGhlclNjYW5JblByb2dyZXNzIjogIuato+WcqOaOg+aPj+WPpuS4gOW8temBuOelqOOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJCbGFua0JhbGxvdFN1Ym1pc3Npb24iOiAi5pys6YG456Wo54K65LiN6KiI56Wo44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lckphbW1lZCI6ICLpgbjnpajljaHlnKjmjoPmj4/lhIDkuK3jgIIiLAogICAgIndhcm5pbmdTY2FubmVyTWlzbWF0Y2hlZEVsZWN0aW9uIjogIumBuOelqOiIh+atpOaOg+aPj+WEgOmFjee9rueahOmBuOiIieS4jeWMuemFjeOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJNaXNtYXRjaGVkUHJlY2luY3QiOiAi6YG456Wo6IiH5q2k5o6D5o+P5YSA6YWN572u55qE6YG45Y2A5LiN5Yy56YWN44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lck11bHRpcGxlU2hlZXRzRGV0ZWN0ZWQiOiAi5qqi5ris5Yiw5aSa5by16YG456Wo44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lck5vVm90ZXNGb3VuZCI6ICLmjoPmj4/mraTpgbjnpajmmYLnmbznj77mnKrmipXnpajjgIIiLAogICAgIndhcm5pbmdTY2FubmVyT2ZmaWNpYWxCYWxsb3RJblRlc3RNb2RlIjogIuaOg+aPj+WEgOiZleaWvOa4rOippuaKleelqOaooeW8j++8jOWPr+iDveeEoeazleaOg+aPj+ato+W8j+mBuOelqOOAgiIsCiAgICAid2FybmluZ1NjYW5uZXJUZXN0QmFsbG90SW5PZmZpY2lhbE1vZGUiOiAi5o6D5o+P5YSA6JmV5pa85q2j5byP5oqV56Wo5qih5byP77yM5Y+v6IO954Sh5rOV5o6D5o+P5ris6Kmm6YG456Wo44CCIiwKICAgICJ3YXJuaW5nU2Nhbm5lclZlcnRpY2FsU3RyZWFrc0RldGVjdGVkIjogIuaOg+aPj+WEgOmcgOimgea4heeQhuOAgiIKICB9LAogICJlbiI6IHsKICAgICJhdWRpb0ZlZWRiYWNrMTBQZXJjZW50Vm9sdW1lIjogIjEwJSB2b2x1bWUiLAogICAgImF1ZGlvRmVlZGJhY2syMFBlcmNlbnRWb2x1bWUiOiAiMjAlIHZvbHVtZSIsCiAgICAiYXVkaW9GZWVkYmFjazMwUGVyY2VudFZvbHVtZSI6ICIzMCUgdm9sdW1lIiwKICAgICJhdWRpb0ZlZWRiYWNrNDBQZXJjZW50Vm9sdW1lIjogIjQwJSB2b2x1bWUiLAogICAgImF1ZGlvRmVlZGJhY2s1MFBlcmNlbnRWb2x1bWUiOiAiNTAlIHZvbHVtZSIsCiAgICAiYXVkaW9GZWVkYmFjazYwUGVyY2VudFZvbHVtZSI6ICI2MCUgdm9sdW1lIiwKICAgICJhdWRpb0ZlZWRiYWNrNzBQZXJjZW50Vm9sdW1lIjogIjcwJSB2b2x1bWUiLAogICAgImF1ZGlvRmVlZGJhY2s4MFBlcmNlbnRWb2x1bWUiOiAiODAlIHZvbHVtZSIsCiAgICAiYXVkaW9GZWVkYmFjazkwUGVyY2VudFZvbHVtZSI6ICI5MCUgdm9sdW1lIiwKICAgICJhdWRpb0ZlZWRiYWNrTWF4aW11bVZvbHVtZSI6ICJNYXhpbXVtIHZvbHVtZSIsCiAgICAiYXVkaW9GZWVkYmFja01pbmltdW1Wb2x1bWUiOiAiTWluaW11bSB2b2x1bWUiLAogICAgImJtZFBhdERldmljZUlucHV0TmFtZU1vdmUiOiAiXCJNb3ZlXCIiLAogICAgImJtZFBhdERldmljZUlucHV0TmFtZVNlbGVjdCI6ICJcIlNlbGVjdFwiIiwKICAgICJidXR0b25BY2NlcHQiOiAiQWNjZXB0IiwKICAgICJidXR0b25BZGRXcml0ZUluIjogImFkZCB3cml0ZS1pbiBjYW5kaWRhdGUiLAogICAgImJ1dHRvbkF1ZGlvTXV0ZSI6ICJNdXRlIEF1ZGlvIiwKICAgICJidXR0b25BdWRpb1VubXV0ZSI6ICJVbm11dGUgQXVkaW8iLAogICAgImJ1dHRvbkJhY2siOiAiQmFjayIsCiAgICAiYnV0dG9uQmFsbG90SXNDb3JyZWN0IjogIkNhc3QgTXkgQmFsbG90IiwKICAgICJidXR0b25CYWxsb3RJc0luY29ycmVjdCI6ICJNeSBCYWxsb3QgaXMgSW5jb3JyZWN0IiwKICAgICJidXR0b25CbWRSZXZpZXdDYXJkQWN0aW9uIjogIlByZXNzIHRoZSBzZWxlY3QgYnV0dG9uIHRvIGNoYW5nZSB5b3VyIHZvdGVzIGZvciB0aGlzIGNvbnRlc3QuIiwKICAgICJidXR0b25CbWRSZXZpZXdDYXJkQWN0aW9uUGF0RGV2aWNlIjogIlVzZSB0aGUgc2VsZWN0IGlucHV0IHRvIGNoYW5nZSB5b3VyIHZvdGVzIGZvciB0aGlzIGNvbnRlc3QuIiwKICAgICJidXR0b25CbWRTa2lwUGF0Q2FsaWJyYXRpb24iOiAiU2tpcCBJZGVudGlmaWNhdGlvbiIsCiAgICAiYnV0dG9uQ2FuY2VsIjogIkNhbmNlbCIsCiAgICAiYnV0dG9uQ2FzdEJhbGxvdCI6ICJDYXN0IEJhbGxvdCIsCiAgICAiYnV0dG9uQ2hhbmdlIjogIkNoYW5nZSIsCiAgICAiYnV0dG9uQ2xvc2UiOiAiQ2xvc2UiLAogICAgImJ1dHRvbkNvbnRpbnVlIjogIkNvbnRpbnVlIiwKICAgICJidXR0b25Eb25lIjogIkRvbmUiLAogICAgImJ1dHRvbkVuYWJsZUF1ZGlvT25seU1vZGUiOiAiRW5hYmxlIEF1ZGlvLU9ubHkgTW9kZSIsCiAgICAiYnV0dG9uRXhpdEF1ZGlvT25seU1vZGUiOiAiRXhpdCBBdWRpby1Pbmx5IE1vZGUiLAogICAgImJ1dHRvbk1vcmUiOiAiTW9yZSIsCiAgICAiYnV0dG9uTmV4dCI6ICJOZXh0IiwKICAgICJidXR0b25ObyI6ICJObyIsCiAgICAiYnV0dG9uT2theSI6ICJPa2F5IiwKICAgICJidXR0b25QcmludEJhbGxvdCI6ICJQcmludCBNeSBCYWxsb3QiLAogICAgImJ1dHRvblJlc2V0IjogIlJlc2V0IiwKICAgICJidXR0b25SZXR1cm5CYWxsb3QiOiAiUmV0dXJuIEJhbGxvdCIsCiAgICAiYnV0dG9uUmV0dXJuVG9CYWxsb3RSZXZpZXciOiAiUmV0dXJuIHRvIEJhbGxvdCBSZXZpZXciLAogICAgImJ1dHRvblJldmlldyI6ICJSZXZpZXciLAogICAgImJ1dHRvblN0YXJ0Vm90aW5nIjogIlN0YXJ0IFZvdGluZyIsCiAgICAiYnV0dG9uU3RpbGxWb3RpbmciOiAiWWVzLCBJ4oCZbSBzdGlsbCB2b3RpbmcuIiwKICAgICJidXR0b25WaWV3Q29udGVzdHMiOiAiVmlldyBDb250ZXN0cyIsCiAgICAiYnV0dG9uVm90ZXJTZXR0aW5ncyI6ICJTZXR0aW5ncyIsCiAgICAiYnV0dG9uWWVzIjogIlllcyIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Gb2N1c05leHQiOiAiVGhpcyBpcyB0aGUgRG93biBidXR0b24sIGZvciBmb2N1c2luZyBvbiB0aGUgbmV4dCBpdGVtIGluIGEgbGlzdCBvZiBvcHRpb25zIG9uIGEgcGFnZS4gWW91IGNhbiB1c2UgdGhlIFVwIGFuZCBEb3duIGJ1dHRvbnMgdG8gbW92ZSB0aHJvdWdoIGNhbmRpZGF0ZXMgaW4gYSBjb250ZXN0LiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Gb2N1c1ByZXZpb3VzIjogIlRoaXMgaXMgdGhlIFVwIGJ1dHRvbiwgZm9yIGZvY3VzaW5nIG9uIHRoZSBwcmV2aW91cyBpdGVtIGluIGEgbGlzdCBvZiBvcHRpb25zIG9uIGEgcGFnZS4gWW91IGNhbiB1c2UgdGhlIFVwIGFuZCBEb3duIGJ1dHRvbnMgdG8gbW92ZSB0aHJvdWdoIGNhbmRpZGF0ZXMgaW4gYSBjb250ZXN0LiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25QYWdlTmV4dCI6ICJUaGlzIGlzIHRoZSBSaWdodCBidXR0b24sIGZvciBtb3ZpbmcgdG8gdGhlIG5leHQgcGFnZSBvciBjb250ZXN0LiBZb3UgY2FuIHVzZSB0aGUgTGVmdCBhbmQgUmlnaHQgYnV0dG9ucyB0byBtb3ZlIHRocm91Z2ggYWxsIHRoZSBjb250ZXN0cyBvbiB5b3VyIGJhbGxvdC4iLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uUGFnZVByZXZpb3VzIjogIlRoaXMgaXMgdGhlIExlZnQgYnV0dG9uLCBmb3IgcmV0dXJuaW5nIHRvIHRoZSBwcmV2aW91cyBwYWdlIG9yIGNvbnRlc3QuIFlvdSBjYW4gdXNlIHRoZSBMZWZ0IGFuZCBSaWdodCBidXR0b25zIHRvIG1vdmUgdGhyb3VnaCBhbGwgdGhlIGNvbnRlc3RzIG9uIHlvdXIgYmFsbG90LiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25QbGF5YmFja1JhdGVEb3duIjogIlRoaXMgYnV0dG9uIHJlZHVjZXMgdGhlIHBsYXliYWNrIHJhdGUgb2YgdGhlIHRleHQtdG8tc3BlZWNoIGF1ZGlvLiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25QbGF5YmFja1JhdGVVcCI6ICJUaGlzIGJ1dHRvbiBpbmNyZWFzZXMgdGhlIHBsYXliYWNrIHJhdGUgb2YgdGhlIHRleHQtdG8tc3BlZWNoIGF1ZGlvLiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25TZWxlY3QiOiAiVGhpcyBpcyB0aGUgU2VsZWN0IGJ1dHRvbi4gVXNlIHRoaXMgYnV0dG9uIHRvIG1hcmsgeW91ciB2b3RlIGZvciBhIGNhbmRpZGF0ZSBvciBhIHllcyBvciBubyBvcHRpb24uIFByZXNzaW5nIHRoZSBTZWxlY3QgYnV0dG9uIGFnYWluIHdpbGwgcmVtb3ZlIHlvdXIgcHJldmlvdXMgdm90ZS4iLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uVG9nZ2xlSGVscCI6ICJUaGlzIGlzIHRoZSBIZWxwIGJ1dHRvbi4gUHJlc3MgdGhpcyBidXR0b24gYWdhaW4gdG8gcmV0dXJuIHRvIGZpbGxpbmcgb3V0IHlvdXIgYmFsbG90LiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Ub2dnbGVQYXVzZSI6ICJUaGlzIGlzIHRoZSBQYXVzZSBidXR0b24uIFVzZSB0aGlzIGJ1dHRvbiB0byBwYXVzZSB0aGUgdGV4dC10by1zcGVlY2ggYXVkaW8uIFByZXNzaW5nIHRoZSBQYXVzZSBidXR0b24gYWdhaW4gd2lsbCByZXN1bWUgdGhlIHRleHQtdG8tc3BlZWNoIGF1ZGlvLiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Wb2x1bWVEb3duIjogIlRoaXMgYnV0dG9uIHJlZHVjZXMgdGhlIHZvbHVtZSBvZiB0aGUgdGV4dC10by1zcGVlY2ggYXVkaW8uIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblZvbHVtZVVwIjogIlRoaXMgYnV0dG9uIGluY3JlYXNlcyB0aGUgdm9sdW1lIG9mIHRoZSB0ZXh0LXRvLXNwZWVjaCBhdWRpby4iLAogICAgImluc3RydWN0aW9uc0Fza0ZvckhlbHAiOiAiUGxlYXNlIGFzayBhIHBvbGwgd29ya2VyIGZvciBoZWxwLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQXNrUG9sbFdvcmtlclRvUGx1Z0luUG93ZXIiOiAiUGxlYXNlIGFzayBhIHBvbGwgd29ya2VyIHRvIHBsdWcgaW4gdGhlIHBvd2VyIGNvcmQuIiwKICAgICJpbnN0cnVjdGlvbnNBdWRpb011dGVCdXR0b24iOiAiUHJlc3MgdGhlIHNlbGVjdCBidXR0b24gdG8gbXV0ZSBhbGwgYXVkaW8uIiwKICAgICJpbnN0cnVjdGlvbnNCbWRBc2tGb3JSZXN0YXJ0IjogIkFzayBhIHBvbGwgd29ya2VyIHRvIHJlc3RhcnQgdGhlIG1hY2hpbmUuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRCYWxsb3ROYXZpZ2F0aW9uTWFyayI6ICJXaGVuIHZvdGluZyB3aXRoIHRoZSB0ZXh0LXRvLXNwZWVjaCBhdWRpbywgdXNlIHRoZSBhY2Nlc3NpYmxlIGNvbnRyb2xsZXIgdG8gbmF2aWdhdGUgeW91ciBiYWxsb3QuIFRvIG5hdmlnYXRlIHRocm91Z2ggdGhlIGNvbnRlc3RzLCB1c2UgdGhlIGxlZnQgYW5kIHJpZ2h0IGJ1dHRvbnMuIFRvIG5hdmlnYXRlIHRocm91Z2ggY29udGVzdCBjaG9pY2VzLCB1c2UgdGhlIHVwIGFuZCBkb3duIGJ1dHRvbnMuIFRvIHNlbGVjdCBvciB1bnNlbGVjdCBhIGNvbnRlc3QgY2hvaWNlIGFzIHlvdXIgdm90ZSwgdXNlIHRoZSBzZWxlY3QgYnV0dG9uLiBQcmVzcyB0aGUgcmlnaHQgYnV0dG9uIG5vdyB0byBhZHZhbmNlIHRvIHRoZSBmaXJzdCBjb250ZXN0LiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQmFsbG90TmF2aWdhdGlvbk1hcmtTY2FuIjogIldoZW4gdm90aW5nIHdpdGggdGhlIHRleHQtdG8tc3BlZWNoIGF1ZGlvLCB1c2UgdGhlIGFjY2Vzc2libGUgY29udHJvbGxlciB0byBuYXZpZ2F0ZSB5b3VyIGJhbGxvdC4gVGhlcmUgYXJlIGZvdXIgbmF2aWdhdGlvbiBhcnJvdyBidXR0b25zIGxvY2F0ZWQgbmVhciB0aGUgY2VudGVyIG9mIHRoZSBjb250cm9sbGVyLiBUbyBuYXZpZ2F0ZSB0aHJvdWdoIHRoZSBjb250ZXN0cywgdXNlIHRoZSBsZWZ0IGFuZCByaWdodCBhcnJvd3MuIFRvIG5hdmlnYXRlIHRocm91Z2ggY29udGVzdCBjaG9pY2VzLCB1c2UgdGhlIHVwIGFuZCBkb3duIGFycm93cy4gVG8gc2VsZWN0IG9yIHVuc2VsZWN0IGEgY29udGVzdCBjaG9pY2UgYXMgeW91ciB2b3RlLCB1c2UgdGhlIGNpcmNsZSBTZWxlY3QgYnV0dG9uIHRvIHRoZSByaWdodCBvZiB0aGUgbmF2aWdhdGlvbiBidXR0b25zLiBZb3UgY2FuIGZpbmQgdHdvIHZvbHVtZSBjb250cm9scyBhdCB0aGUgdG9wIHJpZ2h0IGNvcm5lciBvZiB0aGUgY29udHJvbGxlci4gVGhlIG1pbnVzIGJ1dHRvbiByZWR1Y2VzIHRoZSB2b2x1bWUgb2YgeW91ciBhdWRpbyBhbmQgdGhlIHBsdXMgYnV0dG9uIGluY3JlYXNlcyB0aGUgdm9sdW1lLiBUbyBjaGFuZ2UgdGhlIHNwZWVjaCByYXRlIG9mIHlvdXIgYXVkaW8sIHVzZSB0aGUgdHdvIGJ1dHRvbnMgYXQgdGhlIGJvdHRvbSByaWdodCBjb3JuZXIgb2YgdGhlIGNvbnRyb2xsZXIuIFRoZSBkb3duIGFycm93IGJ1dHRvbiByZWR1Y2VzIHRoZSBzcGVlY2ggcmF0ZSBhbmQgdGhlIHVwIGFycm93IGJ1dHRvbiBpbmNyZWFzZXMgaXQuIFRvIHBhdXNlIG9yIHVucGF1c2UgdGhlIGF1ZGlvIGF0IGFueSB0aW1lLCB1c2UgdGhlIHBhdXNlIGJ1dHRvbiBhdCB0aGUgYm90dG9tIGxlZnQgY29ybmVyIG9mIHRoZSBjb250cm9sbGVyLiBJZiB5b3UgbmVlZCBtb3JlIGluZm9ybWF0aW9uIG9uIGhvdyB0byB1c2UgdGhlIGNvbnRyb2xsZXIsIHByZXNzIHRoZSBxdWVzdGlvbiBtYXJrIGJ1dHRvbiBhdCB0aGUgdG9wIGxlZnQgY29ybmVyIGF0IGFueSB0aW1lLiBUbyByZXBlYXQgYW55IGNvbnRlbnQsIG5hdmlnYXRlIGJhY2sgdG8gcHJldmlvdXMgY29udGVudCB1c2luZyB0aGUgdXAgb3IgbGVmdCBhcnJvd3MuIFByZXNzIHRoZSByaWdodCBidXR0b24gbm93IHRvIGFkdmFuY2UgdG8gdGhlIGZpcnN0IGNvbnRlc3QuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRCYWxsb3ROYXZpZ2F0aW9uTWFya1NjYW5QYXREZXZpY2UiOiAiV2hlbiB2b3Rpbmcgd2l0aCB0aGUgdGV4dC10by1zcGVlY2ggYXVkaW8sIHVzZSB5b3VyIHBlcnNvbmFsIGFzc2lzdGl2ZSBkZXZpY2UgdG8gbmF2aWdhdGUgeW91ciBiYWxsb3QuIFRvIG5hdmlnYXRlIHRocm91Z2ggY29udGVzdCBjaG9pY2VzLCB1c2UgdGhlIG1vdmUgaW5wdXQuIFRvIHNlbGVjdCBvciB1bnNlbGVjdCBhIGNvbnRlc3QgY2hvaWNlIGFzIHlvdXIgdm90ZSwgdXNlIHRoZSBzZWxlY3QgaW5wdXQuIFRvIG5hdmlnYXRlIHRocm91Z2ggdGhlIGNvbnRlc3RzLCB1c2UgdGhlIG1vdmUgaW5wdXQgdG8gbmF2aWdhdGUgdG8gdGhlIGNvbnRyb2xzIGxhYmVsbGVkIFwibmV4dFwiIGFuZCBcImJhY2tcIiBhbmQgdXNlIHRoZSBzZWxlY3QgaW5wdXQuIEFmdGVyIG1hcmtpbmcgeW91ciB2b3RlcyBpbiBhIGNvbnRlc3QsIGZvY3VzIHdpbGwgYXV0b21hdGljYWxseSBtb3ZlIHRvIHRoZSBcIm5leHRcIiBjb250cm9sIGZvciB5b3VyIGNvbnZlbmllbmNlLiBUbyBnZXQgc3RhcnRlZCwgdXNlIHRoZSBtb3ZlIGlucHV0IHRvIG5hdmlnYXRlIHRvIHRoZSBjb250cm9sIGxhYmVsbGVkIFwic3RhcnQgdm90aW5nXCIgYW5kIHRoZW4gdXNlIHRoZSBzZWxlY3QgaW5wdXQgdG8gYWR2YW5jZSB0byB0aGUgZmlyc3QgY29udGVzdC4iLAogICAgImluc3RydWN0aW9uc0JtZENhc3RCYWxsb3RQcmVhbWJsZSI6ICJZb3VyIG9mZmljaWFsIGJhbGxvdCBpcyBwcmludGluZy4gQ29tcGxldGUgdGhlIGZvbGxvd2luZyBzdGVwcyB0byBmaW5pc2ggdm90aW5nOiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFByZWFtYmxlUG9zdFByaW50IjogIllvdXIgb2ZmaWNpYWwgYmFsbG90IGhhcyBiZWVuIHJlbW92ZWQgZnJvbSB0aGUgcHJpbnRlci4gQ29tcGxldGUgdGhlIGZvbGxvd2luZyBzdGVwcyB0byBmaW5pc2ggdm90aW5nOiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFN0ZXAxIjogIjEuIFZlcmlmeSB5b3VyIG9mZmljaWFsIGJhbGxvdC4iLAogICAgImluc3RydWN0aW9uc0JtZENhc3RCYWxsb3RTdGVwMiI6ICIyLiBTY2FuIHlvdXIgb2ZmaWNpYWwgYmFsbG90LiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2xvc2VQcmludGVyQ292ZXIiOiAiVGhlIHByaW50ZXIgY292ZXIgaXMgb3BlbiBhbmQgbXVzdCBiZSBjbG9zZWQgdG8gY29udGludWUgdm90aW5nLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29uZmlybUNhc3RpbmdCYWxsb3QiOiAiUHJlc3MgdGhlIHNlbGVjdCBidXR0b24gdG8gY29uZmlybSB5b3VyIHNlbGVjdGlvbnMgYXJlIGNvcnJlY3QgYW5kIGNhc3QgeW91ciBiYWxsb3QuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtQ2FzdGluZ0JhbGxvdFBhdERldmljZSI6ICJVc2UgdGhlIHNlbGVjdCBpbnB1dCB0byBjb25maXJtIHlvdXIgc2VsZWN0aW9ucyBhcmUgY29ycmVjdCBhbmQgY2FzdCB5b3VyIGJhbGxvdC4iLAogICAgImluc3RydWN0aW9uc0JtZENvbmZpcm1QcmludGluZ0JhbGxvdCI6ICJQcmVzcyB0aGUgc2VsZWN0IGJ1dHRvbiB0byBjb25maXJtIHlvdXIgc2VsZWN0aW9ucyBhbmQgcHJpbnQgeW91ciBiYWxsb3QuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtUHJpbnRpbmdCYWxsb3RQYXREZXZpY2UiOiAiVXNlIHRoZSBzZWxlY3QgaW5wdXQgdG8gY29uZmlybSB5b3VyIHNlbGVjdGlvbnMgYW5kIHByaW50IHlvdXIgYmFsbG90LiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29udGVzdE5hdmlnYXRpb24iOiAiVG8gbmF2aWdhdGUgdGhyb3VnaCB0aGUgY29udGVzdCBjaG9pY2VzLCB1c2UgdGhlIGRvd24gYnV0dG9uLiBUbyBtb3ZlIHRvIHRoZSBuZXh0IGNvbnRlc3QsIHVzZSB0aGUgcmlnaHQgYnV0dG9uLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29udGVzdE5hdmlnYXRpb25QYXREZXZpY2UiOiAiVG8gbmF2aWdhdGUgdGhyb3VnaCB0aGUgY29udGVzdCBjaG9pY2VzLCB1c2UgdGhlIG1vdmUgaW5wdXQuIFRvIGFkdmFuY2UgdG8gdGhlIG5leHQgY29udGVzdCwgdXNlIHRoZSBtb3ZlIGlucHV0IHRvIG5hdmlnYXRlIHRvIHRoZSBjb250cm9sIGxhYmVsbGVkIFwibmV4dFwiIGFuZCB0aGVuIHVzZSB0aGUgc2VsZWN0IGlucHV0IHRvIGNvbnRpbnVlLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29udHJvbGxlclNhbmRib3hNYXJrU2NhbiI6ICJQcmVzcyBhbnkgYnV0dG9uIG9uIHRoZSBjb250cm9sbGVyIHRvIGxlYXJuIHdoYXQgaXQgaXMgYW5kIGhvdyB0byB1c2UgaXQuIFdoZW4geW91J3JlIGRvbmUsIHByZXNzIHRoZSBxdWVzdGlvbiBtYXJrIHNoYXBlZCDigJxIZWxw4oCdIGJ1dHRvbiBhdCB0aGUgdG9wIGxlZnQgY29ybmVyIG9mIHRoZSBjb250cm9sbGVyIGFnYWluIHRvIHJldHVybiB0byB5b3VyIGJhbGxvdC4iLAogICAgImluc3RydWN0aW9uc0JtZEluc2VydEJhbGxvdEZhY2VVcCI6ICJCZSBzdXJlIHRvIGluc2VydCB0aGUgc2hlZXQgd2l0aCB0aGUgcHJpbnRlZCBzaWRlIGZhY2luZyB1cHdhcmRzLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kSW5zZXJ0UHJldmlvdXNseVByaW50ZWRCYWxsb3QiOiAiUGxlYXNlIHJlbW92ZSB0aGUgc2hlZXQgYW5kIGluc2VydCB0aGUgcHJldmlvdXNseSBwcmludGVkIGJhbGxvdC4iLAogICAgImluc3RydWN0aW9uc0JtZEludmFsaWRhdGVkQmFsbG90IjogIllvdSBoYXZlIGluZGljYXRlZCB5b3VyIGJhbGxvdCBuZWVkcyBjaGFuZ2VzLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kTW92ZVRvU2VsZWN0VG9Db250aW51ZVBhdERldmljZSI6ICJVc2UgdGhlIG1vdmUgaW5wdXQgdG8gc2VsZWN0IHRoZSBPa2F5IGJ1dHRvbiBhbmQgdGhlbiB1c2UgdGhlIHNlbGVjdCBpbnB1dCB0byBjb250aW51ZS4iLAogICAgImluc3RydWN0aW9uc0JtZE5leHRUb0NvbnRpbnVlIjogIlByZXNzIHRoZSByaWdodCBidXR0b24gdG8gY29udGludWUuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXBlckphbSI6ICJQbGVhc2UgYWxlcnQgYSBwb2xsIHdvcmtlciB0byBjbGVhciB0aGUgamFtLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25BY3RpdmF0ZUlucHV0IjogIkFjdGl2YXRlIHRoZSBpbnB1dCB0byBjb250aW51ZS4iLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQWN0aXZhdGVJbnB1dEFnYWluIjogIkFjdGl2YXRlIHRoZSBpbnB1dCBhZ2FpbiB0byBjb250aW51ZS4iLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQWN0aXZhdGVPdGhlcklucHV0IjogIkFjdGl2YXRlIHRoZSBvdGhlciBpbnB1dC4iLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQ29uZmlybUV4aXRTY3JlZW4iOiAiWW91IG1heSBjb250aW51ZSB3aXRoIHZvdGluZyBvciBnbyBiYWNrIHRvIHRoZSBwcmV2aW91cyBzY3JlZW4uIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvbkludHJvU3RlcCI6ICJBY3RpdmF0ZSBlaXRoZXIgaW5wdXQgdG8gY29udGludWUuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvblRyeUlucHV0IjogIlRyeSBhbiBpbnB1dCB0byBjb250aW51ZS4iLAogICAgImluc3RydWN0aW9uc0JtZFByaW50U2NyZWVuTm9CYWxsb3RSZW1vdmFsIjogIkRvIG5vdCByZW1vdmUgdGhlIGJhbGxvdCBvbmNlIGl0J3MgcHJpbnRlZC4iLAogICAgImluc3RydWN0aW9uc0JtZFJlaW5zZXJ0QmFsbG90IjogIlBsZWFzZSByZS1pbnNlcnQgdGhlIHByaW50ZWQgc2hlZXQgdG8gY2FzdCB5b3VyIGJhbGxvdCBhbmQgZmluaXNoIHZvdGluZy4iLAogICAgImluc3RydWN0aW9uc0JtZFJldmlld0FuZFZhbGlkYXRlUHJpbnRlZEJhbGxvdCI6ICJUaGUgZm9sbG93aW5nIHZvdGVzIHdlcmUgc2Nhbm5lZCBmcm9tIHlvdXIgcHJpbnRlZCBvZmZpY2lhbCBiYWxsb3QuIFBsZWFzZSByZXZpZXcgdGhlIHNlbGVjdGlvbnMgaW4gZWFjaCBjb250ZXN0IGFuZCB2ZXJpZnkgdGhhdCB0aGV5IGFyZSBjb3JyZWN0IHRvIGNhc3QgeW91ciBiYWxsb3QuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlQ2hhbmdpbmdWb3RlcyI6ICJUbyBjaGFuZ2UgeW91ciB2b3RlIGluIGFueSBjb250ZXN0LCB1c2UgdGhlIHNlbGVjdCBidXR0b24gdG8gbmF2aWdhdGUgdG8gdGhhdCBjb250ZXN0LiBXaGVuIHlvdSBhcmUgZmluaXNoZWQgbWFraW5nIHlvdXIgYmFsbG90IHNlbGVjdGlvbnMgYW5kIHJlYWR5IHRvIHByaW50IHlvdXIgYmFsbG90LCB1c2UgdGhlIHJpZ2h0IGJ1dHRvbiB0byBwcmludCB5b3VyIGJhbGxvdC4iLAogICAgImluc3RydWN0aW9uc0JtZFJldmlld1BhZ2VDaGFuZ2luZ1ZvdGVzUGF0RGV2aWNlIjogIlRvIGNoYW5nZSB5b3VyIHZvdGUgaW4gYW55IGNvbnRlc3QsIHVzZSB0aGUgc2VsZWN0IGlucHV0IHRvIG5hdmlnYXRlIHRvIHRoYXQgY29udGVzdC4gV2hlbiB5b3UgYXJlIGZpbmlzaGVkIG1ha2luZyB5b3VyIGJhbGxvdCBzZWxlY3Rpb25zIGFuZCByZWFkeSB0byBwcmludCB5b3VyIGJhbGxvdCwgdXNlIHRoZSBtb3ZlIGlucHV0IHRvIG5hdmlnYXRlIHRvIHRoZSBjb250cm9sIGxhYmVsbGVkIFwicHJpbnQgbXkgYmFsbG90XCIgYW5kIHRoZW4gdXNlIHRoZSBzZWxlY3QgaW5wdXQgdG8gc3RhcnQgcHJpbnRpbmcuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlTmF2aWdhdGlvbiI6ICJUbyByZXZpZXcgeW91ciB2b3RlcywgYWR2YW5jZSB0aHJvdWdoIHRoZSBiYWxsb3QgY29udGVzdHMgdXNpbmcgdGhlIHVwIGFuZCBkb3duIGJ1dHRvbnMuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZXZpZXdQYWdlTmF2aWdhdGlvblBhdERldmljZSI6ICJUbyByZXZpZXcgeW91ciB2b3RlcywgYWR2YW5jZSB0aHJvdWdoIHRoZSBiYWxsb3QgY29udGVzdHMgdXNpbmcgdGhlIG1vdmUgaW5wdXQuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRTY2FuUmV2aWV3Q29uZmlybWF0aW9uIjogIklmIHlvdXIgc2VsZWN0aW9ucyBhcmUgY29ycmVjdCwgcHJlc3MgdGhlIFJpZ2h0IGJ1dHRvbiB0byBjb25maXJtIHlvdXIgY2hvaWNlcyBhbmQgY2FzdCB5b3VyIGJhbGxvdC4gSWYgdGhlcmUgaXMgYW4gZXJyb3IsIHByZXNzIHRoZSBMZWZ0IGJ1dHRvbiB0byBtYXJrIHRoaXMgYmFsbG90IGFzIGluY29ycmVjdCBhbmQgYWxlcnQgYSBwb2xsIHdvcmtlci4iLAogICAgImluc3RydWN0aW9uc0JtZFNjYW5SZXZpZXdDb25maXJtYXRpb25QYXREZXZpY2UiOiAiSWYgeW91ciBzZWxlY3Rpb25zIGFyZSBjb3JyZWN0LCB1c2UgdGhlIG1vdmUgaW5wdXQgdG8gbmF2aWdhdGUgdG8gdGhlIGNvbnRyb2wgbGFiZWxsZWQgXCJjYXN0IG15IGJhbGxvdFwiIGFuZCB0aGVuIHVzZSB0aGUgc2VsZWN0IGlucHV0IHRvIGNvbmZpcm0geW91ciBjaG9pY2VzIGFuZCBjYXN0IHlvdXIgYmFsbG90LiBJZiB0aGVyZSBpcyBhbiBlcnJvciwgc2VsZWN0IHRoZSBvcHRpb24gbGFiZWxsZWQgXCJteSBiYWxsb3QgaXMgaW5jb3JyZWN0XCIgdG8gbWFyayB0aGlzIGJhbGxvdCBhcyBpbmNvcnJlY3QgYW5kIGFsZXJ0IGEgcG9sbCB3b3JrZXIuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRTZWxlY3RUb0NvbnRpbnVlIjogIlByZXNzIHRoZSBzZWxlY3QgYnV0dG9uIHRvIGNvbnRpbnVlLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kU2VsZWN0VG9Db250aW51ZVBhdERldmljZSI6ICJVc2UgdGhlIHNlbGVjdCBpbnB1dCB0byBjb250aW51ZS4iLAogICAgImluc3RydWN0aW9uc0JtZFdyaXRlSW5Gb3JtTmF2aWdhdGlvbiI6ICJVc2UgdGhlIHVwIGFuZCBkb3duIGJ1dHRvbnMgdG8gbmF2aWdhdGUgYmV0d2VlbiB0aGUgbGV0dGVycyBvZiBhIHN0YW5kYXJkIGtleWJvYXJkLiBVc2UgdGhlIHNlbGVjdCBidXR0b24gdG8gc2VsZWN0IHRoZSBjdXJyZW50IGxldHRlci4iLAogICAgImluc3RydWN0aW9uc0JtZFdyaXRlSW5Gb3JtTmF2aWdhdGlvblBhdERldmljZSI6ICJVc2UgdGhlIG1vdmUgaW5wdXQgdG8gbmF2aWdhdGUgYmV0d2VlbiB0aGUgbGV0dGVycyBvZiBhIHN0YW5kYXJkIGtleWJvYXJkLiBVc2UgdGhlIHNlbGVjdCBpbnB1dCB0byBzZWxlY3QgdGhlIGN1cnJlbnQgbGV0dGVyLiIsCiAgICAiaW5zdHJ1Y3Rpb25zTGFuZ3VhZ2VTZXR0aW5nc0J1dHRvbiI6ICJQcmVzcyB0aGUgU2VsZWN0IGJ1dHRvbiB0byBjaGFuZ2UgeW91ciBiYWxsb3QgbGFuZ3VhZ2UuIiwKICAgICJpbnN0cnVjdGlvbnNMYW5ndWFnZVNldHRpbmdzU2NyZWVuIjogIlVzZSB0aGUgdXAgYW5kIGRvd24gYnV0dG9ucyB0byBuYXZpZ2F0ZSB0aHJvdWdoIHRoZSBhdmFpbGFibGUgYmFsbG90IGxhbmd1YWdlcy4gVG8gc2VsZWN0IGEgbGFuZ3VhZ2UsIHVzZSB0aGUgc2VsZWN0IGJ1dHRvbi4gV2hlbiB5b3UncmUgZG9uZSwgdXNlIHRoZSByaWdodCBidXR0b24gdG8gY29udGludWUgdm90aW5nLiIsCiAgICAiaW5zdHJ1Y3Rpb25zTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlblBhdERldmljZSI6ICJVc2UgdGhlIG1vdmUgaW5wdXQgdG8gbmF2aWdhdGUgdGhyb3VnaCB0aGUgYXZhaWxhYmxlIGJhbGxvdCBsYW5ndWFnZXMuIFRvIHNlbGVjdCBhIGxhbmd1YWdlLCB1c2UgdGhlIHNlbGVjdCBpbnB1dC4gV2hlbiB5b3UncmUgZG9uZSwgdXNlIHRoZSBtb3ZlIGlucHV0IHRvIG5hdmlnYXRlIHRvIHRoZSBjb250cm9sIGxhYmVsbGVkIFwiZG9uZVwiIGFuZCB0aGVuIHVzZSB0aGUgc2VsZWN0IGlucHV0IHRvIGNvbnRpbnVlIHZvdGluZy4iLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJBc2tGb3JSZXN0YXJ0IjogIkFzayBhIHBvbGwgd29ya2VyIHRvIHJlc3RhcnQgdGhlIHNjYW5uZXIuIiwKICAgICJpbnN0cnVjdGlvbnNTY2FubmVySW5zZXJ0QmFsbG90U2NyZWVuIjogIlNjYW4gb25lIGJhbGxvdCBzaGVldCBhdCBhIHRpbWUuIiwKICAgICJpbnN0cnVjdGlvbnNTY2FubmVyUmVtb3ZlQmFsbG90VG9Db250aW51ZSI6ICJSZW1vdmUgYmFsbG90IHRvIGNvbnRpbnVlLiIsCiAgICAiaW5zdHJ1Y3Rpb25zU2Nhbm5lclJlbW92ZURvdWJsZVNoZWV0IjogIlJlbW92ZSB5b3VyIGJhbGxvdCBhbmQgaW5zZXJ0IG9uZSBzaGVldCBhdCBhIHRpbWUuIiwKICAgICJsYWJlbEFsbFByZWNpbmN0c1NlbGVjdGlvbiI6ICJBbGwgUHJlY2luY3RzIiwKICAgICJsYWJlbEJhbGxvdFN0eWxlIjogIkJhbGxvdCBTdHlsZToiLAogICAgImxhYmVsQm1kUGF0Q2FsaWJyYXRpb25JbnB1dEFjdGl2YXRlZCI6ICJJbnB1dCBBY3RpdmF0ZWQ6IiwKICAgICJsYWJlbEJtZFBhdENhbGlicmF0aW9uSW5wdXRJZGVudGlmaWVkIjogIklucHV0IElkZW50aWZpZWQ6IiwKICAgICJsYWJlbEJtZFNlY29uZHNSZW1haW5pbmciOiAiTnVtYmVyIG9mIHNlY29uZHMgcmVtYWluaW5nOiIsCiAgICAibGFiZWxCbWRXcml0ZUluRm9ybSI6ICJFbnRlciB0aGUgbmFtZSBvZiBhIHBlcnNvbiB3aG8gaXMgPDE+bm90PC8xPiBvbiB0aGUgYmFsbG90OiIsCiAgICAibGFiZWxDaGFyYWN0ZXJzUmVtYWluaW5nIjogIkNoYXJhY3RlcnMgcmVtYWluaW5nOiIsCiAgICAibGFiZWxDb250ZXN0TnVtYmVyIjogIkNvbnRlc3QgbnVtYmVyOiIsCiAgICAibGFiZWxDb250ZXN0c1JlbWFpbmluZyI6ICJDb250ZXN0cyByZW1haW5pbmc6IiwKICAgICJsYWJlbENvbnRlc3RzV2l0aE5vVm90ZXMiOiAiQ29udGVzdHMgd2l0aCBubyB2b3RlcyBtYXJrZWQ6IiwKICAgICJsYWJlbENvbnRlc3RzV2l0aFRvb01hbnlWb3RlcyI6ICJDb250ZXN0cyB3aXRoIHRvbyBtYW55IHZvdGVzIG1hcmtlZDoiLAogICAgImxhYmVsQ29udGVzdHNXaXRoVm90ZXNSZW1haW5pbmciOiAiQ29udGVzdHMgd2l0aCBvbmUgb3IgbW9yZSB2b3RlcyByZW1haW5pbmc6IiwKICAgICJsYWJlbEN1cnJlbnRMYW5ndWFnZSI6ICJDdXJyZW50IExhbmd1YWdlOiIsCiAgICAibGFiZWxEZXNlbGVjdGVkIjogIkRlc2VsZWN0ZWQ6IiwKICAgICJsYWJlbERlc2VsZWN0ZWRPcHRpb24iOiAiRGVzZWxlY3RlZCBvcHRpb246IiwKICAgICJsYWJlbEVpdGhlck5laXRoZXJDb250ZXN0RWl0aGVyTmVpdGhlclNlY3Rpb24iOiAiVk9URSBGT1IgQVBQUk9WQUwgT0YgRUlUSEVSLCBPUiBBR0FJTlNUIEJPVEgiLAogICAgImxhYmVsRWl0aGVyTmVpdGhlckNvbnRlc3RQaWNrT25lU2VjdGlvbiI6ICJBTkQgVk9URSBGT1IgT05FIiwKICAgICJsYWJlbEtleWJvYXJkQ29tbWEiOiAiLCIsCiAgICAibGFiZWxLZXlib2FyZERlbGV0ZSI6ICJkZWxldGUiLAogICAgImxhYmVsS2V5Ym9hcmREb3VibGVRdW90ZSI6ICJcIiIsCiAgICAibGFiZWxLZXlib2FyZEh5cGhlbiI6ICItIiwKICAgICJsYWJlbEtleWJvYXJkUGVyaW9kIjogIi4iLAogICAgImxhYmVsS2V5Ym9hcmRTaW5nbGVRdW90ZSI6ICInIiwKICAgICJsYWJlbEtleWJvYXJkU3BhY2VCYXIiOiAic3BhY2UiLAogICAgImxhYmVsTnVtQmFsbG90Q29udGVzdHMiOiAiTnVtYmVyIG9mIGNvbnRlc3RzIG9uIHlvdXIgYmFsbG90OiIsCiAgICAibGFiZWxOdW1TaGVldHNTY2FubmVkIjogIlNoZWV0cyBTY2FubmVkIiwKICAgICJsYWJlbE51bVZvdGVzUmVtYWluaW5nIjogIlZvdGVzIHJlbWFpbmluZyBpbiB0aGlzIGNvbnRlc3Q6IiwKICAgICJsYWJlbE51bVZvdGVzVW51c2VkIjogIk51bWJlciBvZiB1bnVzZWQgdm90ZXM6IiwKICAgICJsYWJlbFNlbGVjdGVkIjogIlNlbGVjdGVkOiIsCiAgICAibGFiZWxTZWxlY3RlZE9wdGlvbiI6ICJTZWxlY3RlZCBvcHRpb246IiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0SGlnaERhcmsiOiAiV2hpdGUgdGV4dCwgYmxhY2sgYmFja2dyb3VuZCIsCiAgICAibGFiZWxUaGVtZXNDb250cmFzdEhpZ2hMaWdodCI6ICJCbGFjayB0ZXh0LCB3aGl0ZSBiYWNrZ3JvdW5kIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0TG93IjogIkdyYXkgdGV4dCwgZGFyayBiYWNrZ3JvdW5kIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0TWVkaXVtIjogIkRhcmsgdGV4dCwgbGlnaHQgYmFja2dyb3VuZCIsCiAgICAibGFiZWxUaGVtZXNTaXplRXh0cmFMYXJnZSI6ICJFeHRyYS1MYXJnZSIsCiAgICAibGFiZWxUaGVtZXNTaXplTGFyZ2UiOiAiTGFyZ2UiLAogICAgImxhYmVsVGhlbWVzU2l6ZU1lZGl1bSI6ICJNZWRpdW0iLAogICAgImxhYmVsVGhlbWVzU2l6ZVNtYWxsIjogIlNtYWxsIiwKICAgICJsYWJlbFRvdGFsQ29udGVzdHMiOiAiVG90YWwgY29udGVzdHM6IiwKICAgICJsYWJlbFdyaXRlSW5DYW5kaWRhdGVOYW1lIjogIldyaXRlLUluIENhbmRpZGF0ZSIsCiAgICAibGFiZWxXcml0ZUluUGFyZW50aGVzaXplZCI6ICIod3JpdGUtaW4pIiwKICAgICJsYWJlbFdyaXRlSW5UaXRsZUNhc2UiOiAiV3JpdGUtSW4iLAogICAgImxhYmVsV3JpdGVJblRpdGxlQ2FzZUNvbG9uIjogIldyaXRlLUluOiIsCiAgICAibGV0dGVyQSI6ICJBIiwKICAgICJsZXR0ZXJCIjogIkIiLAogICAgImxldHRlckMiOiAiQyIsCiAgICAibGV0dGVyRCI6ICJEIiwKICAgICJsZXR0ZXJFIjogIkUiLAogICAgImxldHRlckYiOiAiRiIsCiAgICAibGV0dGVyRyI6ICJHIiwKICAgICJsZXR0ZXJIIjogIkgiLAogICAgImxldHRlckkiOiAiSSIsCiAgICAibGV0dGVySiI6ICJKIiwKICAgICJsZXR0ZXJLIjogIksiLAogICAgImxldHRlckwiOiAiTCIsCiAgICAibGV0dGVyTSI6ICJNIiwKICAgICJsZXR0ZXJOIjogIk4iLAogICAgImxldHRlck8iOiAiTyIsCiAgICAibGV0dGVyUCI6ICJQIiwKICAgICJsZXR0ZXJRIjogIlEiLAogICAgImxldHRlclIiOiAiUiIsCiAgICAibGV0dGVyUyI6ICJTIiwKICAgICJsZXR0ZXJUIjogIlQiLAogICAgImxldHRlclUiOiAiVSIsCiAgICAibGV0dGVyViI6ICJWIiwKICAgICJsZXR0ZXJXIjogIlciLAogICAgImxldHRlclgiOiAiWCIsCiAgICAibGV0dGVyWSI6ICJZIiwKICAgICJsZXR0ZXJaIjogIloiLAogICAgIm5vdGVBc2tQb2xsV29ya2VyRm9ySGVscCI6ICJBc2sgYSBwb2xsIHdvcmtlciBpZiB5b3UgbmVlZCBoZWxwLiIsCiAgICAibm90ZUJhbGxvdENvbnRlc3ROb1NlbGVjdGlvbiI6ICJObyBTZWxlY3Rpb24iLAogICAgIm5vdGVCbWRCYWxsb3RCb3hJc0Z1bGwiOiAiQSBwb2xsIHdvcmtlciBtdXN0IGVtcHR5IHRoZSBmdWxsIGJhbGxvdCBib3guIiwKICAgICJub3RlQm1kQmFsbG90U2hlZXRMb2FkZWQiOiAiVGhlIGJhbGxvdCBzaGVldCBoYXMgYmVlbiBsb2FkZWQuIFlvdSB3aWxsIGhhdmUgYSBjaGFuY2UgdG8gcmV2aWV3IHlvdXIgc2VsZWN0aW9ucyBiZWZvcmUgcmVwcmludGluZyB5b3VyIGJhbGxvdC4iLAogICAgIm5vdGVCbWRDYXN0aW5nQmFsbG90IjogIkNhc3RpbmcgQmFsbG90Li4uIiwKICAgICJub3RlQm1kQ2xlYXJpbmdCYWxsb3QiOiAiQ2xlYXJpbmcgYmFsbG90IiwKICAgICJub3RlQm1kQ29udGVzdENvbXBsZXRlZCI6ICJZb3UndmUgY29tcGxldGVkIHlvdXIgc2VsZWN0aW9ucyBvbiB0aGlzIGNvbnRlc3QuIFByZXNzIHRoZSByaWdodCBhcnJvdyBidXR0b24gdG8gYWR2YW5jZSB0byB0aGUgbmV4dCBjb250ZXN0LiBZb3UgbWF5IGNvbnRpbnVlIG5hdmlnYXRpbmcgaW4gdGhpcyBjb250ZXN0IHRvIGNoYW5nZSB5b3VyIHNlbGVjdGlvbnMuIiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlck5vU2VsZWN0aW9uIjogIkZpcnN0LCB2b3RlIFwiZm9yIGVpdGhlclwiIG9yIFwiYWdhaW5zdCBib3RoXCIuIFRoZW4gc2VsZWN0IHlvdXIgcHJlZmVycmVkIG1lYXN1cmUuIiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkRWl0aGVyIjogIllvdSBoYXZlIHNlbGVjdGVkIFwiZm9yIGVpdGhlclwiLiA8Mj5Ob3cgc2VsZWN0IHlvdXIgcHJlZmVycmVkIG1lYXN1cmUuPC8yPiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJTZWxlY3RlZEVpdGhlckFuZFByZWZlcnJlZCI6ICJZb3UgaGF2ZSBzZWxlY3RlZCBcImZvciBlaXRoZXJcIiBhbmQgeW91ciBwcmVmZXJyZWQgbWVhc3VyZS4iLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWROZWl0aGVyIjogIllvdSBoYXZlIHNlbGVjdGVkIFwiYWdhaW5zdCBib3RoXCIuIDwyPllvdSBtYXkgYWRkaXRpb25hbGx5IHNlbGVjdCB5b3VyIHByZWZlcnJlZCBtZWFzdXJlLjwvMj4iLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWROZWl0aGVyQW5kUHJlZmVycmVkIjogIllvdSBoYXZlIHNlbGVjdGVkIFwiYWdhaW5zdCBib3RoXCIgYW5kIHlvdXIgcHJlZmVycmVkIG1lYXN1cmUuIiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkUHJlZmVycmVkIjogIllvdSBoYXZlIHNlbGVjdGVkIHlvdXIgcHJlZmVycmVkIG1lYXN1cmUuIDwyPk5vdyB2b3RlIFwiZm9yIGVpdGhlclwiIG9yIFwiYWdhaW5zdCBib3RoXCIuPC8yPiIsCiAgICAibm90ZUJtZEhhcmR3YXJlUmVzZXQiOiAiVGhlIGhhcmR3YXJlIGhhcyBiZWVuIHJlc2V0LiIsCiAgICAibm90ZUJtZEhhcmR3YXJlUmVzZXR0aW5nIjogIlRoZSBoYXJkd2FyZSBpcyByZXNldHRpbmcuIiwKICAgICJub3RlQm1kSW50ZXJwcmV0YXRpb25Qcm9ibGVtIjogIlRoZXJlIHdhcyBhIHByb2JsZW0gaW50ZXJwcmV0aW5nIHlvdXIgYmFsbG90LiIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uSW50cm9TdGVwIjogIllvdXIgdHdvIGlucHV0cyBjYW4gYmUgdXNlZCB0byA8MT5Nb3ZlPC8xPiBmb2N1cyBvbiB0aGUgc2NyZWVuIG9yIDwzPlNlbGVjdDwvMz4gYW4gaXRlbS4iLAogICAgIm5vdGVCbWRQYXRDYWxpYnJhdGlvblN0ZXAxIjogIlN0ZXAgMSBvZiAzIiwKICAgICJub3RlQm1kUGF0Q2FsaWJyYXRpb25TdGVwMiI6ICJTdGVwIDIgb2YgMyIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uU3RlcDMiOiAiU3RlcCAzIG9mIDMiLAogICAgIm5vdGVCbWRQcmludGVkQmFsbG90UmV2aWV3TmV4dFN0ZXBzIjogIllvdSB3aWxsIGhhdmUgYSBjaGFuY2UgdG8gcmV2aWV3IGFuZCB2ZXJpZnkgdGhlIHZvdGVzIG9uIHlvdXIgcHJpbnRlZCBiYWxsb3QgYmVmb3JlIGl0IGlzIGNhc3QuIiwKICAgICJub3RlQm1kUmVsb2FkU2hlZXRBZnRlclBhcGVySmFtIjogIlBsZWFzZSBhc2sgYSBwb2xsIHdvcmtlciB0byBsb2FkIGEgbmV3IGJhbGxvdCBzaGVldC4iLAogICAgIm5vdGVCbWRTY2FubmluZ1JlaW5zZXJ0ZWRCYWxsb3QiOiAiUGxlYXNlIHdhaXQgd2hpbGUgdGhlIHZvdGVzIG9uIHlvdXIgYmFsbG90IGFyZSBzY2FubmVkLiIsCiAgICAibm90ZUJtZFNlc3Npb25SZXN0YXJ0IjogIllvdXIgdm90aW5nIHNlc3Npb24gd2lsbCByZXN0YXJ0IHNob3J0bHkuIiwKICAgICJub3RlUHJpbnRlckRpc2Nvbm5lY3RlZCI6ICJQcmludGVyIGlzIGRpc2Nvbm5lY3RlZC4iLAogICAgIm5vdGVQcmludGVySGFyZHdhcmVFcnJvciI6ICJUaGUgcHJpbnRlciBoYXMgZXhwZXJpZW5jZWQgYW4gdW5rbm93biBlcnJvci4iLAogICAgIm5vdGVTY2FubmVyQmxhbmtDb250ZXN0c0NhcmRQbHVyYWwiOiAiRGlkIHlvdSBtZWFuIHRvIGxlYXZlIHRoZXNlIGNvbnRlc3RzIGJsYW5rPyIsCiAgICAibm90ZVNjYW5uZXJCbGFua0NvbnRlc3RzQ2FyZFNpbmd1bGFyIjogIkRpZCB5b3UgbWVhbiB0byBsZWF2ZSB0aGlzIGNvbnRlc3QgYmxhbms/IiwKICAgICJub3RlU2Nhbm5lckRpc2Nvbm5lY3RlZCI6ICJTY2FubmVyIGlzIGRpc2Nvbm5lY3RlZC4iLAogICAgIm5vdGVTY2FubmVyT3ZlcnZvdGVDb250ZXN0c0NhcmRQbHVyYWwiOiAiWW91ciB2b3RlcyBpbiB0aGVzZSBjb250ZXN0cyB3aWxsIG5vdCBiZSBjb3VudGVkLiIsCiAgICAibm90ZVNjYW5uZXJPdmVydm90ZUNvbnRlc3RzQ2FyZFNpbmd1bGFyIjogIllvdXIgdm90ZXMgaW4gdGhpcyBjb250ZXN0IHdpbGwgbm90IGJlIGNvdW50ZWQuIiwKICAgICJub3RlU2Nhbm5lclNjYW5JblByb2dyZXNzIjogIlNjYW5uaW5nIHRoZSBtYXJrcyBvbiB5b3VyIGJhbGxvdC4iLAogICAgIm5vdGVTY2FubmVyVW5kZXJ2b3RlQ29udGVzdHNDYXJkUGx1cmFsIjogIkFsbCBvdGhlciB2b3RlcyBpbiB0aGVzZSBjb250ZXN0cyB3aWxsIGNvdW50LiIsCiAgICAibm90ZVNjYW5uZXJVbmRlcnZvdGVDb250ZXN0c0NhcmRTaW5ndWxhciI6ICJBbGwgb3RoZXIgdm90ZXMgaW4gdGhpcyBjb250ZXN0IHdpbGwgY291bnQuIiwKICAgICJub3RlVGhhbmtZb3VGb3JWb3RpbmciOiAiVGhhbmsgeW91IGZvciB2b3RpbmcuIiwKICAgICJub3RlVm90ZXJTZXR0aW5nc0F1ZGlvTXV0ZWQiOiAiQXVkaW8gaXMgbXV0ZWQiLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9Ob0hlYWRwaG9uZXMiOiAiTm8gaGVhZHBob25lcyBkZXRlY3RlZC4iLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9Vbm11dGVkIjogIkF1ZGlvIGlzIG9uIiwKICAgICJudW1iZXIwIjogIjAiLAogICAgIm51bWJlcjEiOiAiMSIsCiAgICAibnVtYmVyMTAiOiAiMTAiLAogICAgIm51bWJlcjEwMCI6ICIxMDAiLAogICAgIm51bWJlcjEwMSI6ICIxMDEiLAogICAgIm51bWJlcjEwMiI6ICIxMDIiLAogICAgIm51bWJlcjEwMyI6ICIxMDMiLAogICAgIm51bWJlcjEwNCI6ICIxMDQiLAogICAgIm51bWJlcjEwNSI6ICIxMDUiLAogICAgIm51bWJlcjEwNiI6ICIxMDYiLAogICAgIm51bWJlcjEwNyI6ICIxMDciLAogICAgIm51bWJlcjEwOCI6ICIxMDgiLAogICAgIm51bWJlcjEwOSI6ICIxMDkiLAogICAgIm51bWJlcjExIjogIjExIiwKICAgICJudW1iZXIxMTAiOiAiMTEwIiwKICAgICJudW1iZXIxMTEiOiAiMTExIiwKICAgICJudW1iZXIxMTIiOiAiMTEyIiwKICAgICJudW1iZXIxMTMiOiAiMTEzIiwKICAgICJudW1iZXIxMTQiOiAiMTE0IiwKICAgICJudW1iZXIxMTUiOiAiMTE1IiwKICAgICJudW1iZXIxMTYiOiAiMTE2IiwKICAgICJudW1iZXIxMTciOiAiMTE3IiwKICAgICJudW1iZXIxMTgiOiAiMTE4IiwKICAgICJudW1iZXIxMTkiOiAiMTE5IiwKICAgICJudW1iZXIxMiI6ICIxMiIsCiAgICAibnVtYmVyMTIwIjogIjEyMCIsCiAgICAibnVtYmVyMTIxIjogIjEyMSIsCiAgICAibnVtYmVyMTIyIjogIjEyMiIsCiAgICAibnVtYmVyMTIzIjogIjEyMyIsCiAgICAibnVtYmVyMTI0IjogIjEyNCIsCiAgICAibnVtYmVyMTI1IjogIjEyNSIsCiAgICAibnVtYmVyMTI2IjogIjEyNiIsCiAgICAibnVtYmVyMTI3IjogIjEyNyIsCiAgICAibnVtYmVyMTI4IjogIjEyOCIsCiAgICAibnVtYmVyMTI5IjogIjEyOSIsCiAgICAibnVtYmVyMTMiOiAiMTMiLAogICAgIm51bWJlcjEzMCI6ICIxMzAiLAogICAgIm51bWJlcjEzMSI6ICIxMzEiLAogICAgIm51bWJlcjEzMiI6ICIxMzIiLAogICAgIm51bWJlcjEzMyI6ICIxMzMiLAogICAgIm51bWJlcjEzNCI6ICIxMzQiLAogICAgIm51bWJlcjEzNSI6ICIxMzUiLAogICAgIm51bWJlcjE0IjogIjE0IiwKICAgICJudW1iZXIxNSI6ICIxNSIsCiAgICAibnVtYmVyMTYiOiAiMTYiLAogICAgIm51bWJlcjE3IjogIjE3IiwKICAgICJudW1iZXIxOCI6ICIxOCIsCiAgICAibnVtYmVyMTkiOiAiMTkiLAogICAgIm51bWJlcjIiOiAiMiIsCiAgICAibnVtYmVyMjAiOiAiMjAiLAogICAgIm51bWJlcjIxIjogIjIxIiwKICAgICJudW1iZXIyMiI6ICIyMiIsCiAgICAibnVtYmVyMjMiOiAiMjMiLAogICAgIm51bWJlcjI0IjogIjI0IiwKICAgICJudW1iZXIyNSI6ICIyNSIsCiAgICAibnVtYmVyMjYiOiAiMjYiLAogICAgIm51bWJlcjI3IjogIjI3IiwKICAgICJudW1iZXIyOCI6ICIyOCIsCiAgICAibnVtYmVyMjkiOiAiMjkiLAogICAgIm51bWJlcjMiOiAiMyIsCiAgICAibnVtYmVyMzAiOiAiMzAiLAogICAgIm51bWJlcjMxIjogIjMxIiwKICAgICJudW1iZXIzMiI6ICIzMiIsCiAgICAibnVtYmVyMzMiOiAiMzMiLAogICAgIm51bWJlcjM0IjogIjM0IiwKICAgICJudW1iZXIzNSI6ICIzNSIsCiAgICAibnVtYmVyMzYiOiAiMzYiLAogICAgIm51bWJlcjM3IjogIjM3IiwKICAgICJudW1iZXIzOCI6ICIzOCIsCiAgICAibnVtYmVyMzkiOiAiMzkiLAogICAgIm51bWJlcjQiOiAiNCIsCiAgICAibnVtYmVyNDAiOiAiNDAiLAogICAgIm51bWJlcjQxIjogIjQxIiwKICAgICJudW1iZXI0MiI6ICI0MiIsCiAgICAibnVtYmVyNDMiOiAiNDMiLAogICAgIm51bWJlcjQ0IjogIjQ0IiwKICAgICJudW1iZXI0NSI6ICI0NSIsCiAgICAibnVtYmVyNDYiOiAiNDYiLAogICAgIm51bWJlcjQ3IjogIjQ3IiwKICAgICJudW1iZXI0OCI6ICI0OCIsCiAgICAibnVtYmVyNDkiOiAiNDkiLAogICAgIm51bWJlcjUiOiAiNSIsCiAgICAibnVtYmVyNTAiOiAiNTAiLAogICAgIm51bWJlcjUxIjogIjUxIiwKICAgICJudW1iZXI1MiI6ICI1MiIsCiAgICAibnVtYmVyNTMiOiAiNTMiLAogICAgIm51bWJlcjU0IjogIjU0IiwKICAgICJudW1iZXI1NSI6ICI1NSIsCiAgICAibnVtYmVyNTYiOiAiNTYiLAogICAgIm51bWJlcjU3IjogIjU3IiwKICAgICJudW1iZXI1OCI6ICI1OCIsCiAgICAibnVtYmVyNTkiOiAiNTkiLAogICAgIm51bWJlcjYiOiAiNiIsCiAgICAibnVtYmVyNjAiOiAiNjAiLAogICAgIm51bWJlcjYxIjogIjYxIiwKICAgICJudW1iZXI2MiI6ICI2MiIsCiAgICAibnVtYmVyNjMiOiAiNjMiLAogICAgIm51bWJlcjY0IjogIjY0IiwKICAgICJudW1iZXI2NSI6ICI2NSIsCiAgICAibnVtYmVyNjYiOiAiNjYiLAogICAgIm51bWJlcjY3IjogIjY3IiwKICAgICJudW1iZXI2OCI6ICI2OCIsCiAgICAibnVtYmVyNjkiOiAiNjkiLAogICAgIm51bWJlcjciOiAiNyIsCiAgICAibnVtYmVyNzAiOiAiNzAiLAogICAgIm51bWJlcjcxIjogIjcxIiwKICAgICJudW1iZXI3MiI6ICI3MiIsCiAgICAibnVtYmVyNzMiOiAiNzMiLAogICAgIm51bWJlcjc0IjogIjc0IiwKICAgICJudW1iZXI3NSI6ICI3NSIsCiAgICAibnVtYmVyNzYiOiAiNzYiLAogICAgIm51bWJlcjc3IjogIjc3IiwKICAgICJudW1iZXI3OCI6ICI3OCIsCiAgICAibnVtYmVyNzkiOiAiNzkiLAogICAgIm51bWJlcjgiOiAiOCIsCiAgICAibnVtYmVyODAiOiAiODAiLAogICAgIm51bWJlcjgxIjogIjgxIiwKICAgICJudW1iZXI4MiI6ICI4MiIsCiAgICAibnVtYmVyODMiOiAiODMiLAogICAgIm51bWJlcjg0IjogIjg0IiwKICAgICJudW1iZXI4NSI6ICI4NSIsCiAgICAibnVtYmVyODYiOiAiODYiLAogICAgIm51bWJlcjg3IjogIjg3IiwKICAgICJudW1iZXI4OCI6ICI4OCIsCiAgICAibnVtYmVyODkiOiAiODkiLAogICAgIm51bWJlcjkiOiAiOSIsCiAgICAibnVtYmVyOTAiOiAiOTAiLAogICAgIm51bWJlcjkxIjogIjkxIiwKICAgICJudW1iZXI5MiI6ICI5MiIsCiAgICAibnVtYmVyOTMiOiAiOTMiLAogICAgIm51bWJlcjk0IjogIjk0IiwKICAgICJudW1iZXI5NSI6ICI5NSIsCiAgICAibnVtYmVyOTYiOiAiOTYiLAogICAgIm51bWJlcjk3IjogIjk3IiwKICAgICJudW1iZXI5OCI6ICI5OCIsCiAgICAibnVtYmVyOTkiOiAiOTkiLAogICAgInByb21wdEJtZENvbmZpcm1SZW1vdmVXcml0ZUluIjogIkRvIHlvdSB3YW50IHRvIGRlc2VsZWN0IGFuZCByZW1vdmUgeW91ciB3cml0ZS1pbiBjYW5kaWRhdGU/IiwKICAgICJwcm9tcHRCbWRTb3VuZERpYWdub3N0aWNTY3JlZW4iOiAiUHJlc3MgdGhlIHNlbGVjdCBidXR0b24gdG8gY29uZmlybSBzb3VuZCBpcyB3b3JraW5nLiIsCiAgICAidGl0bGVBdWRpb09ubHlNb2RlRW5hYmxlZCI6ICJBdWRpby1Pbmx5IE1vZGUiLAogICAgInRpdGxlQmFsbG90Qm94RnVsbCI6ICJCYWxsb3QgQm94IEZ1bGwiLAogICAgInRpdGxlQmFsbG90SWQiOiAiQmFsbG90IElEIiwKICAgICJ0aXRsZUJhbGxvdFN0eWxlIjogIkJhbGxvdCBTdHlsZSIsCiAgICAidGl0bGVCYWxsb3RTdWNjZXNzZnVsbHlDYXN0UGFnZSI6ICJZb3VyIGJhbGxvdCB3YXMgY2FzdCEiLAogICAgInRpdGxlQm1kQXNrRm9ySGVscFNjcmVlbiI6ICJBc2sgYSBwb2xsIHdvcmtlciBmb3IgaGVscCIsCiAgICAidGl0bGVCbWRCYWxsb3RSZW1vdmVkU2NyZWVuIjogIkJhbGxvdCBSZW1vdmVkIiwKICAgICJ0aXRsZUJtZENhc3RCYWxsb3RTY3JlZW4iOiAiWW914oCZcmUgQWxtb3N0IERvbmUiLAogICAgInRpdGxlQm1kSWRsZVNjcmVlbiI6ICJBcmUgeW91IHN0aWxsIHZvdGluZz8iLAogICAgInRpdGxlQm1kSW52YWxpZEJhbGxvdE5vQmFsbG90RGV0ZWN0ZWQiOiAiTm8gQmFsbG90IERldGVjdGVkIiwKICAgICJ0aXRsZUJtZEludmFsaWRCYWxsb3RXcm9uZ0VsZWN0aW9uIjogIldyb25nIEVsZWN0aW9uIiwKICAgICJ0aXRsZUJtZEludmFsaWRCYWxsb3RXcm9uZ1ByZWNpbmN0IjogIldyb25nIFByZWNpbmN0IiwKICAgICJ0aXRsZUJtZEludmFsaWRCYWxsb3RXcm9uZ1Rlc3RNb2RlIjogIldyb25nIEJhbGxvdCBNb2RlIiwKICAgICJ0aXRsZUJtZEphbUNsZWFyZWRTY3JlZW4iOiAiSmFtIENsZWFyZWQiLAogICAgInRpdGxlQm1kSmFtbWVkU2NyZWVuIjogIlBhcGVyIGlzIEphbW1lZCIsCiAgICAidGl0bGVCbWRMb2FkaW5nUmVpbnNlcnRlZEJhbGxvdFNjcmVlbiI6ICJMb2FkaW5nIHlvdXIgYmFsbG90Li4uIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uQ29uZmlybUV4aXRTY3JlZW4iOiAiRGV2aWNlIElucHV0cyBJZGVudGlmaWVkIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uSWRlbnRpZmljYXRpb25QYWdlIjogIlBlcnNvbmFsIEFzc2lzdGl2ZSBUZWNobm9sb2d5IERldmljZSBJZGVudGlmaWNhdGlvbiIsCiAgICAidGl0bGVCbWRQYXRDYWxpYnJhdGlvbklkZW50aWZ5TW92ZUlucHV0IjogIklkZW50aWZ5IHRoZSBcIk1vdmVcIiBJbnB1dCIsCiAgICAidGl0bGVCbWRQYXRDYWxpYnJhdGlvbklkZW50aWZ5U2VsZWN0SW5wdXQiOiAiSWRlbnRpZnkgdGhlIFwiU2VsZWN0XCIgSW5wdXQiLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25JbnRyb1N0ZXAiOiAiVGVzdCBZb3VyIERldmljZSIsCiAgICAidGl0bGVCbWRQcmludFNjcmVlbiI6ICJQcmludGluZyBZb3VyIE9mZmljaWFsIEJhbGxvdC4uLiIsCiAgICAidGl0bGVCbWRSZWFkeVRvUmV2aWV3IjogIlJlYWR5IHRvIFJldmlldyIsCiAgICAidGl0bGVCbWRSZXZpZXdTY3JlZW4iOiAiUmV2aWV3IFlvdXIgVm90ZXMiLAogICAgInRpdGxlSW50ZXJuYWxDb25uZWN0aW9uUHJvYmxlbSI6ICJJbnRlcm5hbCBDb25uZWN0aW9uIFByb2JsZW0iLAogICAgInRpdGxlTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlbiI6ICJTZWxlY3QgWW91ciBCYWxsb3QgTGFuZ3VhZ2UiLAogICAgInRpdGxlTW9kYWxDb25maXJtWW91clZvdGVzIjogIkNvbmZpcm0gWW91ciBWb3RlcyIsCiAgICAidGl0bGVOb1Bvd2VyRGV0ZWN0ZWQiOiAiTm8gUG93ZXIgRGV0ZWN0ZWQiLAogICAgInRpdGxlT2ZmaWNpYWxCYWxsb3QiOiAiT2ZmaWNpYWwgQmFsbG90IiwKICAgICJ0aXRsZVByZWNpbmN0IjogIlByZWNpbmN0IiwKICAgICJ0aXRsZVByaW50ZXJDb3ZlcklzT3BlbiI6ICJQcmludGVyIENvdmVyIGlzIE9wZW4iLAogICAgInRpdGxlUmVtb3ZlWW91ckJhbGxvdCI6ICJSZW1vdmUgWW91ciBCYWxsb3QiLAogICAgInRpdGxlU2Nhbm5lckJhbGxvdE5vdENvdW50ZWQiOiAiQmFsbG90IE5vdCBDb3VudGVkIiwKICAgICJ0aXRsZVNjYW5uZXJCYWxsb3RXYXJuaW5nc1NjcmVlbiI6ICJSZXZpZXcgWW91ciBCYWxsb3QiLAogICAgInRpdGxlU2Nhbm5lckNvdmVySXNPcGVuIjogIlNjYW5uZXIgQ292ZXIgaXMgT3BlbiIsCiAgICAidGl0bGVTY2FubmVyQ3ZyU3luY1JlcXVpcmVkIjogIkNWUiBTeW5jIFJlcXVpcmVkIiwKICAgICJ0aXRsZVNjYW5uZXJJbnNlcnRCYWxsb3RTY3JlZW4iOiAiSW5zZXJ0IFlvdXIgQmFsbG90IiwKICAgICJ0aXRsZVNjYW5uZXJOb1ZvdGVzV2FybmluZyI6ICJObyB2b3RlcyBtYXJrZWQ6IiwKICAgICJ0aXRsZVNjYW5uZXJPdXRmZWVkQmxvY2tlZCI6ICJCYWxsb3QgQm94IE9wZW5pbmcgaXMgQmxvY2tlZCIsCiAgICAidGl0bGVTY2FubmVyT3ZlcnZvdGVXYXJuaW5nIjogIlRvbyBtYW55IHZvdGVzIG1hcmtlZDoiLAogICAgInRpdGxlU2Nhbm5lclByb2Nlc3NpbmdTY3JlZW4iOiAiUGxlYXNlIHdhaXTigKYiLAogICAgInRpdGxlU2Nhbm5lclN1Y2Nlc3NTY3JlZW4iOiAiWW91ciBiYWxsb3Qgd2FzIGNvdW50ZWQhIiwKICAgICJ0aXRsZVNjYW5uZXJVbmRlcnZvdGVXYXJuaW5nIjogIllvdSBtYXkgYWRkIG9uZSBvciBtb3JlIHZvdGVzOiIsCiAgICAidGl0bGVTY2FubmluZ0ZhaWxlZCI6ICJTY2FubmluZyBGYWlsZWQiLAogICAgInRpdGxlVW5vZmZpY2lhbFRlc3RCYWxsb3QiOiAiVW5vZmZpY2lhbCBUZXN0IEJhbGxvdCIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzIjogIlNldHRpbmdzIiwKICAgICJ0aXRsZVZvdGVyU2V0dGluZ3NBdWRpbyI6ICJBdWRpbyIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzQ29sb3IiOiAiQ29sb3IiLAogICAgInRpdGxlVm90ZXJTZXR0aW5nc1NpemUiOiAiVGV4dCBTaXplIiwKICAgICJ1bnJlY292ZXJhYmxlRXJyb3IiOiAiU29tZXRoaW5nIHdlbnQgd3JvbmciLAogICAgIndhcm5pbmdCbWRCYWxsb3RSZW1vdmVkIjogIllvdXIgb2ZmaWNpYWwgYmFsbG90IGhhcyBiZWVuIHJlbW92ZWQgZnJvbSB0aGUgcHJpbnRlci4iLAogICAgIndhcm5pbmdCbWRJbmFjdGl2ZVNlc3Npb24iOiAiVGhpcyB2b3Rpbmcgc3RhdGlvbiBoYXMgYmVlbiBpbmFjdGl2ZSBmb3IgbW9yZSB0aGFuIDUgbWludXRlcy4iLAogICAgIndhcm5pbmdCbWRJbmFjdGl2ZVRpbWVSZW1haW5pbmciOiAiVG8gcHJvdGVjdCB5b3VyIHByaXZhY3ksIHRoaXMgYmFsbG90IHdpbGwgYmUgY2xlYXJlZCB3aGVuIHRoZSB0aW1lciBydW5zIG91dC4iLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90TGl2ZUJhbGxvdEluVGVzdE1vZGUiOiAiVGhlIGluc2VydGVkIHNoZWV0IGlzIGFuIDwxPm9mZmljaWFsPC8xPiBiYWxsb3QuIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdE5vQmFsbG90RGV0ZWN0ZWQiOiAiVGhlcmUgd2FzIG5vIGJhbGxvdCBpbmZvcm1hdGlvbiBkZXRlY3RlZCBvbiB0aGUgaW5zZXJ0ZWQgc2hlZXQuIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdFRlc3RCYWxsb3RJbkxpdmVNb2RlIjogIlRoZSBpbnNlcnRlZCBzaGVldCBpcyBhIDwxPnRlc3Q8LzE+IGJhbGxvdC4iLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90V3JvbmdFbGVjdGlvbiI6ICJUaGUgaW5zZXJ0ZWQgc2hlZXQgaXMgYSBiYWxsb3QgZnJvbSBhIGRpZmZlcmVudCBlbGVjdGlvbi4iLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90V3JvbmdQcmVjaW5jdCI6ICJUaGUgaW5zZXJ0ZWQgc2hlZXQgaXMgYSBiYWxsb3QgZm9yIGEgZGlmZmVyZW50IHByZWNpbmN0LiIsCiAgICAid2FybmluZ0N2cnNOZWVkU3luYyI6ICJBIHBvbGwgd29ya2VyIG11c3Qgc3luYyBjYXN0IHZvdGUgcmVjb3JkcyAoQ1ZScykgdG8gdGhlIFVTQiBkcml2ZS4iLAogICAgIndhcm5pbmdOb1Bvd2VyIjogIjwwPk5vIFBvd2VyIERldGVjdGVkLjwvMD4gUGxlYXNlIGFzayBhIHBvbGwgd29ya2VyIHRvIHBsdWcgaW4gdGhlIHBvd2VyIGNvcmQuIiwKICAgICJ3YXJuaW5nTm9Wb3Rlc0ZvckNvbnRlc3QiOiAiWW91IG1heSBzdGlsbCB2b3RlIGluIHRoaXMgY29udGVzdC4iLAogICAgIndhcm5pbmdPdmVydm90ZUNhbmRpZGF0ZUNvbnRlc3QiOiAiVG8gdm90ZSBmb3IgYW5vdGhlciBjYW5kaWRhdGUsIHlvdSBtdXN0IGZpcnN0IGRlc2VsZWN0IGEgcHJldmlvdXNseSBzZWxlY3RlZCBjYW5kaWRhdGUuIiwKICAgICJ3YXJuaW5nT3ZlcnZvdGVZZXNOb0NvbnRlc3QiOiAiVG8gY2hhbmdlIHlvdXIgdm90ZSwgZmlyc3QgZGVzZWxlY3QgeW91ciBwcmV2aW91cyB2b3RlLiIsCiAgICAid2FybmluZ1Byb2JsZW1TY2FubmluZ0JhbGxvdCI6ICJUaGVyZSB3YXMgYSBwcm9ibGVtIHNjYW5uaW5nIHRoaXMgYmFsbG90LiIsCiAgICAid2FybmluZ1Byb2JsZW1TY2FubmluZ0JhbGxvdFNjYW5BZ2FpbiI6ICJUaGVyZSB3YXMgYSBwcm9ibGVtIHNjYW5uaW5nIHlvdXIgYmFsbG90LiBQbGVhc2Ugc2NhbiBpdCBhZ2Fpbi4iLAogICAgIndhcm5pbmdTY2FubmVyQW5vdGhlclNjYW5JblByb2dyZXNzIjogIkFub3RoZXIgYmFsbG90IGlzIGJlaW5nIHNjYW5uZWQuIiwKICAgICJ3YXJuaW5nU2Nhbm5lckJsYW5rQmFsbG90U3VibWlzc2lvbiI6ICJObyB2b3RlcyB3aWxsIGJlIGNvdW50ZWQgZnJvbSB0aGlzIGJhbGxvdC4iLAogICAgIndhcm5pbmdTY2FubmVySmFtbWVkIjogIlRoZSBiYWxsb3QgaXMgamFtbWVkIGluIHRoZSBzY2FubmVyLiIsCiAgICAid2FybmluZ1NjYW5uZXJNaXNtYXRjaGVkRWxlY3Rpb24iOiAiVGhlIGJhbGxvdCBkb2VzIG5vdCBtYXRjaCB0aGUgZWxlY3Rpb24gdGhpcyBzY2FubmVyIGlzIGNvbmZpZ3VyZWQgZm9yLiIsCiAgICAid2FybmluZ1NjYW5uZXJNaXNtYXRjaGVkUHJlY2luY3QiOiAiVGhlIGJhbGxvdCBkb2VzIG5vdCBtYXRjaCB0aGUgcHJlY2luY3QgdGhpcyBzY2FubmVyIGlzIGNvbmZpZ3VyZWQgZm9yLiIsCiAgICAid2FybmluZ1NjYW5uZXJNdWx0aXBsZVNoZWV0c0RldGVjdGVkIjogIk11bHRpcGxlIHNoZWV0cyBkZXRlY3RlZC4iLAogICAgIndhcm5pbmdTY2FubmVyTm9Wb3Rlc0ZvdW5kIjogIk5vIHZvdGVzIHdlcmUgZm91bmQgd2hlbiBzY2FubmluZyB0aGlzIGJhbGxvdC4iLAogICAgIndhcm5pbmdTY2FubmVyT2ZmaWNpYWxCYWxsb3RJblRlc3RNb2RlIjogIlRoZSBzY2FubmVyIGlzIGluIHRlc3QgYmFsbG90IG1vZGUuIE9mZmljaWFsIGJhbGxvdHMgbWF5IG5vdCBiZSBzY2FubmVkLiIsCiAgICAid2FybmluZ1NjYW5uZXJUZXN0QmFsbG90SW5PZmZpY2lhbE1vZGUiOiAiVGhlIHNjYW5uZXIgaXMgaW4gb2ZmaWNpYWwgYmFsbG90IG1vZGUuIFRlc3QgYmFsbG90cyBtYXkgbm90IGJlIHNjYW5uZWQuIiwKICAgICJ3YXJuaW5nU2Nhbm5lclZlcnRpY2FsU3RyZWFrc0RldGVjdGVkIjogIlRoZSBzY2FubmVyIG5lZWRzIHRvIGJlIGNsZWFuZWQuIgogIH0sCiAgImVzLVVTIjogewogICAgImF1ZGlvRmVlZGJhY2sxMFBlcmNlbnRWb2x1bWUiOiAiMTAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2syMFBlcmNlbnRWb2x1bWUiOiAiMjAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2szMFBlcmNlbnRWb2x1bWUiOiAiMzAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2s0MFBlcmNlbnRWb2x1bWUiOiAiNDAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2s1MFBlcmNlbnRWb2x1bWUiOiAiNTAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2s2MFBlcmNlbnRWb2x1bWUiOiAiNjAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2s3MFBlcmNlbnRWb2x1bWUiOiAiNzAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2s4MFBlcmNlbnRWb2x1bWUiOiAiODAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2s5MFBlcmNlbnRWb2x1bWUiOiAiOTAlIGRlIHZvbHVtZW4iLAogICAgImF1ZGlvRmVlZGJhY2tNYXhpbXVtVm9sdW1lIjogIlZvbHVtZW4gbcOheGltbyIsCiAgICAiYXVkaW9GZWVkYmFja01pbmltdW1Wb2x1bWUiOiAiVm9sdW1lbiBtw61uaW1vIiwKICAgICJibWRQYXREZXZpY2VJbnB1dE5hbWVNb3ZlIjogIlwiTW92ZXJcIiIsCiAgICAiYm1kUGF0RGV2aWNlSW5wdXROYW1lU2VsZWN0IjogIlwiU2VsZWNjaW9uYXJcIiIsCiAgICAiYnV0dG9uQWNjZXB0IjogIkFjZXB0YXIiLAogICAgImJ1dHRvbkFkZFdyaXRlSW4iOiAiYWdyZWdhciBjYW5kaWRhdG8gcG9yIGVzY3JpdG8iLAogICAgImJ1dHRvbkF1ZGlvTXV0ZSI6ICJTaWxlbmNpYXIgYXVkaW8iLAogICAgImJ1dHRvbkF1ZGlvVW5tdXRlIjogIkFjdGl2YXIgYXVkaW8iLAogICAgImJ1dHRvbkJhY2siOiAiQXRyw6FzIiwKICAgICJidXR0b25CYWxsb3RJc0NvcnJlY3QiOiAiRW1pdGlyIG1pIGJvbGV0YSIsCiAgICAiYnV0dG9uQmFsbG90SXNJbmNvcnJlY3QiOiAiTWkgYm9sZXRhIGVzIGluY29ycmVjdGEiLAogICAgImJ1dHRvbkJtZFJldmlld0NhcmRBY3Rpb24iOiAiUHJlc2lvbmUgZWwgYm90w7NuIGRlIHNlbGVjY2nDs24gcGFyYSBjYW1iaWFyIHN1cyB2b3RvcyBwYXJhIGVzdGUgY29uY3Vyc28uIiwKICAgICJidXR0b25CbWRSZXZpZXdDYXJkQWN0aW9uUGF0RGV2aWNlIjogIlVzYSBlbCBib3TDs24gZGUgc2VsZWNjaW9uYXIgcGFyYSBjYW1iaWFyIHR1cyB2b3RvcyBlbiBlc3RhIGNvbnRpZW5kYS4iLAogICAgImJ1dHRvbkJtZFNraXBQYXRDYWxpYnJhdGlvbiI6ICJTYWx0YXIgaWRlbnRpZmljYWNpw7NuIiwKICAgICJidXR0b25DYW5jZWwiOiAiQ2FuY2VsYXIiLAogICAgImJ1dHRvbkNhc3RCYWxsb3QiOiAiRW1pdGlyIGJvbGV0YSIsCiAgICAiYnV0dG9uQ2hhbmdlIjogIkNhbWJpbyIsCiAgICAiYnV0dG9uQ2xvc2UiOiAiQ2VycmFyIiwKICAgICJidXR0b25Db250aW51ZSI6ICJDb250aW51YXIiLAogICAgImJ1dHRvbkRvbmUiOiAiSGVjaG8iLAogICAgImJ1dHRvbkVuYWJsZUF1ZGlvT25seU1vZGUiOiAiSGFiaWxpdGUgZWwgbW9kbyBkZSBzb2xvIGF1ZGlvIiwKICAgICJidXR0b25FeGl0QXVkaW9Pbmx5TW9kZSI6ICJTYWxnYSBkZWwgbW9kbyBkZSBzb2xvIGF1ZGlvIiwKICAgICJidXR0b25Nb3JlIjogIk3DoXMiLAogICAgImJ1dHRvbk5leHQiOiAiU2lndWllbnRlIiwKICAgICJidXR0b25ObyI6ICJObyIsCiAgICAiYnV0dG9uT2theSI6ICJPayIsCiAgICAiYnV0dG9uUHJpbnRCYWxsb3QiOiAiSW1wcmltaXIgbWkgYm9sZXRhIiwKICAgICJidXR0b25SZXNldCI6ICJSZWluaWNpYXIiLAogICAgImJ1dHRvblJldHVybkJhbGxvdCI6ICJEZXZvbHZlciBsYSBib2xldGEiLAogICAgImJ1dHRvblJldHVyblRvQmFsbG90UmV2aWV3IjogIlZvbHZlciBhIGxhIHJldmlzacOzbiBkZSBsYSBib2xldGEiLAogICAgImJ1dHRvblJldmlldyI6ICJSZXZpc2FyIiwKICAgICJidXR0b25TdGFydFZvdGluZyI6ICJFbXBlemFyIGEgdm90YXIiLAogICAgImJ1dHRvblN0aWxsVm90aW5nIjogIlPDrSwgdG9kYXbDrWEgZXN0b3kgdm90YW5kby4iLAogICAgImJ1dHRvblZpZXdDb250ZXN0cyI6ICJWZXIgY29uY3Vyc29zIiwKICAgICJidXR0b25Wb3RlclNldHRpbmdzIjogIkNvbmZpZ3VyYWNpb25lcyIsCiAgICAiYnV0dG9uWWVzIjogIlPDrSIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Gb2N1c05leHQiOiAiRXN0ZSBlcyBlbCBib3TDs24gQWJham8sIHBhcmEgY2VudHJhcnNlIGVuIGVsIHNpZ3VpZW50ZSBlbGVtZW50byBkZSB1bmEgbGlzdGEgZGUgb3BjaW9uZXMgZW4gdW5hIHDDoWdpbmEuIFVzdGVkIHB1ZWRlIHV0aWxpemFyIGxvcyBib3RvbmVzIEFycmliYSB5IEFiYWpvIHBhcmEgZGVzcGxhemFyc2UgcG9yIGxvcyBjYW5kaWRhdG9zIGRlIHVuIGNvbmN1cnNvLiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Gb2N1c1ByZXZpb3VzIjogIkVzdGUgZXMgZWwgYm90w7NuIEFycmliYSwgcGFyYSBjZW50cmFyc2UgZW4gZWwgZWxlbWVudG8gYW50ZXJpb3IgZW4gdW5hIGxpc3RhIGRlIG9wY2lvbmVzIGVuIHVuYSBww6FnaW5hLiBQdWVkZSB1dGlsaXphciBsb3MgYm90b25lcyBBcnJpYmEgeSBBYmFqbyBwYXJhIGRlc3BsYXphcnNlIGVudHJlIGxvcyBjYW5kaWRhdG9zIGVuIHVuIGNvbmN1cnNvLiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25QYWdlTmV4dCI6ICJFc3RlIGVzIGVsIGJvdMOzbiBkZXJlY2hvLCBwYXJhIHBhc2FyIGEgbGEgc2lndWllbnRlIHDDoWdpbmEgbyBjb25jdXJzby4gUHVlZGUgdXRpbGl6YXIgbG9zIGJvdG9uZXMgSXpxdWllcmRhIHkgRGVyZWNoYSBwYXJhIGRlc3BsYXphcnNlIHBvciB0b2RhcyBsYXMgY29udGllbmRhcyBlbiBzdSBib2xldGEuIiwKICAgICJoZWxwQm1kQ29udHJvbGxlckJ1dHRvblBhZ2VQcmV2aW91cyI6ICJFc3RlIGVzIGVsIGJvdMOzbiBpenF1aWVyZG8sIHBhcmEgcmVncmVzYXIgYWwgcMOhZ2luYSBhbnRlcmlvciBvIGNvbmN1cnNvLiBQdWVkZSB1dGlsaXphciBsb3MgYm90b25lcyBJenF1aWVyZGEgeSBEZXJlY2hhIHBhcmEgZGVzcGxhemFyc2UgcG9yIHRvZGFzIGxhcyBjb250aWVuZGFzIGVuIHN1IGJvbGV0YS4iLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uUGxheWJhY2tSYXRlRG93biI6ICJFc3RlIGJvdMOzbiByZWR1Y2UgbGEgdmVsb2NpZGFkIGRlIHJlcHJvZHVjY2nDs24gZGVsIGF1ZGlvIGRlIHRleHRvIGEgdm96LiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25QbGF5YmFja1JhdGVVcCI6ICJFc3RlIGJvdMOzbiBhdW1lbnRhIGxhIHZlbG9jaWRhZCBkZSByZXByb2R1Y2Npw7NuIGRlbCBhdWRpbyBkZSB0ZXh0byBhIHZvei4iLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uU2VsZWN0IjogIkVzdGUgZXMgZWwgYm90w7NuIFNlbGVjY2lvbmFyLiBVdGlsaWNlIGVzdGUgYm90w7NuIHBhcmEgbWFycXVlIHN1IHZvdG8gcG9yIHVuIGNhbmRpZGF0byBvIHVuYSBvcGNpw7NuIGRlIHPDrSBvIG5vLiBBbCBwcmVzaW9uYXIgZWwgYm90w7NuIFNlbGVjY2lvbmFyIG51ZXZhbWVudGUgc2UgZWxpbWluYXLDoSBzdSB2b3RvIGFudGVyaW9yLiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Ub2dnbGVIZWxwIjogIkVzdGUgZXMgZWwgYm90w7NuIEF5dWRhLiBQcmVzaW9uZSBlc3RlIGJvdMOzbiBudWV2YW1lbnRlIHBhcmEgdm9sdmVyIGEgY29tcGxldGFyIHN1IGJvbGV0YS4iLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uVG9nZ2xlUGF1c2UiOiAiRXN0ZSBlcyBlbCBib3TDs24gUGF1c2EuIFV0aWxpY2UgZXN0ZSBib3TDs24gcGFyYSBwYXVzYXIgZWwgYXVkaW8gZGUgdGV4dG8gYSB2b3ouIEFsIHByZXNpb25hciBudWV2YW1lbnRlIGVsIGJvdMOzbiBQYXVzYSBzZSByZWFudWRhcsOhIGVsIGF1ZGlvIGRlIHRleHRvIGEgdm96LiIsCiAgICAiaGVscEJtZENvbnRyb2xsZXJCdXR0b25Wb2x1bWVEb3duIjogIkVzdGUgYm90w7NuIHJlZHVjZSBlbCB2b2x1bWVuIGRlbCBhdWRpbyBkZSB0ZXh0byBhIHZvei4iLAogICAgImhlbHBCbWRDb250cm9sbGVyQnV0dG9uVm9sdW1lVXAiOiAiRXN0ZSBib3TDs24gYXVtZW50YSBlbCB2b2x1bWVuIGRlbCBhdWRpbyBkZSB0ZXh0byBhIHZvei4iLAogICAgImluc3RydWN0aW9uc0Fza0ZvckhlbHAiOiAiUG9yIGZhdm9yIHBpZGEgYXl1ZGEgYSB1biB0cmFiYWphZG9yIGVsZWN0b3JhbC4iLAogICAgImluc3RydWN0aW9uc0Fza1BvbGxXb3JrZXJUb1BsdWdJblBvd2VyIjogIlDDrWRhbGUgYSB1biB0cmFiYWphZG9yIGVsZWN0b3JhbCBxdWUgY29uZWN0ZSBsYSBjb3JyaWVudGUuIGNhYmxlLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQXVkaW9NdXRlQnV0dG9uIjogIlByZXNpb25lIGVsIGJvdMOzbiBkZSBzZWxlY2Npw7NuIHBhcmEgc2lsZW5jaWFyIHRvZG8gZWwgYXVkaW8uIiwKICAgICJpbnN0cnVjdGlvbnNCbWRBc2tGb3JSZXN0YXJ0IjogIlBpZGUgYSB1biB0cmFiYWphZG9yIGVsZWN0b3JhbCBxdWUgcmVpbmljaWUgbGEgbcOhcXVpbmEuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRCYWxsb3ROYXZpZ2F0aW9uTWFyayI6ICJDdWFuZG8gdm90ZSBjb24gYXVkaW8gZGUgdGV4dG8gYSB2b3osIHV0aWxpY2UgZWwgY29udHJvbGFkb3IgYWNjZXNpYmxlIHBhcmEgbmF2ZWdhciBwb3Igc3UgYm9sZXRhLiBQYXJhIG5hdmVnYXIgcG9yIGxvcyBjb25jdXJzb3MsIHV0aWxpY2UgbG9zIGJvdG9uZXMgaXpxdWllcmRvIHkgZGVyZWNoby4gUGFyYSBuYXZlZ2FyIHBvciBsYXMgb3BjaW9uZXMgZGVsIGNvbmN1cnNvLCB1dGlsaWNlIGxvcyBib3RvbmVzIGFycmliYSB5IGFiYWpvLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQmFsbG90TmF2aWdhdGlvbk1hcmtTY2FuIjogIkN1YW5kbyB2b3RlIGNvbiBhdWRpbyBkZSB0ZXh0byBhIHZveiwgdXRpbGljZSBlbCBjb250cm9sYWRvciBhY2Nlc2libGUgcGFyYSBuYXZlZ2FyIHBvciBzdSBib2xldGEuIEhheSBjdWF0cm8gYm90b25lcyBkZSBmbGVjaGEgZGUgbmF2ZWdhY2nDs24gdWJpY2Fkb3MgY2VyY2EgZGVsIGNlbnRybyBkZWwgY29udHJvbGFkb3IuIFBhcmEgbmF2ZWdhciBwb3IgbGFzIG9wY2lvbmVzIGRlbCBjb25jdXJzbywgdXRpbGljZSBsYXMgZmxlY2hhcyBoYWNpYSBhcnJpYmEgeSBoYWNpYSBhYmFqby4gUGFyYSBzZWxlY2Npb25hciBvIGFudWxhciBsYSBzZWxlY2Npw7NuIGRlIHVuYSBvcGNpw7NuIGRlIGNvbmN1cnNvIGNvbW8gc3Ugdm90bywgdXNlIGVsIGJvdMOzbiBjaXJjdWxhciBTZWxlY2Npb25hciBhIGxhIGRlcmVjaGEgZGUgbG9zIGJvdG9uZXMgZGUgbmF2ZWdhY2nDs24uIFB1ZWRlIGVuY29udHJhciBkb3MgY29udHJvbGVzIGRlIHZvbHVtZW4gZW4gbGEgZXNxdWluYSBzdXBlcmlvciBkZXJlY2hhIGRlbCBjb250cm9sYWRvci4gRWwgYm90w7NuIG1lbm9zIHJlZHVjZSBlbCB2b2x1bWVuIGRlIHN1IGF1ZGlvIHkgZWwgYm90w7NuIG3DoXMgYXVtZW50YSBlbCB2b2x1bWVuLiBQYXJhIGNhbWJpYXIgbGEgdmVsb2NpZGFkIGRlIHZveiBkZSBzdSBhdWRpbywgdXNlIGxvcyBkb3MgYm90b25lcyBlbiBsYSBlc3F1aW5hIGluZmVyaW9yIGRlcmVjaGEgZGVsIGNvbnRyb2xhZG9yLiBFbCBib3TDs24gZGUgZmxlY2hhIGhhY2lhIGFiYWpvIHJlZHVjZSBsYSB2ZWxvY2lkYWQgZGVsIGhhYmxhIHkgZWwgYm90w7NuIGRlIGZsZWNoYSBoYWNpYSBhcnJpYmEgbGEgYXVtZW50YS4gUGFyYSBwYXVzYXIgbyByZWFudWRhciBlbCBhdWRpbyBlbiBjdWFscXVpZXIgbW9tZW50bywgdXNlIGVsIGJvdMOzbiBkZSBwYXVzYSBlbiBsYSBlc3F1aW5hIGluZmVyaW9yIGl6cXVpZXJkYSBkZWwgY29udHJvbGFkb3IuIFNpIG5lY2VzaXRhIG3DoXMgaW5mb3JtYWNpw7NuIHNvYnJlIGPDs21vIHVzYXIgZWwgY29udHJvbGFkb3IsIHByZXNpb25lIGVsIGJvdMOzbiBkZWwgc2lnbm8gZGUgaW50ZXJyb2dhY2nDs24gZW4gbGEgZXNxdWluYSBzdXBlcmlvciBpenF1aWVyZGEgZW4gY3VhbHF1aWVyIG1vbWVudG8uIFBhcmEgcmVwZXRpciBjdWFscXVpZXIgY29udGVuaWRvLCByZWdyZXNlIGFsIGNvbnRlbmlkbyBhbnRlcmlvciB1c2FuZG8gbGFzIGZsZWNoYXMgaGFjaWEgYXJyaWJhIG8gaGFjaWEgbGEgaXpxdWllcmRhLiBQdWxzZSBlbCBib3TDs24gZGVyZWNobyBhaG9yYSBwYXJhIGF2YW56YXIgYWwgcHJpbWVyIGNvbmN1cnNvLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQmFsbG90TmF2aWdhdGlvbk1hcmtTY2FuUGF0RGV2aWNlIjogIkN1YW5kbyB2b3RlcyBjb24gZWwgYXVkaW8gZGUgdGV4dG8gYSB2b3osIHVzYSB0dSBkaXNwb3NpdGl2byBhc2lzdGl2byBwZXJzb25hbCBwYXJhIG5hdmVnYXIgcG9yIHR1IGJvbGV0YS4gUGFyYSBuYXZlZ2FyIHBvciBsYXMgb3BjaW9uZXMgZGUgY29udGllbmRhLCB1c2EgZWwgYm90w7NuIGRlIG1vdmVyLiBQYXJhIHNlbGVjY2lvbmFyIG8gZGVzZWxlY2Npb25hciB1bmEgb3BjacOzbiBkZSBjb250aWVuZGEgY29tbyB0dSB2b3RvLCB1c2EgZWwgYm90w7NuIGRlIHNlbGVjY2lvbmFyLiBQYXJhIG5hdmVnYXIgcG9yIGxhcyBjb250aWVuZGFzLCB1c2EgZWwgYm90w7NuIGRlIG1vdmVyIHBhcmEgbmF2ZWdhciBhIGxvcyBjb250cm9sZXMgZXRpcXVldGFkb3MgY29tbyBcInNpZ3VpZW50ZVwiIHkgXCJhbnRlcmlvclwiIHkgdXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hci4gRGVzcHXDqXMgZGUgbWFyY2FyIHR1cyB2b3RvcyBlbiB1bmEgY29udGllbmRhLCBlbCBlbmZvcXVlIHNlIG1vdmVyw6EgYXV0b23DoXRpY2FtZW50ZSBhbCBjb250cm9sIFwic2lndWllbnRlXCIgcGFyYSB0dSBjb252ZW5pZW5jaWEuIFBhcmEgY29tZW56YXIsIHVzYSBlbCBib3TDs24gZGUgbW92ZXIgcGFyYSBuYXZlZ2FyIGFsIGNvbnRyb2wgZXRpcXVldGFkbyBjb21vIFwiY29tZW56YXIgYSB2b3RhclwiIHkgbHVlZ28gdXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hciBwYXJhIGF2YW56YXIgYSBsYSBwcmltZXJhIGNvbnRpZW5kYS4iLAogICAgImluc3RydWN0aW9uc0JtZENhc3RCYWxsb3RQcmVhbWJsZSI6ICJTdSBib2xldGEgb2ZpY2lhbCBzZSBlc3TDoSBpbXByaW1pZW5kby4gQ29tcGxldGUgbG9zIHNpZ3VpZW50ZXMgcGFzb3MgcGFyYSB0ZXJtaW5hciBkZSB2b3RhcjoiLAogICAgImluc3RydWN0aW9uc0JtZENhc3RCYWxsb3RQcmVhbWJsZVBvc3RQcmludCI6ICJTdSBib2xldGEgb2ZpY2lhbCBoYSBzaWRvIGVsaW1pbmFkYSBkZSBsYSBpbXByZXNvcmEuIENvbXBsZXRlIGxvcyBzaWd1aWVudGVzIHBhc29zIHBhcmEgdGVybWluYXIgZGUgdm90YXI6IiwKICAgICJpbnN0cnVjdGlvbnNCbWRDYXN0QmFsbG90U3RlcDEiOiAiMS4gVmVyaWZpcXVlIHN1IGJvbGV0YSBvZmljaWFsLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ2FzdEJhbGxvdFN0ZXAyIjogIjIuIEVzY2FuZWUgc3UgYm9sZXRhIG9maWNpYWwuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDbG9zZVByaW50ZXJDb3ZlciI6ICJMYSBjdWJpZXJ0YSBkZSBsYSBpbXByZXNvcmEgZXN0w6EgYWJpZXJ0YSB5IGRlYmUgY2VycmFyc2UgcGFyYSBjb250aW51YXIgdm90YW5kby4iLAogICAgImluc3RydWN0aW9uc0JtZENvbmZpcm1DYXN0aW5nQmFsbG90IjogIlByZXNpb25hIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hciBwYXJhIGNvbmZpcm1hciBxdWUgdHVzIGVsZWNjaW9uZXMgc29uIGNvcnJlY3RhcyB5IGVtaXRpciB0dSBib2xldGEuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtQ2FzdGluZ0JhbGxvdFBhdERldmljZSI6ICJVc2EgZWwgYm90w7NuIGRlIHNlbGVjY2lvbmFyIHBhcmEgY29uZmlybWFyIHF1ZSB0dXMgZWxlY2Npb25lcyBzb24gY29ycmVjdGFzIHkgZW1pdGlyIHR1IGJvbGV0YS4iLAogICAgImluc3RydWN0aW9uc0JtZENvbmZpcm1QcmludGluZ0JhbGxvdCI6ICJQcmVzaW9uYSBlbCBib3TDs24gZGUgc2VsZWNjaW9uYXIgcGFyYSBjb25maXJtYXIgdHVzIGVsZWNjaW9uZXMgZSBpbXByaW1pciB0dSBib2xldGEuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRDb25maXJtUHJpbnRpbmdCYWxsb3RQYXREZXZpY2UiOiAiVXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hciBwYXJhIGNvbmZpcm1hciB0dXMgZWxlY2Npb25lcyBlIGltcHJpbWlyIHR1IGJvbGV0YS4iLAogICAgImluc3RydWN0aW9uc0JtZENvbnRlc3ROYXZpZ2F0aW9uIjogIlBhcmEgbmF2ZWdhciBwb3IgbGFzIG9wY2lvbmVzIGRlbCBjb25jdXJzbywgdXRpbGljZSBlbCBib3TDs24gaGFjaWEgYWJham8uIFBhcmEgcGFzYXIgYWwgc2lndWllbnRlIGNvbmN1cnNvLCB1dGlsaWNlIGVsIGJvdMOzbiBkZXJlY2hvLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kQ29udGVzdE5hdmlnYXRpb25QYXREZXZpY2UiOiAiUGFyYSBuYXZlZ2FyIHBvciBsYXMgb3BjaW9uZXMgZGUgY29udGllbmRhLCB1c2EgZWwgYm90w7NuIGRlIG1vdmVyLiBQYXJhIGF2YW56YXIgYSBsYSBzaWd1aWVudGUgY29udGllbmRhLCB1c2EgZWwgYm90w7NuIGRlIG1vdmVyIHBhcmEgbmF2ZWdhciBhbCBjb250cm9sIGV0aXF1ZXRhZG8gY29tbyBcInNpZ3VpZW50ZVwiIHkgbHVlZ28gdXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hciBwYXJhIGNvbnRpbnVhci4iLAogICAgImluc3RydWN0aW9uc0JtZENvbnRyb2xsZXJTYW5kYm94TWFya1NjYW4iOiAiUHJlc2lvbmUgY3VhbHF1aWVyIGJvdMOzbiBlbiBlbCBjb250cm9sYWRvciBwYXJhIGFwcmVuZGVyIHF1w6kgZXMgeSBjw7NtbyB1dGlsaXphcmxvLiBDdWFuZG8gaGF5YSB0ZXJtaW5hZG8sIHByZXNpb25lIG51ZXZhbWVudGUgZWwgYm90w7NuIFwiQXl1ZGFcIiBjb24gZm9ybWEgZGUgc2lnbm8gZGUgaW50ZXJyb2dhY2nDs24gZW4gbGEgZXNxdWluYSBzdXBlcmlvciBpenF1aWVyZGEgZGVsIGNvbnRyb2xhZG9yIHBhcmEgcmVncmVzYXIgYSBzdSBib2xldGEuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRJbnNlcnRCYWxsb3RGYWNlVXAiOiAiQXNlZ8O6cmF0ZSBkZSBpbnNlcnRhciBsYSBob2phIGNvbiBsYSBjYXJhIGltcHJlc2EgaGFjaWEgYXJyaWJhLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kSW5zZXJ0UHJldmlvdXNseVByaW50ZWRCYWxsb3QiOiAiUG9yIGZhdm9yLCByZXRpcmEgbGEgaG9qYSBlIGluc2VydGEgbGEgYm9sZXRhIHByZXZpYW1lbnRlIGltcHJlc2EuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRJbnZhbGlkYXRlZEJhbGxvdCI6ICJIYSBpbmRpY2FkbyBxdWUgc3UgYm9sZXRhIG5lY2VzaXRhIGNhbWJpb3MuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRNb3ZlVG9TZWxlY3RUb0NvbnRpbnVlUGF0RGV2aWNlIjogIlVzYSBlbCBib3TDs24gZGUgbW92ZXIgcGFyYSBzZWxlY2Npb25hciBlbCBib3TDs24gXCJBY2VwdGFyXCIgeSBsdWVnbyB1c2EgZWwgYm90w7NuIGRlIHNlbGVjY2lvbmFyIHBhcmEgY29udGludWFyLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kTmV4dFRvQ29udGludWUiOiAiUHJlc2lvbmEgZWwgYm90w7NuIGRlcmVjaG8gcGFyYSBjb250aW51YXIuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXBlckphbSI6ICJQb3IgZmF2b3IgYXZpc2UgYSB1biB0cmFiYWphZG9yIGVsZWN0b3JhbCBwYXJhIHF1ZSBlbGltaW5lIGVsIGF0YXNjby4iLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQWN0aXZhdGVJbnB1dCI6ICJBY3RpdmUgbGEgZW50cmFkYSBwYXJhIGNvbnRpbnVhci4iLAogICAgImluc3RydWN0aW9uc0JtZFBhdENhbGlicmF0aW9uQWN0aXZhdGVJbnB1dEFnYWluIjogIkFjdGl2ZSBsYSBlbnRyYWRhIG51ZXZhbWVudGUgcGFyYSBjb250aW51YXIuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQYXRDYWxpYnJhdGlvbkFjdGl2YXRlT3RoZXJJbnB1dCI6ICJBY3RpdmUgbGEgb3RyYSBlbnRyYWRhLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25Db25maXJtRXhpdFNjcmVlbiI6ICJQdWVkZSBjb250aW51YXIgY29uIGxhIHZvdGFjacOzbiBvIHZvbHZlciBhIGxhIHBhbnRhbGxhIGFudGVyaW9yLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25JbnRyb1N0ZXAiOiAiQWN0aXZlIGN1YWxxdWllcmEgZGUgbGFzIGVudHJhZGFzIHBhcmEgY29udGludWFyLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUGF0Q2FsaWJyYXRpb25UcnlJbnB1dCI6ICJQcnVlYmUgdW5hIGVudHJhZGEgcGFyYSBjb250aW51YXIuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRQcmludFNjcmVlbk5vQmFsbG90UmVtb3ZhbCI6ICJObyByZXRpcmVzIGxhIGJvbGV0YSB1bmEgdmV6IHF1ZSBzZSBoYXlhIGltcHJlc28uIiwKICAgICJpbnN0cnVjdGlvbnNCbWRSZWluc2VydEJhbGxvdCI6ICJQb3IgZmF2b3IsIHZ1ZWx2ZSBhIGluc2VydGFyIGxhIGhvamEgaW1wcmVzYSBwYXJhIGVtaXRpciB0dSBib2xldGEgeSBmaW5hbGl6YXIgbGEgdm90YWNpw7NuLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmV2aWV3QW5kVmFsaWRhdGVQcmludGVkQmFsbG90IjogIkxvcyBzaWd1aWVudGVzIHZvdG9zIGZ1ZXJvbiBlc2NhbmVhZG9zIGRlIHR1IGJvbGV0YSBvZmljaWFsIGltcHJlc2EuIFJldmlzYSBsYXMgc2VsZWNjaW9uZXMgZW4gY2FkYSBjb250aWVuZGEgeSB2ZXJpZmljYSBxdWUgc2VhbiBjb3JyZWN0YXMgcGFyYSBlbWl0aXIgdHUgYm9sZXRhLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmV2aWV3UGFnZUNoYW5naW5nVm90ZXMiOiAiUGFyYSBjYW1iaWFyIHN1IHZvdG8gZW4gY3VhbHF1aWVyIGNvbmN1cnNvLCB1dGlsaWNlIGVsIGJvdMOzbiBTZWxlY2Npb25hciBwYXJhIG5hdmVnYXIgYSBlc2UgY29uY3Vyc28uIEN1YW5kbyBoYXlhIHRlcm1pbmFkbyBkZSBoYWNlciBzdXMgc2VsZWNjaW9uZXMgZGUgYm9sZXRhIHkgZXN0w6kgbGlzdG8gcGFyYSBpbXByaW1pciBzdSBib2xldGEsIHVzZSBlbCBib3TDs24gZGVyZWNobyBwYXJhIGltcHJpbWlyIHN1IGJvbGV0YS4iLAogICAgImluc3RydWN0aW9uc0JtZFJldmlld1BhZ2VDaGFuZ2luZ1ZvdGVzUGF0RGV2aWNlIjogIlBhcmEgY2FtYmlhciB0dSB2b3RvIGVuIGN1YWxxdWllciBjb250aWVuZGEsIHVzYSBlbCBib3TDs24gZGUgc2VsZWNjaW9uYXIgcGFyYSBuYXZlZ2FyIGEgZXNhIGNvbnRpZW5kYS4gQ3VhbmRvIGhheWFzIHRlcm1pbmFkbyBkZSBoYWNlciBsYXMgc2VsZWNjaW9uZXMgZW4gdHUgYm9sZXRhIHkgZXN0w6lzIGxpc3RvIHBhcmEgaW1wcmltaXJsYSwgdXNhIGVsIGJvdMOzbiBkZSBtb3ZlciBwYXJhIG5hdmVnYXIgYWwgY29udHJvbCBldGlxdWV0YWRvIGNvbW8gXCJpbXByaW1pciBtaSBib2xldGFcIiB5IGx1ZWdvIHVzYSBlbCBib3TDs24gZGUgc2VsZWNjaW9uYXIgcGFyYSBjb21lbnphciBhIGltcHJpbWlyLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kUmV2aWV3UGFnZU5hdmlnYXRpb24iOiAiUGFyYSByZXZpc2FyIHN1cyB2b3RvcywgYXZhbmNlIHBvciBsYXMgY29udGllbmRhcyBkZSBib2xldGFzIHVzYW5kbyBsb3MgYm90b25lcyBhcnJpYmEgeSBhYmFqby4iLAogICAgImluc3RydWN0aW9uc0JtZFJldmlld1BhZ2VOYXZpZ2F0aW9uUGF0RGV2aWNlIjogIlBhcmEgcmV2aXNhciB0dXMgdm90b3MsIGF2YW56YSBwb3IgbGFzIGNvbnRpZW5kYXMgZGUgbGEgYm9sZXRhIHVzYW5kbyBlbCBib3TDs24gZGUgbW92ZXIuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRTY2FuUmV2aWV3Q29uZmlybWF0aW9uIjogIlNpIHN1cyBzZWxlY2Npb25lcyBzb24gY29ycmVjdGFzLCBwcmVzaW9uZSBlbCBib3TDs24gRGVyZWNoYSBwYXJhIGNvbmZpcm1hciBzdXMgZWxlY2Npb25lcyB5IGVtaXRpciBzdSB2b3RvLiBTaSBoYXkgdW4gZXJyb3IsIHByZXNpb25lIGVsIGJvdMOzbiBpenF1aWVyZG8gcGFyYSBtYXJjYXIgZXN0YSBib2xldGEgY29tbyBpbmNvcnJlY3RhIHkgYWxlcnRhciBhIHVuIHRyYWJhamFkb3IgZWxlY3RvcmFsLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kU2NhblJldmlld0NvbmZpcm1hdGlvblBhdERldmljZSI6ICJTaSB0dXMgc2VsZWNjaW9uZXMgc29uIGNvcnJlY3RhcywgdXNhIGVsIGJvdMOzbiBkZSBtb3ZlciBwYXJhIG5hdmVnYXIgYWwgY29udHJvbCBldGlxdWV0YWRvIGNvbW8gXCJlbWl0aXIgbWkgYm9sZXRhXCIgeSBsdWVnbyB1c2EgZWwgYm90w7NuIGRlIHNlbGVjY2lvbmFyIHBhcmEgY29uZmlybWFyIHR1cyBlbGVjY2lvbmVzIHkgZW1pdGlyIHR1IGJvbGV0YS4gU2kgaGF5IHVuIGVycm9yLCBzZWxlY2Npb25hIGxhIG9wY2nDs24gZXRpcXVldGFkYSBjb21vIFwibWkgYm9sZXRhIGVzIGluY29ycmVjdGFcIiBwYXJhIG1hcmNhciBlc3RhIGJvbGV0YSBjb21vIGluY29ycmVjdGEgeSBhbGVydGFyIGEgdW4gdHJhYmFqYWRvciBlbGVjdG9yYWwuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRTZWxlY3RUb0NvbnRpbnVlIjogIlByZXNpb25lIGVsIGJvdMOzbiBkZSBzZWxlY2Npw7NuIHBhcmEgY29udGludWFyLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kU2VsZWN0VG9Db250aW51ZVBhdERldmljZSI6ICJVc2EgZWwgYm90w7NuIGRlIHNlbGVjY2lvbmFyIHBhcmEgY29udGludWFyLiIsCiAgICAiaW5zdHJ1Y3Rpb25zQm1kV3JpdGVJbkZvcm1OYXZpZ2F0aW9uIjogIlV0aWxpY2UgbG9zIGJvdG9uZXMgYXJyaWJhIHkgYWJham8gcGFyYSBuYXZlZ2FyIGVudHJlIGxhcyBsZXRyYXMgZGUgdW4gdGVjbGFkbyBlc3TDoW5kYXIuIFV0aWxpY2UgZWwgYm90w7NuIGRlIHNlbGVjY2nDs24gcGFyYSBzZWxlY2Npb25hciBsYSBsZXRyYSBhY3R1YWwuIiwKICAgICJpbnN0cnVjdGlvbnNCbWRXcml0ZUluRm9ybU5hdmlnYXRpb25QYXREZXZpY2UiOiAiVXNhIGVsIGJvdMOzbiBkZSBtb3ZlciBwYXJhIG5hdmVnYXIgZW50cmUgbGFzIGxldHJhcyBkZSB1biB0ZWNsYWRvIGVzdMOhbmRhci4gVXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hciBwYXJhIHNlbGVjY2lvbmFyIGxhIGxldHJhIGFjdHVhbC4iLAogICAgImluc3RydWN0aW9uc0xhbmd1YWdlU2V0dGluZ3NCdXR0b24iOiAiUHJlc2lvbmEgZWwgYm90w7NuIGRlIHNlbGVjY2lvbmFyIHBhcmEgY2FtYmlhciBlbCBpZGlvbWEgZGUgdHUgYm9sZXRhLiIsCiAgICAiaW5zdHJ1Y3Rpb25zTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlbiI6ICJVdGlsaWNlIGxvcyBib3RvbmVzIGFycmliYSB5IGFiYWpvIHBhcmEgbmF2ZWdhciBwb3IgbG9zIGlkaW9tYXMgZGUgdm90YWNpw7NuIGRpc3BvbmlibGVzLiBQYXJhIHNlbGVjY2lvbmFyIHVuIGlkaW9tYSwgdXRpbGljZSBlbCBib3TDs24gZGUgc2VsZWNjacOzbi4gQ3VhbmRvIGhheWFzIHRlcm1pbmFkbywgdXRpbGl6YSBlbCBib3TDs24gZGVyZWNobyBwYXJhIGNvbnRpbnVhciB2b3RhbmRvLiIsCiAgICAiaW5zdHJ1Y3Rpb25zTGFuZ3VhZ2VTZXR0aW5nc1NjcmVlblBhdERldmljZSI6ICJVc2EgZWwgYm90w7NuIGRlIG1vdmVyIHBhcmEgbmF2ZWdhciBwb3IgbG9zIGlkaW9tYXMgZGlzcG9uaWJsZXMgZGUgbGEgYm9sZXRhLiBQYXJhIHNlbGVjY2lvbmFyIHVuIGlkaW9tYSwgdXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hci4gQ3VhbmRvIGhheWFzIHRlcm1pbmFkbywgdXNhIGVsIGJvdMOzbiBkZSBtb3ZlciBwYXJhIG5hdmVnYXIgYWwgY29udHJvbCBldGlxdWV0YWRvIGNvbW8gXCJsaXN0b1wiIHkgbHVlZ28gdXNhIGVsIGJvdMOzbiBkZSBzZWxlY2Npb25hciBwYXJhIGNvbnRpbnVhciB2b3RhbmRvLiIsCiAgICAiaW5zdHJ1Y3Rpb25zU2Nhbm5lckFza0ZvclJlc3RhcnQiOiAiUMOtZGFsZSBhIHVuIHRyYWJhamFkb3IgZWxlY3RvcmFsIHF1ZSByZWluaWNpZSBlbCBlc2PDoW5lci4iLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJJbnNlcnRCYWxsb3RTY3JlZW4iOiAiRXNjYW5lZSB1bmEgYm9sZXRhIGEgbGEgdmV6LiIsCiAgICAiaW5zdHJ1Y3Rpb25zU2Nhbm5lclJlbW92ZUJhbGxvdFRvQ29udGludWUiOiAiUmV0aXJlIGxhIGJvbGV0YSBwYXJhIGNvbnRpbnVhci4iLAogICAgImluc3RydWN0aW9uc1NjYW5uZXJSZW1vdmVEb3VibGVTaGVldCI6ICJSZXRpcmUgc3UgYm9sZXRhIGUgaW5zZXJ0ZSB1bmEgaG9qYSBhIGxhIHZlei4iLAogICAgImxhYmVsQWxsUHJlY2luY3RzU2VsZWN0aW9uIjogIlRvZG9zIGxvcyByZWNpbnRvcyIsCiAgICAibGFiZWxCYWxsb3RTdHlsZSI6ICJFc3RpbG8gZGUgYm9sZXRhOiIsCiAgICAibGFiZWxCbWRQYXRDYWxpYnJhdGlvbklucHV0QWN0aXZhdGVkIjogIkVudHJhZGEgYWN0aXZhZGE6IiwKICAgICJsYWJlbEJtZFBhdENhbGlicmF0aW9uSW5wdXRJZGVudGlmaWVkIjogIkVudHJhZGEgaWRlbnRpZmljYWRhOiIsCiAgICAibGFiZWxCbWRTZWNvbmRzUmVtYWluaW5nIjogIk7Dum1lcm8gZGUgc2VndW5kb3MgcmVzdGFudGVzOiIsCiAgICAibGFiZWxCbWRXcml0ZUluRm9ybSI6ICJJbnRyb2R1emNhIGVsIG5vbWJyZSBkZSB1bmEgcGVyc29uYSBxdWUgPDE+bm88LzE+IGVuIGxhIGJvbGV0YToiLAogICAgImxhYmVsQ2hhcmFjdGVyc1JlbWFpbmluZyI6ICJQZXJzb25hamVzIHJlc3RhbnRlczoiLAogICAgImxhYmVsQ29udGVzdE51bWJlciI6ICJOw7ptZXJvIGRlIGNvbmN1cnNvOiIsCiAgICAibGFiZWxDb250ZXN0c1JlbWFpbmluZyI6ICJDb25jdXJzb3MgcmVzdGFudGVzOiIsCiAgICAibGFiZWxDb250ZXN0c1dpdGhOb1ZvdGVzIjogIkNvbmN1cnNvcyBzaW4gdm90b3MgbWFyY2Fkb3M6IiwKICAgICJsYWJlbENvbnRlc3RzV2l0aFRvb01hbnlWb3RlcyI6ICJDb25jdXJzb3MgY29uIGRlbWFzaWFkb3Mgdm90b3MgbWFyY2Fkb3M6IiwKICAgICJsYWJlbENvbnRlc3RzV2l0aFZvdGVzUmVtYWluaW5nIjogIkNvbmN1cnNvcyBjb24gdW5vIG8gbcOhcyB2b3RvcyByZXN0YW50ZXM6IiwKICAgICJsYWJlbEN1cnJlbnRMYW5ndWFnZSI6ICJJZGlvbWEgYWN0dWFsOiIsCiAgICAibGFiZWxEZXNlbGVjdGVkIjogIkRlc2VsZWNjaW9uYWRvczoiLAogICAgImxhYmVsRGVzZWxlY3RlZE9wdGlvbiI6ICJPcGNpw7NuIGRlc2VsZWNjaW9uYWRhOiIsCiAgICAibGFiZWxFaXRoZXJOZWl0aGVyQ29udGVzdEVpdGhlck5laXRoZXJTZWN0aW9uIjogIlZPVEUgUE9SIExBIEFQUk9CQUNJw5NOIERFIENVQUxRVUlFUiBPIENPTlRSQSBBTUJPUyIsCiAgICAibGFiZWxFaXRoZXJOZWl0aGVyQ29udGVzdFBpY2tPbmVTZWN0aW9uIjogIlkgVk9UQSBQT1IgVU5PIiwKICAgICJsYWJlbEtleWJvYXJkQ29tbWEiOiAiLCIsCiAgICAibGFiZWxLZXlib2FyZERlbGV0ZSI6ICJlbGltaW5hciIsCiAgICAibGFiZWxLZXlib2FyZERvdWJsZVF1b3RlIjogIlwiIiwKICAgICJsYWJlbEtleWJvYXJkSHlwaGVuIjogIi0iLAogICAgImxhYmVsS2V5Ym9hcmRQZXJpb2QiOiAiLiIsCiAgICAibGFiZWxLZXlib2FyZFNpbmdsZVF1b3RlIjogIiciLAogICAgImxhYmVsS2V5Ym9hcmRTcGFjZUJhciI6ICJlc3BhY2lvIiwKICAgICJsYWJlbE51bUJhbGxvdENvbnRlc3RzIjogIk7Dum1lcm8gZGUgY29udGllbmRhcyBlbiBzdSBib2xldGE6IiwKICAgICJsYWJlbE51bVNoZWV0c1NjYW5uZWQiOiAiSG9qYXMgZXNjYW5lYWRhcyIsCiAgICAibGFiZWxOdW1Wb3Rlc1JlbWFpbmluZyI6ICJWb3RvcyByZXN0YW50ZXMgZW4gZXN0ZSBjb25jdXJzbzoiLAogICAgImxhYmVsTnVtVm90ZXNVbnVzZWQiOiAiTsO6bWVybyBkZSB2b3RvcyBubyB1dGlsaXphZG9zOiIsCiAgICAibGFiZWxTZWxlY3RlZCI6ICJTZWxlY2Npb25hZG9zOiIsCiAgICAibGFiZWxTZWxlY3RlZE9wdGlvbiI6ICJPcGNpw7NuIHNlbGVjY2lvbmFkYToiLAogICAgImxhYmVsVGhlbWVzQ29udHJhc3RIaWdoRGFyayI6ICJUZXh0byBibGFuY28sIGZvbmRvIG5lZ3JvIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0SGlnaExpZ2h0IjogIlRleHRvIG5lZ3JvLCBmb25kbyBibGFuY28iLAogICAgImxhYmVsVGhlbWVzQ29udHJhc3RMb3ciOiAiVGV4dG8gZ3JpcywgZm9uZG8gb3NjdXJvIiwKICAgICJsYWJlbFRoZW1lc0NvbnRyYXN0TWVkaXVtIjogIlRleHRvIG9zY3VybywgZm9uZG8gY2xhcm8iLAogICAgImxhYmVsVGhlbWVzU2l6ZUV4dHJhTGFyZ2UiOiAiRXh0cmEgZ3JhbmRlIiwKICAgICJsYWJlbFRoZW1lc1NpemVMYXJnZSI6ICJHcmFuZGUiLAogICAgImxhYmVsVGhlbWVzU2l6ZU1lZGl1bSI6ICJNZWRpbyIsCiAgICAibGFiZWxUaGVtZXNTaXplU21hbGwiOiAiUGVxdWXDsW8iLAogICAgImxhYmVsVG90YWxDb250ZXN0cyI6ICJDb25jdXJzb3MgdG90YWxlczoiLAogICAgImxhYmVsV3JpdGVJbkNhbmRpZGF0ZU5hbWUiOiAiQ2FuZGlkYXRvIHBvciBlc2NyaXRvIiwKICAgICJsYWJlbFdyaXRlSW5QYXJlbnRoZXNpemVkIjogIihwb3IgZXNjcml0bykiLAogICAgImxhYmVsV3JpdGVJblRpdGxlQ2FzZSI6ICJFc2NyaWJpciBlbiIsCiAgICAibGFiZWxXcml0ZUluVGl0bGVDYXNlQ29sb24iOiAiRXNjcmliaXIgZW46IiwKICAgICJsZXR0ZXJBIjogIkEiLAogICAgImxldHRlckIiOiAiQiIsCiAgICAibGV0dGVyQyI6ICJDIiwKICAgICJsZXR0ZXJEIjogIkQiLAogICAgImxldHRlckUiOiAiRSIsCiAgICAibGV0dGVyRiI6ICJGIiwKICAgICJsZXR0ZXJHIjogIkciLAogICAgImxldHRlckgiOiAiSCIsCiAgICAibGV0dGVySSI6ICJJIiwKICAgICJsZXR0ZXJKIjogIkoiLAogICAgImxldHRlcksiOiAiSyIsCiAgICAibGV0dGVyTCI6ICJMIiwKICAgICJsZXR0ZXJNIjogIk0iLAogICAgImxldHRlck4iOiAiTiIsCiAgICAibGV0dGVyTyI6ICJPIiwKICAgICJsZXR0ZXJQIjogIlAiLAogICAgImxldHRlclEiOiAiUSIsCiAgICAibGV0dGVyUiI6ICJSIiwKICAgICJsZXR0ZXJTIjogIlMiLAogICAgImxldHRlclQiOiAiVCIsCiAgICAibGV0dGVyVSI6ICJVIiwKICAgICJsZXR0ZXJWIjogIlYiLAogICAgImxldHRlclciOiAiVyIsCiAgICAibGV0dGVyWCI6ICJYIiwKICAgICJsZXR0ZXJZIjogIlkiLAogICAgImxldHRlcloiOiAiWiIsCiAgICAibm90ZUFza1BvbGxXb3JrZXJGb3JIZWxwIjogIlByZWfDum50ZWxlIGEgdW4gdHJhYmFqYWRvciBlbGVjdG9yYWwgc2kgbmVjZXNpdGEgYXl1ZGEuIiwKICAgICJub3RlQmFsbG90Q29udGVzdE5vU2VsZWN0aW9uIjogIlNpbiBzZWxlY2Npw7NuIiwKICAgICJub3RlQm1kQmFsbG90Qm94SXNGdWxsIjogIlVuIHRyYWJhamFkb3IgZWxlY3RvcmFsIGRlYmUgdmFjaWFyIGxhIGJvbGV0YSBjb21wbGV0YSBjYWphLiIsCiAgICAibm90ZUJtZEJhbGxvdFNoZWV0TG9hZGVkIjogIkxhIHBhcGVsZXRhIGhhIHNpZG8gY2FyZ2FkYS4gVmFzIGEgdGVuZXIgbGEgb3BvcnR1bmlkYWQgZGUgcmV2aXNhciBzdXMgc2VsZWNjaW9uZXMgYW50ZXMgZGUgcmVpbXByaW1pciBzdSBib2xldGEuIiwKICAgICJub3RlQm1kQ2FzdGluZ0JhbGxvdCI6ICJFbWl0aWVuZG8gdm90by4uLiIsCiAgICAibm90ZUJtZENsZWFyaW5nQmFsbG90IjogIkJvcnJhbmRvIGxhIGJvbGV0YSIsCiAgICAibm90ZUJtZENvbnRlc3RDb21wbGV0ZWQiOiAiSGEgY29tcGxldGFkbyBzdXMgc2VsZWNjaW9uZXMgZW4gZXN0ZSBjb25jdXJzby4gUHJlc2lvbmUgZWwgYm90w7NuIGRlIGZsZWNoYSBkZXJlY2hhIHBhcmEgYXZhbnphciBhbCBzaWd1aWVudGUgY29uY3Vyc28uIFB1ZWRlIGNvbnRpbnVhciBuYXZlZ2FuZG8gZW4gZXN0ZSBjb25jdXJzbyBwYXJhIGNhbWJpYXIgc3VzIHNlbGVjY2lvbmVzLiIsCiAgICAibm90ZUJtZEVpdGhlck5laXRoZXJOb1NlbGVjdGlvbiI6ICJQcmltZXJvLCB2b3RlIFwiYSBmYXZvciBkZSBjdWFscXVpZXJhIGRlIGxvcyBkb3NcIiBvIFwiZW4gY29udHJhIGRlIGFtYm9zXCIuIEx1ZWdvIHNlbGVjY2lvbmUgc3UgbWVkaWRhIHByZWZlcmlkYS4iLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWRFaXRoZXIiOiAiSGEgc2VsZWNjaW9uYWRvIFwicGFyYSBjdWFscXVpZXJhIGRlIGxvcyBkb3NcIi4gPDI+QWhvcmEgc2VsZWNjaW9uZSB0dSBtZWRpZGEgcHJlZmVyaWRhLiA8LzI+IiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkRWl0aGVyQW5kUHJlZmVycmVkIjogIkhhIHNlbGVjY2lvbmFkbyBcInBhcmEgY3VhbHF1aWVyYVwiIHkgc3UgbWVkaWRhIHByZWZlcmlkYS4iLAogICAgIm5vdGVCbWRFaXRoZXJOZWl0aGVyU2VsZWN0ZWROZWl0aGVyIjogIkhhIHNlbGVjY2lvbmFkbyBcImNvbnRyYSBhbWJvc1wiLiA8Mj5UYW1iacOpbiBwdWVkZSBzZWxlY2Npb25hciBzdSBtZWRpZGEgcHJlZmVyaWRhLiA8LzI+IiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkTmVpdGhlckFuZFByZWZlcnJlZCI6ICJIYSBzZWxlY2Npb25hZG8gXCJjb250cmEgYW1ib3NcIiB5IHN1IG1lZGlkYSBwcmVmZXJpZGEuIiwKICAgICJub3RlQm1kRWl0aGVyTmVpdGhlclNlbGVjdGVkUHJlZmVycmVkIjogIkhhcyBzZWxlY2Npb25hZG8gdHUgbWVkaWRhIHByZWZlcmlkYS4gPDI+QWhvcmEgdm90ZSBcImEgZmF2b3IgZGUgY3VhbHF1aWVyYSBkZSBsb3MgZG9zXCIgbyBcImVuIGNvbnRyYSBkZSBhbWJvc1wiLiA8LzI+IiwKICAgICJub3RlQm1kSGFyZHdhcmVSZXNldCI6ICJFbCBoYXJkd2FyZSBoYSBzaWRvIHJlaW5pY2lhZG8uIiwKICAgICJub3RlQm1kSGFyZHdhcmVSZXNldHRpbmciOiAiRWwgaGFyZHdhcmUgc2UgZXN0w6EgcmVpbmljaWFuZG8uIiwKICAgICJub3RlQm1kSW50ZXJwcmV0YXRpb25Qcm9ibGVtIjogIkh1Ym8gdW4gcHJvYmxlbWEgYWwgaW50ZXJwcmV0YXIgc3Ugdm90YWNpw7NuLiIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uSW50cm9TdGVwIjogIlN1cyBkb3MgZW50cmFkYXMgc2UgcHVlZGVuIHVzYXIgcGFyYSA8MT5Nb3ZlcjwvMT4gZWwgZW5mb3F1ZSBlbiBsYSBwYW50YWxsYSBvIDwzPlNlbGVjY2lvbmFyPC8zPiB1biBlbGVtZW50by4iLAogICAgIm5vdGVCbWRQYXRDYWxpYnJhdGlvblN0ZXAxIjogIlBhc28gMSBkZSAzIiwKICAgICJub3RlQm1kUGF0Q2FsaWJyYXRpb25TdGVwMiI6ICJQYXNvIDIgZGUgMyIsCiAgICAibm90ZUJtZFBhdENhbGlicmF0aW9uU3RlcDMiOiAiUGFzbyAzIGRlIDMiLAogICAgIm5vdGVCbWRQcmludGVkQmFsbG90UmV2aWV3TmV4dFN0ZXBzIjogIlRlbmRyw6FzIGxhIG9wb3J0dW5pZGFkIGRlIHJldmlzYXIgeSB2ZXJpZmljYXIgbG9zIHZvdG9zIGVuIHR1IGJvbGV0YSBpbXByZXNhIGFudGVzIGRlIHF1ZSBzZSBlbWl0YS4iLAogICAgIm5vdGVCbWRSZWxvYWRTaGVldEFmdGVyUGFwZXJKYW0iOiAiUMOtZGFsZSBhIHVuIHRyYWJhamFkb3IgZWxlY3RvcmFsIHF1ZSBjYXJndWUgdW4gbnVldm8gaG9qYSBkZSB2b3RhY2nDs24uIiwKICAgICJub3RlQm1kU2Nhbm5pbmdSZWluc2VydGVkQmFsbG90IjogIkVzcGVyYSBtaWVudHJhcyBzZSBlc2NhbmVhbiBsb3Mgdm90b3MgZGUgdHUgYm9sZXRhLiIsCiAgICAibm90ZUJtZFNlc3Npb25SZXN0YXJ0IjogIlN1IHNlc2nDs24gZGUgdm90YWNpw7NuIHNlIHJlaW5pY2lhcsOhIGVuIGJyZXZlLiIsCiAgICAibm90ZVByaW50ZXJEaXNjb25uZWN0ZWQiOiAiTGEgaW1wcmVzb3JhIGVzdMOhIGRlc2NvbmVjdGFkYS4iLAogICAgIm5vdGVQcmludGVySGFyZHdhcmVFcnJvciI6ICJMYSBpbXByZXNvcmEgaGEgZXhwZXJpbWVudGFkbyB1biBlcnJvciBkZXNjb25vY2lkby4iLAogICAgIm5vdGVTY2FubmVyQmxhbmtDb250ZXN0c0NhcmRQbHVyYWwiOiAiwr9RdWVyw61hIGRlamFyIGVzdG9zIGNvbmN1cnNvcyBlbiBibGFuY28/IiwKICAgICJub3RlU2Nhbm5lckJsYW5rQ29udGVzdHNDYXJkU2luZ3VsYXIiOiAiwr9RdWVyw61hIGRlamFyIGVzdGUgY29uY3Vyc28gZW4gYmxhbmNvPyIsCiAgICAibm90ZVNjYW5uZXJEaXNjb25uZWN0ZWQiOiAiRWwgZXNjw6FuZXIgZXN0w6EgZGVzY29uZWN0YWRvLiIsCiAgICAibm90ZVNjYW5uZXJPdmVydm90ZUNvbnRlc3RzQ2FyZFBsdXJhbCI6ICJTdXMgdm90b3MgZW4gZXN0b3MgY29uY3Vyc29zIG5vIHNlcsOhbiBjb250YWRvLiIsCiAgICAibm90ZVNjYW5uZXJPdmVydm90ZUNvbnRlc3RzQ2FyZFNpbmd1bGFyIjogIlN1cyB2b3RvcyBlbiBlc3RlIGNvbmN1cnNvIG5vIHNlcsOhbiBjb250YWRvLiIsCiAgICAibm90ZVNjYW5uZXJTY2FuSW5Qcm9ncmVzcyI6ICJFc2NhbmVhbmRvIGxhcyBtYXJjYXMgZW4gc3UgYm9sZXRhLiIsCiAgICAibm90ZVNjYW5uZXJVbmRlcnZvdGVDb250ZXN0c0NhcmRQbHVyYWwiOiAiVG9kb3MgbG9zIGRlbcOhcyB2b3RvcyBlbiBlc3RvcyBjb25jdXJzb3Mgc2Vyw6FuIGNvbnRhZG9zLiIsCiAgICAibm90ZVNjYW5uZXJVbmRlcnZvdGVDb250ZXN0c0NhcmRTaW5ndWxhciI6ICJUb2RvcyBsb3MgZGVtw6FzIHZvdG9zIGVuIGVzdGUgY29uY3Vyc28gc2Vyw6FuIGNvbnRhZG9zLiIsCiAgICAibm90ZVRoYW5rWW91Rm9yVm90aW5nIjogIkdyYWNpYXMgcG9yIHZvdGFyLiIsCiAgICAibm90ZVZvdGVyU2V0dGluZ3NBdWRpb011dGVkIjogIkVsIGF1ZGlvIGVzdMOhIHNpbGVuY2lhZG8iLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9Ob0hlYWRwaG9uZXMiOiAiTm8gc2UgZGV0ZWN0YXJvbiBhdXJpY3VsYXJlcy4iLAogICAgIm5vdGVWb3RlclNldHRpbmdzQXVkaW9Vbm11dGVkIjogIkVsIGF1ZGlvIGVzdMOhIGVuIiwKICAgICJudW1iZXIwIjogIjAiLAogICAgIm51bWJlcjEiOiAiMSIsCiAgICAibnVtYmVyMTAiOiAiMTAiLAogICAgIm51bWJlcjEwMCI6ICIxMDAiLAogICAgIm51bWJlcjEwMSI6ICIxMDEiLAogICAgIm51bWJlcjEwMiI6ICIxMDIiLAogICAgIm51bWJlcjEwMyI6ICIxMDMiLAogICAgIm51bWJlcjEwNCI6ICIxMDQiLAogICAgIm51bWJlcjEwNSI6ICIxMDUiLAogICAgIm51bWJlcjEwNiI6ICIxMDYiLAogICAgIm51bWJlcjEwNyI6ICIxMDciLAogICAgIm51bWJlcjEwOCI6ICIxMDgiLAogICAgIm51bWJlcjEwOSI6ICIxMDkiLAogICAgIm51bWJlcjExIjogIjExIiwKICAgICJudW1iZXIxMTAiOiAiMTEwIiwKICAgICJudW1iZXIxMTEiOiAiMTExIiwKICAgICJudW1iZXIxMTIiOiAiMTEyIiwKICAgICJudW1iZXIxMTMiOiAiMTEzIiwKICAgICJudW1iZXIxMTQiOiAiMTE0IiwKICAgICJudW1iZXIxMTUiOiAiMTE1IiwKICAgICJudW1iZXIxMTYiOiAiMTE2IiwKICAgICJudW1iZXIxMTciOiAiMTE3IiwKICAgICJudW1iZXIxMTgiOiAiMTE4IiwKICAgICJudW1iZXIxMTkiOiAiMTE5IiwKICAgICJudW1iZXIxMiI6ICIxMiIsCiAgICAibnVtYmVyMTIwIjogIjEyMCIsCiAgICAibnVtYmVyMTIxIjogIjEyMSIsCiAgICAibnVtYmVyMTIyIjogIjEyMiIsCiAgICAibnVtYmVyMTIzIjogIjEyMyIsCiAgICAibnVtYmVyMTI0IjogIjEyNCIsCiAgICAibnVtYmVyMTI1IjogIjEyNSIsCiAgICAibnVtYmVyMTI2IjogIjEyNiIsCiAgICAibnVtYmVyMTI3IjogIjEyNyIsCiAgICAibnVtYmVyMTI4IjogIjEyOCIsCiAgICAibnVtYmVyMTI5IjogIjEyOSIsCiAgICAibnVtYmVyMTMiOiAiMTMiLAogICAgIm51bWJlcjEzMCI6ICIxMzAiLAogICAgIm51bWJlcjEzMSI6ICIxMzEiLAogICAgIm51bWJlcjEzMiI6ICIxMzIiLAogICAgIm51bWJlcjEzMyI6ICIxMzMiLAogICAgIm51bWJlcjEzNCI6ICIxMzQiLAogICAgIm51bWJlcjEzNSI6ICIxMzUiLAogICAgIm51bWJlcjE0IjogIjE0IiwKICAgICJudW1iZXIxNSI6ICIxNSIsCiAgICAibnVtYmVyMTYiOiAiMTYiLAogICAgIm51bWJlcjE3IjogIjE3IiwKICAgICJudW1iZXIxOCI6ICIxOCIsCiAgICAibnVtYmVyMTkiOiAiMTkiLAogICAgIm51bWJlcjIiOiAiMiIsCiAgICAibnVtYmVyMjAiOiAiMjAiLAogICAgIm51bWJlcjIxIjogIjIxIiwKICAgICJudW1iZXIyMiI6ICIyMiIsCiAgICAibnVtYmVyMjMiOiAiMjMiLAogICAgIm51bWJlcjI0IjogIjI0IiwKICAgICJudW1iZXIyNSI6ICIyNSIsCiAgICAibnVtYmVyMjYiOiAiMjYiLAogICAgIm51bWJlcjI3IjogIjI3IiwKICAgICJudW1iZXIyOCI6ICIyOCIsCiAgICAibnVtYmVyMjkiOiAiMjkiLAogICAgIm51bWJlcjMiOiAiMyIsCiAgICAibnVtYmVyMzAiOiAiMzAiLAogICAgIm51bWJlcjMxIjogIjMxIiwKICAgICJudW1iZXIzMiI6ICIzMiIsCiAgICAibnVtYmVyMzMiOiAiMzMiLAogICAgIm51bWJlcjM0IjogIjM0IiwKICAgICJudW1iZXIzNSI6ICIzNSIsCiAgICAibnVtYmVyMzYiOiAiMzYiLAogICAgIm51bWJlcjM3IjogIjM3IiwKICAgICJudW1iZXIzOCI6ICIzOCIsCiAgICAibnVtYmVyMzkiOiAiMzkiLAogICAgIm51bWJlcjQiOiAiNCIsCiAgICAibnVtYmVyNDAiOiAiNDAiLAogICAgIm51bWJlcjQxIjogIjQxIiwKICAgICJudW1iZXI0MiI6ICI0MiIsCiAgICAibnVtYmVyNDMiOiAiNDMiLAogICAgIm51bWJlcjQ0IjogIjQ0IiwKICAgICJudW1iZXI0NSI6ICI0NSIsCiAgICAibnVtYmVyNDYiOiAiNDYiLAogICAgIm51bWJlcjQ3IjogIjQ3IiwKICAgICJudW1iZXI0OCI6ICI0OCIsCiAgICAibnVtYmVyNDkiOiAiNDkiLAogICAgIm51bWJlcjUiOiAiNSIsCiAgICAibnVtYmVyNTAiOiAiNTAiLAogICAgIm51bWJlcjUxIjogIjUxIiwKICAgICJudW1iZXI1MiI6ICI1MiIsCiAgICAibnVtYmVyNTMiOiAiNTMiLAogICAgIm51bWJlcjU0IjogIjU0IiwKICAgICJudW1iZXI1NSI6ICI1NSIsCiAgICAibnVtYmVyNTYiOiAiNTYiLAogICAgIm51bWJlcjU3IjogIjU3IiwKICAgICJudW1iZXI1OCI6ICI1OCIsCiAgICAibnVtYmVyNTkiOiAiNTkiLAogICAgIm51bWJlcjYiOiAiNiIsCiAgICAibnVtYmVyNjAiOiAiNjAiLAogICAgIm51bWJlcjYxIjogIjYxIiwKICAgICJudW1iZXI2MiI6ICI2MiIsCiAgICAibnVtYmVyNjMiOiAiNjMiLAogICAgIm51bWJlcjY0IjogIjY0IiwKICAgICJudW1iZXI2NSI6ICI2NSIsCiAgICAibnVtYmVyNjYiOiAiNjYiLAogICAgIm51bWJlcjY3IjogIjY3IiwKICAgICJudW1iZXI2OCI6ICI2OCIsCiAgICAibnVtYmVyNjkiOiAiNjkiLAogICAgIm51bWJlcjciOiAiNyIsCiAgICAibnVtYmVyNzAiOiAiNzAiLAogICAgIm51bWJlcjcxIjogIjcxIiwKICAgICJudW1iZXI3MiI6ICI3MiIsCiAgICAibnVtYmVyNzMiOiAiNzMiLAogICAgIm51bWJlcjc0IjogIjc0IiwKICAgICJudW1iZXI3NSI6ICI3NSIsCiAgICAibnVtYmVyNzYiOiAiNzYiLAogICAgIm51bWJlcjc3IjogIjc3IiwKICAgICJudW1iZXI3OCI6ICI3OCIsCiAgICAibnVtYmVyNzkiOiAiNzkiLAogICAgIm51bWJlcjgiOiAiOCIsCiAgICAibnVtYmVyODAiOiAiODAiLAogICAgIm51bWJlcjgxIjogIjgxIiwKICAgICJudW1iZXI4MiI6ICI4MiIsCiAgICAibnVtYmVyODMiOiAiODMiLAogICAgIm51bWJlcjg0IjogIjg0IiwKICAgICJudW1iZXI4NSI6ICI4NSIsCiAgICAibnVtYmVyODYiOiAiODYiLAogICAgIm51bWJlcjg3IjogIjg3IiwKICAgICJudW1iZXI4OCI6ICI4OCIsCiAgICAibnVtYmVyODkiOiAiODkiLAogICAgIm51bWJlcjkiOiAiOSIsCiAgICAibnVtYmVyOTAiOiAiOTAiLAogICAgIm51bWJlcjkxIjogIjkxIiwKICAgICJudW1iZXI5MiI6ICI5MiIsCiAgICAibnVtYmVyOTMiOiAiOTMiLAogICAgIm51bWJlcjk0IjogIjk0IiwKICAgICJudW1iZXI5NSI6ICI5NSIsCiAgICAibnVtYmVyOTYiOiAiOTYiLAogICAgIm51bWJlcjk3IjogIjk3IiwKICAgICJudW1iZXI5OCI6ICI5OCIsCiAgICAibnVtYmVyOTkiOiAiOTkiLAogICAgInByb21wdEJtZENvbmZpcm1SZW1vdmVXcml0ZUluIjogIsK/UXVpZXJlcyBhbnVsYXIgbGEgc2VsZWNjacOzbiB5IGVsaW1pbmFyIHR1IGNhbmRpZGF0byBwb3IgZXNjcml0bz8iLAogICAgInByb21wdEJtZFNvdW5kRGlhZ25vc3RpY1NjcmVlbiI6ICJQcmVzaW9uZSBlbCBib3TDs24gZGUgc2VsZWNjacOzbiBwYXJhIGNvbmZpcm1hciBxdWUgZWwgc29uaWRvIGVzdMOhIGZ1bmNpb25hbmRvLiIsCiAgICAidGl0bGVBdWRpb09ubHlNb2RlRW5hYmxlZCI6ICJNb2RvIHNvbG8gYXVkaW8iLAogICAgInRpdGxlQmFsbG90Qm94RnVsbCI6ICJVcm5hIGxsZW5hIiwKICAgICJ0aXRsZUJhbGxvdElkIjogIklkZW50aWZpY2FjacOzbiBkZSBsYSBib2xldGEiLAogICAgInRpdGxlQmFsbG90U3R5bGUiOiAiRXN0aWxvIGRlIGJvbGV0YSIsCiAgICAidGl0bGVCYWxsb3RTdWNjZXNzZnVsbHlDYXN0UGFnZSI6ICLCoVN1IHZvdG8gZnVlIGVtaXRpZG8hIiwKICAgICJ0aXRsZUJtZEFza0ZvckhlbHBTY3JlZW4iOiAiUGlkYSBheXVkYSBhIHVuIHRyYWJhamFkb3IgZWxlY3RvcmFsIiwKICAgICJ0aXRsZUJtZEJhbGxvdFJlbW92ZWRTY3JlZW4iOiAiQm9sZXRhIHJlbW92aWRhIiwKICAgICJ0aXRsZUJtZENhc3RCYWxsb3RTY3JlZW4iOiAiWWEgY2FzaSBoYXMgdGVybWluYWRvIiwKICAgICJ0aXRsZUJtZElkbGVTY3JlZW4iOiAiwr9TaWd1ZSB2b3RhbmRvPyIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90Tm9CYWxsb3REZXRlY3RlZCI6ICJObyBzZSBkZXRlY3TDsyBuaW5ndW5hIGJvbGV0YSIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90V3JvbmdFbGVjdGlvbiI6ICJFbGVjY2nDs24gaW5jb3JyZWN0YSIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90V3JvbmdQcmVjaW5jdCI6ICJEaXN0cml0byBlbGVjdG9yYWwgaW5jb3JyZWN0byIsCiAgICAidGl0bGVCbWRJbnZhbGlkQmFsbG90V3JvbmdUZXN0TW9kZSI6ICJNb2RvIGRlIGJvbGV0YSBpbmNvcnJlY3RvIiwKICAgICJ0aXRsZUJtZEphbUNsZWFyZWRTY3JlZW4iOiAiQXRhc2NvIGRlc3BlamFkbyIsCiAgICAidGl0bGVCbWRKYW1tZWRTY3JlZW4iOiAiRWwgcGFwZWwgZXN0w6EgYXRhc2NhZG8iLAogICAgInRpdGxlQm1kTG9hZGluZ1JlaW5zZXJ0ZWRCYWxsb3RTY3JlZW4iOiAiQ2FyZ2FuZG8gdHUgYm9sZXRhLi4uIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uQ29uZmlybUV4aXRTY3JlZW4iOiAiRW50cmFkYXMgZGUgZGlzcG9zaXRpdm8gaWRlbnRpZmljYWRhcyIsCiAgICAidGl0bGVCbWRQYXRDYWxpYnJhdGlvbklkZW50aWZpY2F0aW9uUGFnZSI6ICJJZGVudGlmaWNhY2nDs24gZGUgZGlzcG9zaXRpdm9zIGRlIHRlY25vbG9nw61hIGRlIGFzaXN0ZW5jaWEgcGVyc29uYWwuIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uSWRlbnRpZnlNb3ZlSW5wdXQiOiAiSWRlbnRpZmlxdWUgbGEgZW50cmFkYSBcIk1vdmVyXCIiLAogICAgInRpdGxlQm1kUGF0Q2FsaWJyYXRpb25JZGVudGlmeVNlbGVjdElucHV0IjogIklkZW50aWZpcXVlIGxhIGVudHJhZGEgXCJTZWxlY2Npb25hclwiIiwKICAgICJ0aXRsZUJtZFBhdENhbGlicmF0aW9uSW50cm9TdGVwIjogIlBydWViZSBzdSBkaXNwb3NpdGl2byIsCiAgICAidGl0bGVCbWRQcmludFNjcmVlbiI6ICJJbXByaW1pciBzdSBib2xldGEgb2ZpY2lhbC4uLiIsCiAgICAidGl0bGVCbWRSZWFkeVRvUmV2aWV3IjogIkxpc3RvIHBhcmEgcmV2aXNhciIsCiAgICAidGl0bGVCbWRSZXZpZXdTY3JlZW4iOiAiUmV2aXNlIHN1cyB2b3RvcyIsCiAgICAidGl0bGVJbnRlcm5hbENvbm5lY3Rpb25Qcm9ibGVtIjogIlByb2JsZW1hIGRlIGNvbmV4acOzbiBpbnRlcm5hIiwKICAgICJ0aXRsZUxhbmd1YWdlU2V0dGluZ3NTY3JlZW4iOiAiU2VsZWNjaW9uZSBlbCBpZGlvbWEgZGUgc3UgYm9sZXRhIiwKICAgICJ0aXRsZU1vZGFsQ29uZmlybVlvdXJWb3RlcyI6ICJDb25maXJtZSBzdXMgdm90b3MiLAogICAgInRpdGxlTm9Qb3dlckRldGVjdGVkIjogIk5vIHNlIGRldGVjdMOzIGVuZXJnw61hIiwKICAgICJ0aXRsZU9mZmljaWFsQmFsbG90IjogIkJvbGV0YSBvZmljaWFsIiwKICAgICJ0aXRsZVByZWNpbmN0IjogIlJlY2ludG8iLAogICAgInRpdGxlUHJpbnRlckNvdmVySXNPcGVuIjogIkxhIGN1YmllcnRhIGRlIGxhIGltcHJlc29yYSBlc3TDoSBhYmllcnRhIiwKICAgICJ0aXRsZVJlbW92ZVlvdXJCYWxsb3QiOiAiUmV0aXJlIHN1IGJvbGV0YSIsCiAgICAidGl0bGVTY2FubmVyQmFsbG90Tm90Q291bnRlZCI6ICJCb2xldGEgbm8gY29udGFkYSIsCiAgICAidGl0bGVTY2FubmVyQmFsbG90V2FybmluZ3NTY3JlZW4iOiAiUmV2aXNlIHN1IGJvbGV0YSIsCiAgICAidGl0bGVTY2FubmVyQ292ZXJJc09wZW4iOiAiTGEgY3ViaWVydGEgZGVsIGVzY8OhbmVyIGVzdMOhIGFiaWVydGEiLAogICAgInRpdGxlU2Nhbm5lckN2clN5bmNSZXF1aXJlZCI6ICJTZSByZXF1aWVyZSBzaW5jcm9uaXphY2nDs24gZGUgcmVnaXN0cm9zIGRlIHZvdG9zIGVtaXRpZG9zIChDVlIpIiwKICAgICJ0aXRsZVNjYW5uZXJJbnNlcnRCYWxsb3RTY3JlZW4iOiAiSW5zZXJ0ZSBzdSBib2xldGEiLAogICAgInRpdGxlU2Nhbm5lck5vVm90ZXNXYXJuaW5nIjogIlNpbiB2b3RvcyBtYXJjYWRvczoiLAogICAgInRpdGxlU2Nhbm5lck91dGZlZWRCbG9ja2VkIjogIkxhIGFwZXJ0dXJhIGRlIGxhIHVybmEgZXN0w6EgYmxvcXVlYWRhIiwKICAgICJ0aXRsZVNjYW5uZXJPdmVydm90ZVdhcm5pbmciOiAiRGVtYXNpYWRvcyB2b3RvcyBtYXJjYWRvczoiLAogICAgInRpdGxlU2Nhbm5lclByb2Nlc3NpbmdTY3JlZW4iOiAiRXNwZXJlIHBvciBmYXZvcuKApiIsCiAgICAidGl0bGVTY2FubmVyU3VjY2Vzc1NjcmVlbiI6ICLCoVN1IHZvdG8gZnVlIGNvbnRhZG8hIiwKICAgICJ0aXRsZVNjYW5uZXJVbmRlcnZvdGVXYXJuaW5nIjogIlNlIHB1ZWRlbiBzdW1hciB1bm8gbyBtw6FzIHZvdG9zOiIsCiAgICAidGl0bGVTY2FubmluZ0ZhaWxlZCI6ICJFcnJvciBkZSBlc2NhbmVvIiwKICAgICJ0aXRsZVVub2ZmaWNpYWxUZXN0QmFsbG90IjogIkJvbGV0YSBkZSBwcnVlYmEgbm8gb2ZpY2lhbCIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzIjogIkNvbmZpZ3VyYWNpb25lcyIsCiAgICAidGl0bGVWb3RlclNldHRpbmdzQXVkaW8iOiAiQXVkaW8iLAogICAgInRpdGxlVm90ZXJTZXR0aW5nc0NvbG9yIjogIkNvbG9yIiwKICAgICJ0aXRsZVZvdGVyU2V0dGluZ3NTaXplIjogIlRhbWHDsW8gZGVsIHRleHRvIiwKICAgICJ1bnJlY292ZXJhYmxlRXJyb3IiOiAiQWxnbyBzYWxpw7MgbWFsIiwKICAgICJ3YXJuaW5nQm1kQmFsbG90UmVtb3ZlZCI6ICJUdSBib2xldGEgb2ZpY2lhbCBoYSBzaWRvIHJldGlyYWRhIGRlIGxhIGltcHJlc29yYS4iLAogICAgIndhcm5pbmdCbWRJbmFjdGl2ZVNlc3Npb24iOiAiRXN0YSBtZXNhIGRlIHZvdGFjacOzbiBoYSBlc3RhZG8gaW5hY3RpdmEgcG9yIG3DoXMgZGUgNSBtaW51dG9zLiIsCiAgICAid2FybmluZ0JtZEluYWN0aXZlVGltZVJlbWFpbmluZyI6ICJQYXJhIHByb3RlZ2VyIHN1IHByaXZhY2lkYWQsIGVzdGEgYm9sZXRhIHNlIGJvcnJhcsOhIGN1YW5kbyBzZSBhY2FiZSBlbCB0aWVtcG8uIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdExpdmVCYWxsb3RJblRlc3RNb2RlIjogIkxhIGhvamEgaW5zZXJ0YWRhIGVzIHVuYSBib2xldGEgPDE+b2ZpY2lhbDwvMT4uIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdE5vQmFsbG90RGV0ZWN0ZWQiOiAiTm8gc2UgZGV0ZWN0w7MgaW5mb3JtYWNpw7NuIGRlIGJvbGV0YSBlbiBsYSBob2phIGluc2VydGFkYS4iLAogICAgIndhcm5pbmdCbWRJbnZhbGlkQmFsbG90VGVzdEJhbGxvdEluTGl2ZU1vZGUiOiAiTGEgaG9qYSBpbnNlcnRhZGEgZXMgdW5hIGJvbGV0YSBkZSA8MT5wcnVlYmE8LzE+LiIsCiAgICAid2FybmluZ0JtZEludmFsaWRCYWxsb3RXcm9uZ0VsZWN0aW9uIjogIkxhIGhvamEgaW5zZXJ0YWRhIGVzIHVuYSBib2xldGEgZGUgdW5hIGVsZWNjacOzbiBkaWZlcmVudGUuIiwKICAgICJ3YXJuaW5nQm1kSW52YWxpZEJhbGxvdFdyb25nUHJlY2luY3QiOiAiTGEgaG9qYSBpbnNlcnRhZGEgZXMgdW5hIGJvbGV0YSBkZSB1biBkaXN0cml0byBlbGVjdG9yYWwgZGlmZXJlbnRlLiIsCiAgICAid2FybmluZ0N2cnNOZWVkU3luYyI6ICJVbiB0cmFiYWphZG9yIGVsZWN0b3JhbCBkZWJlIHNpbmNyb25pemFyIGxvcyByZWdpc3Ryb3MgZGUgdm90b3MgZW1pdGlkb3MgKENWUiwgcG9yIHN1cyBzaWdsYXMgZW4gaW5nbMOpcykgY29uIGxhIHVuaWRhZCBVU0IuIiwKICAgICJ3YXJuaW5nTm9Qb3dlciI6ICI8MD5ObyBzZSBkZXRlY3TDsyBlbmVyZ8OtYS4gPC8wPiBQw61kYWxlIGEgdW4gdHJhYmFqYWRvciBlbGVjdG9yYWwgcXVlIGVuY2h1ZmUgZWwgY2FibGUgZGUgYWxpbWVudGFjacOzbi4iLAogICAgIndhcm5pbmdOb1ZvdGVzRm9yQ29udGVzdCI6ICJBw7puIHB1ZWRlcyB2b3RhciBlbiBlc3RlIGNvbmN1cnNvLiIsCiAgICAid2FybmluZ092ZXJ2b3RlQ2FuZGlkYXRlQ29udGVzdCI6ICJQYXJhIHZvdGFyIHBvciBvdHJvIGNhbmRpZGF0bywgZGViZSBwcmltZXJvIGFudWxhciBsYSBzZWxlY2Npw7NuIGRlIHVuIGNhbmRpZGF0byBwcmV2aWFtZW50ZSBzZWxlY2Npb25hZG8uIiwKICAgICJ3YXJuaW5nT3ZlcnZvdGVZZXNOb0NvbnRlc3QiOiAiUGFyYSBjYW1iaWFyIHN1IHZvdG8sIHByaW1lcm8gYW51bGUgbGEgc2VsZWNjacOzbiBkZSBzdSB2b3RvIGFudGVyaW9yLiIsCiAgICAid2FybmluZ1Byb2JsZW1TY2FubmluZ0JhbGxvdCI6ICJIdWJvIHVuIHByb2JsZW1hIGFsIGVzY2FuZWFyIGVzdGEgYm9sZXRhLiIsCiAgICAid2FybmluZ1Byb2JsZW1TY2FubmluZ0JhbGxvdFNjYW5BZ2FpbiI6ICJIdWJvIHVuIHByb2JsZW1hIGFsIGVzY2FuZWFyIHN1IGJvbGV0YS4gRXNjYW7DqWVsbyBudWV2YW1lbnRlLiIsCiAgICAid2FybmluZ1NjYW5uZXJBbm90aGVyU2NhbkluUHJvZ3Jlc3MiOiAiU2UgZXN0w6EgZXNjYW5lYW5kbyBvdHJhIGJvbGV0YS4iLAogICAgIndhcm5pbmdTY2FubmVyQmxhbmtCYWxsb3RTdWJtaXNzaW9uIjogIk5vIHNlIGNvbnRhcsOhbiB2b3RvcyBkZSBlc3RhIHZvdGFjacOzbi4iLAogICAgIndhcm5pbmdTY2FubmVySmFtbWVkIjogIkxhIGJvbGV0YSBlc3TDoSBhdGFzY2FkYSBlbiBlbCBlc2PDoW5lci4iLAogICAgIndhcm5pbmdTY2FubmVyTWlzbWF0Y2hlZEVsZWN0aW9uIjogIkxhIGJvbGV0YSBubyBjb2luY2lkZSBjb24gbGEgZWxlY2Npw7NuIGRlIGVzdGUgZXN0w6EgY29uZmlndXJhZG8gZWwgZXNjw6FuZXIuIiwKICAgICJ3YXJuaW5nU2Nhbm5lck1pc21hdGNoZWRQcmVjaW5jdCI6ICJMYSBib2xldGEgbm8gY29pbmNpZGUgY29uIGVsIGRpc3RyaXRvIGVsZWN0b3JhbCBwYXJhIGVsIHF1ZSBlc3TDoSBjb25maWd1cmFkbyBlc3RlIGVzY8OhbmVyLiIsCiAgICAid2FybmluZ1NjYW5uZXJNdWx0aXBsZVNoZWV0c0RldGVjdGVkIjogIlNlIGRldGVjdGFyb24gdmFyaWFzIGhvamFzLiIsCiAgICAid2FybmluZ1NjYW5uZXJOb1ZvdGVzRm91bmQiOiAiTm8gc2UgZW5jb250cmFyb24gdm90b3MgYWwgZXNjYW5lYXIgZXN0byB2b3RhY2nDs24uIiwKICAgICJ3YXJuaW5nU2Nhbm5lck9mZmljaWFsQmFsbG90SW5UZXN0TW9kZSI6ICJFbCBlc2PDoW5lciBlc3TDoSBlbiBtb2RvIGRlIGJvbGV0YSBkZSBwcnVlYmEuIE5vIHNlIHB1ZWRlbiBlc2NhbmVhciBib2xldGFzIG9maWNpYWxlcy4iLAogICAgIndhcm5pbmdTY2FubmVyVGVzdEJhbGxvdEluT2ZmaWNpYWxNb2RlIjogIkVsIGVzY8OhbmVyIGVzdMOhIGVuIG1vZG8gZGUgYm9sZXRhIG9maWNpYWwuIE5vIHNlIHB1ZWRlbiBlc2NhbmVhciBib2xldGFzIGRlIHBydWViYS4iLAogICAgIndhcm5pbmdTY2FubmVyVmVydGljYWxTdHJlYWtzRGV0ZWN0ZWQiOiAiRWwgZXNjw6FuZXIgbmVjZXNpdGEgc2VyIGxpbXBpYWRvLiIKICB9Cn1QSwcISXbyjlatAQBWrQEAUEsDBAoACAAAAAAAgVkAAAAAAAAAAAAAAAANAAAAZWxlY3Rpb24uanNvbnsKICAiYmFsbG90TGF5b3V0IjogewogICAgInBhcGVyU2l6ZSI6ICJsZXR0ZXIiLAogICAgIm1ldGFkYXRhRW5jb2RpbmciOiAicXItY29kZSIKICB9LAogICJiYWxsb3RTdHJpbmdzIjogewogICAgImVuIjogewogICAgICAiYmFsbG90U3R5bGVJZCI6IHsKICAgICAgICAiMS1NYV96aC1IYW5zIjogIjEtTWEiLAogICAgICAgICIxLU1hX3poLUhhbnQiOiAiMS1NYSIsCiAgICAgICAgIjEtTWFfZW4iOiAiMS1NYSIsCiAgICAgICAgIjEtTWFfZXMtVVMiOiAiMS1NYSIsCiAgICAgICAgIjEtRl96aC1IYW5zIjogIjEtRiIsCiAgICAgICAgIjEtRl96aC1IYW50IjogIjEtRiIsCiAgICAgICAgIjEtRl9lbiI6ICIxLUYiLAogICAgICAgICIxLUZfZXMtVVMiOiAiMS1GIiwKICAgICAgICAiMi1NYV96aC1IYW5zIjogIjItTWEiLAogICAgICAgICIyLU1hX3poLUhhbnQiOiAiMi1NYSIsCiAgICAgICAgIjItTWFfZW4iOiAiMi1NYSIsCiAgICAgICAgIjItTWFfZXMtVVMiOiAiMi1NYSIsCiAgICAgICAgIjItRl96aC1IYW5zIjogIjItRiIsCiAgICAgICAgIjItRl96aC1IYW50IjogIjItRiIsCiAgICAgICAgIjItRl9lbiI6ICIyLUYiLAogICAgICAgICIyLUZfZXMtVVMiOiAiMi1GIiwKICAgICAgICAiMy1NYV96aC1IYW5zIjogIjMtTWEiLAogICAgICAgICIzLU1hX3poLUhhbnQiOiAiMy1NYSIsCiAgICAgICAgIjMtTWFfZW4iOiAiMy1NYSIsCiAgICAgICAgIjMtTWFfZXMtVVMiOiAiMy1NYSIsCiAgICAgICAgIjMtRl96aC1IYW5zIjogIjMtRiIsCiAgICAgICAgIjMtRl96aC1IYW50IjogIjMtRiIsCiAgICAgICAgIjMtRl9lbiI6ICIzLUYiLAogICAgICAgICIzLUZfZXMtVVMiOiAiMy1GIiwKICAgICAgICAiNC1NYV96aC1IYW5zIjogIjQtTWEiLAogICAgICAgICI0LU1hX3poLUhhbnQiOiAiNC1NYSIsCiAgICAgICAgIjQtTWFfZW4iOiAiNC1NYSIsCiAgICAgICAgIjQtTWFfZXMtVVMiOiAiNC1NYSIsCiAgICAgICAgIjQtRl96aC1IYW5zIjogIjQtRiIsCiAgICAgICAgIjQtRl96aC1IYW50IjogIjQtRiIsCiAgICAgICAgIjQtRl9lbiI6ICI0LUYiLAogICAgICAgICI0LUZfZXMtVVMiOiAiNC1GIgogICAgICB9LAogICAgICAiY2FuZGlkYXRlTmFtZSI6IHsKICAgICAgICAiaG9yc2UiOiAiSG9yc2UiLAogICAgICAgICJvdHRlciI6ICJPdHRlciIsCiAgICAgICAgImZveCI6ICJGb3giLAogICAgICAgICJzZWFob3JzZSI6ICJTZWFob3JzZSIsCiAgICAgICAgInNhbG1vbiI6ICJTYWxtb24iLAogICAgICAgICJ6ZWJyYS0xIjogIlplYnJhIiwKICAgICAgICAibGlvbi0xIjogIkxpb24iLAogICAgICAgICJrYW5nYXJvby0xIjogIkthbmdhcm9vIiwKICAgICAgICAiZWxlcGhhbnQtMSI6ICJFbGVwaGFudCIsCiAgICAgICAgIm1hbnRhLXJheS0xIjogIk1hbnRhIFJheSIsCiAgICAgICAgInB1ZmZlcmZpc2gtMSI6ICJQdWZmZXJmaXNoIiwKICAgICAgICAicm9ja2Zpc2gtMSI6ICJSb2NrZmlzaCIsCiAgICAgICAgInRyaWdnZXJmaXNoLTEiOiAiVHJpZ2dlcmZpc2giLAogICAgICAgICJ6ZWJyYS0yIjogIlplYnJhIiwKICAgICAgICAibGlvbi0yIjogIkxpb24iLAogICAgICAgICJrYW5nYXJvby0yIjogIkthbmdhcm9vIiwKICAgICAgICAiZWxlcGhhbnQtMiI6ICJFbGVwaGFudCIsCiAgICAgICAgIm1hbnRhLXJheS0yIjogIk1hbnRhIFJheSIsCiAgICAgICAgInB1ZmZlcmZpc2gtMiI6ICJQdWZmZXJmaXNoIiwKICAgICAgICAicm9ja2Zpc2gtMiI6ICJSb2NrZmlzaCIsCiAgICAgICAgInRyaWdnZXJmaXNoLTIiOiAiVHJpZ2dlcmZpc2giCiAgICAgIH0sCiAgICAgICJjb250ZXN0RGVzY3JpcHRpb24iOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZyI6ICJTaG91bGQgZmlzaGluZyBiZSBiYW5uZWQgaW4gYWxsIGNpdHkgb3duZWQgbGFrZXMgYW5kIHJpdmVycz8iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmciOiAiU2hvdWxkIGZpc2hpbmcgYmUgYmFubmVkIGluIGFsbCBjaXR5IG93bmVkIGxha2VzIGFuZCByaXZlcnM/IgogICAgICB9LAogICAgICAiY29udGVzdE9wdGlvbkxhYmVsIjogewogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciOiAiWUVTIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciOiAiTk8iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciOiAiWUVTIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciOiAiTk8iCiAgICAgIH0sCiAgICAgICJjb250ZXN0VGl0bGUiOiB7CiAgICAgICAgImNvdW50eS1sZWFkZXItbWFtbWFsIjogIkNvdW50eSBMZWFkZXIgTWFtbWFsIiwKICAgICAgICAiY291bnR5LWxlYWRlci1maXNoIjogIkNvdW50eSBMZWFkZXIgRmlzaCIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiOiAiQ29uZ3Jlc3Npb25hbCAxIFJlcHJlc2VudGF0aXZlIC0gTWFtbWFsIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLWZpc2giOiAiQ29uZ3Jlc3Npb25hbCAxIFJlcHJlc2VudGF0aXZlIC0gRmlzaCIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiOiAiQ29uZ3Jlc3Npb25hbCAyIFJlcHJlc2VudGF0aXZlIC0gTWFtbWFsIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLWZpc2giOiAiQ29uZ3Jlc3Npb25hbCAyIFJlcHJlc2VudGF0aXZlIC0gRmlzaCIsCiAgICAgICAgIndhdGVyLTEtZmlzaGluZyI6ICJXYXRlciBEaXN0cmljdCAxIEZpc2hpbmciLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmciOiAiV2F0ZXIgRGlzdHJpY3QgMiBGaXNoaW5nIgogICAgICB9LAogICAgICAiY291bnR5TmFtZSI6ICJTYW1wbGUgQ291bnR5IiwKICAgICAgImRpc3RyaWN0TmFtZSI6IHsKICAgICAgICAiY291bnR5IjogIkNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSI6ICJDb25ncmVzc2lvbmFsIERpc3RyaWN0IDEiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiOiAiQ29uZ3Jlc3Npb25hbCBEaXN0cmljdCAyIiwKICAgICAgICAid2F0ZXItMSI6ICJXYXRlciBEaXN0cmljdCAxIiwKICAgICAgICAid2F0ZXItMiI6ICJXYXRlciBEaXN0cmljdCAyIgogICAgICB9LAogICAgICAiZWxlY3Rpb25UaXRsZSI6ICJFeGFtcGxlIFByaW1hcnkgRWxlY3Rpb24iLAogICAgICAicGFydHlGdWxsTmFtZSI6IHsKICAgICAgICAiMCI6ICJNYW1tYWwgUGFydHkiLAogICAgICAgICIxIjogIkZpc2ggUGFydHkiCiAgICAgIH0sCiAgICAgICJwYXJ0eU5hbWUiOiB7CiAgICAgICAgIjAiOiAiTWFtbWFsIiwKICAgICAgICAiMSI6ICJGaXNoIgogICAgICB9LAogICAgICAicHJlY2luY3ROYW1lIjogewogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIjogIlByZWNpbmN0IDEiLAogICAgICAgICJwcmVjaW5jdC1jMS13MS0yIjogIlByZWNpbmN0IDIiLAogICAgICAgICJwcmVjaW5jdC1jMS13MiI6ICJQcmVjaW5jdCAzIiwKICAgICAgICAicHJlY2luY3QtYzIiOiAiUHJlY2luY3QgNCIKICAgICAgfSwKICAgICAgInN0YXRlTmFtZSI6ICJTdGF0ZSBvZiBTYW1wbGUiLAogICAgICAiYmFsbG90TGFuZ3VhZ2UiOiAiRW5nbGlzaCIsCiAgICAgICJlbGVjdGlvbkRhdGUiOiAiU2VwdGVtYmVyIDgsIDIwMjEiLAogICAgICAiaG1wYkNvbnRpbnVlVm90aW5nT25CYWNrIjogIlR1cm4gYmFsbG90IG92ZXIgYW5kIGNvbnRpbnVlIHZvdGluZyIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbk5leHRTaGVldCI6ICJDb250aW51ZSB2b3Rpbmcgb24gbmV4dCBiYWxsb3Qgc2hlZXQiLAogICAgICAiaG1wYkluc3RydWN0aW9ucyI6ICJJbnN0cnVjdGlvbnMiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRleHQiOiAiVG8gdm90ZSwgY29tcGxldGVseSBmaWxsIGluIHRoZSBvdmFsIG5leHQgdG8geW91ciBjaG9pY2UuIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUaXRsZSI6ICJUbyBWb3RlOiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRleHQiOiAiVG8gdm90ZSBmb3IgYSBwZXJzb24gd2hvc2UgbmFtZSBpcyBub3Qgb24gdGhlIGJhbGxvdCwgd3JpdGUgdGhlIHBlcnNvbuKAmXMgbmFtZSBvbiB0aGUgXCJXcml0ZS1pblwiIGxpbmUgYW5kIGNvbXBsZXRlbHkgZmlsbCBpbiB0aGUgb3ZhbCBuZXh0IHRvIHRoZSBsaW5lLiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRpdGxlIjogIlRvIFZvdGUgZm9yIGEgV3JpdGUtaW46IiwKICAgICAgImhtcGJPZmZpY2lhbEFic2VudGVlQmFsbG90IjogIk9mZmljaWFsIEFic2VudGVlIEJhbGxvdCIsCiAgICAgICJobXBiT2ZmaWNpYWxCYWxsb3QiOiAiT2ZmaWNpYWwgQmFsbG90IiwKICAgICAgImhtcGJPZmZpY2lhbFByb3Zpc2lvbmFsQmFsbG90IjogIk9mZmljaWFsIFByb3Zpc2lvbmFsIEJhbGxvdCIsCiAgICAgICJobXBiUGFnZSI6ICJQYWdlIiwKICAgICAgImhtcGJQYWdlSW50ZW50aW9uYWxseUJsYW5rIjogIlRoaXMgcGFnZSBpbnRlbnRpb25hbGx5IGxlZnQgYmxhbmsiLAogICAgICAiaG1wYlNhbXBsZUFic2VudGVlQmFsbG90IjogIlNhbXBsZSBBYnNlbnRlZSBCYWxsb3QiLAogICAgICAiaG1wYlNhbXBsZUJhbGxvdCI6ICJTYW1wbGUgQmFsbG90IiwKICAgICAgImhtcGJTYW1wbGVQcm92aXNpb25hbEJhbGxvdCI6ICJTYW1wbGUgUHJvdmlzaW9uYWwgQmFsbG90IiwKICAgICAgImhtcGJUZXN0QWJzZW50ZWVCYWxsb3QiOiAiVGVzdCBBYnNlbnRlZSBCYWxsb3QiLAogICAgICAiaG1wYlRlc3RCYWxsb3QiOiAiVGVzdCBCYWxsb3QiLAogICAgICAiaG1wYlRlc3RQcm92aXNpb25hbEJhbGxvdCI6ICJUZXN0IFByb3Zpc2lvbmFsIEJhbGxvdCIsCiAgICAgICJobXBiVm90ZUZvcjEiOiAiVm90ZSBmb3IgMSIsCiAgICAgICJobXBiVm90ZUZvcjEwIjogIlZvdGUgZm9yIHVwIHRvIDEwIiwKICAgICAgImhtcGJWb3RlRm9yMiI6ICJWb3RlIGZvciB1cCB0byAyIiwKICAgICAgImhtcGJWb3RlRm9yMyI6ICJWb3RlIGZvciB1cCB0byAzIiwKICAgICAgImhtcGJWb3RlRm9yNCI6ICJWb3RlIGZvciB1cCB0byA0IiwKICAgICAgImhtcGJWb3RlRm9yNSI6ICJWb3RlIGZvciB1cCB0byA1IiwKICAgICAgImhtcGJWb3RlRm9yNiI6ICJWb3RlIGZvciB1cCB0byA2IiwKICAgICAgImhtcGJWb3RlRm9yNyI6ICJWb3RlIGZvciB1cCB0byA3IiwKICAgICAgImhtcGJWb3RlRm9yOCI6ICJWb3RlIGZvciB1cCB0byA4IiwKICAgICAgImhtcGJWb3RlRm9yOSI6ICJWb3RlIGZvciB1cCB0byA5IiwKICAgICAgImhtcGJWb3RpbmdDb21wbGV0ZSI6ICJZb3UgaGF2ZSBjb21wbGV0ZWQgdm90aW5nLiIsCiAgICAgICJobXBiV3JpdGVJbiI6ICJXcml0ZS1pbiIKICAgIH0sCiAgICAiemgtSGFucyI6IHsKICAgICAgImNvbnRlc3REZXNjcmlwdGlvbiI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIuaYr+WQpuW6lOivpeemgeatouWcqOaJgOacieWfjuW4gua5luaziuWSjOays+a1geS4remSk+mxvO+8nyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICLmmK/lkKblupTor6XnpoHmraLlnKjmiYDmnInln47luILmuZbms4rlkozmsrPmtYHkuK3pkpPpsbzvvJ8iCiAgICAgIH0sCiAgICAgICJjb250ZXN0T3B0aW9uTGFiZWwiOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyI6ICLmmK/nmoQiLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICLkuI0iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciOiAi5piv55qEIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciOiAi5LiNIgogICAgICB9LAogICAgICAiY29udGVzdFRpdGxlIjogewogICAgICAgICJjb3VudHktbGVhZGVyLW1hbW1hbCI6ICLljr/pooblr7zlk7rkubPliqjniakiLAogICAgICAgICJjb3VudHktbGVhZGVyLWZpc2giOiAi5Y6/6aKG5a+86bG8IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCI6ICLlm73kvJogMSDku6PooaggLSDlk7rkubPliqjniakiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEtZmlzaCI6ICLlm73kvJogMSDku6PooaggLSDoj7Lku4AiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIjogIuWbveS8miAyIOS7o+ihqCAtIOWTuuS5s+WKqOeJqSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMi1maXNoIjogIuWbveS8miAyIOS7o+ihqCAtIOiPsuS7gCIsCiAgICAgICAgIndhdGVyLTEtZmlzaGluZyI6ICLmsLTljLogMSDpkpPpsbwiLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmciOiAi5rC05Yy6IDIg6ZKT6bG8IgogICAgICB9LAogICAgICAiY291bnR5TmFtZSI6ICLmoLfmnKzljr8iLAogICAgICAiZGlzdHJpY3ROYW1lIjogewogICAgICAgICJjb3VudHkiOiAi5Y6/IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIjogIuesrOS4gOWbveS8mumAieWMuiIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiI6ICLlm73kvJrnrKwgMiDpgInljLoiLAogICAgICAgICJ3YXRlci0xIjogIuawtOWMuiAxIiwKICAgICAgICAid2F0ZXItMiI6ICLmsLTljLogMiIKICAgICAgfSwKICAgICAgImVsZWN0aW9uVGl0bGUiOiAi5Yid6YCJ56S65L6LIiwKICAgICAgInBhcnR5RnVsbE5hbWUiOiB7CiAgICAgICAgIjAiOiAi5ZO65Lmz5Yqo54mp5rS+5a+5IiwKICAgICAgICAiMSI6ICLpsbzmtL7lr7kiCiAgICAgIH0sCiAgICAgICJwYXJ0eU5hbWUiOiB7CiAgICAgICAgIjAiOiAi5ZO65Lmz5Yqo54mpIiwKICAgICAgICAiMSI6ICLpsbwiCiAgICAgIH0sCiAgICAgICJwcmVjaW5jdE5hbWUiOiB7CiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiOiAi56ysMemAieWMuiIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiOiAi56ysMumAieWMuiIsCiAgICAgICAgInByZWNpbmN0LWMxLXcyIjogIuesrCAzIOWMuiIsCiAgICAgICAgInByZWNpbmN0LWMyIjogIuesrOWbm+WMuiIKICAgICAgfSwKICAgICAgInN0YXRlTmFtZSI6ICLmoLflk4HnirbmgIEiLAogICAgICAiYmFsbG90TGFuZ3VhZ2UiOiAi566A5L2T5Lit5paHIiwKICAgICAgImVsZWN0aW9uRGF0ZSI6ICIyMDIx5bm0OeaciDjml6UiLAogICAgICAiaG1wYkNvbnRpbnVlVm90aW5nT25CYWNrIjogIuWwhumAieelqOe/u+i/h+adpe+8jOe7p+e7reaKleelqCIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbk5leHRTaGVldCI6ICLlnKjkuIvkuIDlvKDpgInnpajkuIrnu6fnu63mipXnpagiLAogICAgICAiaG1wYkluc3RydWN0aW9ucyI6ICLor7TmmI4iLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRleHQiOiAi6KaB5oqV56Wo77yM6K+35a6M5pW05aGr5YaZ5oKo5omA6YCJ6aG555uu5peB6L6555qE5qSt5ZyG5b2i5qGG44CCIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUaXRsZSI6ICLmipXnpajvvJoiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1dyaXRlSW5UZXh0IjogIuWmguaenOimgeS4uuacquWHuueOsOWcqOmAieelqOS4iueahOS6uui/m+ihjOaKleelqO+8jOivt+WcqOKAnOWGmeWFpeWAmemAieS6uuKAnOihjOS4reWGmeS4i+atpOS6uueahOWnk+WQje+8jOW5tuWujOaVtOWhq+WGmeivpeihjOaXgei+ueeahOakreWchuW9ouWMuuWfn+OAgiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRpdGxlIjogIuaKleelqOmAieS4vuWAmemAieS6uu+8miIsCiAgICAgICJobXBiT2ZmaWNpYWxBYnNlbnRlZUJhbGxvdCI6ICLmraPlvI/nvLrluK3pgInnpagiLAogICAgICAiaG1wYk9mZmljaWFsQmFsbG90IjogIuato+W8j+mAieelqCIsCiAgICAgICJobXBiT2ZmaWNpYWxQcm92aXNpb25hbEJhbGxvdCI6ICLmma7pgJrkuLTml7bpgInnpagiLAogICAgICAiaG1wYlBhZ2UiOiAi6aG156CBIiwKICAgICAgImhtcGJQYWdlSW50ZW50aW9uYWxseUJsYW5rIjogIuacrOmhteS4uuacieaEj+eVmeepuiIsCiAgICAgICJobXBiU2FtcGxlQWJzZW50ZWVCYWxsb3QiOiAi57y65bit6YCJ56Wo5qC35pysIiwKICAgICAgImhtcGJTYW1wbGVCYWxsb3QiOiAi6YCJ56Wo5qC35pysIiwKICAgICAgImhtcGJTYW1wbGVQcm92aXNpb25hbEJhbGxvdCI6ICLkuLTml7bpgInnpajmoLfmnKwiLAogICAgICAiaG1wYlRlc3RBYnNlbnRlZUJhbGxvdCI6ICLmtYvor5XnvLrluK3pgInnpagiLAogICAgICAiaG1wYlRlc3RCYWxsb3QiOiAi5rWL6K+V6YCJ56WoIiwKICAgICAgImhtcGJUZXN0UHJvdmlzaW9uYWxCYWxsb3QiOiAi5rWL6K+V5Li05pe26YCJ56WoIiwKICAgICAgImhtcGJWb3RlRm9yMSI6ICLmipUx56WoIiwKICAgICAgImhtcGJWb3RlRm9yMTAiOiAi5pyA5aSa5oqVMTDnpagiLAogICAgICAiaG1wYlZvdGVGb3IyIjogIuacgOWkmuaKlTLnpagiLAogICAgICAiaG1wYlZvdGVGb3IzIjogIuacgOWkmuaKlTPnpagiLAogICAgICAiaG1wYlZvdGVGb3I0IjogIuacgOWkmuaKlTTnpagiLAogICAgICAiaG1wYlZvdGVGb3I1IjogIuacgOWkmuaKlTXnpagiLAogICAgICAiaG1wYlZvdGVGb3I2IjogIuacgOWkmuaKlTbnpagiLAogICAgICAiaG1wYlZvdGVGb3I3IjogIuacgOWkmuaKlTfnpagiLAogICAgICAiaG1wYlZvdGVGb3I4IjogIuacgOWkmuaKlTjnpagiLAogICAgICAiaG1wYlZvdGVGb3I5IjogIuacgOWkmuaKlTnnpagiLAogICAgICAiaG1wYlZvdGluZ0NvbXBsZXRlIjogIuaCqOW3suWujOaIkOaKleelqOOAgiIsCiAgICAgICJobXBiV3JpdGVJbiI6ICLlhpnlhaXlgJnpgInkuroiCiAgICB9LAogICAgInpoLUhhbnQiOiB7CiAgICAgICJjb250ZXN0RGVzY3JpcHRpb24iOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZyI6ICLmmK/lkKbmh4noqbLnpoHmraLlnKjmiYDmnInln47luILmk4HmnInnmoTmuZbms4rlkozmsrPmtYHkuK3mjZXprZrvvJ8iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmciOiAi5piv5ZCm5oeJ6Kmy56aB5q2i5Zyo5omA5pyJ5Z+O5biC5pOB5pyJ55qE5rmW5rOK5ZKM5rKz5rWB5Lit5o2V6a2a77yfIgogICAgICB9LAogICAgICAiY29udGVzdE9wdGlvbkxhYmVsIjogewogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciOiAi5piv55qEIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciOiAi5LiNIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIjogIuaYr+eahCIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIjogIuS4jSIKICAgICAgfSwKICAgICAgImNvbnRlc3RUaXRsZSI6IHsKICAgICAgICAiY291bnR5LWxlYWRlci1tYW1tYWwiOiAi57ij6aCY5bCO5ZO65Lmz5YuV54mpIiwKICAgICAgICAiY291bnR5LWxlYWRlci1maXNoIjogIue4o+mVt+mtmiIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiOiAi5ZyL5pyDIDEg5Luj6KGoIC0g5ZO65Lmz5YuV54mpIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLWZpc2giOiAi5ZyL5pyDIDEg5Luj6KGoIC0g6a2aIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCI6ICLlnIvmnIMgMiDku6PooaggLSDlk7rkubPli5XniakiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItZmlzaCI6ICLlnIvmnIMgMiDku6PooaggLSBGaXNoIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIuawtOWfnyAxIOWNgOmHo+mtmiIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICLmsLTljYAgMiDph6PprZoiCiAgICAgIH0sCiAgICAgICJjb3VudHlOYW1lIjogIuaoo+acrOe4oyIsCiAgICAgICJkaXN0cmljdE5hbWUiOiB7CiAgICAgICAgImNvdW50eSI6ICLnuKMiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiOiAi5ZyL5pyD56ys5LiA6YG45Y2AIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIjogIuWci+acg+esrOS6jOmBuOWNgCIsCiAgICAgICAgIndhdGVyLTEiOiAi5rC05Y2AMSIsCiAgICAgICAgIndhdGVyLTIiOiAi5rC05Y2AMiIKICAgICAgfSwKICAgICAgImVsZWN0aW9uVGl0bGUiOiAi5Yid6YG456+E5L6LIiwKICAgICAgInBhcnR5RnVsbE5hbWUiOiB7CiAgICAgICAgIjAiOiAi5ZO65Lmz5YuV54mp5rS+5bCNIiwKICAgICAgICAiMSI6ICLprZrpu6giCiAgICAgIH0sCiAgICAgICJwYXJ0eU5hbWUiOiB7CiAgICAgICAgIjAiOiAi5ZO65Lmz5YuV54mpIiwKICAgICAgICAiMSI6ICLprZoiCiAgICAgIH0sCiAgICAgICJwcmVjaW5jdE5hbWUiOiB7CiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiOiAi56ysMemBuOWNgCIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiOiAi56ysMumBuOWNgCIsCiAgICAgICAgInByZWNpbmN0LWMxLXcyIjogIuWIhuWxgCAzIiwKICAgICAgICAicHJlY2luY3QtYzIiOiAiNCDljYAiCiAgICAgIH0sCiAgICAgICJzdGF0ZU5hbWUiOiAi5qij5ZOB54uA5oWLIiwKICAgICAgImJhbGxvdExhbmd1YWdlIjogIue5gemrlOS4reaWhyIsCiAgICAgICJlbGVjdGlvbkRhdGUiOiAiMjAyMeW5tDnmnIg45pelIiwKICAgICAgImhtcGJDb250aW51ZVZvdGluZ09uQmFjayI6ICLlsIfpgbjnpajnv7vpgY7kvobvvIznubznuozmipXnpagiLAogICAgICAiaG1wYkNvbnRpbnVlVm90aW5nT25OZXh0U2hlZXQiOiAi5Zyo5LiL5LiA5by16YG456Wo5LiK57m857qM5oqV56WoIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnMiOiAi6Kqq5piOIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUZXh0IjogIuimgeaKleelqO+8jOiri+WujOaVtOWhq+Wvq+aCqOaJgOmBuOmgheebruaXgemCiueahOapouWck+W9ouahhuOAgiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zVG9Wb3RlVGl0bGUiOiAi5oqV56Wo77yaIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGV4dCI6ICLlpoLmnpzopoHngrrmnKrlh7rnj77lnKjpgbjnpajkuIrnmoTkurrpgLLooYzmipXnpajvvIzoq4vlnKjjgIzlr6vlhaXlgJnpgbjkurrjgIzooYzkuK3lr6vkuIvmraTkurrnmoTlp5PlkI3vvIzkuKblrozmlbTloavlr6voqbLooYzml4HpgornmoTmqaLlnJPlvaLljYDln5/jgIIiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1dyaXRlSW5UaXRsZSI6ICLmipXnpajpgbjoiInlgJnpgbjkurrvvJoiLAogICAgICAiaG1wYk9mZmljaWFsQWJzZW50ZWVCYWxsb3QiOiAi5q2j5byP57y65bit6YG456WoIiwKICAgICAgImhtcGJPZmZpY2lhbEJhbGxvdCI6ICLmraPlvI/pgbjnpagiLAogICAgICAiaG1wYk9mZmljaWFsUHJvdmlzaW9uYWxCYWxsb3QiOiAi5pmu6YCa6Ieo5pmC6YG456WoIiwKICAgICAgImhtcGJQYWdlIjogIumggeeivCIsCiAgICAgICJobXBiUGFnZUludGVudGlvbmFsbHlCbGFuayI6ICLmnKzpoIHngrrmnInmhI/nlZnnqboiLAogICAgICAiaG1wYlNhbXBsZUFic2VudGVlQmFsbG90IjogIue8uuW4remBuOelqOaoo+acrCIsCiAgICAgICJobXBiU2FtcGxlQmFsbG90IjogIumBuOelqOaoo+acrCIsCiAgICAgICJobXBiU2FtcGxlUHJvdmlzaW9uYWxCYWxsb3QiOiAi6Ieo5pmC6YG456Wo5qij5pysIiwKICAgICAgImhtcGJUZXN0QWJzZW50ZWVCYWxsb3QiOiAi5ris6Kmm57y65bit6YG456WoIiwKICAgICAgImhtcGJUZXN0QmFsbG90IjogIua4rOippumBuOelqCIsCiAgICAgICJobXBiVGVzdFByb3Zpc2lvbmFsQmFsbG90IjogIua4rOippuiHqOaZgumBuOelqCIsCiAgICAgICJobXBiVm90ZUZvcjEiOiAi5oqVMeelqCIsCiAgICAgICJobXBiVm90ZUZvcjEwIjogIuacgOWkmuaKlTEw56WoIiwKICAgICAgImhtcGJWb3RlRm9yMiI6ICLmnIDlpJrmipUy56WoIiwKICAgICAgImhtcGJWb3RlRm9yMyI6ICLmnIDlpJrmipUz56WoIiwKICAgICAgImhtcGJWb3RlRm9yNCI6ICLmnIDlpJrmipU056WoIiwKICAgICAgImhtcGJWb3RlRm9yNSI6ICLmnIDlpJrmipU156WoIiwKICAgICAgImhtcGJWb3RlRm9yNiI6ICLmnIDlpJrmipU256WoIiwKICAgICAgImhtcGJWb3RlRm9yNyI6ICLmnIDlpJrmipU356WoIiwKICAgICAgImhtcGJWb3RlRm9yOCI6ICLmnIDlpJrmipU456WoIiwKICAgICAgImhtcGJWb3RlRm9yOSI6ICLmnIDlpJrmipU556WoIiwKICAgICAgImhtcGJWb3RpbmdDb21wbGV0ZSI6ICLmgqjlt7LlrozmiJDmipXnpajjgIIiLAogICAgICAiaG1wYldyaXRlSW4iOiAi5a+r5YWl5YCZ6YG45Lq6IgogICAgfSwKICAgICJlcy1VUyI6IHsKICAgICAgImNvbnRlc3REZXNjcmlwdGlvbiI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIsK/RGViZXLDrWEgcHJvaGliaXJzZSBsYSBwZXNjYSBlbiB0b2RvcyBsb3MgbGFnb3MgeSByw61vcyBwcm9waWVkYWQgZGUgbGEgY2l1ZGFkPyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICLCv0RlYmVyw61hIHByb2hpYmlyc2UgbGEgcGVzY2EgZW4gdG9kb3MgbG9zIGxhZ29zIHkgcsOtb3MgcHJvcGllZGFkIGRlIGxhIGNpdWRhZD8iCiAgICAgIH0sCiAgICAgICJjb250ZXN0T3B0aW9uTGFiZWwiOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyI6ICJTw40iLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICJOTyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyI6ICJTw40iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICJOTyIKICAgICAgfSwKICAgICAgImNvbnRlc3RUaXRsZSI6IHsKICAgICAgICAiY291bnR5LWxlYWRlci1tYW1tYWwiOiAiTMOtZGVyIGRlbCBjb25kYWRvIE1hbcOtZmVybyIsCiAgICAgICAgImNvdW50eS1sZWFkZXItZmlzaCI6ICJMw61kZXIgZGVsIGNvbmRhZG8gZGUgRmlzaCIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiOiAiMSByZXByZXNlbnRhbnRlIGRlbCBDb25ncmVzbyAtIE1hbcOtZmVybyIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMS1maXNoIjogIjEgcmVwcmVzZW50YW50ZSBkZWwgQ29uZ3Jlc28gLSBQZXNjYWRvIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCI6ICIyIHJlcHJlc2VudGFudGVzIGRlbCBDb25ncmVzbyAtIE1hbcOtZmVybyIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMi1maXNoIjogIlJlcHJlc2VudGFudGUgZGVsIENvbmdyZXNvIDIgLSBQZXNjYWRvIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIkRpc3RyaXRvIDEgZGUgcGVzY2EiLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmciOiAiRGlzdHJpdG8gZGUgQWd1YSAyIFBlc2NhIgogICAgICB9LAogICAgICAiY291bnR5TmFtZSI6ICJNdWVzdHJhIGRlbCBjb25kYWRvIiwKICAgICAgImRpc3RyaWN0TmFtZSI6IHsKICAgICAgICAiY291bnR5IjogIkNvbmRhZG8iLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiOiAiRGlzdHJpdG8gQ29uZ3Jlc2lvbmFsIDEiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiOiAiRGlzdHJpdG8gQ29uZ3Jlc2lvbmFsIDIiLAogICAgICAgICJ3YXRlci0xIjogIkRpc3RyaXRvIGRlIEFndWEgMSIsCiAgICAgICAgIndhdGVyLTIiOiAiRGlzdHJpdG8gZGUgQWd1YSAyIgogICAgICB9LAogICAgICAiZWxlY3Rpb25UaXRsZSI6ICJFamVtcGxvIGRlIGVsZWNjacOzbiBwcmltYXJpYSIsCiAgICAgICJwYXJ0eUZ1bGxOYW1lIjogewogICAgICAgICIwIjogIkZpZXN0YSBkZSBsb3MgTWFtw61mZXJvcyIsCiAgICAgICAgIjEiOiAiRmllc3RhIGRlbCBwZXNjYWRvIgogICAgICB9LAogICAgICAicGFydHlOYW1lIjogewogICAgICAgICIwIjogIk1hbcOtZmVybyIsCiAgICAgICAgIjEiOiAiUGV6IgogICAgICB9LAogICAgICAicHJlY2luY3ROYW1lIjogewogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIjogIkRpc3RyaXRvIEVsZWN0b3JhbCAxIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiI6ICJEaXN0cml0byBFbGVjdG9yYWwgMiIsCiAgICAgICAgInByZWNpbmN0LWMxLXcyIjogIkRpc3RyaXRvIDMiLAogICAgICAgICJwcmVjaW5jdC1jMiI6ICJEaXN0cml0byA0IgogICAgICB9LAogICAgICAic3RhdGVOYW1lIjogIkVzdGFkbyBkZSBsYSBtdWVzdHJhIiwKICAgICAgImJhbGxvdExhbmd1YWdlIjogImVzcGHDsW9sIChFRS4gVVUuKSIsCiAgICAgICJlbGVjdGlvbkRhdGUiOiAiOCBkZSBzZXB0aWVtYnJlIGRlIDIwMjEiLAogICAgICAiaG1wYkNvbnRpbnVlVm90aW5nT25CYWNrIjogIlZvbHRlYSBsYSBib2xldGEgeSBjb250aW7DumEgdm90YW5kbyIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbk5leHRTaGVldCI6ICJDb250aW7DumEgdm90YW5kbyBlbiBsYSBzaWd1aWVudGUgaG9qYSBkZSBsYSBib2xldGEiLAogICAgICAiaG1wYkluc3RydWN0aW9ucyI6ICJJbnN0cnVjY2lvbmVzIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUZXh0IjogIlBhcmEgdm90YXIsIGxsZW5hIGNvbXBsZXRhbWVudGUgZWwgw7N2YWxvIGp1bnRvIGEgdHUgZWxlY2Npw7NuLiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zVG9Wb3RlVGl0bGUiOiAiUGFyYSB2b3RhcjoiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1dyaXRlSW5UZXh0IjogIlBhcmEgdm90YXIgcG9yIHVuYSBwZXJzb25hIGN1eW8gbm9tYnJlIG5vIGVzdMOhIGVuIGxhIGJvbGV0YSwgZXNjcmliZSBlbCBub21icmUgZGUgbGEgcGVyc29uYSBlbiBsYSBsw61uZWEgXCJDYW5kaWRhdG8gcG9yIEVzY3JpdG9cIiB5IGxsZW5hIGNvbXBsZXRhbWVudGUgZWwgw7N2YWxvIGp1bnRvIGEgbGEgbMOtbmVhLiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRpdGxlIjogIlBhcmEgdm90YXIgcG9yIHVuIGNhbmRpZGF0byBwb3IgZXNjcml0bzoiLAogICAgICAiaG1wYk9mZmljaWFsQWJzZW50ZWVCYWxsb3QiOiAiQm9sZXRhIG9maWNpYWwgZGUgdm90byBhdXNlbnRlIiwKICAgICAgImhtcGJPZmZpY2lhbEJhbGxvdCI6ICJCb2xldGEgb2ZpY2lhbCIsCiAgICAgICJobXBiT2ZmaWNpYWxQcm92aXNpb25hbEJhbGxvdCI6ICJCb2xldGEgb2ZpY2lhbCBwcm92aXNpb25hbCIsCiAgICAgICJobXBiUGFnZSI6ICJQw6FnaW5hIiwKICAgICAgImhtcGJQYWdlSW50ZW50aW9uYWxseUJsYW5rIjogIkVzdGEgcMOhZ2luYSBlc3TDoSBpbnRlbmNpb25hbG1lbnRlIGVuIGJsYW5jbyIsCiAgICAgICJobXBiU2FtcGxlQWJzZW50ZWVCYWxsb3QiOiAiTW9kZWxvIGRlIGJvbGV0YSBkZSB2b3RvIGF1c2VudGUiLAogICAgICAiaG1wYlNhbXBsZUJhbGxvdCI6ICJCb2xldGEgZGUgbXVlc3RyYSIsCiAgICAgICJobXBiU2FtcGxlUHJvdmlzaW9uYWxCYWxsb3QiOiAiQm9sZXRhIGRlIG11ZXN0cmEgcHJvdmlzaW9uYWwiLAogICAgICAiaG1wYlRlc3RBYnNlbnRlZUJhbGxvdCI6ICJCb2xldGEgZGUgcHJ1ZWJhIGRlIHZvdG8gYXVzZW50ZSIsCiAgICAgICJobXBiVGVzdEJhbGxvdCI6ICJCb2xldGEgZGUgcHJ1ZWJhIiwKICAgICAgImhtcGJUZXN0UHJvdmlzaW9uYWxCYWxsb3QiOiAiQm9sZXRhIGRlIHBydWViYSBwcm92aXNpb25hbCIsCiAgICAgICJobXBiVm90ZUZvcjEiOiAiVm90YSBwb3IgMSIsCiAgICAgICJobXBiVm90ZUZvcjEwIjogIlZvdGEgcG9yIGhhc3RhIDEwIiwKICAgICAgImhtcGJWb3RlRm9yMiI6ICJWb3RhIHBvciBoYXN0YSAyIiwKICAgICAgImhtcGJWb3RlRm9yMyI6ICJWb3RhIHBvciBoYXN0YSAzIiwKICAgICAgImhtcGJWb3RlRm9yNCI6ICJWb3RhIHBvciBoYXN0YSA0IiwKICAgICAgImhtcGJWb3RlRm9yNSI6ICJWb3RhIHBvciBoYXN0YSA1IiwKICAgICAgImhtcGJWb3RlRm9yNiI6ICJWb3RhIHBvciBoYXN0YSA2IiwKICAgICAgImhtcGJWb3RlRm9yNyI6ICJWb3RhIHBvciBoYXN0YSA3IiwKICAgICAgImhtcGJWb3RlRm9yOCI6ICJWb3RhIHBvciBoYXN0YSA4IiwKICAgICAgImhtcGJWb3RlRm9yOSI6ICJWb3RhIHBvciBoYXN0YSA5IiwKICAgICAgImhtcGJWb3RpbmdDb21wbGV0ZSI6ICJIYXMgY29tcGxldGFkbyBsYSB2b3RhY2nDs24uIiwKICAgICAgImhtcGJXcml0ZUluIjogIkNhbmRpZGF0byBwb3IgZXNjcml0byIKICAgIH0KICB9LAogICJiYWxsb3RTdHlsZXMiOiBbCiAgICB7CiAgICAgICJpZCI6ICIxLU1hX3poLUhhbnMiLAogICAgICAiZ3JvdXBJZCI6ICIxLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW5zIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1NYV96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiMS1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiLAogICAgICAgICJwcmVjaW5jdC1jMS13MS0yIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFudCIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjEtTWFfZW4iLAogICAgICAiZ3JvdXBJZCI6ICIxLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlbiIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjEtTWFfZXMtVVMiLAogICAgICAiZ3JvdXBJZCI6ICIxLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlcy1VUyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjEtRl96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMS1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW5zIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1GX3poLUhhbnQiLAogICAgICAiZ3JvdXBJZCI6ICIxLUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnQiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxLUZfZW4iLAogICAgICAiZ3JvdXBJZCI6ICIxLUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVuIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1GX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMS1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlcy1VUyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjItTWFfemgtSGFucyIsCiAgICAgICJncm91cElkIjogIjItTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLU1hX3poLUhhbnQiLAogICAgICAiZ3JvdXBJZCI6ICIyLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW50IgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1NYV9lbiIsCiAgICAgICJncm91cElkIjogIjItTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVuIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1NYV9lcy1VUyIsCiAgICAgICJncm91cElkIjogIjItTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVzLVVTIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1GX3poLUhhbnMiLAogICAgICAiZ3JvdXBJZCI6ICIyLUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLUZfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjItRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFudCIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjItRl9lbiIsCiAgICAgICJncm91cElkIjogIjItRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZW4iCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLUZfZXMtVVMiLAogICAgICAiZ3JvdXBJZCI6ICIyLUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVzLVVTIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1NYV96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFucyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjMtTWFfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjMtTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnQiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIzLU1hX2VuIiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZW4iCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIzLU1hX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZXMtVVMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIzLUZfemgtSGFucyIsCiAgICAgICJncm91cElkIjogIjMtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFucyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjMtRl96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiMy1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW50IgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1GX2VuIiwKICAgICAgImdyb3VwSWQiOiAiMy1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlbiIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjMtRl9lcy1VUyIsCiAgICAgICJncm91cElkIjogIjMtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZXMtVVMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICI0LU1hX3poLUhhbnMiLAogICAgICAiZ3JvdXBJZCI6ICI0LU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW5zIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1NYV96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiNC1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFudCIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjQtTWFfZW4iLAogICAgICAiZ3JvdXBJZCI6ICI0LU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlbiIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjQtTWFfZXMtVVMiLAogICAgICAiZ3JvdXBJZCI6ICI0LU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlcy1VUyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjQtRl96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiNC1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW5zIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1GX3poLUhhbnQiLAogICAgICAiZ3JvdXBJZCI6ICI0LUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnQiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICI0LUZfZW4iLAogICAgICAiZ3JvdXBJZCI6ICI0LUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVuIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1GX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiNC1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlcy1VUyIKICAgICAgXQogICAgfQogIF0sCiAgImNvbnRlc3RzIjogWwogICAgewogICAgICAiaWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAiZGlzdHJpY3RJZCI6ICJjb3VudHkiLAogICAgICAidGl0bGUiOiAiQ291bnR5IExlYWRlciBNYW1tYWwiLAogICAgICAidHlwZSI6ICJjYW5kaWRhdGUiLAogICAgICAic2VhdHMiOiAxLAogICAgICAiY2FuZGlkYXRlcyI6IFsKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAiaG9yc2UiLAogICAgICAgICAgIm5hbWUiOiAiSG9yc2UiLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMCIKICAgICAgICAgIF0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJvdHRlciIsCiAgICAgICAgICAibmFtZSI6ICJPdHRlciIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIwIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogImZveCIsCiAgICAgICAgICAibmFtZSI6ICJGb3giLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMCIKICAgICAgICAgIF0KICAgICAgICB9CiAgICAgIF0sCiAgICAgICJhbGxvd1dyaXRlSW5zIjogZmFsc2UsCiAgICAgICJwYXJ0eUlkIjogIjAiCiAgICB9LAogICAgewogICAgICAiaWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgImRpc3RyaWN0SWQiOiAiY291bnR5IiwKICAgICAgInRpdGxlIjogIkNvdW50eSBMZWFkZXIgRmlzaCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJzZWFob3JzZSIsCiAgICAgICAgICAibmFtZSI6ICJTZWFob3JzZSIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIxIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogInNhbG1vbiIsCiAgICAgICAgICAibmFtZSI6ICJTYWxtb24iLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMSIKICAgICAgICAgIF0KICAgICAgICB9CiAgICAgIF0sCiAgICAgICJhbGxvd1dyaXRlSW5zIjogZmFsc2UsCiAgICAgICJwYXJ0eUlkIjogIjEiCiAgICB9LAogICAgewogICAgICAiaWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICJkaXN0cmljdElkIjogImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICJ0aXRsZSI6ICJDb25ncmVzc2lvbmFsIDEgUmVwcmVzZW50YXRpdmUgLSBNYW1tYWwiLAogICAgICAidHlwZSI6ICJjYW5kaWRhdGUiLAogICAgICAic2VhdHMiOiAxLAogICAgICAiY2FuZGlkYXRlcyI6IFsKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAiemVicmEtMSIsCiAgICAgICAgICAibmFtZSI6ICJaZWJyYSIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIwIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogImxpb24tMSIsCiAgICAgICAgICAibmFtZSI6ICJMaW9uIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjAiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAia2FuZ2Fyb28tMSIsCiAgICAgICAgICAibmFtZSI6ICJLYW5nYXJvbyIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIwIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogImVsZXBoYW50LTEiLAogICAgICAgICAgIm5hbWUiOiAiRWxlcGhhbnQiLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMCIKICAgICAgICAgIF0KICAgICAgICB9CiAgICAgIF0sCiAgICAgICJhbGxvd1dyaXRlSW5zIjogdHJ1ZSwKICAgICAgInBhcnR5SWQiOiAiMCIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICJkaXN0cmljdElkIjogImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICJ0aXRsZSI6ICJDb25ncmVzc2lvbmFsIDEgUmVwcmVzZW50YXRpdmUgLSBGaXNoIiwKICAgICAgInR5cGUiOiAiY2FuZGlkYXRlIiwKICAgICAgInNlYXRzIjogMSwKICAgICAgImNhbmRpZGF0ZXMiOiBbCiAgICAgICAgewogICAgICAgICAgImlkIjogIm1hbnRhLXJheS0xIiwKICAgICAgICAgICJuYW1lIjogIk1hbnRhIFJheSIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIxIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogInB1ZmZlcmZpc2gtMSIsCiAgICAgICAgICAibmFtZSI6ICJQdWZmZXJmaXNoIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjEiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAicm9ja2Zpc2gtMSIsCiAgICAgICAgICAibmFtZSI6ICJSb2NrZmlzaCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIxIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogInRyaWdnZXJmaXNoLTEiLAogICAgICAgICAgIm5hbWUiOiAiVHJpZ2dlcmZpc2giLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMSIKICAgICAgICAgIF0KICAgICAgICB9CiAgICAgIF0sCiAgICAgICJhbGxvd1dyaXRlSW5zIjogdHJ1ZSwKICAgICAgInBhcnR5SWQiOiAiMSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgImRpc3RyaWN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgInRpdGxlIjogIkNvbmdyZXNzaW9uYWwgMiBSZXByZXNlbnRhdGl2ZSAtIE1hbW1hbCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJ6ZWJyYS0yIiwKICAgICAgICAgICJuYW1lIjogIlplYnJhIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjAiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAibGlvbi0yIiwKICAgICAgICAgICJuYW1lIjogIkxpb24iLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMCIKICAgICAgICAgIF0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJrYW5nYXJvby0yIiwKICAgICAgICAgICJuYW1lIjogIkthbmdhcm9vIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjAiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAiZWxlcGhhbnQtMiIsCiAgICAgICAgICAibmFtZSI6ICJFbGVwaGFudCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIwIgogICAgICAgICAgXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiB0cnVlLAogICAgICAicGFydHlJZCI6ICIwIgogICAgfSwKICAgIHsKICAgICAgImlkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgImRpc3RyaWN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgInRpdGxlIjogIkNvbmdyZXNzaW9uYWwgMiBSZXByZXNlbnRhdGl2ZSAtIEZpc2giLAogICAgICAidHlwZSI6ICJjYW5kaWRhdGUiLAogICAgICAic2VhdHMiOiAxLAogICAgICAiY2FuZGlkYXRlcyI6IFsKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAibWFudGEtcmF5LTIiLAogICAgICAgICAgIm5hbWUiOiAiTWFudGEgUmF5IiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjEiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAicHVmZmVyZmlzaC0yIiwKICAgICAgICAgICJuYW1lIjogIlB1ZmZlcmZpc2giLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMSIKICAgICAgICAgIF0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJyb2NrZmlzaC0yIiwKICAgICAgICAgICJuYW1lIjogIlJvY2tmaXNoIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjEiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAidHJpZ2dlcmZpc2gtMiIsCiAgICAgICAgICAibmFtZSI6ICJUcmlnZ2VyZmlzaCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIxIgogICAgICAgICAgXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiB0cnVlLAogICAgICAicGFydHlJZCI6ICIxIgogICAgfSwKICAgIHsKICAgICAgImlkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICJkaXN0cmljdElkIjogIndhdGVyLTEiLAogICAgICAidGl0bGUiOiAiV2F0ZXIgRGlzdHJpY3QgMSBGaXNoaW5nIiwKICAgICAgInR5cGUiOiAieWVzbm8iLAogICAgICAiZGVzY3JpcHRpb24iOiAiU2hvdWxkIGZpc2hpbmcgYmUgYmFubmVkIGluIGFsbCBjaXR5IG93bmVkIGxha2VzIGFuZCByaXZlcnM/IiwKICAgICAgInllc09wdGlvbiI6IHsKICAgICAgICAiaWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIiwKICAgICAgICAibGFiZWwiOiAiWUVTIgogICAgICB9LAogICAgICAibm9PcHRpb24iOiB7CiAgICAgICAgImlkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIiwKICAgICAgICAibGFiZWwiOiAiTk8iCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAiZGlzdHJpY3RJZCI6ICJ3YXRlci0yIiwKICAgICAgInRpdGxlIjogIldhdGVyIERpc3RyaWN0IDIgRmlzaGluZyIsCiAgICAgICJ0eXBlIjogInllc25vIiwKICAgICAgImRlc2NyaXB0aW9uIjogIlNob3VsZCBmaXNoaW5nIGJlIGJhbm5lZCBpbiBhbGwgY2l0eSBvd25lZCBsYWtlcyBhbmQgcml2ZXJzPyIsCiAgICAgICJ5ZXNPcHRpb24iOiB7CiAgICAgICAgImlkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIsCiAgICAgICAgImxhYmVsIjogIllFUyIKICAgICAgfSwKICAgICAgIm5vT3B0aW9uIjogewogICAgICAgICJpZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIsCiAgICAgICAgImxhYmVsIjogIk5PIgogICAgICB9CiAgICB9CiAgXSwKICAiZ3JpZExheW91dHMiOiBbCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjEtTWFfemgtSGFucyIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4yNzgyNDE2NTAyOTQ2OTYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMS1NYV96aC1IYW50IiwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NiwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNQogICAgICB9LAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjI3ODI0MTY1MDI5NDY5NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjA2NjA2MDkwMzczMjgxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzNC4zMzA3OTU2Nzc3OTk2MSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjEtTWFfZW4iLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNS43MjUwNzM2NzM4NzAzMzQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNi45ODk4MDg0NDc5MzcxMzMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTUuMjg5NzgzODg5OTgwMzU0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE2LjU1NDUxODY2NDA0NzE1LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTcuODE5MjUzNDM4MTEzOTUsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuNjk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDE5Ljg5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyNi45NTU0MjczMDg0NDc5MzgsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI4LjIyMDE2MjA4MjUxNDczNywKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjEtTWFfZXMtVVMiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4wODYwNzU2Mzg1MDY4NzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMi4zNTA4MTA0MTI1NzM2NzYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMy42MTU1NDUxODY2NDA0NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMS45MTU1MjA2Mjg2ODM2OTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuNDQ0OTkwMTc2ODE3MjksCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjUuNzA5NzI0OTUwODg0MDg3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjcuMzIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI2LjUyMDExMjk2NjYwMTE4LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDcuOTEzODAxNTcxNzA5MjM0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDkuMTc4NTM2MzQ1Nzc2MDMxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMS1GX3poLUhhbnMiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMS1GX3poLUhhbnQiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy4wNjYwNjA5MDM3MzI4MSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzQuMzMwNzk1Njc3Nzk5NjEsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIxLUZfZW4iLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTUuNzI1MDczNjczODcwMzM0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNS4yODk3ODM4ODk5ODAzNTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNi41NTQ1MTg2NjQwNDcxNSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNy44MTkyNTM0MzgxMTM5NSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjY5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMTkuODk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI2Ljk1NTQyNzMwODQ0NzkzOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjguMjIwMTYyMDgyNTE0NzM3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMS1GX2VzLVVTIiwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NiwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNQogICAgICB9LAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMDg2MDc1NjM4NTA2ODc3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIyLjM1MDgxMDQxMjU3MzY3NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjEuOTE1NTIwNjI4NjgzNjk0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0LjQ0NDk5MDE3NjgxNzI5LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNS43MDk3MjQ5NTA4ODQwODcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjcuMzIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNi41MjAxMTI5NjY2MDExOCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA3LjkxMzgwMTU3MTcwOTIzNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA5LjE3ODUzNjM0NTc3NjAzMSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjItTWFfemgtSGFucyIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4yNzgyNDE2NTAyOTQ2OTYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMi1NYV96aC1IYW50IiwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NiwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNQogICAgICB9LAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjI3ODI0MTY1MDI5NDY5NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjA2NjA2MDkwMzczMjgxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzNC4zMzA3OTU2Nzc3OTk2MSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjItTWFfZW4iLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNS43MjUwNzM2NzM4NzAzMzQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNi45ODk4MDg0NDc5MzcxMzMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTUuMjg5NzgzODg5OTgwMzU0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE2LjU1NDUxODY2NDA0NzE1LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTcuODE5MjUzNDM4MTEzOTUsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuNjk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDE5Ljg5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyNi45NTU0MjczMDg0NDc5MzgsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI4LjIyMDE2MjA4MjUxNDczNywKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjItTWFfZXMtVVMiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4wODYwNzU2Mzg1MDY4NzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMi4zNTA4MTA0MTI1NzM2NzYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMy42MTU1NDUxODY2NDA0NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMS45MTU1MjA2Mjg2ODM2OTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuNDQ0OTkwMTc2ODE3MjksCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjUuNzA5NzI0OTUwODg0MDg3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjcuMzIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI2LjUyMDExMjk2NjYwMTE4LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDcuOTEzODAxNTcxNzA5MjM0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDkuMTc4NTM2MzQ1Nzc2MDMxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMi1GX3poLUhhbnMiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMi1GX3poLUhhbnQiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy4wNjYwNjA5MDM3MzI4MSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzQuMzMwNzk1Njc3Nzk5NjEsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIyLUZfZW4iLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTUuNzI1MDczNjczODcwMzM0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNS4yODk3ODM4ODk5ODAzNTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNi41NTQ1MTg2NjQwNDcxNSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNy44MTkyNTM0MzgxMTM5NSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjY5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMTkuODk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI2Ljk1NTQyNzMwODQ0NzkzOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjguMjIwMTYyMDgyNTE0NzM3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMi1GX2VzLVVTIiwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NiwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNQogICAgICB9LAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMDg2MDc1NjM4NTA2ODc3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIyLjM1MDgxMDQxMjU3MzY3NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjEuOTE1NTIwNjI4NjgzNjk0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0LjQ0NDk5MDE3NjgxNzI5LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNS43MDk3MjQ5NTA4ODQwODcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjcuMzIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNi41MjAxMTI5NjY2MDExOCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA3LjkxMzgwMTU3MTcwOTIzNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA5LjE3ODUzNjM0NTc3NjAzMSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjMtTWFfemgtSGFucyIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4yNzgyNDE2NTAyOTQ2OTYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMy1NYV96aC1IYW50IiwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NiwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNQogICAgICB9LAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjI3ODI0MTY1MDI5NDY5NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjA2NjA2MDkwMzczMjgxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzNC4zMzA3OTU2Nzc3OTk2MSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjMtTWFfZW4iLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNS43MjUwNzM2NzM4NzAzMzQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNi45ODk4MDg0NDc5MzcxMzMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTUuMjg5NzgzODg5OTgwMzU0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE2LjU1NDUxODY2NDA0NzE1LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTcuODE5MjUzNDM4MTEzOTUsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuNjk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDE5Ljg5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyNi45NTU0MjczMDg0NDc5MzgsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI4LjIyMDE2MjA4MjUxNDczNywKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjMtTWFfZXMtVVMiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4wODYwNzU2Mzg1MDY4NzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMi4zNTA4MTA0MTI1NzM2NzYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMy42MTU1NDUxODY2NDA0NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMS45MTU1MjA2Mjg2ODM2OTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuNDQ0OTkwMTc2ODE3MjksCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjUuNzA5NzI0OTUwODg0MDg3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjcuMzIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI2LjUyMDExMjk2NjYwMTE4LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDcuOTEzODAxNTcxNzA5MjM0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDkuMTc4NTM2MzQ1Nzc2MDMxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMy1GX3poLUhhbnMiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMy1GX3poLUhhbnQiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy4wNjYwNjA5MDM3MzI4MSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzQuMzMwNzk1Njc3Nzk5NjEsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIzLUZfZW4iLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTUuNzI1MDczNjczODcwMzM0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNS4yODk3ODM4ODk5ODAzNTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNi41NTQ1MTg2NjQwNDcxNSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNy44MTkyNTM0MzgxMTM5NSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjY5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMTkuODk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI2Ljk1NTQyNzMwODQ0NzkzOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjguMjIwMTYyMDgyNTE0NzM3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMy1GX2VzLVVTIiwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NiwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNQogICAgICB9LAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMDg2MDc1NjM4NTA2ODc3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIyLjM1MDgxMDQxMjU3MzY3NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjEuOTE1NTIwNjI4NjgzNjk0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0LjQ0NDk5MDE3NjgxNzI5LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNS43MDk3MjQ5NTA4ODQwODcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjcuMzIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNi41MjAxMTI5NjY2MDExOCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA3LjkxMzgwMTU3MTcwOTIzNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA5LjE3ODUzNjM0NTc3NjAzMSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjQtTWFfemgtSGFucyIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4yNzgyNDE2NTAyOTQ2OTYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiNC1NYV96aC1IYW50IiwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NiwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNQogICAgICB9LAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjI3ODI0MTY1MDI5NDY5NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjA2NjA2MDkwMzczMjgxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzNC4zMzA3OTU2Nzc3OTk2MSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjQtTWFfZW4iLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNS43MjUwNzM2NzM4NzAzMzQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNi45ODk4MDg0NDc5MzcxMzMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTUuMjg5NzgzODg5OTgwMzU0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE2LjU1NDUxODY2NDA0NzE1LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTcuODE5MjUzNDM4MTEzOTUsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuNjk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDE5Ljg5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyNi45NTU0MjczMDg0NDc5MzgsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI4LjIyMDE2MjA4MjUxNDczNywKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjQtTWFfZXMtVVMiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4wODYwNzU2Mzg1MDY4NzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMi4zNTA4MTA0MTI1NzM2NzYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMy42MTU1NDUxODY2NDA0NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMS45MTU1MjA2Mjg2ODM2OTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuNDQ0OTkwMTc2ODE3MjksCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjUuNzA5NzI0OTUwODg0MDg3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjcuMzIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI2LjUyMDExMjk2NjYwMTE4LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDcuOTEzODAxNTcxNzA5MjM0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDkuMTc4NTM2MzQ1Nzc2MDMxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiNC1GX3poLUhhbnMiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiNC1GX3poLUhhbnQiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy4wNjYwNjA5MDM3MzI4MSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzQuMzMwNzk1Njc3Nzk5NjEsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICI0LUZfZW4iLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTUuNzI1MDczNjczODcwMzM0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNS4yODk3ODM4ODk5ODAzNTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNi41NTQ1MTg2NjQwNDcxNSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNy44MTkyNTM0MzgxMTM5NSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjY5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMTkuODk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI2Ljk1NTQyNzMwODQ0NzkzOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjguMjIwMTYyMDgyNTE0NzM3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiNC1GX2VzLVVTIiwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NiwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNQogICAgICB9LAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMDg2MDc1NjM4NTA2ODc3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIyLjM1MDgxMDQxMjU3MzY3NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjEuOTE1NTIwNjI4NjgzNjk0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0LjQ0NDk5MDE3NjgxNzI5LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNS43MDk3MjQ5NTA4ODQwODcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjcuMzIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNi41MjAxMTI5NjY2MDExOCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA3LjkxMzgwMTU3MTcwOTIzNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA5LjE3ODUzNjM0NTc3NjAzMSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0KICBdLAogICJjb3VudHkiOiB7CiAgICAiaWQiOiAic2FtcGxlLWNvdW50eSIsCiAgICAibmFtZSI6ICJTYW1wbGUgQ291bnR5IgogIH0sCiAgImRhdGUiOiAiMjAyMS0wOS0wOCIsCiAgImRpc3RyaWN0cyI6IFsKICAgIHsKICAgICAgImlkIjogImNvdW50eSIsCiAgICAgICJuYW1lIjogIkNvdW50eSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAibmFtZSI6ICJDb25ncmVzc2lvbmFsIERpc3RyaWN0IDEiCiAgICB9LAogICAgewogICAgICAiaWQiOiAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgIm5hbWUiOiAiQ29uZ3Jlc3Npb25hbCBEaXN0cmljdCAyIgogICAgfSwKICAgIHsKICAgICAgImlkIjogIndhdGVyLTEiLAogICAgICAibmFtZSI6ICJXYXRlciBEaXN0cmljdCAxIgogICAgfSwKICAgIHsKICAgICAgImlkIjogIndhdGVyLTIiLAogICAgICAibmFtZSI6ICJXYXRlciBEaXN0cmljdCAyIgogICAgfQogIF0sCiAgImlkIjogImVsZWN0aW9uLXByaW1hcnktcHJlY2luY3Qtc3BsaXRzIiwKICAicGFydGllcyI6IFsKICAgIHsKICAgICAgImlkIjogIjAiLAogICAgICAibmFtZSI6ICJNYW1tYWwiLAogICAgICAiZnVsbE5hbWUiOiAiTWFtbWFsIFBhcnR5IiwKICAgICAgImFiYnJldiI6ICJNYSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxIiwKICAgICAgIm5hbWUiOiAiRmlzaCIsCiAgICAgICJmdWxsTmFtZSI6ICJGaXNoIFBhcnR5IiwKICAgICAgImFiYnJldiI6ICJGIgogICAgfQogIF0sCiAgInByZWNpbmN0cyI6IFsKICAgIHsKICAgICAgImlkIjogInByZWNpbmN0LWMxLXcxLTEiLAogICAgICAibmFtZSI6ICJQcmVjaW5jdCAxIgogICAgfSwKICAgIHsKICAgICAgImlkIjogInByZWNpbmN0LWMxLXcxLTIiLAogICAgICAibmFtZSI6ICJQcmVjaW5jdCAyIgogICAgfSwKICAgIHsKICAgICAgImlkIjogInByZWNpbmN0LWMxLXcyIiwKICAgICAgIm5hbWUiOiAiUHJlY2luY3QgMyIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJwcmVjaW5jdC1jMiIsCiAgICAgICJuYW1lIjogIlByZWNpbmN0IDQiCiAgICB9CiAgXSwKICAic2VhbCI6ICI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB2aWV3Qm94PVwiMCAwIDk4My4zNDcyMyA5ODMuMzI3NDJcIiB2ZXJzaW9uPVwiMS4xXCIgeT1cIjBcIiB4PVwiMFwiIHhtbG5zOnhsaW5rPVwiaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGlua1wiPjx0aXRsZT5TZWFsIG9mIE1vbnRnb21lcnkgQ291bnR5LCBNYXJ5bGFuZC48L3RpdGxlPjxwYXRoIGQ9XCJtIDQ5MS42NjA3NiwtMC4wMDM5MDYyNCBjIC02Ni4zNywwIC0xMzAuNzgwNiwxMy4wMDgzMzYyNCAtMTkxLjM3MDU5LDM4LjY0ODMzNjI0IC01OC41NiwyNC43MyAtMTExLjE0MDM4LDYwLjE5NTgwMiAtMTU2LjMwMDM4LDEwNS4zMjk4IC00NS4xNTE5OTQsNDUuMTQgLTgwLjU5MzMyNyw5Ny43NDA4NSAtMTA1LjM0OTMyNywxNTYuMjgwODQgLTI1LjY2OCw2MC42MiAtMzguNjQwNTI0MDM0OTk2LDEyNS4wMzAxMyAtMzguNjQwNTI0MDM0OTk2LDE5MS4zOTAxMiAwLDY2LjM4MDAxIDEyLjk3MjQzMDAzNDk5NiwxMzAuNzc5OSAzOC42NDQ0MzAwMzQ5OTYsMTkxLjM5OTkgMjQuNzU0LDU4LjU0MSA2MC4xOTU1NjgsMTExLjEyMDM3IDEwNS4zMzk1NzEsMTU2LjMwMDM3IDQ1LjE2MTk5LDQ1LjExNDk5IDk3LjczOTM3LDgwLjU3NjI3IDE1Ni4zMDAzNywxMDUuMzEwMjYgNjAuNTg0LDI1LjY3OTAxIDEyNS4wMDA1OSwzOC42NjIwMSAxOTEuMzcwNTksMzguNjYyMDEgbCAwLjAwNiwwLjAxMTcgYyA2Ni4zNzIsMCAxMzAuNzU4NDEsLTEyLjk4MyAxOTEuMzc4NDEsLTM4LjY2MjAxIDU4LjU0MywtMjQuNzM2OTkgMTExLjE1MDg0LC02MC4xOTgyNyAxNTYuMjgwODQsLTEwNS4zMTAyNiA0NS4xMzQ5OSwtNDUuMTggODAuNTk5OCwtOTcuNzYwMzcgMTA1LjMyOTc5LC0xNTYuMzAwMzggMjUuNjYxMDEsLTYwLjYyMiAzOC42OTEzMSwtMTI1LjAxMDEyIDM4LjY5MTMxLC0xOTEuMzkwMTIgMCwtNjYuMzYgLTEzLjAzMDMsLTEzMC43NzAxMyAtMzguNjkxMzEsLTE5MS4zOTAxMyBDIDkxOS45MTk4MSwyNDEuNzE2NTYgODg0LjQ2LDE4OS4xMTYxOCA4MzkuMzIwMDEsMTQzLjk3NjE4IDc5NC4xOTAwMSw5OC44NDAxODUgNzQxLjU4OTE3LDYzLjM3NDM4MyA2ODMuMDM5MTcsMzguNjQ2MzgzIDYyMi40MTkxNywxMy4wMDQzODMgNTU4LjAzMDc2LC0wLjAwMzkwNjI0IDQ5MS42NjA3NiwtMC4wMDM5MDYyNCBaXCIgZmlsbD1cIiNmZmZcIi8+PHBhdGggZD1cIm00MDUuOTMgODc3LjM2YzUyLjA4IDExLjU3NCAxMDQuODMgMTIuNjIyIDE1Ni44NyAzLjA1OTggNTAuMjY4LTkuMjA1IDk3LjY5Mi0yNy44ODMgMTQwLjk5LTU1LjQyOCA0My4yOTctMjcuNTMxIDgwLjI1My02Mi42MTQgMTA5LjkyLTEwNC4yMiAzMC42NTYtNDMuMDgyIDUyLjA5Ny05MS4zMjIgNjMuNjcyLTE0My40IDExLjU3NC01Mi4wOCAxMi41ODUtMTA0Ljg2IDMuMDU1My0xNTYuODUtOS4yNDk4LTUwLjI3Ni0yNy44Ny05Ny43MTItNTUuNDI5LTE0MC45OS0yNy41NDktNDMuMzItNjIuNjA5LTgwLjI3Ni0xMDQuMjQtMTA5Ljk1LTQzLjA5OS0zMC42ODctOTEuMzI1LTUyLjA3Ny0xNDMuNC02My42NTEtNTIuMDY4LTExLjU3MS0xMDQuODMtMTIuNjI1LTE1Ni44NS0zLjA3NzItNTAuMjU2IDkuMjU0My05Ny42NyAyNy44ODEtMTQwLjk3IDU1LjQ1Ni00My4yOTIgMjcuNTI4LTgwLjI5NyA2Mi42MDItMTA5LjkxIDEwNC4yNC0zMC43IDQzLjA0OS01Mi4xMDcgOTEuMjk3LTYzLjY4MSAxNDMuMzgtMTEuNTc0IDUyLjA4LTEyLjYxNyAxMDQuODUtMy4wNDYxIDE1Ni44OCA5LjIwMDQgNTAuMjQyIDI3Ljg2NyA5Ny42ODggNTUuNDIyIDE0MC45NiAyNy41NTMgNDMuMjkzIDYyLjYwMiA4MC4yOTcgMTA0LjIyIDEwOS45MiA0My4wODEgMzAuNzAyIDkxLjMyIDUyLjA5NyAxNDMuMzkgNjMuNjY4bS0yOTIuNzUtNDY5LjgyYzExLjM1LTUxLjA3MiAzMi4zOTMtOTguNDMzIDYyLjQ4MS0xNDAuNyAyOS4wNzktNDAuODQxIDY1LjM1Ni03NS4yNTEgMTA3Ljg2LTEwMi4zIDQyLjQ1Ni0yNy4wMDggODkuMDA1LTQ1LjMzMSAxMzguMzMtNTQuMzcyIDUxLjAyMy05LjM2OSAxMDIuODMtOC4zMzcyIDE1My45IDMuMDEyOCA1MS4wOTIgMTEuMzU0IDk4LjQ2MiAzMi4zNjQgMTQwLjcyIDYyLjQ2NCA0MC44NDEgMjkuMDc5IDc1LjIyMSA2NS4zODcgMTAyLjI4IDEwNy44NCAyNy4wMjUgNDIuNDk2IDQ1LjMyNiA4OS4wMzcgNTQuMzcgMTM4LjM1IDkuMzY2MyA1MS4wMzUgOC4zMzI1IDEwMi44NC0zLjAxNzQgMTUzLjkxLTExLjM1NCA1MS4wOTItMzIuMzU2IDk4LjQzOS02Mi40NTcgMTQwLjctMjkuMDggNDAuODQ1LTY1LjM3IDc1LjI1LTEwNy44NSAxMDIuMjgtNDIuNSAyNy4wNDMtODkuMDIgNDUuMzUxLTEzOC4zMyA1NC4zOTQtNTEuMDI5IDkuMzQyMi0xMDIuODUgOC4zMzYxLTE1My45NC0zLjAxNzktNTEuMDcyLTExLjM1LTk4LjQzNC0zMi4zODUtMTQwLjY5LTYyLjQ1OS00MC44NDktMjkuMDgxLTc1LjI2Mi02NS4zNzMtMTAyLjI3LTEwNy44Ny0yNy4wNDktNDIuNDgtNDUuMzM5LTg5LjAxNS01NC4zODItMTM4LjMzLTkuMzU0Mi01MS4wMzItOC4zNjE2LTEwMi44MyAyLjk5MjgtMTUzLjkyXCIvPjxwYXRoIGQ9XCJtNDkxLjY2IDk4My4zM2M2Ni4zNzIgMCAxMzAuNzYtMTIuOTg0IDE5MS4zOC0zOC42NjMgNTguNTQzLTI0LjczNyAxMTEuMTUtNjAuMTk4IDE1Ni4yOC0xMDUuMzEgNDUuMTM1LTQ1LjE4IDgwLjYtOTcuNzYgMTA1LjMzLTE1Ni4zIDI1LjY2MS02MC42MjIgMzguNjkxLTEyNS4wMSAzOC42OTEtMTkxLjM5IDAtNjYuMzYtMTMuMDMtMTMwLjc3LTM4LjY5MS0xOTEuMzktMjQuNzMtNTguNTYtNjAuMTktMTExLjE2LTEwNS4zMy0xNTYuMy00NS4xMy00NS4xMzYtOTcuNzMtODAuNjAyLTE1Ni4yOC0xMDUuMzMtNjAuNjItMjUuNjQyLTEyNS4wMS0zOC42NS0xOTEuMzgtMzguNjVzLTEzMC43OCAxMy4wMDgtMTkxLjM3IDM4LjY0OGMtNTguNTYgMjQuNzMtMTExLjE0IDYwLjE5Ni0xNTYuMyAxMDUuMzMtNDUuMTUyIDQ1LjE0LTgwLjU5NCA5Ny43NC0xMDUuMzUgMTU2LjI4LTI1LjY2OCA2MC42Mi0zOC42NCAxMjUuMDMtMzguNjQgMTkxLjM5IDAgNjYuMzggMTIuOTcyIDEzMC43OCAzOC42NDQgMTkxLjQgMjQuNzU0IDU4LjU0MSA2MC4xOTYgMTExLjEyIDEwNS4zNCAxNTYuMyA0NS4xNjIgNDUuMTE1IDk3LjczOSA4MC41NzYgMTU2LjMgMTA1LjMxIDYwLjU4NCAyNS42NzkgMTI1IDM4LjY2MyAxOTEuMzcgMzguNjYzbS00ODQuNTMtNDkxLjY3YzAtNjUuNDEgMTIuNzk4LTEyOC44OCAzOC4wNTktMTg4LjU5IDI0LjQxMi01Ny43MjUgNTkuMzYtMTA5LjUzIDEwMy44Ni0xNTQuMDMgNDQuNTA5LTQ0LjQ5OSA5Ni4zMDUtNzkuNDMyIDE1NC4wMi0xMDMuODMgNTkuNzQ1LTI1LjI4NyAxMjMuMTktMzguMDk1IDE4OC42MS0zOC4wOTUgNjUuMzk2IDAgMTI4Ljg2IDEyLjgxIDE4OC42IDM4LjA5NSA1Ny43MDMgMjQuNCAxMDkuNTMgNTkuMzM1IDE1NC4wMyAxMDMuODMgNDQuNDc3IDQ0LjQ5NyA3OS40MSA5Ni4zMDMgMTAzLjgzIDE1NC4wMyAyNS4yNjMgNTkuNzExIDM4LjA3MyAxMjMuMTggMzguMDczIDE4OC41OSAwIDY1LjQzMi0xMi44MSAxMjguODgtMzguMDczIDE4OC42MS0yNC40MjQgNTcuNzA1LTU5LjM1NiAxMDkuNTMtMTAzLjgzIDE1My45OC00NC40OTcgNDQuNTE5LTk2LjMyNyA3OS40NzUtMTU0LjAzIDEwMy44OC01OS43MzUgMjUuMjU5LTEyMy4yIDM4LjA2OS0xODguNiAzOC4wNjktNjUuNDIyIDAtMTI4Ljg3LTEyLjgxLTE4OC42MS0zOC4wNjktNTcuNzItMjQuNDEtMTA5LjUyLTU5LjM2LTE1NC4wMy0xMDMuODgtNDQuNDktNDQuNDYtNzkuNDQtOTYuMjgtMTAzLjg1LTE1My45OS0yNS4yNjMtNTkuNzMtMzguMDYxLTEyMy4xNy0zOC4wNjEtMTg4LjYxXCIvPjxwYXRoIGQ9XCJtNjE0LjY0IDIyNC44M2M0LjE0NjEtNC45OTM3IDYuOTk2Ny0xMi40ODYgMTAuMzkxLTE3Ljc0NGgxLjQ2NzNsMTkuMTc1IDExLjcyMmMyLjM2MjkgMC4yNjc4OCA0LjIzOC0xLjQ3MTMgNS4xNjk2LTMuMjUwNSAxLjAyNzUtNi40MjEgMS4wMjc1LTEwLjYxMSAyLjQxMDktMTYuOTQ0IDUuNTI5NCA3LjY3MjQgMTAuODc1IDE3LjU3MiAxNC4wNDEgMjYuMjJoLTUyLjY1NVwiIGZpbGw9XCIjZmZmXCIvPjxwYXRoIGQ9XCJtMjQ0LjE2IDQ2OS41MmMwIDIwMS4xMyAxMDMuMiAzMTAuNSAyNDcuNTQgMzY0LjE0IDE0NC4yOC01My42MzkgMjQ3LjQ2LTE2My4wMSAyNDcuNDYtMzY0LjE0di0yNDQuNjloLTQ5NXYyNDQuNjlcIiBmaWxsPVwiIzAwOTZkNVwiLz48cGF0aCBkPVwibTI0NC4xOCAyMjQuODN2MjQ0LjY5YzAgMjAxLjEzIDEwMy4xNiAzMTAuNSAyNDcuNDQgMzY0LjE0IDE0NC4zNy01My42MzkgMjQ3LjU0LTE2My4wMSAyNDcuNTQtMzY0LjE0di0yNDQuNjloLTQ5NC45OG00ODEuMzQgMjMxLjE0djEzLjU1NGMwIDkyLjE2MS0yMi41NjEgMTY5LjM0LTY2Ljg4MSAyMjkuMzEtMzguNzA2IDUyLjI1Ni05NC44OCA5Mi42MTMtMTY3LjAyIDEyMC4yNi03Mi4xMi0yNy42NS0xMjguMjMtNjgtMTY2Ljg5LTEyMC4yNi00NC40My01OS45Ni02Ni45NS0xMzcuMTUtNjYuOTUtMjI5LjMxdi0yMzEuMTRoNDY3Ljc0elwiIGZpbGw9XCIjMWYxOTFhXCIvPjxwYXRoIGQ9XCJtNDYyLjMyIDQ5My4wNnYzMy42NjRoLTU4LjI0OXYtMzMuNjY0aC01OC4yOTd2MzMuNjY0aC01OC4zMjF2LTMzLjY2NGgtMjkuMTU0YzEuNjg3MiAzOC44MzggNy41ODA0IDc0LjcyNSAxNy42MDggMTA3LjcyIDEyLjAxOCAzNi41MTkgMjkuMTc4IDcxLjUxOCA1Mi41MDMgMTAyLjk2IDM4LjQ5OCA0OS43OTcgOTMuMjkyIDg4LjU0MiAxNjIuOTQgMTE1LjI1di0zMjUuOTNoLTI5LjAzXCIgZmlsbD1cIiNmZjFiMmNcIi8+PHBhdGggZD1cIm00OTEuMzUgMjM4LjQzdjI1NC42OGgyOS4yNDZ2MzMuNjZoNTguMjI1di0zMy42Nmg1OC4zMjF2MzMuNjZoNTguMjc3di0zMy42NmgzMC4xMzh2LTI1NC42OFwiIGZpbGw9XCIjZmYxYjJjXCIvPjxnIGZpbGw9XCIjMWYxOTFhXCI+PHBhdGggZD1cIm01NzcuNCA2NTUuODVoNDMuMjA4djMuNjYyM2gtNDMuMjA4elwiLz48cGF0aCBkPVwibTU3Mi41OCA2NTkuNTF2LTMuNjYyMy00LjgwOThoNC44MTc3IDQ3LjkzdjQuODA5OCA4LjQyOGgtNC43MjE4LTQ4LjAyNXpcIi8+PHBhdGggZD1cIm02MTcuNjIgNjgxLjUzYy02LjEwOTEtNi41NTI5LTYuMDIxMi0xNy4xNjQtNi4wMjEyLTE3LjE2NGgtMTAuODM1djIwLjczNGMwIDEuMDIzNS0wLjg1MTYgMS44MjcxLTEuNzc5MiAxLjgyNzEtMS4wNzU1IDAtMS44NzUxLTAuODAzNjItMS44NzUxLTEuODI3MXYtMjAuNzM0aC0xMC43OTVzMC4wOTYgMTAuNjExLTUuOTY5MiAxNy4xNjRjLTYuMDY1MiA2LjM4MS0xNC4zNTcgMy40ODI0LTE0LjM1NyAzLjQ4MjRzMC4xNzU5MiA0LjMxOCAyLjQxMDkgNi45NDg3YzIuMDUxIDIuNzYyNyAzLjgzNDIgNC44MTc4IDcuNDg4NSA1LjAzNzYgMi41NDI4IDAuMTc5OTIgNi43MzY4LTEuMzM1NCA3LjU4MDQtMC40ODM3NyAwLjYxOTcgMC44NDM2LTAuMDg4IDQuODA5OCA1LjEyMTYgMTEuMDk1IDQuODYxNyA1LjgwMTMgMTAuMzk1IDUuOTgxMiAxMC4zOTUgNS45ODEyczUuNDM3NC0wLjE3OTkyIDEwLjI5MS01Ljk4MTJjNS4yMjU2LTYuMjg1IDQuNTk3OC0xMC4yNTEgNS4yMjU2LTExLjA5NSAwLjc1MTY1LTAuODUxNiA0LjkwNTcgMC42NjM2OSA3LjQ4ODUgMC40ODM3NyAzLjY1ODMtMC4yMTk4OSA1LjQzMzQtMi4yNzA5IDcuNTgwNC01LjAzNzYgMi4xODMtMi42MzA4IDIuMzE4OS02Ljk0ODcgMi4zMTg5LTYuOTQ4N3MtOC4zMDAxIDIuODk4Ni0xNC4yNjktMy40ODI0XCIvPjxwYXRoIGQ9XCJtNTg0Ljg1IDcxMC42MWMtMi45ODY2LTMuNTIyNC00LjQ1NzktNi44MjQ4LTUuMTY5Ni05LjI3NTctMS4wMjc1IDAuMjI3OS0yLjIzNSAwLjM5OTgyLTMuNDc4NCAwLjM5OTgyaC0wLjYyMzdjLTUuNjYxNC0wLjE3MTkyLTkuMTQzNy00LjE4Ni0xMC45MTktNi43MzI4LTMuNTcwMy00LjYyOTgtMy4zOTQ0LTkuNDAzNi0zLjQ4MjQtOS43NTk0bC0wLjI1OTg4LTYuOTU2NyA2LjU0ODkgMi4xMzljMC0wLjA4NCAwLjkzOTU2IDAuNDA3ODEgMi45NDY2IDAuNDA3ODEgMi4xMzUtMC4xMzE5NCA0LjMyMi0wLjQ5MTc3IDYuMjg1LTIuNTQ2OCA0LjE5LTQuMjc4IDQuODEzOC0xMi45MjIgNC44MTM4LTEzLjkwOSAwLTAuMDQ4LTAuMDQ0LTAuMDkxOS0wLjA0NC0wLjA5MTkgMC0xLjI1MTQgMC40ODM3Ny0yLjUzODggMS40MjMzLTMuMzkwNCAwLjg0MzYtMC45MzU1NiAyLjA1MS0xLjQxOTMgMy4zODY0LTEuNDE5MyAwLjMxNTg1IDAgMC42MjM3MSAwLjA0OCAwLjkzOTU2IDAuMDg0aDguNzM5OSA0Ljc2OTggOS45NDMzYzAuODkxNTgtMC4xMzE5NCAxLjU5OTIgMCAyLjAwMzEgMC4wODQgMS4zMzk0IDAuNDA3ODEgMS40MjMzIDAuNjcxNjkgMS42OTEyIDAuODUxNmwwLjU4MzcyIDAuMzk5ODIgOC4zNDAxIDguMjUyMWgtNi40NjljMC42MjM3MSAzLjAzMDYgMS44NzUxIDYuNzMyOCA0LjI0MiA5LjAwMzhsLTMuNDc0NCAzLjM5MDQgMy41NjIzLTMuMjU0NWMxLjg3NTEgMi4wNTUgNC4xMDIxIDIuNTQ2OCA2LjIwMTEgMi41NDY4IDEuODcxMSAwIDIuOTg2Ni0wLjQwNzgxIDIuOTg2Ni0wLjQwNzgxbDYuNTEzLTIuMjcwOS0wLjIyNzg5IDYuOTU2N2MtMC4wODggMC4zOTk4MSAwLjEzMTk0IDUuMjYxNS0zLjI1MDUgOS43MTU0LTEuODc1MSAyLjQ5ODgtNC45OTM3IDYuMTEzMS0xMS45NDYgNi40MjV2MC4zOTk4MmMtMS4xNjM1IDAtMi4zMjI5LTAuMTMxOTQtMy4yOTg0LTAuMjYzODgtMC42MjM3MSAyLjQ1MDgtMi4yMzUgNS42MTM0LTUuMTc3NiA5LjMxNTYtNi4wMTMyIDcuMTM2Ny0xMy4wNjYgNy42Njg0LTE0LjE4MSA3LjY2ODQtMC42NzU2OS0wLjAwOC03LjgwNDMtMC41Mzk3NS0xMy45MTctNy43NjA0em0yLjQ1NDgtMTYuOTQ4YzIuNTQyOCA1LjU3NzQgMC4xNzU5MiA0LjUwNTkgNC45MDk3IDEwLjgzMSAzLjM4NjQgNC4xMDYxIDYuMzczIDQuMjg2IDYuNTQ4OSA0LjI4NiAwLTAuNDQzNzkgMy4xMjI1IDAuMDg0IDYuNzc2OC00LjI4NiA0Ljg2MTctNi4zMjUgMi40NTQ4LTUuMzg5NSA0Ljc3MzgtMTAuNTE5IDEuOTE1MS0yLjYzMDggNC4xNDYtMi41NDY4IDUuMDgxNi0yLjYzMDggMi41NDI4IDAuMDg0IDQuOTA5NyAwLjcxMTY2IDYuMDI1MiAwLjcxMTY2IDAuMDQ0LTAuMDQgMC41MzU3NSAwIDAuNzk5NjMgMC4wNDggMC45MzU1Ni0wLjE3OTkyIDEuMzc5NC0wLjQ5MTc3IDIuNTM4OC0xLjkxNTEtMy4zODY0LTAuNDQzNzktNy40NDQ1LTEuODc1MS0xMC43NDMtNS40NDE0bDAuMDQ0LTAuMDRjLTQuNjMzOC01LjE3NzYtNi4yODUtMTEuMzMxLTYuOTEyOC0xNS41NjVoLTEuNjA3MnYxNS45NjFjLTAuMDg0IDMuNzAyMy0yLjg5NDYgNi41MDUtNi41OTI5IDYuNTk2OS0zLjU3MDMgMC02LjY0NDktMi45OTA2LTYuNjQ0OS02LjU5Njl2LTE1Ljk2MWgtMS42OTUyYy0wLjY2NzY4IDQuMTg2LTIuMzE0OSAxMC4zODctNi44Njg4IDE1LjY5Ny0zLjM0MjQgMy40MjY0LTcuMzA0NiA0Ljg1NzctMTAuNjU1IDUuMzQ5NSAxLjQyMzMgMS42NDcyIDEuNjUxMiAxLjgyNzEgMi43NjY3IDEuOTU5MWgwLjM1NTgzYzAuNzUxNjUgMCAzLjExODUtMC43MTk2NiA2LjEwNTEtMC44MDM2MiAwLjA4OC0wLjA0IDAuMTc5OTItMC4wNCAwLjM1OTgzLTAuMDQgMC45MzE1NyAwIDMuNDMwNCAwLjUzMTc2IDQuNjMzOCAyLjM1ODl6XCIvPjxwYXRoIGQ9XCJtNTk4Ljk4IDU4OS43M2MwLjkyNzU2IDAgMS43NzkyIDAuODk1NTggMS43NzkyIDEuODI3MXY1OS4zMDRoNy44NDQzYzAuOTM5NTYtNC4wNjIxIDIuNTg2OC03Ljg0ODMgNC45OTM3LTExLjM3MSA1LjE3NzYtNy42Mjg0IDEyLjg5LTEyLjg0NiAyMS45ODYtMTQuNjczIDAuOTMxNTYtMC4zNTE4MyAyLjAwNzEgMC4yMjc5IDIuMjI3IDEuMTYzNSAwLjM1OTgzIDAuOTc1NTQtMC4xNzU5MiAyLjAwNzEtMS4xMTE1IDIuMzE4OS04LjI0ODEgMS41OTkyLTE1LjQyMSA2LjMyNS0yMC4wNjcgMTMuMjgyLTEuOTE1MSAyLjg5ODYtMy4yNTA1IDUuOTczMi00LjE5NCA5LjI3NTZoNC43NzM4YzguODIzOS02LjU5NjkgMTMuNzc0LTguMDI4MiAyMS42MjItMy40ODI0IDQuODY1NyAyLjgxMDcgNi45MTI4IDguMTIwMiA2LjI4NSAxMy45NjF2MC4wODRjMC4zNTU4My0wLjMxMTg1IDAuNzU1NjUtMC42NzE2OSAxLjIwNzQtMC45ODM1NCAyNS45OTYtMTguOTkxIDEwLjg3NS01MS43Mi03LjQwNDUtNTEuNzItMTQuNzE3IDAtMjQuNDI5IDYuNTEzLTMyLjczMyAyMS45ODJsLTIuMjY2OS0zLjcwMjMgMi4wNTEtMi43MTg3YzguMzM2MS04LjM4ODEgMTEuNzMtMjUuMTQ4IDExLjE5MS0zNS4yNzEtMC43OTk2Mi0xMy4yNDItMTAuNjk5LTI0Ljc4OC0xMy4xNS0yOC44MDItMi43MTg3LTQuNTQ5OS01LjAzNzYtOC4yOTIxLTUuMDM3Ni04LjI5MjFzLTIuNDEwOSAzLjc0NjItNS4xNzc2IDguMjkyMWMtMi40MDY5IDQuMDE0MS0xMi4zMDIgMTUuNTY1LTEzLjA2NiAyOC44MDItMC41NzU3MyAxMC4xMjMgMi44MTA3IDI2Ljg4NyAxMS4xNDcgMzUuMjcxbDIuMDU1IDIuNzE4Ny0yLjI3NDkgMy43MDIzYy04LjM4MDEtMTUuNDY5LTE4LjAxMi0yMS45ODItMzIuNzI5LTIxLjk4Mi0xOC4yMzUgMC0zMy4zNDggMzIuNzI5LTcuMzk2NSA1MS43MiAwLjQ4Mzc3IDAuMzExODUgMC44NDM2MSAwLjY3MTY5IDEuMjQ3NCAwLjk4MzU0di0wLjA4NGMtMC42Njc2OS01Ljg0MTMgMS40MjMzLTExLjE1MSA2LjI0NTEtMTMuOTYxIDcuODQ0My00LjU0NTkgMTIuODM4LTMuMTE0NSAyMS42NjIgMy40ODI0aDQuODE3N2MtMC45NzU1NC0zLjMwMjQtMi4zMTg5LTYuMzgxLTQuMzI2LTkuMjc1Ni00LjYyOTgtNi45NTY3LTExLjcyNy0xMS42ODMtMTkuOTI3LTEzLjI4Mi0wLjk3NTU1LTAuMzExODUtMS40NjczLTEuMzQzNC0xLjIwMzQtMi4zMTg5IDAuMjI3ODktMC45MzU1NiAxLjM3OTQtMS41MTUzIDIuMjcwOS0xLjE2MzUgOS4wMDM4IDEuODI3MiAxNi44MTIgNy4wNDQ3IDIxLjk4MiAxNC42NzMgMi4zMTg5IDMuNTIyNCAzLjk3MDEgNy4zMDg2IDQuOTQ5NyAxMS4zNzFoNy44NDgzdi01OS4zMDRjMC4wMDgtMC45MzE1NiAwLjgwNzYyLTEuODI3MSAxLjg3OTEtMS44MjcxXCIvPjxwYXRoIGQ9XCJtNjQwLjMxIDY2MS40M3YwLjE3OTkxYy0wLjA4OC0xLjI5NTQgMC0yLjIzNSAwLTIuMzE4OS0wLjA4OC0zLjg4MjItMS4zMzk0LTYuMjQxMS0zLjk2NjItNy44MDA0LTIuNzI2Ny0xLjYwNzItNC4zMjYtMi4wMDcxLTUuOTI5Mi0yLjAwNzEtMi4xMzktMC4wOTE5LTUuMjU3NSAxLjI1MTQtMTMuMjQ2IDYuMTA1MWgtMTEuMTQ3LTQuMTQ2MS00LjgwOTgtMTEuNjM5LTYuNDY1bC0xLjE1OTUtMC45MzU1NmMtNS4zNTM1LTQuMDE0MS04LjQyOC01LjI2MTUtMTAuNjA3LTUuMjYxNS0xLjI5NTQgMC0zLjE2NjUgMC40OTE3Ny01Ljg5MzIgMi4xODctMi42MjY4IDEuNDc1My0zLjg3ODIgMy44MzQyLTMuOTYyMSA3LjU4MDQgMCAwLjEzMTk0IDAgMC42NjM2OSAwLjE3NTkyIDIuMTg3djkuOTM5NGwtNy42Njg0LTYuMTA1MS0xLjE1OTQtMC45MzU1NmMtMTEuMjc5LTguMDc2Mi0xNS45NjUtMTkuMDgzLTE1Ljk2NS0yOS4yMDYgMC4xODM5MS0xNi4wNTYgMTEuMjg3LTMwLjgxNCAyNi4yMi0zMS4xMjUgNy4yNjg2LTAuMDg0IDEzLjY5NCAxLjUxOTMgMTkuMzU1IDQuNzc3OC0xLjY5NTItNi4xMTMxLTIuNDEwOS0xMi4yNjYtMi40NTA4LTE3LjQzNiAwLTEuMDMxNSAwLTEuODc1MSAwLjA4OC0yLjU0NjggMC45MzE1Ni0xNS4yOTMgMTEuODU4LTI3LjY5MSAxMy43MzQtMzAuOTg1IDIuODAyNy00LjU5MzggNS4yNTc1LTguMzg0MSA1LjI1NzUtOC40NzJsNC4wNjIxLTYuMzc3IDQuMDEwMSA2LjQ2NXMyLjM2MjkgMy43ODYyIDUuMDgxNiA4LjI5MjFjMS44NzUxIDMuMzg2NCAxMi44OSAxNS43ODEgMTMuODMgMzIuMTAxdjEuMzM5NGMtMC4wNDggNS4yNTc1LTAuODA3NjIgMTEuNTAzLTIuNDU0OCAxNy42MTYgNS42NjE0LTMuMjU4NSAxMi4xNy00Ljg2NTcgMTkuNDM5LTQuNzc3OCAxNC44NDkgMC4zMTE4NiAyNS45NDggMTQuOTM3IDI2LjA0IDMxLjEyNSAwLjA4OCAxMC4xMTktNC41OTM4IDIxLjEzLTE1LjYwNSAyOS4xMWwtOS4wMDc4IDcuMzE2NnYtMTAuMDMxem0tOTIuMjQ5IDAuNDkxNzdjLTAuMDQ0LTAuMTc5OTItMC4wODQtMC4zMTE4Ni0wLjA4NC0wLjQ5MTc3aC0wLjA0OGwwLjEzMTk0IDAuNDkxNzd6bTkzLjEtMTguNzI3YzMuNjAyMyAyLjA0NyA2LjA2MTIgNS4yMTc2IDcuNDQ0NSA4Ljc4MzkgNC45MDE3LTUuNDQxNCA2LjcyODgtMTEuMjgzIDYuNzI4OC0xNi45NDQgMC0xMS45NDYtOS4wMDM4LTIxLjUzOC0xNi40NDgtMjEuNTM4LTEzLjE1NCAwLjIyNzg5LTIwLjM3OCA0LjgwOTgtMjguNTM5IDE5LjM1MWwtMy45NjYxIDcuNDQ4NS0wLjg1MTYtMS4zODM0djUuNTY5NGMxLjAzMTUtMi42NzA4IDIuMzY2OS01LjMwMTUgNC4wNjIxLTcuNzUyNCA1Ljc5MzMtOC41NjggMTQuNzE3LTE0LjU3NyAyMy43NjUtMTYuMjcyIDAuMzU5ODQgMCAwLjUzNTc1LTAuNTM5NzUgMi43MTg3LTAuNjIzNzEgMi44OTg2IDAgNS4yNjE1IDEuOTU5MSA2LjM4MSA0Ljk0MTcgMCAwLjE3OTkyIDAuMTc1OTIgMC44NTE2MSAwLjE3NTkyIDEuNzg3Mi0wLjA4OCAzLjAzMDYtMS44NzUxIDUuMDgxNi01LjAzNzYgNi40MTctNi4wNjkyIDEuMjExNC0xMS4zMjcgNC4yNzgtMTUuMjA5IDguODMxOSAyLjU5MDgtMS4yMTE0IDUuMTc3Ni0xLjkxOTEgOC4wMjgyLTEuOTE5MSAzLjY5ODMgMCA3LjI2NDYgMS4xNjM0IDEwLjc0NyAzLjMwMjR6bS05OC44NS04LjE2MDJjMC4wODggNS42MTM0IDEuODMxMiAxMS4zNzEgNi43NzY4IDE2LjgwNCAxLjM4MzQtMy41NjIzIDMuODc4Mi02LjY4NDkgNy40OTI1LTguNjQ0IDMuMzg2NC0xLjk2NzEgNi44NjQ4LTMuMzkwNCAxMC42MTEtMy4zOTA0IDMuMDc4NiAwLjA0OCA1Ljg4MTIgMC44OTE1OCA4LjI0ODEgMi4xMzktMy44NzgyLTQuNjM3OC05LjE4NzctNy43NTI0LTE1Ljc0MS05LjA5NTctMi45NDI2LTEuMDIzNS00LjU5MzgtMy44MzQyLTQuNTkzOC02LjQ2NXYtMC41Nzk3M2MwLTAuMjI3ODkgMC4wODQtMS4wNzE1IDAuNTc5NzMtMS45NTkxIDEuMDc1NS0yLjU4MjggMy4yMTA1LTMuODgyMiA1Ljk3NzItNC4wMTQxIDAgMC4wODQgMC40OTE3NiAwLjA4NCAwLjkzMTU2IDAuMDg0IDAuNDkxNzcgMCAwLjkzOTU2LTAuMDg0IDAuNjcxNjggMC4xNzk5MiAxMC4yNTUgMi4wNTUgMTkuMDgzIDcuOTgwMyAyNC45NzIgMTYuNzIgMS42NDMyIDIuNDUwOCAyLjk4MjYgNS4wMzc2IDQuMDU0MSA3LjgwMDR2LTUuODQxM2wtMC45MzE1NiAxLjUyMzMtMy45NzAxLTcuMzE2NmMtOC4yNDgxLTE0LjY3My0xNS4zODUtMTkuMjU1LTI4LjQ0Ny0xOS40ODMtNy42Mjg0IDAuMDA0LTE2LjYzMiA5LjY3NTUtMTYuNjMyIDIxLjUzOHptNTUuNTk4LTcyLjM2MmMtMi45ODY2IDQuNzI1OC0xMS44MTQgMTUuNDIxLTEyLjM5OCAyNi42MTYtMC4wODQgMC42MTk3MS0wLjA4NCAxLjM4MzQtMC4wODQgMS45NjMxLTAuMTMxOTQgNy40NDQ1IDIuMjc0OSAxOC40MTEgNi44NjQ4IDI1LjgxNnYtMjUuNTU2YzAtMy42NTAzIDIuODEwNy02LjU1MjkgNi42OTI5LTYuNjQwOXY0Ljg2MTcgMS43NzkyLTEuNzc5Mi00Ljg2MTdjMy45MTgyIDAuMjY3ODcgNi4yODUxIDIuODk4NiA2LjU0ODkgNi42NDA5djI1LjU1NmM0LjQxMzktNy4wODg3IDYuOTEyOC0xOC4zNzEgNi43NzY4LTI1Ljk5NiAwLjA4OC0wLjQwMzgxLTAuMDg0LTEuMTYzNCAwLTEuNzgzMi0wLjU3OTczLTExLjE5NS05LjQwNzYtMjEuOTgyLTEyLjQ4Mi0yNi42MTYtMC4zMDc4Ni0wLjUzOTc1LTAuNjIzNzEtMS4wNzU1LTAuOTMxNTctMS41NjMzLTAuMzE5ODUgMC40ODc3Ny0wLjYyNzcgMS4wMjM1LTAuOTg3NTMgMS41NjMzelwiLz48L2c+PGcgZmlsbD1cIiNmOWFlMDBcIj48cGF0aCBkPVwibTU3Ny40IDY1NS44NWg0My4yMDh2My42NjIzaC00My4yMDh6XCIvPjxwYXRoIGQ9XCJtNjE3LjYyIDY4MS41M2MtNi4xMDkxLTYuNTUyOS02LjAyMTItMTcuMTY0LTYuMDIxMi0xNy4xNjRoLTEwLjgzNXYyMC43MzRjMCAxLjAyMzUtMC44NTE2IDEuODI3MS0xLjc3OTIgMS44MjcxLTEuMDc1NSAwLTEuODc1MS0wLjgwMzYyLTEuODc1MS0xLjgyNzF2LTIwLjczNGgtMTAuNzk1czAuMDk2IDEwLjYxMS01Ljk2OTIgMTcuMTY0Yy02LjA2NTIgNi4zODEtMTQuMzU3IDMuNDgyNC0xNC4zNTcgMy40ODI0czAuMTc1OTIgNC4zMTggMi40MTA5IDYuOTQ4N2MyLjA1MSAyLjc2MjcgMy44MzQyIDQuODE3OCA3LjQ4ODUgNS4wMzc2IDIuNTQyOCAwLjE3OTkyIDYuNzM2OC0xLjMzNTQgNy41ODA0LTAuNDgzNzcgMC42MTk3IDAuODQzNi0wLjA4OCA0LjgwOTggNS4xMjE2IDExLjA5NSA0Ljg2MTcgNS44MDEzIDEwLjM5NSA1Ljk4MTIgMTAuMzk1IDUuOTgxMnM1LjQzNzQtMC4xNzk5MiAxMC4yOTEtNS45ODEyYzUuMjI1Ni02LjI4NSA0LjU5NzgtMTAuMjUxIDUuMjI1Ni0xMS4wOTUgMC43NTE2NS0wLjg1MTYgNC45MDU3IDAuNjYzNjkgNy40ODg1IDAuNDgzNzcgMy42NTgzLTAuMjE5ODkgNS40MzM0LTIuMjcwOSA3LjU4MDQtNS4wMzc2IDIuMTgzLTIuNjMwOCAyLjMxODktNi45NDg3IDIuMzE4OS02Ljk0ODdzLTguMzAwMSAyLjg5ODYtMTQuMjY5LTMuNDgyNFwiLz48cGF0aCBkPVwibTU5OC45OCA1ODkuNzNjMC45Mjc1NiAwIDEuNzc5MiAwLjg5NTU4IDEuNzc5MiAxLjgyNzF2NTkuMzA0aDcuODQ0M2MwLjkzOTU2LTQuMDYyMSAyLjU4NjgtNy44NDgzIDQuOTkzNy0xMS4zNzEgNS4xNzc2LTcuNjI4NCAxMi44OS0xMi44NDYgMjEuOTg2LTE0LjY3MyAwLjkzMTU2LTAuMzUxODMgMi4wMDcxIDAuMjI3OSAyLjIyNyAxLjE2MzUgMC4zNTk4MyAwLjk3NTU0LTAuMTc1OTIgMi4wMDcxLTEuMTExNSAyLjMxODktOC4yNDgxIDEuNTk5Mi0xNS40MjEgNi4zMjUtMjAuMDY3IDEzLjI4Mi0xLjkxNTEgMi44OTg2LTMuMjUwNSA1Ljk3MzItNC4xOTQgOS4yNzU2aDQuNzczOGM4LjgyMzktNi41OTY5IDEzLjc3NC04LjAyODIgMjEuNjIyLTMuNDgyNCA0Ljg2NTcgMi44MTA3IDYuOTEyOCA4LjEyMDIgNi4yODUgMTMuOTYxdjAuMDg0YzAuMzU1ODMtMC4zMTE4NSAwLjc1NTY1LTAuNjcxNjkgMS4yMDc0LTAuOTgzNTQgMjUuOTk2LTE4Ljk5MSAxMC44NzUtNTEuNzItNy40MDQ1LTUxLjcyLTE0LjcxNyAwLTI0LjQyOSA2LjUxMy0zMi43MzMgMjEuOTgybC0yLjI2NjktMy43MDIzIDIuMDUxLTIuNzE4N2M4LjMzNjEtOC4zODgxIDExLjczLTI1LjE0OCAxMS4xOTEtMzUuMjcxLTAuNzk5NjItMTMuMjQyLTEwLjY5OS0yNC43ODgtMTMuMTUtMjguODAyLTIuNzE4Ny00LjU0OTktNS4wMzc2LTguMjkyMS01LjAzNzYtOC4yOTIxcy0yLjQxMDkgMy43NDYyLTUuMTc3NiA4LjI5MjFjLTIuNDA2OSA0LjAxNDEtMTIuMzAyIDE1LjU2NS0xMy4wNjYgMjguODAyLTAuNTc1NzMgMTAuMTIzIDIuODEwNyAyNi44ODcgMTEuMTQ3IDM1LjI3MWwyLjA1NSAyLjcxODctMi4yNzQ5IDMuNzAyM2MtOC4zODAxLTE1LjQ2OS0xOC4wMTItMjEuOTgyLTMyLjcyOS0yMS45ODItMTguMjM1IDAtMzMuMzQ4IDMyLjcyOS03LjM5NjUgNTEuNzIgMC40ODM3NyAwLjMxMTg1IDAuODQzNjEgMC42NzE2OSAxLjI0NzQgMC45ODM1NHYtMC4wODRjLTAuNjY3NjktNS44NDEzIDEuNDIzMy0xMS4xNTEgNi4yNDUxLTEzLjk2MSA3Ljg0NDMtNC41NDU5IDEyLjgzOC0zLjExNDUgMjEuNjYyIDMuNDgyNGg0LjgxNzdjLTAuOTc1NTQtMy4zMDI0LTIuMzE4OS02LjM4MS00LjMyNi05LjI3NTYtNC42Mjk4LTYuOTU2Ny0xMS43MjctMTEuNjgzLTE5LjkyNy0xMy4yODItMC45NzU1NS0wLjMxMTg1LTEuNDY3My0xLjM0MzQtMS4yMDM0LTIuMzE4OSAwLjIyNzg5LTAuOTM1NTYgMS4zNzk0LTEuNTE1MyAyLjI3MDktMS4xNjM1IDkuMDAzOCAxLjgyNzIgMTYuODEyIDcuMDQ0NyAyMS45ODIgMTQuNjczIDIuMzE4OSAzLjUyMjQgMy45NzAxIDcuMzA4NiA0Ljk0OTcgMTEuMzcxaDcuODQ4M3YtNTkuMzA0YzAuMDA4LTAuOTMxNTYgMC44MDc2Mi0xLjgyNzEgMS44NzkxLTEuODI3MVwiLz48L2c+PGcgZmlsbD1cIiMxZjE5MWFcIj48cGF0aCBkPVwibTM1MS4xOSAzODEuOTFoNDMuMTg0djMuNzAyM2gtNDMuMTg0elwiLz48cGF0aCBkPVwibTM0Ni4zNSAzODUuNTd2LTMuNzUwMi00LjgxMzhoNC43OTM4IDQ3Ljk3NHY0LjgxMzggOC41MTZoLTQuNzg5OC00Ny45Nzh6XCIvPjxwYXRoIGQ9XCJtMzkxLjQ4IDQwNy41OWMtNi4xMzMxLTYuNTA5LTYuMDA1Mi0xNy4yMTYtNi4wMDUyLTE3LjIxNmgtMTAuODAzdjIwLjc3OGMwIDEuMDcxNS0wLjc4MzYzIDEuODc1MS0xLjg3OTEgMS44NzUxLTEuMDAzNSAwLTEuODIzMS0wLjgwMzYyLTEuODIzMS0xLjg3NTF2LTIwLjc3OGgtMTAuODE1czAuMDg4IDEwLjcwNy01Ljk5MzIgMTcuMjE2Yy02LjAyMTIgNi40MTctMTQuMzM3IDMuNTIyNC0xNC4zMzcgMy41MjI0czAuMjE5OSA0LjM3IDIuMzgyOSA2Ljk5NjdjMi4wOTkgMi42MzA4IDMuODg2MiA0Ljc3MzggNy41ODA0IDQuOTk3NyAyLjU0MjggMC4xMzE5NCA2LjcxMjgtMS4zODM0IDcuNDkyNS0wLjQ5MTc3IDAuNjY3NjkgMC43OTk2Mi0wLjA1MiA0LjgxMzcgNS4xODk2IDExLjE0NyA0Ljc5NzggNS43OTMzIDEwLjMyMyA1LjkyOTIgMTAuMzIzIDUuOTI5MnM1LjUyOTQtMC4xMzU5MyAxMC4zNzEtNS45MjkyYzUuMjQxNi02LjMzMyA0LjUyMTktMTAuMzQ3IDUuMTQ1Ni0xMS4xNDcgMC44MjM2Mi0wLjg5MTU4IDQuOTczNyAwLjYyMzcxIDcuNTQwNSAwLjQ5MTc3IDMuNzAyMy0wLjIyMzkgNS40MzM0LTIuMzY2OSA3LjYyMDQtNC45OTc3IDIuMDkxLTIuNjI2OCAyLjMzODktNi45OTY3IDIuMzM4OS02Ljk5NjdzLTguMzYwMSAyLjg5ODYtMTQuMzI5LTMuNTIyNFwiLz48cGF0aCBkPVwibTM1OC43NyA0MzYuNzljLTMuMDA2Ni0zLjYwNjMtNC41MDE5LTYuOTUyNy01LjI1NzUtOS4zNjM2LTEuMDAzNSAwLjE3OTkyLTIuMjMxIDAuMzExODYtMy40Nzg0IDAuMzExODYgMCAwLTAuMjYzODggMC4xMzU5My0wLjU1NTc0IDAuMTM1OTMtNS43MzMzLTAuMzExODUtOS4wOTU3LTQuMzI2LTEwLjk5MS02Ljc3NjgtMy40NTQ0LTQuNTkzOC0zLjM2NjQtOS40MTE2LTMuNDU0NC05Ljc2MzRsLTAuMjg3ODYtNi44NjQ4IDYuNDg5IDEuOTU5MWMwLjA4NCAwIDEuMTExNSAwLjM5OTgyIDMuMDkwNiAwLjM5OTgyIDIuMDU5IDAgNC4zMDYtMC4zOTk4MiA2LjI4NS0yLjUzODggNC4xMDYxLTQuMTkgNC43MzM4LTEyLjk3OCA0LjcwNTgtMTMuOTEzIDAgMC0wLjAyLTAuMDQ0LTAuMDItMC4wODQgMC0xLjI5MTQgMC41ODM3Mi0yLjU0MjggMS40MDczLTMuMzkwNCAwLjk1OTU1LTAuOTM1NTYgMi4xNjMtMS4zODM0IDMuMzkwNC0xLjM4MzRoMC4wODQgOS42Nzk1IDQuNzg5OCAxMC43ODdjMS4xNDM1IDAgMS43ODMyIDAuNDQzNzkgMi4xNjMgMC41ODM3MyAxLjAyNzUgMC41MzE3NSAxLjAyNzUgMC43MTE2NyAxLjIzMTQgMC43OTk2Mmw4LjM2MDEgOC4yMDgyaC02LjQyMWMwLjYyMzcxIDMuMDMwNiAxLjg1MTEgNi44NjQ4IDQuMTc0IDkuMTgzN2wtMy40ODI0IDMuMjk4NS0zLjQ3ODQgMy4yNTA1Yy00Ljc0OTgtNS4yMTc2LTYuMzc3LTExLjUwMy02Ljk1MjctMTUuNzM3aC0xLjU4MzN2MTYuMDQ4YzAgMy40Nzg0LTMuMDk0NiA2LjY0MDktNi42NjQ5IDYuNjQwOS0zLjY3ODMgMC02LjU4MDktMy4wNzg2LTYuNjY0OS02LjY0MDl2LTE2LjA0OGgtMS42MDcyYy0wLjU5OTcyIDQuMTktMi4yNTEgMTAuNDI3LTYuODQwOCAxNS43MzctMy4zNjY0IDMuNTIyNC03LjQyNDUgNC45OTM3LTEwLjcyNyA1LjQ0MTQgMS40MDczIDEuNjAzMiAxLjc0MzIgMS44MjMyIDIuODMwNyAyLjAwMzFsMC4yNjM4OC0wLjA4NGMwLjg1MTYgMC4wODQgMy4yMTg1LTAuNjY3NjggNi4xMDkxLTAuODQ3NiAwLjM3OTgyLTAuMDg4IDMuNTcwMyAwLjA4NCA0Ljc4OTggMi4xMzkgMy4wMTQ2IDUuODQxMyAwLjI4Nzg3IDQuODEzNyA1LjE3NzYgMTEuMTkxIDMuNjU0MyA0LjMyNiA2Ljc0ODggNC4xMDIxIDYuNTUyOSA0LjIzNCAwLTAuNDg3NzcgMy4yMTA1IDAuMDkyIDYuNzc2OC00LjIzNCA0Ljg3NzctNi41MDg5IDIuMzM4OS01LjM0OTUgNS4xNDk2LTExLjEwMyAxLjYwNzItMS45NTkxIDMuMzg2NC0yLjEzOSA0LjcwNTgtMi4xMzkgMi42MjY4IDAuMDkyIDUuMDYxNiAwLjY2NzY5IDYuMTA1MSAwLjY2NzY5IDAuMjQ3ODgtMC4wNDQgMC41Mzk3NSAwIDAuODcxNTkgMC4wNDggMC44Mjc2MS0wLjE3OTkyIDEuMjY3NC0wLjU3OTczIDIuNDI2OS0xLjg3MTEtMy4zODY0LTAuNDQ3NzktNy40MDQ1LTEuODc1MS0xMC43MjctNS40NDE0bDMuNDc4NC0zLjI1MDUgMy40ODI0LTMuMjk4NWMxLjk1OTEgMi4wNTEgNC4yMTQgMi41Mzg4IDYuMzczIDIuNTM4OCAxLjg3NTEgMCAzLjA5NDYtMC4zOTk4MSAzLjA5NDYtMC4zOTk4MWw2LjU3NjktMS45NTkxLTAuMzc1ODMgNi44NjQ4Yy0wLjE3OTkxIDAuMzU1ODMgMCA1LjE2OTYtMy40NzQ0IDkuNzYzNC0xLjk2NzEgMi40NTA5LTUuMjY1NSA2LjQ2NS0xMC45OTUgNi43NzY4bC0yLjEzOSAwLjA4NC0wLjQwMzgxLTAuMzk5ODFjLTAuNTU1NzQtMC4wNDgtMS4wOTE1LTAuMDg4LTEuNTgzMy0wLjE3OTkyLTAuNjcxNjkgMi41Mzg4LTIuMTYzIDUuNzQ5My01LjE3MzYgOS40MDc2LTYuMDgxMiA3LjIyODYtMTMuMjIyIDcuNjY4NC0xNC4xNzcgNy42Njg0LTAuNzI3NjYtMC4wMDQtNy44NjQzLTAuNDQzNzktMTMuODg1LTcuNjcyNHptLTUuODk3Mi0xMi4xMjYgMC4xNzU5Mi0wLjA0NGMtMC4wNDggMC0wLjA5MiAwLjA0NC0wLjE3NTkyIDAuMDQ0elwiLz48cGF0aCBkPVwibTM3Mi44MiAzMTUuODNjMS4wNDc1IDAgMS44MDMyIDAuODAzNjIgMS44MDMyIDEuODMxMXY1OS4yMTJoNy44NzYzYzAuOTU1NTUtNC4wMTQxIDIuNTgyOC03Ljc1NjQgNC45NjU3LTExLjIzOSA1LjE0OTYtNy42Njg0IDEyLjkzLTEyLjkzIDIxLjk2Mi0xNC43NTcgMC45NTU1NS0wLjMxMTg1IDIuMDAzMSAwLjIyMzg5IDIuMjY2OSAxLjIwMzQgMC4zMzk4NCAwLjkzNTU2LTAuMjIzODkgMi4wMDctMS4xNzk0IDIuMzE4OS04LjIwNDIgMS42MDMyLTE1LjM0MSA2LjI4NS0xOS45OTUgMTMuMjQ2LTEuOTY3MSAyLjk0MjYtMy4yNzQ1IDYuMDIxMi00LjIzOCA5LjIzMTdoNC43NDk4YzguODQ3OC02LjUxMjkgMTMuODIyLTcuOTM2MyAyMS42Ny0zLjQzNDQgNC44NTc3IDIuODEwNyA3LjAwMDcgOC4wNzIyIDYuMzA1IDEzLjk1N3YwLjE3NTkyYzAuMzc5ODItMC4zOTk4MSAwLjczOTY1LTAuNzU1NjUgMS4xMzk1LTEuMDcxNSAyNi4wMzYtMTguOTQ3IDEwLjkxOS01MS43Mi03LjMzNjYtNTEuNzItMTQuNzEzIDAtMjQuMzQ1IDYuNTUyOS0zMi43NDkgMjEuOTM0bC0yLjI3NDktMy42NTgzIDIuMDU5LTIuNjcwOGM4LjM2MDEtOC4zODQxIDExLjcyNi0yNS4xNDggMTEuMTkxLTM1LjM1OS0wLjc3OTY0LTEzLjI0Ni0xMC42OTktMjQuNzQ0LTEzLjA2Ni0yOC44MDItMi43ODI3LTQuNTA1OS01LjE0OTYtOC4yNDgxLTUuMTQ5Ni04LjI0ODFzLTIuMzM4OSAzLjc0NjItNS4wODE2IDguMjQ4MWMtMi40NTA4IDQuMDU4MS0xMi4zNyAxNS41NjEtMTMuMTA2IDI4LjgwMi0wLjU4MzczIDEwLjIxMSAyLjc4NjcgMjYuOTc1IDExLjE0NyAzNS4zNTlsMi4wMDcxIDIuNjcwOC0yLjE5MSAzLjY1ODNjLTguNDA0MS0xNS4zODUtMTguMDc2LTIxLjkzNC0zMi43OTMtMjEuOTM0LTE4LjI1NSAwLTMzLjM3MiAzMi43NjktNy4zNzY2IDUxLjcyIDAuNDQ3NzkgMC4zMTE4NiAwLjg3MTYgMC42NzE2OSAxLjI2NzQgMS4wNzE1LTAuMDQ4LTAuMDQ0LTAuMDQ4LTAuMDg4LTAuMDQ4LTAuMTc1OTItMC42ODc2OC01Ljg4OTIgMS40NzUzLTExLjE0NyA2LjMxMy0xMy45NTcgNy44MDQ0LTQuNTAxOSAxMi43NzQtMy4wNzg2IDIxLjU3OCAzLjQzNDRoNC43OTM4Yy0wLjkxNTU3LTMuMjEwNS0yLjI3NDktNi4yODUtNC4yMzgtOS4yMzE3LTQuNjYxOC02Ljk1NjctMTEuNzctMTEuNjM5LTE5Ljk1NS0xMy4yNDYtMC45NTk1NS0wLjMxMTg2LTEuNTU5My0xLjM4MzQtMS4yMjc0LTIuMzE4OSAwLjI2Mzg3LTAuOTc5NTUgMS4zMTk0LTEuNTE1MyAyLjI3NDktMS4yMDM0IDkuMDUxOCAxLjgyNzEgMTYuODA4IDcuMDg4NyAyMS45NjIgMTQuNzU3IDIuMzgyOSAzLjQ3ODQgNC4wMTAxIDcuMjI0NiA0Ljk2NTcgMTEuMjM5aDcuODI0M3YtNTkuMjEyYzAuMDA4LTEuMDI3NSAwLjg1NTYtMS44MzExIDEuODgzMS0xLjgzMTFcIi8+PHBhdGggZD1cIm0zMjMuNiAzOTEuMjMtMS4wNDc1LTAuOTM1NTZjLTExLjE3NS04LjA3MjItMTUuOTY1LTE5LjAzOS0xNS44NTMtMjkuMjA2IDAuMDg4LTE2LjA1MiAxMS4xNjctMzAuNzY2IDI2LjA4NC0zMS4xNDUgNy4yODQ2LTAuMDg0IDEzLjc1IDEuNTYzMyAxOS40MzUgNC44ODU3LTEuNjk1Mi02LjEwOTEtMi40NTA4LTEyLjMwNi0yLjUzODgtMTcuNTcyIDAtMC45MzE1NyAwLjEwNzk1LTEuNzc5MiAwLjEwNzk1LTIuNTE4OCAwLjkzNTU2LTE1LjMxMyAxMi4wMTQtMjcuNzExIDEzLjc5OC0zMC45ODUgMi44MTA3LTQuNTg5OCA1LjE0OTYtOC4zNjAxIDUuMTQ5Ni04LjM2MDFsMy45NDYyLTYuNDY1IDQuMTIyMSA2LjQ2NWMwLjExMTk0IDAgMi40NTA4IDMuNzY2MiA1LjI1NzUgOC4zNjAxIDEuNzgzMiAzLjI3NDUgMTIuNzcgMTUuNjczIDEzLjcxNCAzMS40NTcgMCAwLjI2Mzg3IDAgMS4wMjM1IDAuMDg4IDEuOTU5MS0wLjA4OCA1LjMwNTUtMC44Mjc2MSAxMS41NDctMi41MjI4IDE3LjY1NiA1LjY2OTMtMy4yOTg0IDEyLjEzLTQuOTY5NyAxOS40MTktNC44ODU3IDE0Ljg0NSAwLjM3OTgyIDI1LjkwNCAxNS4wMDUgMjYuMTA0IDMxLjE0NSAwIDEwLjE2Ny00Ljc5MzggMjEuMTM0LTE1LjQ5NyAyOC44NWwtOS4yMDM3IDguNnYtMTAuOTY3LTAuNDQzNzljMC4xMTE5NC0wLjk3OTU0IDAuMTExOTQtMS41MTUzIDAuMTExOTQtMS45MTUxLTAuMTExOTQtMy43NDYyLTEuMzE5NC02LjA2NTItNC4wMzgxLTcuNjY4NC0yLjYzNDgtMS42MDMyLTQuMzI2LTEuOTU5MS01Ljg0NTMtMS45NTkxLTIuMjUxLTAuMTM1OTQtNS4zNDU1IDEuMjAzNC0xMy40MTQgNi4wNjEyaC0xMS4xNzUtNC4xMjIxLTQuNzczOC0xMS42MzktNi4zOTNsLTEuMjA3NC0xLjAyMzVjLTUuMjYxNS0zLjkyMjItOC4yNjgxLTUuMTczNi0xMC41MjMtNS4xNzM2LTEuMzE1NCAwLTMuMTAyNiAwLjQ5MTc3LTUuOTA5MiAyLjE4My0yLjYzNDggMS4zODc0LTMuOTQ2MiAzLjgzODItMy45NDYyIDcuNTgwNC0wLjA4OCAwLjIyMzg5IDAgMC43NTU2NCAwIDAuOTM1NTZsMy44NTQyIDE0Ljc1Ny0xMS41NDMtOS42NzE1em0tNy4zMzI2LTMwLjE0MmMwLjA2NCA1LjU3MzQgMS44MDMyIDExLjM3MSA2LjczNjggMTYuODA4IDEuNDE5My0zLjU2NjMgMy45MzgyLTYuNjg0OSA3LjUzMjUtOC42NDggMy4zODY0LTEuOTYzMSA2Ljg2ODgtMy4zNDI0IDEwLjYxMS0zLjM0MjQgMi44OTQ2IDAgNS41Mjk0IDAuNzExNjYgOC4xNjAyIDEuOTU5MS0zLjg3ODItNC41NDk5LTkuMjM1Ny03LjY3MjQtMTUuNzYxLTkuMDA3OC0yLjYzMDgtMC45MzU1Ni00LjUwNTktMy4yOTg0LTQuNTg5OC02LjM3MyAwLTAuMTM1OTQgMC0wLjQwNzgxIDAuMDg0LTEuMjUxNCAwLjAyLTAuMTM1OTMgMC4xMzE5NC0wLjQ5MTc3IDAuMzc5ODItMC45ODM1NCAwLjkxNTU3LTIuNDk4OCAzLjIzMDUtNC4zNyA2LjIwMTEtNC4zNyAwIDAuMDg4IDAuNTU1NzQgMC4wODggMS4wMTk1IDAuMDg4IDAuNTYzNzMtMC4wODggMS4wMzE1LTAuMDg4IDAuNDc1NzggMC4yMjM5IDEwLjMxOSAyLjA1MSAxOS4xNDcgOC4wNzIyIDI0Ljk2NCAxNi42NzYgMS42NDcyIDIuNDEwOSAyLjk5MDYgNC45NDk3IDQuMDM4MSA3LjU4MDR2LTUuNDM3NGwtMC43Mzk2NSAxLjI1MTQtNC4wNTgxLTcuMzEyNmMtOC4xNjQyLTE0LjUzMy0xNS4zODUtMTkuMTUxLTI4LjUzNS0xOS40MTUtNy42MDg0IDAuMDg0LTE2LjUyIDkuNzM5NC0xNi41MiAyMS41NTR6bTk4Ljg0NiA4LjE2MDJjMy41NDYzIDIuMDA3MSA2LjAxNzIgNS4xMjU2IDcuNDIwNSA4LjY0OCA0Ljg4MTctNS4zOTM1IDYuNjg4OS0xMS4yMzkgNi43NDg4LTE2LjgwOCAwLTExLjkwNi05LjAwMzgtMjEuNDctMTYuNTE2LTIxLjU1OC0xMy4xMyAwLjI2Mzg3LTIwLjI2NiA0Ljg4NTctMjguNTM5IDE5LjQxNWwtMy45MzgyIDcuMzEyNi0wLjkxNTU3LTEuNTE1My0wLjAyNCA1LjkyNTJjMS4wNzE1LTIuNzIyNyAyLjQyNjktNS4zMDU1IDQuMTIyMS03LjcxMjQgNS44MjEzLTguNjk1OSAxNC43MzctMTQuNzE3IDIzLjc2MS0xNi40MDggMC4yNzE4OCAwIDAuNzM5NjYtMC41ODM3MyAyLjcyNjctMC42NzE2OSAyLjgwNjctMC4wODggNS41Mjk0IDIuMDk1IDYuMzc3IDQuOTkzNyAwLjA4NCAwLjUzNTc1IDAuMTk5OSAxLjAyNzUgMC4xOTk5IDEuNjk1Mi0wLjExMTk0IDMuMDc4Ni0xLjg5OTEgNS4wMzc2LTUuMDgxNiA2LjQ2NS02LjA2OTIgMS4yMDc0LTExLjM3OSA0LjMyNi0xNS4yNTMgOC44NzE4IDIuNjEwOC0xLjIwMzQgNS4yODE1LTEuOTE1MSA4LjIwNDItMS45MTUxIDMuNTcwMyAwLjAwNCA3LjE0MDYgMS4yMTE0IDEwLjcwNyAzLjI2MjV6bS0zNS42NzEtNTEuNjEyLTAuMDQ4IDI1LjYxMmM0LjQ1NzktNy4xMDg3IDYuOTUyNy0xOC40MzEgNi44MDQ4LTI2LjA4di0xLjg3NTFjLTAuNTYzNzMtMTEuMTY3LTkuMzkxNi0yMS44Ny0xMi4yOS0yNi41NzItMC4zNTE4My0wLjU1OTc0LTAuNzExNjYtMS4xMzk1LTEuMDQ3NS0xLjY3NTItMC4zMzE4NCAwLjUzNTc1LTAuNjY3NjggMS4xMTU1LTEuMDI3NSAxLjY3NTItMy4wOTQ1IDQuNzAxOC0xMS45MjIgMTUuNDA1LTEyLjQ4MiAyNi41NzJ2MS45NTkxYy0wLjE1MTkzIDcuNTY0NCAyLjIzMSAxOC40NjMgNi43NTY4IDI1Ljc3MnYtMjUuMzkyYzAtMy43NDYyIDMuMTgyNS02LjU1MjkgNi42NjQ5LTYuNjY4OXY0Ljg4NTcgMS43ODMyLTEuNzgzMi00Ljg4NTdjMy42NTgzIDAuMTIzOTQgNi41ODA5IDMuMjE4NSA2LjY2ODkgNi42NzI5elwiLz48L2c+PGcgZmlsbD1cIiNmOWFlMDBcIj48cGF0aCBkPVwibTM1MS4xOSAzODEuOTFoNDMuMTg0djMuNzAyM2gtNDMuMTg0elwiLz48cGF0aCBkPVwibTM5MS40OCA0MDcuNTljLTYuMTMzMS02LjUwOS02LjAwNTItMTcuMjE2LTYuMDA1Mi0xNy4yMTZoLTEwLjgwM3YyMC43NzhjMCAxLjA3MTUtMC43ODM2MyAxLjg3NTEtMS44NzkxIDEuODc1MS0xLjAwMzUgMC0xLjgyMzEtMC44MDM2Mi0xLjgyMzEtMS44NzUxdi0yMC43NzhoLTEwLjgxNXMwLjA4OCAxMC43MDctNS45OTMyIDE3LjIxNmMtNi4wMjEyIDYuNDE3LTE0LjMzNyAzLjUyMjQtMTQuMzM3IDMuNTIyNHMwLjIxOTkgNC4zNyAyLjM4MjkgNi45OTY3YzIuMDk5IDIuNjMwOCAzLjg4NjIgNC43NzM4IDcuNTgwNCA0Ljk5NzcgMi41NDI4IDAuMTMxOTQgNi43MTI4LTEuMzgzNCA3LjQ5MjUtMC40OTE3NyAwLjY2NzY5IDAuNzk5NjItMC4wNTIgNC44MTM3IDUuMTg5NiAxMS4xNDcgNC43OTc4IDUuNzkzMyAxMC4zMjMgNS45MjkyIDEwLjMyMyA1LjkyOTJzNS41Mjk0LTAuMTM1OTMgMTAuMzcxLTUuOTI5MmM1LjI0MTYtNi4zMzMgNC41MjE5LTEwLjM0NyA1LjE0NTYtMTEuMTQ3IDAuODIzNjItMC44OTE1OCA0Ljk3MzcgMC42MjM3MSA3LjU0MDUgMC40OTE3NyAzLjcwMjMtMC4yMjM5IDUuNDMzNC0yLjM2NjkgNy42MjA0LTQuOTk3NyAyLjA5MS0yLjYyNjggMi4zMzg5LTYuOTk2NyAyLjMzODktNi45OTY3cy04LjM2MDEgMi44OTg2LTE0LjMyOS0zLjUyMjRcIi8+PHBhdGggZD1cIm0zNzIuODIgMzE1LjgzYzEuMDQ3NSAwIDEuODAzMiAwLjgwMzYyIDEuODAzMiAxLjgzMTF2NTkuMjEyaDcuODc2M2MwLjk1NTU1LTQuMDE0MSAyLjU4MjgtNy43NTY0IDQuOTY1Ny0xMS4yMzkgNS4xNDk2LTcuNjY4NCAxMi45My0xMi45MyAyMS45NjItMTQuNzU3IDAuOTU1NTUtMC4zMTE4NSAyLjAwMzEgMC4yMjM4OSAyLjI2NjkgMS4yMDM0IDAuMzM5ODQgMC45MzU1Ni0wLjIyMzg5IDIuMDA3LTEuMTc5NCAyLjMxODktOC4yMDQyIDEuNjAzMi0xNS4zNDEgNi4yODUtMTkuOTk1IDEzLjI0Ni0xLjk2NzEgMi45NDI2LTMuMjc0NSA2LjAyMTItNC4yMzggOS4yMzE3aDQuNzQ5OGM4Ljg0NzgtNi41MTI5IDEzLjgyMi03LjkzNjMgMjEuNjctMy40MzQ0IDQuODU3NyAyLjgxMDcgNy4wMDA3IDguMDcyMiA2LjMwNSAxMy45NTd2MC4xNzU5MmMwLjM3OTgyLTAuMzk5ODEgMC43Mzk2NS0wLjc1NTY1IDEuMTM5NS0xLjA3MTUgMjYuMDM2LTE4Ljk0NyAxMC45MTktNTEuNzItNy4zMzY2LTUxLjcyLTE0LjcxMyAwLTI0LjM0NSA2LjU1MjktMzIuNzQ5IDIxLjkzNGwtMi4yNzQ5LTMuNjU4MyAyLjA1OS0yLjY3MDhjOC4zNjAxLTguMzg0MSAxMS43MjYtMjUuMTQ4IDExLjE5MS0zNS4zNTktMC43Nzk2NC0xMy4yNDYtMTAuNjk5LTI0Ljc0NC0xMy4wNjYtMjguODAyLTIuNzgyNy00LjUwNTktNS4xNDk2LTguMjQ4MS01LjE0OTYtOC4yNDgxcy0yLjMzODkgMy43NDYyLTUuMDgxNiA4LjI0ODFjLTIuNDUwOCA0LjA1ODEtMTIuMzcgMTUuNTYxLTEzLjEwNiAyOC44MDItMC41ODM3MyAxMC4yMTEgMi43ODY3IDI2Ljk3NSAxMS4xNDcgMzUuMzU5bDIuMDA3MSAyLjY3MDgtMi4xOTEgMy42NTgzYy04LjQwNDEtMTUuMzg1LTE4LjA3Ni0yMS45MzQtMzIuNzkzLTIxLjkzNC0xOC4yNTUgMC0zMy4zNzIgMzIuNzY5LTcuMzc2NiA1MS43MiAwLjQ0Nzc5IDAuMzExODYgMC44NzE2IDAuNjcxNjkgMS4yNjc0IDEuMDcxNS0wLjA0OC0wLjA0NC0wLjA0OC0wLjA4OC0wLjA0OC0wLjE3NTkyLTAuNjg3NjgtNS44ODkyIDEuNDc1My0xMS4xNDcgNi4zMTMtMTMuOTU3IDcuODA0NC00LjUwMTkgMTIuNzc0LTMuMDc4NiAyMS41NzggMy40MzQ0aDQuNzkzOGMtMC45MTU1Ny0zLjIxMDUtMi4yNzQ5LTYuMjg1LTQuMjM4LTkuMjMxNy00LjY2MTgtNi45NTY3LTExLjc3LTExLjYzOS0xOS45NTUtMTMuMjQ2LTAuOTU5NTUtMC4zMTE4Ni0xLjU1OTMtMS4zODM0LTEuMjI3NC0yLjMxODkgMC4yNjM4Ny0wLjk3OTU1IDEuMzE5NC0xLjUxNTMgMi4yNzQ5LTEuMjAzNCA5LjA1MTggMS44MjcxIDE2LjgwOCA3LjA4ODcgMjEuOTYyIDE0Ljc1NyAyLjM4MjkgMy40Nzg0IDQuMDEwMSA3LjIyNDYgNC45NjU3IDExLjIzOWg3LjgyNDN2LTU5LjIxMmMwLjAwOC0xLjAyNzUgMC44NTU2LTEuODMxMSAxLjg4MzEtMS44MzExXCIvPjwvZz48cGF0aCBkPVwibTQ0MC41MiA1NjYuMjdjLTAuMDQ0LTIuOTg2Ni0wLjA0NC01LjQ4MTQtMC4wNDQtOC41NiAwLTExLjczLTkuNDk1Ni0yMS4yNjYtMjEuMTgyLTIxLjI2NmgtMzMuOTY4Yy0xMS42ODMgMC0yMS4xNzggOS41Mzk1LTIxLjE3OCAyMS4yNjYgMCAzLjA3ODYtMC4wNDggNS4wMzc2IDAgOC41Ni0yNC45OTYgMTUuNjA5LTQxLjk2IDQ2LjIzNC00MS45NiA4MS4zNzggMCA1MS4wOTIgMzUuODcxIDkyLjQ3MyA4MC4xMjIgOTIuNDczIDQ0LjIzMSAwIDgwLjA3OC00MS4zODEgODAuMDc4LTkyLjQ3MyAwLTM1LjE0NC0xNi45LTY1Ljc2OS00MS44NjgtODEuMzc4bS0zOC4yMSAxNjcuNDdjLTQxLjgyIDAtNzUuNzEzLTM4LjUyMi03NS43MTMtODUuOTYgMC0zNC40MiAxNy43NjgtNjEuMzk1IDQzLjQ3Ni03My43MDkgMy42MTAzIDMuMDM0NiAxOC44MTEgNi4zODEgMzIuMzI1IDYuMzMzIDEzLjQ2Ni0wLjA4OCAyOC40OTEtMy4yOTg1IDMyLjE0OS02LjMzMyAyNS43MDQgMTIuMzEgNDMuNDQ0IDM5LjI4NiA0My40NDQgNzMuNzA5IDAuMDA0IDQ3LjQzOC0zMy44NiA4NS45Ni03NS42ODEgODUuOTZcIiBmaWxsPVwiIzFmMTkxYVwiLz48cGF0aCBkPVwibTMzOC40IDY2MC42N2MwLTM1IDI4LjYyNy02My40MDIgNjMuOTE0LTYzLjQwMnM2My45MTQgMjguNDAzIDYzLjkxNCA2My40MDJjMCAzNS0yOC42MjcgNjMuMzU0LTYzLjkxNCA2My4zNTRzLTYzLjkxNC0yOC4zNTUtNjMuOTE0LTYzLjM1NG05Ni4xNTUtODYuNTQzYy0zLjcwMjMgMi45ODY2LTE4LjY4MyA2LjI0NTEtMzIuMTk3IDYuMjg1MS0xMy40NjYgMC4wNDgtMjguNjY3LTMuMjk4NS0zMi4zMjUtNi4yODUxLTI1LjY2IDEyLjI2Mi00My40MjggMzkuMjM4LTQzLjQyOCA3My42MTQgMCA0Ny40ODYgMzMuODkyIDg2LjA1MiA3NS43MTMgODYuMDUyIDQxLjc3NiAwIDc1LjcxMy0zOC41NjYgNzUuNzEzLTg2LjA1Mi0wLjAwNC0zNC4zNzYtMTcuODItNjEuMzUxLTQzLjQ3Ni03My42MTRcIiBmaWxsPVwiI2Y5YWUwMFwiLz48cGF0aCBkPVwibTQwMi4zMSA1OTcuMjZjLTM1LjI4NyAwLTYzLjkxNCAyOC4zNTktNjMuOTE0IDYzLjM1OCAwIDM1LjA0OCAyOC42MjcgNjMuNDQ2IDYzLjkxNCA2My40NDZzNjMuODctMjguNDAzIDYzLjg3LTYzLjQ0NmMwLTM1LTI4LjU4My02My4zNTgtNjMuODctNjMuMzU4bTAgMTI0LjA0Yy0zMi42NjEgMC01OS4xMi0yNS45OTYtNTkuMTItNTguMDk3IDAtMzIuMDkzIDI2LjQ2LTU4LjE4NSA1OS4xMi01OC4xODUgMzIuNjMzIDAgNTkuMTIgMjYuMDg4IDU5LjEyIDU4LjE4NSAwIDMyLjEwMS0yNi40ODggNTguMDk3LTU5LjEyIDU4LjA5N1wiIGZpbGw9XCIjMWYxOTFhXCIvPjxwYXRoIGQ9XCJtNDE5LjA0IDU3My4wOWMxMC4wNTEtMS4zNzk0IDE2LjAyOC00LjE0NiAxNS45ODEtMTUuNjAxIDAtOC42MDQtNy4xNTY2LTE1LjY0OS0xNS45ODEtMTUuNjQ5bC0xNi43OTItMC4zNTk4M2MtOC44NzE4IDAtMTYuMDI4IDcuMTgwNi0xNi4wMjggMTYuMDA4IDAgOC44Mjc5IDYuNTgwOSAxNi40NDggMTYuMDI4IDE3LjAzMiA5LjQwNzYgMC42MjM3MSAxNi43OTItMS40MzEzIDE2Ljc5Mi0xLjQzMTNcIiBmaWxsPVwiIzAwOTZkNVwiLz48cGF0aCBkPVwibTY1Mi4zIDI5NS42OHYtOC41NmMwLTExLjczLTkuNDQ3Ni0yMS4yMy0yMS4xMzQtMjEuMjNoLTMzLjk3MmMtMTEuNjgzIDAtMjEuMjIyIDkuNDk5Ni0yMS4yMjIgMjEuMjN2OC41NmMtMjQuOTY4IDE1LjY0OS00MS45MDggNDYuMTktNDEuOTA4IDgxLjQxNCAwIDUxLjA1MiAzNS44NDcgOTIuNDI1IDgwLjA3NCA5Mi40MjVzODAuMDc4LTQxLjM3NyA4MC4wNzgtOTIuNDI1YzAuMDA0LTM1LjIyMy0xNi44NTItNjUuNzY1LTQxLjkxNi04MS40MTRtLTM4LjE2MiAxNjcuNDdjLTQxLjgyNCAwLTc1LjcwOS0zOC40NzgtNzUuNzA5LTg1LjkxNiAwLTM0LjQxNiAxNy43ODgtNjEuNDM5IDQzLjQyNC03My43NDUgMy42NTQzIDMuMDM0NiAxOC45MDcgNi4yODUxIDMyLjM2OSA2LjI4NTEgMTMuNDctMC4wNDQgMjguNTM5LTMuMjUwNSAzMi4xOTctNi4yODUxIDI1LjYzNiAxMi4zMDYgNDMuNDI0IDM5LjMzIDQzLjQyNCA3My43NDUgMC4wMDQgNDcuNDM4LTMzLjg4NCA4NS45MTYtNzUuNzA1IDg1LjkxNlwiIGZpbGw9XCIjMWYxOTFhXCIvPjxwYXRoIGQ9XCJtNTUwLjIgMzkwLjAyYzAtMzUuMDQ0IDI4LjcxOS02My4zOTggNjMuOTgyLTYzLjM5OCAzNS4yNjcgMCA2My44OTQgMjguMzU5IDYzLjg5NCA2My4zOTggMCAzNS4wMDQtMjguNjI3IDYzLjQwMi02My44OTQgNjMuNDAyLTM1LjI2MyAwLTYzLjk4Mi0yOC4zOTktNjMuOTgyLTYzLjQwMm05Ni4yMjMtODYuNTQzYy0zLjcwMjMgMy4wMzQ2LTE4LjcyNyA2LjI0NTEtMzIuMTk3IDYuMjg1MS0xMy40NjIgMC0yOC42NjctMy4yNTA1LTMyLjM2OS02LjI4NTEtMjUuNjg0IDEyLjMwNi00My40MjQgMzkuMzMtNDMuNDI0IDczLjcwNSAwIDQ3LjQ4MiAzMy45MjggODUuOTYgNzUuNzQ4IDg1Ljk2IDQxLjc3NiAwIDc1LjcxMy0zOC40NzggNzUuNzEzLTg1Ljk2IDAtMzQuMzc2LTE3Ljc5Mi02MS4zOTUtNDMuNDcyLTczLjcwNVwiIGZpbGw9XCIjZjlhZTAwXCIvPjxwYXRoIGQ9XCJtNjE0LjIzIDMyNi42N2MtMzUuMzA3IDAtNjMuODg2IDI4LjM1NS02My44ODYgNjMuMzU0IDAgMzUuMDA0IDI4LjU3OSA2My40MDIgNjMuODg2IDYzLjQwMiAzNS4yMjcgMCA2My44NTQtMjguNDAzIDYzLjg1NC02My40MDIgMC0zNS0yOC42MjctNjMuMzU0LTYzLjg1NC02My4zNTRtMCAxMjQuMDhjLTMyLjYzMyAwLTU5LjEyLTI2LjAzNi01OS4xMi01OC4xMzcgMC0zMi4wNjEgMjYuNDg4LTU4LjE0MSA1OS4xMi01OC4xNDEgMzIuNTU3IDAgNTkuMDM2IDI2LjA4IDU5LjAzNiA1OC4xNDEgMCAzMi4xMDUtMjYuNDggNTguMTM3LTU5LjAzNiA1OC4xMzdcIiBmaWxsPVwiIzFmMTkxYVwiLz48cGF0aCBkPVwibTYzMC45MSAzMDIuNTVjMTAuMDc5LTEuNDIzMyAxNi4wNTYtNC4yMzggMTUuOTY1LTE1LjY0OSAwLTguNjk1OS03LjA0ODctMTUuNjQ5LTE1Ljk2NS0xNS42NDlsLTE2LjgwOC0wLjM1OTgzYy04Ljg3MTggMC0xNi4wMDggNy4xMzI3LTE2LjAwOCAxNi4wMDggMCA4LjgyNzkgNi42MDA5IDE2LjQwOCAxNi4wMDggMTcuMDc2IDkuNDUxNiAwLjU4MzczIDE2LjgwOC0xLjQyNzMgMTYuODA4LTEuNDI3M1wiIGZpbGw9XCIjMDA5NmQ1XCIvPjxnIGZpbGw9XCIjMWYxOTFhXCI+PHBhdGggZD1cIm0zOTQuNDIgNTAyLjZoLTM5LjA3NHYzMy43MDhoLTc3LjQ3MnYtOS41NDM1LTI0LjE2NWwtMTkuNjM5IDAuMDkydi0xOS4yMTloMzguODc4djkuNTQzNSAyNC4wNzNoMzguOTd2LTMzLjYxNmg3Ny40OTJ2OS41NDM1IDIzLjk0MWgzOS4xN3YtMzMuNDg0aDkuNTYzNSAyOS4wOXYxOS4xMjdoLTE5LjQxOXYzMy43MDhoLTc3LjU2di05LjU0MzV6XCIvPjxwYXRoIGQ9XCJtNjI3LjUyIDUwMi41NmgtMzkuMDU4djMzLjcwOGgtNzcuNjI0di05LjU4MzUtMjQuMDMzaC0xOS40NDN2LTE5LjI2M2gzOC43MDJ2OS42NzE1IDI0LjAzM2gzOS4xMDJ2LTMzLjcwNGg3Ny40ODh2OS42NzE1IDI0LjAzM2gzOS4wNjJ2LTMzLjcwNGg5LjY3OTVsMzAuMTM4IDAuMDg3OXYxOS4xNzVoLTIwLjU1OHYzMy42MTZoLTc3LjQ4OHYtOS41ODM1elwiLz48cGF0aCBkPVwibTUwMS4wMyA0OTMuMDZ2MzI1LjkzaC0xOS4yODN2LTMyNS45M3pcIi8+PHBhdGggZD1cIm01MDAuOTggMjM4LjM0djI1NC43N2gtMTkuMjY3di0yNTQuNzd6XCIvPjwvZz48cGF0aCBkPVwibTk0Mi43MSA2MjIuNTUtNS40ODk1IDE2LjQxMXEtMi4wODE4IDYuMjIzNi00LjU0MjggOC45MDE1LTIuNDM2NCAyLjcyNzQtNi42MjU2IDQuMjkxOHQtOS45NTc2IDEuMzIzNnEtNS43Njg0LTAuMjQwNzgtMTMuNTg1LTIuODU1NC03LjAzODUtMi4zNTQ0LTExLjcyOS01LjY5NDYtNC42NTM0LTMuMzI3OC02Ljg3MzMtNi43ODg4LTIuMjE5OC0zLjQ2MTEtMi42MTA5LTcuNDYzOC0wLjM2NjQyLTMuOTUzMiAxLjQ1NTItOS4zOTg4bDUuNjUwNi0xNi44OTIgNTQuMzA4IDE4LjE2NnptLTEyLjE4NiA1Ljg5MTctMzUuOTcxLTEyLjAzMi0yLjI1NTMgNi43NDIycS0xLjQ0OTggNC4zMzQyLTEuMjc5MiA2LjUzMzIgMC4xNTgyMyAyLjIzNiAxLjM3OTMgNC4wMDM3IDEuMjQ1NyAxLjgxNzIgNC41Mjk0IDMuODIxNyAzLjI4MzcgMi4wMDQ2IDkuMDk5NyAzLjk1MDEgNi4wMzgzIDIuMDE5OCA5LjgwNTYgMi4zMzI2IDMuNzU0OCAwLjM0OTgzIDYuMzUwMS0wLjc1OTE4IDIuNTgyOC0xLjA3MiA0LjA1NTItMy4zODA0IDEuMTEzNi0xLjcyODIgMi45MjI3LTcuMTM2OGwxLjM2MzEtNC4wNzQ5em0tMzIuMTc3LTY4LjE1NCA1NS45NzUgMTIuMDg5LTEuOTQ2MiA5LjAxMS00MS40MzggMTAuNzEyIDM3LjM4IDguMDczNC0xLjg2MzcgOC42MjkyLTU1Ljk3NS0xMi4wODkgMi4wMTIyLTkuMzE2NCA0MC40OTMtMTAuNTk2LTM2LjUwMi03Ljg4MzcgMS44NjM3LTguNjI5MnptMC43NDc0NC0zLjA3NDkgMS4wNTY5LTEwLjI1OCAxMy4zNi0yLjc0NjggMS45MjE3LTE4LjY1MS0xMi41NDMtNS4xOCAxLjAzMjktMTAuMDI1IDU1LjA5IDI0LjA1NC0xLjAyODkgOS45ODYyLTU4Ljg5IDEyLjgyMXptMjQuMzI3LTE1LjA0NyAyMS43OTktNC4yMzM0LTIwLjQ4Ni04LjUxMTYtMS4zMTMyIDEyLjc0NXptLTE5Ljc1OS02NS42ODMgNTYuNzk3LTAuMDE4MyAwLjAwMyA5LjQ1MzEtNDcuMTQ4IDAuMDE1MiAwLjAwOCAyMy41OTQtOS42NDg0IDAuMDAzLTAuMDEwNi0zMy4wNDd6bS0yLjUzNDMtMzAuODIxIDIzLjk4NC0yLjM3NjUgMzEuMzA4LTIwLjM3NCAxLjA5MzkgMTEuMDQtMjEuNDU2IDEzLjIzNSAyMy42MTcgOC41NzI1IDEuMDc0NiAxMC44NDUtMzQuNzgzLTEzLjkwNC0yMy45MDYgMi4zNjg4LTAuOTMyMS05LjQwNzF6bS05LjYzMTUtNTUuMDggNTYuMDg3LTExLjU1NyA0LjAyODIgMTkuNTVxMS41NDUxIDcuNDk4NyAwLjY3NjkxIDExLjAyOC0wLjgyOTkyIDMuNTIxMi00LjE1MzYgNi4zNTk3LTMuMjg1NCAyLjgzMDYtOC40ODg2IDMuOTAyNy02LjU4MDUgMS4zNTU5LTExLjI1Mi0wLjk5MTg3LTQuNjYzNi0yLjMwOTUtNi44OTQ4LTcuOTEyLTEuNTI3NiAzLjQyNTYtMy42ODg5IDUuOTA1LTIuMTIzIDIuNDcxNS04LjAwOTggNy4xOTQybC05Ljc5MTEgNy44NDAzLTIuMjc4Mi0xMS4wNTcgMTAuODE3LTkuMjQ4MnE1Ljg2OTktNC45OTg0IDcuMjQ3LTYuNjM4MSAxLjQxNTQtMS42NDc3IDEuNzI3OS0zLjIyNzYgMC4zNTA4NS0xLjU4NzgtMC4zMTEzMy00LjgwMTZsLTAuMzk0MTUtMS45MTI5LTIzLjQxNCA0LjgyNDQtMS45MDc3LTkuMjU4NnptMzQuMjc1IDIuNTg5NiAxLjQxOSA2Ljg4NjZxMS4zMDA3IDYuMzEyNyAyLjE5MTEgNy45MjQgMC45Mjg2MiAxLjYwMzQgMi44MzI3IDIuMzI3OHQ0LjY5NyAwLjE0ODkzcTIuNjc4MS0wLjU1MTgxIDQuMDY0My0xLjk1NDIgMS40MjQ0LTEuNDEwMiAxLjY1ODItMy4zNzI4IDAuMTUyODItMS4zODc1LTEuMTMyMS03LjYyMzdsLTEuNDk3OC03LjI2OTItMTQuMjMyIDIuOTMyNXptLTM0LjgxNi01LjczNTYtMy4xNjc0LTkuODE0IDExLjExOS03Ljg5ODYtNS43NTg5LTE3Ljg0NC0xMy41NjcgMC4zMTUtMy4wOTU0LTkuNTkxIDYwLjExMy0wLjE5MTE3IDMuMDgzNCA5LjU1MzgtNDguNzI3IDM1LjQ3em0xNi4xOTgtMjMuNTc2IDE4LjI0My0xMi42NjEtMjIuMTc4IDAuNDY3MzggMy45MzUzIDEyLjE5M3ptLTUwLjMzNC02NC4zNTYgNTIuMDY4LTIzLjgzOSA1LjkwMjggMTIuODkzLTMxLjk3MiAyNC4wMDQgMzkuMDI5LTguNTg5NCA1LjkxOSAxMi45MjgtNTIuMDY4IDIzLjgzOS0zLjY1ODctNy45OTEzIDQwLjk4Ny0xOC43NjUtNDQuODczIDEwLjI3Ny0zLjgwNTEtOC4zMTEgMzcuMTMzLTI3LjE4My00MC45ODcgMTguNzY1LTMuNjc1LTguMDI2OHptLTEyLjA1NS00MC44MTEgNC44MzMzIDcuNTczNS02LjYxODYgNC4yMjM4cS01LjYzMDggMy41OTM0LTkuMjA0NCA0LjAyMDUtNC40MjEzIDAuNTUwOTYtOC40ODQ0LTIuMTg1MWwyLjg3NDEtMy45MTk0cTIuMzUxIDEuNjUwNyA0LjU2MiAxLjYyOTkgMi4xNzgxIDAuMDAwMTkgNS4xMTc4LTEuNzgzMmwtMi4zMzI2LTMuNjU1MSA5LjI1MjktNS45MDV6bS0yNC4xODgtMTUuMTY5IDE5LjM0NC0xNC4zNzcgMTYuMzY1LTMzLjU3OCA2LjYxNzYgOC45MDM4LTExLjU5IDIyLjM4NyAyNC42NjItNC43OTkyIDYuNTAxMSA4Ljc0NzEtMzYuOTc5IDUuOTcyMy0xOS4yODEgMTQuMzMtNS42MzktNy41ODcxem0tMjYuNDgzLTMxLjY5MiAzNS4yOS0zMS45MS05LjM1My0xMC4zNDQgNy4xODU2LTYuNDk3MyAyNS4wMiAyNy42Ny03LjE4NTYgNi40OTczLTkuMzI2OC0xMC4zMTUtMzUuMjkgMzEuOTEtNi4zNDAxLTcuMDExN3ptLTQwLjgzOC0zOS4wMjcgMzguMzAyLTQyLjU3MSA2Ljg1MzIgNi4xNjU5LTExLjI5MSA0MS4yODQgMjUuNTc4LTI4LjQyOSA2LjU2MjggNS45MDQ3LTM4LjMwMiA0Mi41NzEtNy4wODU1LTYuMzc0OSAxMC45MjItNDAuNDA3LTI0Ljk3NyAyNy43NjEtNi41NjI4LTUuOTA0N3ptLTMuMzYzMi03My40MzQgNy42Nzk1IDUuNTEyNS0xOC4wODYgMjUuMTk2cS00LjIxNDEgNS44NzA3LTUuMjA0MSA3Ljg1MjctMS43MDE4IDMuNDQyNi0xLjAwNTEgNi40OTEyIDAuNzI4NDUgMy4wNzE0IDMuODcgNS4zMjY1IDIuNjY1NiAxLjkxMzQgNS4xOTAzIDEuOTQ2NiAyLjU0NzUgMC4wMDEgNC42NTM4LTEuNjYwMiAyLjE2MDktMS42NzA2IDcuMTQ5NC04LjYyMDFsMTguNDc0LTI1LjczNiA3LjcxMTIgNS41MzUzLTE3LjU0IDI0LjQzNXEtNi43MTk4IDkuMzYxMy0xMC43NDIgMTIuODIxLTMuOTY3OCAzLjQ1MDktOS4zNTggMy41MjQ2LTUuMzM1OCAwLjA2NDctMTEuMDc5LTQuMDU4My01Ljk2NTktNC4yODI0LTcuODAzNC04LjgyMzEtMS43ODMtNC41NDk2LTAuNTI3Mi05LjUxNDUgMS4zMTAzLTQuOTczOCA4LjgwNDYtMTUuNDE0bDE3LjgxMy0yNC44MTV6bS02My41MDUtMy4yMzk1cTQuOTg1OC04LjkzNzggMTAuODI5LTEzLjIzOCA1Ljg5NTktNC4zMTUgMTEuNzQtNC43Njc3IDUuODQzNy0wLjQ1MjcgMTEuOTE2IDIuOTM0NiA4LjgwMTMgNC45MDk3IDEwLjU3OSAxNC43MTMgMS44MTE2IDkuODIyMy01LjExNTIgMjIuMjQtNy4wMDMgMTIuNTU0LTE2LjgxIDE2LjM0Mi04LjYzMzYgMy4zNjkzLTE3LjQ2OS0xLjU1OTQtOC45MDM3LTQuOTY2OC0xMC42MS0xNC4wMTUtMS45Mjg0LTEwLjMzNSA0Ljk0MTQtMjIuNjV6bTguNzE4NyA0LjQxNjNxLTQuODE0NiA4LjYzMDgtMy45NTY0IDE0Ljc5IDAuODc3MTUgNi4xMjUyIDUuNzIxMyA4LjgyNzQgNC44NzgyIDIuNzIxMyAxMC40NjQgMC4yNDU4NyA1LjYwNDQtMi41MDk1IDEwLjU1Mi0xMS4zNzkgNC44NTI2LTguNjk5IDQuMDM1OC0xNC42MTItMC43ODI3LTUuODkzNi01LjgzMTUtOC43MXQtMTAuNTYyLTAuMzkwMjItMTAuNDIzIDExLjIyOHptLTI2LjQyLTQuMjY1NSA3LjEwMzYgNi44MTQ4cS01LjY4MjMgOC4wNDE2LTEyLjAxMSAxMC4yMjYtNi4zMTQgMi4xNDg5LTEzLjA1Ni0wLjY2MzM1LTguNDcyMS0zLjUzNDEtMTEuMDE0LTEyLjI1NS0yLjkxMzYtMTAuMDYxIDIuNDI1MS0yMi44NiA1LjYzOTUtMTMuNTE5IDE0LjkyLTE4LjYyMSA4LjA2NjctNC40MjI4IDE3LjAwNy0wLjY5MzIyIDcuMjgyNCAzLjAzNzggMTAuMTEgMTAuMDU4IDIuMDIzMiA0Ljk5MTggMC43NDMwOCAxMi42MjdsLTkuNzA1MS0xLjA4NTdxMC45NjA0MS00LjYzNi0wLjU3OTcxLTcuOTQ0OS0xLjQ4OS0zLjMyOTktNC44NDE4LTQuNzI4NS00Ljc5NDktMi4wMDAxLTkuNTY3NyAwLjkxODZ0LTguNzg4MiAxMi41NDVxLTQuMTY1NyA5Ljk4NjMtMi45NjkgMTUuNDM4IDEuMTk2NyA1LjQ1MTIgNS45MTk1IDcuNDIxMyAzLjQ2MSAxLjQ0MzcgNy4wOTc0LTAuMTcxNCAzLjY1MTUtMS42NTEyIDcuMjA1NC03LjAyNTN6bS04NC44NDItNi4yMDk4IDUuNjgwNC0yMy40MjMtOC44ODctMzYuMjgxIDEwLjc4MSAyLjYxNDYgNS40MDM1IDI0LjYyMyAxNS44OTMtMTkuNDU5IDEwLjU5MSAyLjU2ODYtMjQuNjE0IDI4LjIzNi01LjY2MiAyMy4zNDctOS4xODY4LTIuMjI4em0tNTUuMjI1LTkuMTU3OSA3LjY1NzctNTYuNzUxIDE5Ljc4MiAyLjY2OTJxNy41ODc1IDEuMDIzOCAxMC42MyAzLjAxMTEgMy4wNDgxIDEuOTQ4NSA0LjYyNjYgNi4wMjQzIDEuNTgzOCA0LjAzNzEgMC44NzMzNSA5LjMwMTktMC44OTg0NSA2LjY1ODQtNC42NiAxMC4yOS0zLjcyMjggMy42MzY0LTkuNzQ4IDMuODg3NiAyLjcyNyAyLjU3NTMgNC4zNTEzIDUuNDM1NCAxLjYyOTUgMi44MjE0IDQuMTM3NyA5LjkzOTRsNC4xNTggMTEuODM0LTExLjE4OC0xLjUwOTYtNS4xNDY5LTEzLjI2OHEtMi43NzM5LTcuMTkzNC0zLjg2NTUtOS4wMzU2LTEuMDg2NC0xLjg4MDktMi40NzM4LTIuNjk4OC0xLjM4MjItMC44NTY1OS00LjYzNC0xLjI5NTRsLTEuOTM1Ni0wLjI2MTE4LTMuMTk2OCAyMy42OTItOS4zNjgyLTEuMjY0MXptMTMuNzg3LTMxLjQ4NiA2Ljk2ODEgMC45NDAyNHE2LjM4NzQgMC44NjE4OCA4LjIwMjYgMC41NTQ5OCAxLjgyMDQtMC4zNDU2MiAzLjEzNDEtMS45MDI3IDEuMzEzOC0xLjU1NzEgMS42OTUxLTQuMzgzIDAuMzY1NjUtMi43MDk4LTAuNDk4ODktNC40ODItMC44NTkzMS0xLjgxMDktMi42MzM5LTIuNjgxLTEuMjU4Ny0wLjYwMzQzLTcuNTY4Ny0xLjQ1NDlsLTcuMzU1Mi0wLjk5MjQ3LTEuOTQzMiAxNC40MDF6bS01NS45ODcgMjkuOTE0IDEuNjQyNi01Ny4yNDIgMzQuODI5IDAuOTk5NDUtMC4yNzc4OCA5LjY4MzUtMjUuMzgtMC43MjgzLTAuMzY0MTUgMTIuNjkgMjMuNTg0IDAuNjc2NzYtMC4yNzY3NiA5LjY0NDUtMjMuNTg0LTAuNjc2NzYtMC40NDcwNiAxNS41OCAyNi4yMzkgMC43NTI5NS0wLjI3Njc2IDkuNjQ0NS0zNS42ODgtMS4wMjQxem0tNTIuMzU2IDMuNzM0NC00Ljg2MTgtNTcuMDU5IDE0LjEyOC0xLjIwMzkgMTEuODAxIDM4LjE5OCA1LjA5MDYtMzkuNjM4IDE0LjE2Ny0xLjIwNzIgNC44NjE4IDU3LjA1OS04Ljc1NzMgMC43NDYxOS0zLjgyNzEtNDQuOTE1LTUuNDc1MSA0NS43MDgtOS4xMDc2IDAuNzc2MDMtMTMuMDUyLTQ0LjEyOSAzLjgyNzEgNDQuOTE1LTguNzk2MiAwLjc0OTUxem0tNTQuNjEtMTcuNzU1cS0yLjA5MjYtMTAuMDE4LTAuNDk4MTktMTcuMDk1IDEuNjI0Ny03LjEyMzMgNS43NDE0LTExLjI5NSA0LjExNjctNC4xNzIxIDEwLjkyMy01LjU5MzggOS44NjUyLTIuMDYwNyAxNy42MzMgNC4xNzgxIDcuODA2MSA2LjIzMDggMTAuNzEzIDIwLjE0OSAyLjkzOTMgMTQuMDcxLTEuOTg0MiAyMy4zNi00LjMxMjIgOC4yMDM1LTE0LjIxNiAxMC4yNzItOS45Nzk5IDIuMDg0Ni0xNy4xOTktMy42MzAyLTguMjMwMS02LjU0MTMtMTEuMTE0LTIwLjM0NXptOS40Nzk0LTIuMzc5MnEyLjAyMDcgOS42NzQgNi43MDU5IDEzLjc2MyA0LjY3NzIgNC4wNTExIDEwLjEwNyAyLjkxNyA1LjQ2NzktMS4xNDIyIDguMDYzOC02LjY3MjYgMi41ODc5LTUuNTY4NyAwLjUxMTI3LTE1LjUxLTIuMDM2Ny05Ljc1MDUtNi41MjktMTMuNjgxLTQuNDU0LTMuOTM4MS0xMC4xMTMtMi43NTYtNS42NTkxIDEuMTgyMS04LjIzMjggNi42MjgxLTIuNTczNiA1LjQ0Ni0wLjUxMjk2IDE1LjMxMXptLTMzLjgxOCAxNy43NTktMy4wNjUyLTkuMTQ4NiAxOS4zNzEtNi40OTAzIDcuMjQ3MyAyMS42MzFxLTEuNzcyIDQuNDI1LTYuMzExMSA4LjcwNi00LjUzOTIgNC4yODEtOS45NDY4IDYuMDkyOC02LjU5MjkgMi4yMDktMTIuNzEgMC42NzQzLTYuMTI5NC0xLjU3MTctMTEuMjUyLTcuMDIzNy01LjA5NzgtNS41MDE0LTguMDI2NS0xNC4yNDMtMy4wMDMyLTguOTYzNC0yLjE3NDYtMTYuMzI3IDAuODY1NjYtNy4zNzU5IDQuNTUxOC0xMi4xMTMgMy43MjMyLTQuNzQ5MiAxMC4zNTMtNi45NzA1IDcuOTYzNC0yLjY2ODEgMTQuMTA2LTAuMTk0NyA2LjE2NzcgMi40MjQgMTAuMTY5IDkuODE3bC04LjIwNjggNS4wMTU1cS0yLjQwMjQtMy44NTAzLTUuODEzNy01LjE3OTEtMy40MTE0LTEuMzI4OC03LjExNTMtMC4wODc4NC01Ljc0MSAxLjkyMzUtNy43OTUyIDcuNTk2Ni0yLjA2NjYgNS42MzYgMC45OTg2NiAxNC43ODUgMy4yODg2IDkuODE1MyA4Ljg1MzIgMTMuNjM2IDQuNzczMiAzLjMwMzIgMTAuNDAzIDEuNDE2OSAyLjYyOTgtMC44ODEwOSA1LjAzNTItMy4wNDY1IDIuNDMwMS0yLjIxNDkgMy45MzI2LTUuMTA3N2wtMi4zMDgyLTYuODg5Mi0xMC4yOTcgMy40NDk5em0tMzkuNTA2IDM4LjQ0MS0xOS44MzEtNDMuMjQ4LTEyLjY3NiA1LjgxMjYtNC4wMzc4LTguODA1OSAzMy45MS0xNS41NDkgNC4wMzc5IDguODA1OS0xMi42NDEgNS43OTYzIDE5LjgzMSA0My4yNDgtOC41OTI4IDMuOTQwMnptLTQ5LjQ4OCAyNy4yMjMtMjkuMDk4LTQ5LjMyMiA3Ljk0LTQuNjg0MyAzNS45ODUgMjMuMTcyLTE5LjQzMi0zMi45MzcgNy42MDM1LTQuNDg1OCAyOS4wOTggNDkuMzIyLTguMjA5MSA0Ljg0MzEtMzUuMjU5LTIyLjU1NyAxOC45NzUgMzIuMTY0LTcuNjAzNSA0LjQ4NTh6bS01Ny44NDkgNy41Nzk2cS02LjE2Ny04LjE2NzYtNy43NDQ2LTE1LjI0OS0xLjU2OTktNy4xMzU2IDAuMzczMTgtMTIuNjY1IDEuOTQzMS01LjUyOTcgNy40OTIxLTkuNzE5NiA4LjA0MjktNi4wNzI5IDE3LjczLTMuNzQ0NyA5LjcxODQgMi4zMDQ2IDE4LjI4NiAxMy42NTIgOC42NjIxIDExLjQ3MiA4LjE3MjUgMjEuOTc0LTAuMzk5ODEgOS4yNTkyLTguNDczOSAxNS4zNTYtOC4xMzY1IDYuMTQzNS0xNy4xMDQgNC4wNTUyLTEwLjIzNC0yLjQwNDUtMTguNzMyLTEzLjY1OHptNy41NTgyLTYuMTk2M3E1Ljk1NTIgNy44ODcxIDExLjkzNyA5LjU4NjUgNS45NTg1IDEuNjY4MyAxMC4zODUtMS42NzQyIDQuNDU3OS0zLjM2NiA0LjQ0Ni05LjQ3NTMtMC4wMzU0LTYuMTQwNS02LjE1NTQtMTQuMjQ2LTYuMDAyMi03Ljk0OTQtMTEuNzQyLTkuNTg3Mi01LjcwODUtMS42NjEzLTEwLjMyMiAxLjgyMjQtNC42MTM4IDMuNDgzNy00LjYxNzggOS41MDcydDYuMDY4OSAxNC4wNjZ6bS0yNi42MDcgNjMuMjEyLTM5Ljc2NS00MS4yMDggMTAuMjA0LTkuODQ2MiAzMy4yNTIgMjIuMTk2LTIxLjA1My0zMy45NjggMTAuMjMyLTkuODczNCAzOS43NjUgNDEuMjA4LTYuMzI0NiA2LjEwMy0zMS4zMDItMzIuNDM4IDI0LjU4NCAzOC45MjEtNi41Nzc2IDYuMzQ3Mi0zNy45NjQtMjYuMDEgMzEuMzAyIDMyLjQzOC02LjM1MjcgNi4xMzAyem0tMzcuMjAyIDQ2Ljk3Ny00NS45NDEtMzQuMTg3IDE5LjIxNi0yNS44MjIgNy43NzE4IDUuNzgzMy0xMy41NzIgMTguMjM5IDEwLjg3NCA4LjA5MiAxMS43My0xNS43NjMgNy43NzE4IDUuNzgzMy0xMS43MyAxNS43NjMgMTkuNTIzIDE0LjUyOC01LjY0MzQgNy41ODM4em0tNTEuMDg0IDI5LjUxM3EtOC44MTQ3LTUuMjAwNC0xMi45NzItMTEuMTQ1LTQuMTcxMi01Ljk5ODUtNC40ODI2LTExLjg1MS0wLjMxMTM1LTUuODUyOSAzLjIyMTctMTEuODQyIDUuMTIxLTguNjgwMSAxNC45NjQtMTAuMjIgOS44NjMyLTEuNTczNyAyMi4xMSA1LjY1MTIgMTIuMzgxIDcuMzA0MyAxNS45MzEgMTcuMiAzLjE1OTcgOC43MTI1LTEuOTgxMiAxNy40MjYtNS4xODA1IDguNzgxLTE0LjI2NyAxMC4yNjktMTAuMzc4IDEuNjc4LTIyLjUyNC01LjQ4NzN6bTQuNjI1Ny04LjYwOTRxOC41MTE5IDUuMDIxNyAxNC42OSA0LjMxMjcgNi4xNDQ2LTAuNzI4ODYgOC45NjMxLTUuNTA2MyAyLjgzODQtNC44MTExIDAuNDk4NjctMTAuNDU1LTIuMzczMy01LjY2MzQtMTEuMTIxLTEwLjgyNC04LjU3OTItNS4wNjE0LTE0LjUxLTQuMzg3Ny01LjkxMDggMC42NDAwNC04Ljg0ODQgNS42MTkzdC0wLjY0NTM1IDEwLjU1cTIuMjkyMyA1LjU3MDMgMTAuOTcyIDEwLjY5MXptLTIuNzg1MyA3NS45MjItNTIuODYxLTIwLjc3NSAzLjQ1NzgtOC43OTggNDMuODgxIDE3LjI0NiA4LjYzMDMtMjEuOTU5IDguOTc5OCAzLjUyOTMtMTIuMDg4IDMwLjc1N3ptLTEuNzA0NSAzLjY5NDctMi43NjkyIDkuOTMzNy0xMy42MzEgMC40NTc4OC01LjAzNSAxOC4wNjEgMTEuNDkyIDcuMjE4Mi0yLjcwNjMgOS43MDgtNTAuMjUzLTMyLjk4OCAyLjY5NTgtOS42NzAzIDYwLjIwOC0yLjcyMTJ6bS0yNi41MTMgMTAuNzM2LTIyLjIgMC41MDIyNCAxOC43NiAxMS44NCAzLjQ0MDYtMTIuMzQyem03Ljg5NzMgNzEuNTA1LTU2LjQ4NS05LjQyMzQgNS43MzM3LTM0LjM2OSA5LjU1NTQgMS41OTQxLTQuMTc4MiAyNS4wNDQgMTIuNTIyIDIuMDg5MSAzLjg4MjUtMjMuMjcyIDkuNTE2OSAxLjU4NzctMy44ODI1IDIzLjI3MiAxNS4zNzMgMi41NjQ4IDQuMzE5Ni0yNS44OTIgOS41MTY5IDEuNTg3Ny01Ljg3NTEgMzUuMjE2em0tMjEuODIgNDMuNjEzLTAuNTE1MjEtOS4zMDhxMTEuMDUzLTAuODc2MDQgMTEuNTkyLTkuNTMxMSAwLjI2NzUzLTQuMjg4NS0xLjgwMTUtNi44ODMzLTIuMTA4LTIuNTk3Mi01LjQyMTktMi44MDQtMS45NDkzLTAuMTIxNi0zLjM2NzQgMC42NTA5OC0xLjQxOCAwLjc3MjU4LTIuMzg1MiAyLjQ3MzUtMS4wMDYxIDEuNjk4NS0zLjQ5MzIgOC4zMTQzLTIuMjA5NCA1LjkyODYtNC41Mjg3IDguNjAxOS0yLjMxOTQgMi42NzMzLTUuODkzOCA0LjEzMzItMy42MTEgMS40MTg2LTcuNjI2NiAxLjE2OC00LjY3ODQtMC4yOTE4NS04LjI4OTgtMi42MzA2LTMuNjA5LTIuMzc3OC01LjI4NTgtNi4yMzk2LTEuNjc2OS0zLjg2MTktMS4zMzM5LTkuMzU5IDAuNTE1NjEtOC4yNjUyIDUuMjg4NS0xMi42MjUgNC43NzI5LTQuMzU5NyAxMy4xMzMtNC4xMTIybC0wLjA4NDE4IDkuNTA1NHEtNC42MzkzIDAuMzM2OC02LjYwMDYgMi4yODg4dC0yLjE5OTYgNS43NzI3cS0wLjIzODM1IDMuODIwNyAxLjIzMTIgNS45ODY3dDMuODQ3NyAyLjMxNDRxMi4zMzkyIDAuMTQ1OTMgNC4wNTQ0LTEuNjI1N3Q0LjA0NjMtOC4zOTcycTIuNTExNC03LjAwNTcgNS4wMDg2LTEwLjAyIDIuNDYwNy0zLjA1NTggNi4xOTEtNC41MDYxIDMuNjkxNC0xLjQ1MjcgOC44Mzc2LTEuMTMxNiA3LjQ0NjUgMC40NjQ1MyAxMi4yMjggNS4zODExIDQuNzgzNyA0Ljg3NzYgNC4xNzU3IDE0LjYyNC0xLjA3NSAxNy4yMzItMjAuODA3IDE3Ljk1OHptMjIuNDMgNjMuMDMtNTcuMDEzIDUuMzczOC0zLjI2OTctMzQuNjkgOS42NDQ4LTAuOTA5MDcgMi4zODI2IDI1LjI3OSAxMi42MzktMS4xOTEzLTIuMjE0LTIzLjQ5IDkuNjA1OS0wLjkwNTQxIDIuMjE0IDIzLjQ5IDE1LjUxNy0xLjQ2MjYtMi40NjMzLTI2LjEzNCA5LjYwNTktMC45MDU0IDMuMzUwNCAzNS41NDZ6bTguNTkzNSA0NC44ODgtNTYuMTE4IDExLjQwOC0xLjg4MzItOS4yNjM2IDIyLjA4Ny00LjQ5LTMuNzA0MS0xOC4yMjEtMjIuMDg3IDQuNDktMS44OTA5LTkuMzAxOSA1Ni4xMTgtMTEuNDA4IDEuODkxIDkuMzAxOS0yNC41MzcgNC45ODgxIDMuNzA0MSAxOC4yMjEgMjQuNTM3LTQuOTg4MSAxLjg4MzIgOS4yNjM2em04LjIzNjggMjcuMTA3LTQ1LjQwMiAxNC4yMjQgNC4xNjkgMTMuMzA4LTkuMjQ0NSAyLjg5NjEtMTEuMTUyLTM1LjU5OSA5LjI0NDUtMi44OTYxIDQuMTU3MyAxMy4yNyA0NS40MDItMTQuMjI0IDIuODI2MSA5LjAyMDh6bTQ1Mi4wOCAzMTkuMTYgMTAuNTctMy4wMzEzcTEuMTExNiAzLjU3MTQgMy43NjM4IDUuMzIxNCAyLjY0NTQgMS43MTE1IDUuNjA2NyAxLjE4NDYgMy4zODQzLTAuNjAyMTYgNS4yNDQ1LTMuNzUwMSAxLjg1MzMtMy4xODY0IDAuODY3OTItOC43MjQ0LTAuOTIzNzctNS4xOTE5LTMuNzI4Mi03LjM1MTItMi43NzI4LTIuMjA0Ni02LjUwMzMtMS41NDA5LTQuNjUzNSAwLjgyNzk3LTcuNjEzMyA1LjU5OTlsLTguOTk0NCAwLjI5MTAyIDAuMzE2OTktMzAuMzI5IDI4LjU3NS01LjA4NDIgMS43OTk2IDEwLjExNS0yMC4zODMgMy42MjY3IDAuMDExNyA5Ljg3NzJxMy4yOTM1LTIuNDUwOCA3LjA2MjQtMy4xMjE0IDcuMTkxNy0xLjI3OTYgMTMuMTIyIDMuMDYxMiA1LjkzMDIgNC4zNDA4IDcuNDE1MSAxMi42ODYgMS4yMzg2IDYuOTYxLTEuODI3OSAxMy4xNDEtNC4xNzIxIDguNDM5NS0xMy45NDEgMTAuMTc4LTcuODA3MSAxLjM4OTEtMTMuNDc2LTEuOTI3LTUuNjY4Ni0zLjMxNjEtNy44ODkxLTEwLjIyMXptLTUyLjc4Ni0yNy41MjItMC42NDE3MS0xMC4xNzUgMzcuNDY1LTIuMzYyOCAwLjUwMTU3IDcuOTUzcS00LjM1MTYgNC44NTM4LTguNjA4MyAxMy42OTR0LTYuMTgzNCAxOC42MjlxLTEuODkwMiA5Ljc0NzctMS4zNzQyIDE3LjMwOGwtMTAuNTY1IDAuNjY2M3EtMC40NzQ1NC0xMS44NjkgMy4zNDg4LTI0LjQ3OCAzLjg2MjMtMTIuNjEyIDEwLjk2OS0yMi44MDZsLTI0LjkxMSAxLjU3MTF6bS00Ny4yMjQtMS44NzUgMC41MjExOS0xMC4xODIgMzcuNDkgMS45MTktMC40MDczNiA3Ljk1ODNxLTQuODc2IDQuMzI2Ny0xMC4xMTIgMTIuNjI1LTUuMjM1NyA4LjI5NzktOC4yNjQ3IDE3LjgwNC0yLjk4OCA5LjQ2OS0zLjMzNjQgMTcuMDM5bC0xMC41NzItMC41NDExNnEwLjg4MDE0LTExLjg0NSA2LjExNDUtMjMuOTM3IDUuMjczNC0xMi4wOSAxMy40OTUtMjEuNDA4bC0yNC45MjgtMS4yNzZ6bS0yNi41IDQzLjA2Ni0xMC44My0xLjc4NzcgNi43Mzc0LTQwLjgxNXEtNi44NTE0IDQuNTcwMS0xNS4zNDUgNS44OTk4bDEuNjIyMy05LjgyNzlxNC40Njg1LTAuNjg3NjUgMTAuMDc3LTMuNzIxIDUuNjE0My0zLjA3MTkgOC4zMTY4LTcuOTMxbDguNzg3MyAxLjQ1MDYtOS4zNjQ5IDU2LjczMnpcIi8+PC9zdmc+IiwKICAic3RhdGUiOiAiU3RhdGUgb2YgU2FtcGxlIiwKICAidGl0bGUiOiAiRXhhbXBsZSBQcmltYXJ5IEVsZWN0aW9uIiwKICAidHlwZSI6ICJwcmltYXJ5Igp9UEsHCNGnVzOlfgIApX4CAFBLAwQKAAgAAAAAAIFZAAAAAAAAAAAAAAAAEwAAAHN5c3RlbVNldHRpbmdzLmpzb257CiAgImF1dGgiOiB7CiAgICAiYXJlUG9sbFdvcmtlckNhcmRQaW5zRW5hYmxlZCI6IGZhbHNlLAogICAgImluYWN0aXZlU2Vzc2lvblRpbWVMaW1pdE1pbnV0ZXMiOiAzMCwKICAgICJudW1JbmNvcnJlY3RQaW5BdHRlbXB0c0FsbG93ZWRCZWZvcmVDYXJkTG9ja291dCI6IDUsCiAgICAib3ZlcmFsbFNlc3Npb25UaW1lTGltaXRIb3VycyI6IDEyLAogICAgInN0YXJ0aW5nQ2FyZExvY2tvdXREdXJhdGlvblNlY29uZHMiOiAxNQogIH0sCiAgIm1hcmtUaHJlc2hvbGRzIjogewogICAgIm1hcmdpbmFsIjogMC4wNSwKICAgICJkZWZpbml0ZSI6IDAuMDcsCiAgICAid3JpdGVJblRleHRBcmVhIjogMC4wNQogIH0sCiAgInByZWNpbmN0U2NhbkFkanVkaWNhdGlvblJlYXNvbnMiOiBbXSwKICAiZGlzYWxsb3dDYXN0aW5nT3ZlcnZvdGVzIjogZmFsc2UsCiAgImNlbnRyYWxTY2FuQWRqdWRpY2F0aW9uUmVhc29ucyI6IFtdCn1QSwcINBcH29EBAADRAQAAUEsDBAoACAAAAAAAgVkAAAAAAAAAAAAAAAANAAAAYXVkaW9JZHMuanNvbnt9UEsHCEO/pqMCAAAAAgAAAFBLAwQKAAgAAAAAAIFZAAAAAAAAAAAAAAAAEAAAAGF1ZGlvQ2xpcHMuanNvbmxQSwcIAAAAAAAAAAAAAAAAUEsBAhQACgAIAAAAAACBWULpf7IZAAAAGQAAAA0AAAAAAAAAAAAAAAAAAAAAAG1ldGFkYXRhLmpzb25QSwECFAAKAAgAAAAAAIFZSXbyjlatAQBWrQEADwAAAAAAAAAAAAAAAABUAAAAYXBwU3RyaW5ncy5qc29uUEsBAhQACgAIAAAAAACBWdGnVzOlfgIApX4CAA0AAAAAAAAAAAAAAAAA560BAGVsZWN0aW9uLmpzb25QSwECFAAKAAgAAAAAAIFZNBcH29EBAADRAQAAEwAAAAAAAAAAAAAAAADHLAQAc3lzdGVtU2V0dGluZ3MuanNvblBLAQIUAAoACAAAAAAAgVlDv6ajAgAAAAIAAAANAAAAAAAAAAAAAAAAANkuBABhdWRpb0lkcy5qc29uUEsBAhQACgAIAAAAAACBWQAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAFi8EAGF1ZGlvQ2xpcHMuanNvbmxQSwUGAAAAAAYABgBtAQAAVC8EAAAA'; /** * MIME type of data/electionPrimaryPrecinctSplits/election-package-default-system-settings.zip. @@ -23,7 +23,7 @@ export const mimeType = 'application/zip'; /** * Path to a file containing this file's contents. * - * SHA-256 hash of file data: ca8fb811056117bc6d0d44bb240f2b33095a500503dad431f11d827959ea0aa2 + * SHA-256 hash of file data: 8f9669198045d8f51453a16f00253fa6b91457151136a6da1edd1b115aa94f22 */ export function asFilePath(): string { const directoryPath = mkdtempSync(tmpdir() + sep); @@ -38,7 +38,7 @@ export function asFilePath(): string { /** * Convert to a `data:` URL of data/electionPrimaryPrecinctSplits/election-package-default-system-settings.zip, suitable for embedding in HTML. * - * SHA-256 hash of file data: ca8fb811056117bc6d0d44bb240f2b33095a500503dad431f11d827959ea0aa2 + * SHA-256 hash of file data: 8f9669198045d8f51453a16f00253fa6b91457151136a6da1edd1b115aa94f22 */ export function asDataUrl(): string { return `data:${mimeType};base64,${resourceDataBase64}`; @@ -47,7 +47,7 @@ export function asDataUrl(): string { /** * Raw data of data/electionPrimaryPrecinctSplits/election-package-default-system-settings.zip. * - * SHA-256 hash of file data: ca8fb811056117bc6d0d44bb240f2b33095a500503dad431f11d827959ea0aa2 + * SHA-256 hash of file data: 8f9669198045d8f51453a16f00253fa6b91457151136a6da1edd1b115aa94f22 */ export function asBuffer(): Buffer { return Buffer.from(resourceDataBase64, 'base64'); diff --git a/libs/fixtures/src/data/electionPrimaryPrecinctSplits/election.json.ts b/libs/fixtures/src/data/electionPrimaryPrecinctSplits/election.json.ts deleted file mode 100644 index f96b67391d..0000000000 --- a/libs/fixtures/src/data/electionPrimaryPrecinctSplits/election.json.ts +++ /dev/null @@ -1,88 +0,0 @@ -/* Generated by res-to-ts. DO NOT EDIT */ -/* eslint-disable */ -/* istanbul ignore file */ - -import { Buffer } from 'node:buffer'; -import { mkdtempSync, writeFileSync } from 'node:fs'; -import { tmpdir } from 'node:os'; -import { join, sep } from 'node:path'; -import { ElectionPackage, safeParseElectionDefinition, DEFAULT_SYSTEM_SETTINGS } from '@votingworks/types'; - -/** - * Data of data/electionPrimaryPrecinctSplits/election.json encoded as base64. - * - * SHA-256 hash of file data: 03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee - */ -const resourceDataBase64 = 'ewogICJiYWxsb3RMYXlvdXQiOiB7CiAgICAicGFwZXJTaXplIjogImxldHRlciIsCiAgICAibWV0YWRhdGFFbmNvZGluZyI6ICJxci1jb2RlIgogIH0sCiAgImJhbGxvdFN0cmluZ3MiOiB7CiAgICAiZW4iOiB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogewogICAgICAgICIxLU1hX3poLUhhbnMiOiAiMS1NYSIsCiAgICAgICAgIjEtTWFfemgtSGFudCI6ICIxLU1hIiwKICAgICAgICAiMS1NYV9lbiI6ICIxLU1hIiwKICAgICAgICAiMS1NYV9lcy1VUyI6ICIxLU1hIiwKICAgICAgICAiMS1GX3poLUhhbnMiOiAiMS1GIiwKICAgICAgICAiMS1GX3poLUhhbnQiOiAiMS1GIiwKICAgICAgICAiMS1GX2VuIjogIjEtRiIsCiAgICAgICAgIjEtRl9lcy1VUyI6ICIxLUYiLAogICAgICAgICIyLU1hX3poLUhhbnMiOiAiMi1NYSIsCiAgICAgICAgIjItTWFfemgtSGFudCI6ICIyLU1hIiwKICAgICAgICAiMi1NYV9lbiI6ICIyLU1hIiwKICAgICAgICAiMi1NYV9lcy1VUyI6ICIyLU1hIiwKICAgICAgICAiMi1GX3poLUhhbnMiOiAiMi1GIiwKICAgICAgICAiMi1GX3poLUhhbnQiOiAiMi1GIiwKICAgICAgICAiMi1GX2VuIjogIjItRiIsCiAgICAgICAgIjItRl9lcy1VUyI6ICIyLUYiLAogICAgICAgICIzLU1hX3poLUhhbnMiOiAiMy1NYSIsCiAgICAgICAgIjMtTWFfemgtSGFudCI6ICIzLU1hIiwKICAgICAgICAiMy1NYV9lbiI6ICIzLU1hIiwKICAgICAgICAiMy1NYV9lcy1VUyI6ICIzLU1hIiwKICAgICAgICAiMy1GX3poLUhhbnMiOiAiMy1GIiwKICAgICAgICAiMy1GX3poLUhhbnQiOiAiMy1GIiwKICAgICAgICAiMy1GX2VuIjogIjMtRiIsCiAgICAgICAgIjMtRl9lcy1VUyI6ICIzLUYiLAogICAgICAgICI0LU1hX3poLUhhbnMiOiAiNC1NYSIsCiAgICAgICAgIjQtTWFfemgtSGFudCI6ICI0LU1hIiwKICAgICAgICAiNC1NYV9lbiI6ICI0LU1hIiwKICAgICAgICAiNC1NYV9lcy1VUyI6ICI0LU1hIiwKICAgICAgICAiNC1GX3poLUhhbnMiOiAiNC1GIiwKICAgICAgICAiNC1GX3poLUhhbnQiOiAiNC1GIiwKICAgICAgICAiNC1GX2VuIjogIjQtRiIsCiAgICAgICAgIjQtRl9lcy1VUyI6ICI0LUYiCiAgICAgIH0sCiAgICAgICJjYW5kaWRhdGVOYW1lIjogewogICAgICAgICJob3JzZSI6ICJIb3JzZSIsCiAgICAgICAgIm90dGVyIjogIk90dGVyIiwKICAgICAgICAiZm94IjogIkZveCIsCiAgICAgICAgInNlYWhvcnNlIjogIlNlYWhvcnNlIiwKICAgICAgICAic2FsbW9uIjogIlNhbG1vbiIsCiAgICAgICAgInplYnJhLTEiOiAiWmVicmEiLAogICAgICAgICJsaW9uLTEiOiAiTGlvbiIsCiAgICAgICAgImthbmdhcm9vLTEiOiAiS2FuZ2Fyb28iLAogICAgICAgICJlbGVwaGFudC0xIjogIkVsZXBoYW50IiwKICAgICAgICAibWFudGEtcmF5LTEiOiAiTWFudGEgUmF5IiwKICAgICAgICAicHVmZmVyZmlzaC0xIjogIlB1ZmZlcmZpc2giLAogICAgICAgICJyb2NrZmlzaC0xIjogIlJvY2tmaXNoIiwKICAgICAgICAidHJpZ2dlcmZpc2gtMSI6ICJUcmlnZ2VyZmlzaCIsCiAgICAgICAgInplYnJhLTIiOiAiWmVicmEiLAogICAgICAgICJsaW9uLTIiOiAiTGlvbiIsCiAgICAgICAgImthbmdhcm9vLTIiOiAiS2FuZ2Fyb28iLAogICAgICAgICJlbGVwaGFudC0yIjogIkVsZXBoYW50IiwKICAgICAgICAibWFudGEtcmF5LTIiOiAiTWFudGEgUmF5IiwKICAgICAgICAicHVmZmVyZmlzaC0yIjogIlB1ZmZlcmZpc2giLAogICAgICAgICJyb2NrZmlzaC0yIjogIlJvY2tmaXNoIiwKICAgICAgICAidHJpZ2dlcmZpc2gtMiI6ICJUcmlnZ2VyZmlzaCIKICAgICAgfSwKICAgICAgImNvbnRlc3REZXNjcmlwdGlvbiI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIlNob3VsZCBmaXNoaW5nIGJlIGJhbm5lZCBpbiBhbGwgY2l0eSBvd25lZCBsYWtlcyBhbmQgcml2ZXJzPyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICJTaG91bGQgZmlzaGluZyBiZSBiYW5uZWQgaW4gYWxsIGNpdHkgb3duZWQgbGFrZXMgYW5kIHJpdmVycz8iCiAgICAgIH0sCiAgICAgICJjb250ZXN0T3B0aW9uTGFiZWwiOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyI6ICJZRVMiLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICJOTyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyI6ICJZRVMiLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICJOTyIKICAgICAgfSwKICAgICAgImNvbnRlc3RUaXRsZSI6IHsKICAgICAgICAiY291bnR5LWxlYWRlci1tYW1tYWwiOiAiQ291bnR5IExlYWRlciBNYW1tYWwiLAogICAgICAgICJjb3VudHktbGVhZGVyLWZpc2giOiAiQ291bnR5IExlYWRlciBGaXNoIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCI6ICJDb25ncmVzc2lvbmFsIDEgUmVwcmVzZW50YXRpdmUgLSBNYW1tYWwiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEtZmlzaCI6ICJDb25ncmVzc2lvbmFsIDEgUmVwcmVzZW50YXRpdmUgLSBGaXNoIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCI6ICJDb25ncmVzc2lvbmFsIDIgUmVwcmVzZW50YXRpdmUgLSBNYW1tYWwiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItZmlzaCI6ICJDb25ncmVzc2lvbmFsIDIgUmVwcmVzZW50YXRpdmUgLSBGaXNoIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIldhdGVyIERpc3RyaWN0IDEgRmlzaGluZyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICJXYXRlciBEaXN0cmljdCAyIEZpc2hpbmciCiAgICAgIH0sCiAgICAgICJjb3VudHlOYW1lIjogIlNhbXBsZSBDb3VudHkiLAogICAgICAiZGlzdHJpY3ROYW1lIjogewogICAgICAgICJjb3VudHkiOiAiQ291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIjogIkNvbmdyZXNzaW9uYWwgRGlzdHJpY3QgMSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiI6ICJDb25ncmVzc2lvbmFsIERpc3RyaWN0IDIiLAogICAgICAgICJ3YXRlci0xIjogIldhdGVyIERpc3RyaWN0IDEiLAogICAgICAgICJ3YXRlci0yIjogIldhdGVyIERpc3RyaWN0IDIiCiAgICAgIH0sCiAgICAgICJlbGVjdGlvblRpdGxlIjogIkV4YW1wbGUgUHJpbWFyeSBFbGVjdGlvbiIsCiAgICAgICJwYXJ0eUZ1bGxOYW1lIjogewogICAgICAgICIwIjogIk1hbW1hbCBQYXJ0eSIsCiAgICAgICAgIjEiOiAiRmlzaCBQYXJ0eSIKICAgICAgfSwKICAgICAgInBhcnR5TmFtZSI6IHsKICAgICAgICAiMCI6ICJNYW1tYWwiLAogICAgICAgICIxIjogIkZpc2giCiAgICAgIH0sCiAgICAgICJwcmVjaW5jdE5hbWUiOiB7CiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiOiAiUHJlY2luY3QgMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiOiAiUHJlY2luY3QgMiIsCiAgICAgICAgInByZWNpbmN0LWMxLXcyIjogIlByZWNpbmN0IDMiLAogICAgICAgICJwcmVjaW5jdC1jMiI6ICJQcmVjaW5jdCA0IgogICAgICB9LAogICAgICAic3RhdGVOYW1lIjogIlN0YXRlIG9mIFNhbXBsZSIsCiAgICAgICJiYWxsb3RMYW5ndWFnZSI6ICJFbmdsaXNoIiwKICAgICAgImVsZWN0aW9uRGF0ZSI6ICJTZXB0ZW1iZXIgOCwgMjAyMSIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbkJhY2siOiAiVHVybiBiYWxsb3Qgb3ZlciBhbmQgY29udGludWUgdm90aW5nIiwKICAgICAgImhtcGJDb250aW51ZVZvdGluZ09uTmV4dFNoZWV0IjogIkNvbnRpbnVlIHZvdGluZyBvbiBuZXh0IGJhbGxvdCBzaGVldCIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zIjogIkluc3RydWN0aW9ucyIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zVG9Wb3RlVGV4dCI6ICJUbyB2b3RlLCBjb21wbGV0ZWx5IGZpbGwgaW4gdGhlIG92YWwgbmV4dCB0byB5b3VyIGNob2ljZS4iLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRpdGxlIjogIlRvIFZvdGU6IiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGV4dCI6ICJUbyB2b3RlIGZvciBhIHBlcnNvbiB3aG9zZSBuYW1lIGlzIG5vdCBvbiB0aGUgYmFsbG90LCB3cml0ZSB0aGUgcGVyc29u4oCZcyBuYW1lIG9uIHRoZSBcIldyaXRlLWluXCIgbGluZSBhbmQgY29tcGxldGVseSBmaWxsIGluIHRoZSBvdmFsIG5leHQgdG8gdGhlIGxpbmUuIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGl0bGUiOiAiVG8gVm90ZSBmb3IgYSBXcml0ZS1pbjoiLAogICAgICAiaG1wYk9mZmljaWFsQWJzZW50ZWVCYWxsb3QiOiAiT2ZmaWNpYWwgQWJzZW50ZWUgQmFsbG90IiwKICAgICAgImhtcGJPZmZpY2lhbEJhbGxvdCI6ICJPZmZpY2lhbCBCYWxsb3QiLAogICAgICAiaG1wYk9mZmljaWFsUHJvdmlzaW9uYWxCYWxsb3QiOiAiT2ZmaWNpYWwgUHJvdmlzaW9uYWwgQmFsbG90IiwKICAgICAgImhtcGJQYWdlIjogIlBhZ2UiLAogICAgICAiaG1wYlBhZ2VJbnRlbnRpb25hbGx5QmxhbmsiOiAiVGhpcyBwYWdlIGludGVudGlvbmFsbHkgbGVmdCBibGFuayIsCiAgICAgICJobXBiU2FtcGxlQWJzZW50ZWVCYWxsb3QiOiAiU2FtcGxlIEFic2VudGVlIEJhbGxvdCIsCiAgICAgICJobXBiU2FtcGxlQmFsbG90IjogIlNhbXBsZSBCYWxsb3QiLAogICAgICAiaG1wYlNhbXBsZVByb3Zpc2lvbmFsQmFsbG90IjogIlNhbXBsZSBQcm92aXNpb25hbCBCYWxsb3QiLAogICAgICAiaG1wYlRlc3RBYnNlbnRlZUJhbGxvdCI6ICJUZXN0IEFic2VudGVlIEJhbGxvdCIsCiAgICAgICJobXBiVGVzdEJhbGxvdCI6ICJUZXN0IEJhbGxvdCIsCiAgICAgICJobXBiVGVzdFByb3Zpc2lvbmFsQmFsbG90IjogIlRlc3QgUHJvdmlzaW9uYWwgQmFsbG90IiwKICAgICAgImhtcGJWb3RlRm9yMSI6ICJWb3RlIGZvciAxIiwKICAgICAgImhtcGJWb3RlRm9yMTAiOiAiVm90ZSBmb3IgdXAgdG8gMTAiLAogICAgICAiaG1wYlZvdGVGb3IyIjogIlZvdGUgZm9yIHVwIHRvIDIiLAogICAgICAiaG1wYlZvdGVGb3IzIjogIlZvdGUgZm9yIHVwIHRvIDMiLAogICAgICAiaG1wYlZvdGVGb3I0IjogIlZvdGUgZm9yIHVwIHRvIDQiLAogICAgICAiaG1wYlZvdGVGb3I1IjogIlZvdGUgZm9yIHVwIHRvIDUiLAogICAgICAiaG1wYlZvdGVGb3I2IjogIlZvdGUgZm9yIHVwIHRvIDYiLAogICAgICAiaG1wYlZvdGVGb3I3IjogIlZvdGUgZm9yIHVwIHRvIDciLAogICAgICAiaG1wYlZvdGVGb3I4IjogIlZvdGUgZm9yIHVwIHRvIDgiLAogICAgICAiaG1wYlZvdGVGb3I5IjogIlZvdGUgZm9yIHVwIHRvIDkiLAogICAgICAiaG1wYlZvdGluZ0NvbXBsZXRlIjogIllvdSBoYXZlIGNvbXBsZXRlZCB2b3RpbmcuIiwKICAgICAgImhtcGJXcml0ZUluIjogIldyaXRlLWluIgogICAgfSwKICAgICJ6aC1IYW5zIjogewogICAgICAiY29udGVzdERlc2NyaXB0aW9uIjogewogICAgICAgICJ3YXRlci0xLWZpc2hpbmciOiAi5piv5ZCm5bqU6K+l56aB5q2i5Zyo5omA5pyJ5Z+O5biC5rmW5rOK5ZKM5rKz5rWB5Lit6ZKT6bG877yfIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nIjogIuaYr+WQpuW6lOivpeemgeatouWcqOaJgOacieWfjuW4gua5luaziuWSjOays+a1geS4remSk+mxvO+8nyIKICAgICAgfSwKICAgICAgImNvbnRlc3RPcHRpb25MYWJlbCI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIjogIuaYr+eahCIsCiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIjogIuS4jSIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyI6ICLmmK/nmoQiLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICLkuI0iCiAgICAgIH0sCiAgICAgICJjb250ZXN0VGl0bGUiOiB7CiAgICAgICAgImNvdW50eS1sZWFkZXItbWFtbWFsIjogIuWOv+mihuWvvOWTuuS5s+WKqOeJqSIsCiAgICAgICAgImNvdW50eS1sZWFkZXItZmlzaCI6ICLljr/pooblr7zpsbwiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIjogIuWbveS8miAxIOS7o+ihqCAtIOWTuuS5s+WKqOeJqSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMS1maXNoIjogIuWbveS8miAxIOS7o+ihqCAtIOiPsuS7gCIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiOiAi5Zu95LyaIDIg5Luj6KGoIC0g5ZO65Lmz5Yqo54mpIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLWZpc2giOiAi5Zu95LyaIDIg5Luj6KGoIC0g6I+y5LuAIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIuawtOWMuiAxIOmSk+mxvCIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICLmsLTljLogMiDpkpPpsbwiCiAgICAgIH0sCiAgICAgICJjb3VudHlOYW1lIjogIuagt+acrOWOvyIsCiAgICAgICJkaXN0cmljdE5hbWUiOiB7CiAgICAgICAgImNvdW50eSI6ICLljr8iLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiOiAi56ys5LiA5Zu95Lya6YCJ5Yy6IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIjogIuWbveS8muesrCAyIOmAieWMuiIsCiAgICAgICAgIndhdGVyLTEiOiAi5rC05Yy6IDEiLAogICAgICAgICJ3YXRlci0yIjogIuawtOWMuiAyIgogICAgICB9LAogICAgICAiZWxlY3Rpb25UaXRsZSI6ICLliJ3pgInnpLrkvosiLAogICAgICAicGFydHlGdWxsTmFtZSI6IHsKICAgICAgICAiMCI6ICLlk7rkubPliqjnianmtL7lr7kiLAogICAgICAgICIxIjogIumxvOa0vuWvuSIKICAgICAgfSwKICAgICAgInBhcnR5TmFtZSI6IHsKICAgICAgICAiMCI6ICLlk7rkubPliqjniakiLAogICAgICAgICIxIjogIumxvCIKICAgICAgfSwKICAgICAgInByZWNpbmN0TmFtZSI6IHsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSI6ICLnrKwx6YCJ5Yy6IiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiI6ICLnrKwy6YCJ5Yy6IiwKICAgICAgICAicHJlY2luY3QtYzEtdzIiOiAi56ysIDMg5Yy6IiwKICAgICAgICAicHJlY2luY3QtYzIiOiAi56ys5Zub5Yy6IgogICAgICB9LAogICAgICAic3RhdGVOYW1lIjogIuagt+WTgeeKtuaAgSIsCiAgICAgICJiYWxsb3RMYW5ndWFnZSI6ICLnroDkvZPkuK3mlociLAogICAgICAiZWxlY3Rpb25EYXRlIjogIjIwMjHlubQ55pyIOOaXpSIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbkJhY2siOiAi5bCG6YCJ56Wo57+76L+H5p2l77yM57un57ut5oqV56WoIiwKICAgICAgImhtcGJDb250aW51ZVZvdGluZ09uTmV4dFNoZWV0IjogIuWcqOS4i+S4gOW8oOmAieelqOS4iue7p+e7reaKleelqCIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zIjogIuivtOaYjiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zVG9Wb3RlVGV4dCI6ICLopoHmipXnpajvvIzor7flrozmlbTloavlhpnmgqjmiYDpgInpobnnm67ml4HovrnnmoTmpK3lnIblvaLmoYbjgIIiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRpdGxlIjogIuaKleelqO+8miIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRleHQiOiAi5aaC5p6c6KaB5Li65pyq5Ye6546w5Zyo6YCJ56Wo5LiK55qE5Lq66L+b6KGM5oqV56Wo77yM6K+35Zyo4oCc5YaZ5YWl5YCZ6YCJ5Lq64oCc6KGM5Lit5YaZ5LiL5q2k5Lq655qE5aeT5ZCN77yM5bm25a6M5pW05aGr5YaZ6K+l6KGM5peB6L6555qE5qSt5ZyG5b2i5Yy65Z+f44CCIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGl0bGUiOiAi5oqV56Wo6YCJ5Li+5YCZ6YCJ5Lq677yaIiwKICAgICAgImhtcGJPZmZpY2lhbEFic2VudGVlQmFsbG90IjogIuato+W8j+e8uuW4remAieelqCIsCiAgICAgICJobXBiT2ZmaWNpYWxCYWxsb3QiOiAi5q2j5byP6YCJ56WoIiwKICAgICAgImhtcGJPZmZpY2lhbFByb3Zpc2lvbmFsQmFsbG90IjogIuaZrumAmuS4tOaXtumAieelqCIsCiAgICAgICJobXBiUGFnZSI6ICLpobXnoIEiLAogICAgICAiaG1wYlBhZ2VJbnRlbnRpb25hbGx5QmxhbmsiOiAi5pys6aG15Li65pyJ5oSP55WZ56m6IiwKICAgICAgImhtcGJTYW1wbGVBYnNlbnRlZUJhbGxvdCI6ICLnvLrluK3pgInnpajmoLfmnKwiLAogICAgICAiaG1wYlNhbXBsZUJhbGxvdCI6ICLpgInnpajmoLfmnKwiLAogICAgICAiaG1wYlNhbXBsZVByb3Zpc2lvbmFsQmFsbG90IjogIuS4tOaXtumAieelqOagt+acrCIsCiAgICAgICJobXBiVGVzdEFic2VudGVlQmFsbG90IjogIua1i+ivlee8uuW4remAieelqCIsCiAgICAgICJobXBiVGVzdEJhbGxvdCI6ICLmtYvor5XpgInnpagiLAogICAgICAiaG1wYlRlc3RQcm92aXNpb25hbEJhbGxvdCI6ICLmtYvor5XkuLTml7bpgInnpagiLAogICAgICAiaG1wYlZvdGVGb3IxIjogIuaKlTHnpagiLAogICAgICAiaG1wYlZvdGVGb3IxMCI6ICLmnIDlpJrmipUxMOelqCIsCiAgICAgICJobXBiVm90ZUZvcjIiOiAi5pyA5aSa5oqVMuelqCIsCiAgICAgICJobXBiVm90ZUZvcjMiOiAi5pyA5aSa5oqVM+elqCIsCiAgICAgICJobXBiVm90ZUZvcjQiOiAi5pyA5aSa5oqVNOelqCIsCiAgICAgICJobXBiVm90ZUZvcjUiOiAi5pyA5aSa5oqVNeelqCIsCiAgICAgICJobXBiVm90ZUZvcjYiOiAi5pyA5aSa5oqVNuelqCIsCiAgICAgICJobXBiVm90ZUZvcjciOiAi5pyA5aSa5oqVN+elqCIsCiAgICAgICJobXBiVm90ZUZvcjgiOiAi5pyA5aSa5oqVOOelqCIsCiAgICAgICJobXBiVm90ZUZvcjkiOiAi5pyA5aSa5oqVOeelqCIsCiAgICAgICJobXBiVm90aW5nQ29tcGxldGUiOiAi5oKo5bey5a6M5oiQ5oqV56Wo44CCIiwKICAgICAgImhtcGJXcml0ZUluIjogIuWGmeWFpeWAmemAieS6uiIKICAgIH0sCiAgICAiemgtSGFudCI6IHsKICAgICAgImNvbnRlc3REZXNjcmlwdGlvbiI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIuaYr+WQpuaHieipsuemgeatouWcqOaJgOacieWfjuW4guaTgeacieeahOa5luaziuWSjOays+a1geS4reaNlemtmu+8nyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICLmmK/lkKbmh4noqbLnpoHmraLlnKjmiYDmnInln47luILmk4HmnInnmoTmuZbms4rlkozmsrPmtYHkuK3mjZXprZrvvJ8iCiAgICAgIH0sCiAgICAgICJjb250ZXN0T3B0aW9uTGFiZWwiOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyI6ICLmmK/nmoQiLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICLkuI0iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciOiAi5piv55qEIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciOiAi5LiNIgogICAgICB9LAogICAgICAiY29udGVzdFRpdGxlIjogewogICAgICAgICJjb3VudHktbGVhZGVyLW1hbW1hbCI6ICLnuKPpoJjlsI7lk7rkubPli5XniakiLAogICAgICAgICJjb3VudHktbGVhZGVyLWZpc2giOiAi57ij6ZW36a2aIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCI6ICLlnIvmnIMgMSDku6PooaggLSDlk7rkubPli5XniakiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEtZmlzaCI6ICLlnIvmnIMgMSDku6PooaggLSDprZoiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIjogIuWci+acgyAyIOS7o+ihqCAtIOWTuuS5s+WLleeJqSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMi1maXNoIjogIuWci+acgyAyIOS7o+ihqCAtIEZpc2giLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmciOiAi5rC05Z+fIDEg5Y2A6Yej6a2aIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nIjogIuawtOWNgCAyIOmHo+mtmiIKICAgICAgfSwKICAgICAgImNvdW50eU5hbWUiOiAi5qij5pys57ijIiwKICAgICAgImRpc3RyaWN0TmFtZSI6IHsKICAgICAgICAiY291bnR5IjogIue4oyIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSI6ICLlnIvmnIPnrKzkuIDpgbjljYAiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiOiAi5ZyL5pyD56ys5LqM6YG45Y2AIiwKICAgICAgICAid2F0ZXItMSI6ICLmsLTljYAxIiwKICAgICAgICAid2F0ZXItMiI6ICLmsLTljYAyIgogICAgICB9LAogICAgICAiZWxlY3Rpb25UaXRsZSI6ICLliJ3pgbjnr4TkvosiLAogICAgICAicGFydHlGdWxsTmFtZSI6IHsKICAgICAgICAiMCI6ICLlk7rkubPli5XnianmtL7lsI0iLAogICAgICAgICIxIjogIumtmum7qCIKICAgICAgfSwKICAgICAgInBhcnR5TmFtZSI6IHsKICAgICAgICAiMCI6ICLlk7rkubPli5XniakiLAogICAgICAgICIxIjogIumtmiIKICAgICAgfSwKICAgICAgInByZWNpbmN0TmFtZSI6IHsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSI6ICLnrKwx6YG45Y2AIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiI6ICLnrKwy6YG45Y2AIiwKICAgICAgICAicHJlY2luY3QtYzEtdzIiOiAi5YiG5bGAIDMiLAogICAgICAgICJwcmVjaW5jdC1jMiI6ICI0IOWNgCIKICAgICAgfSwKICAgICAgInN0YXRlTmFtZSI6ICLmqKPlk4Hni4DmhYsiLAogICAgICAiYmFsbG90TGFuZ3VhZ2UiOiAi57mB6auU5Lit5paHIiwKICAgICAgImVsZWN0aW9uRGF0ZSI6ICIyMDIx5bm0OeaciDjml6UiLAogICAgICAiaG1wYkNvbnRpbnVlVm90aW5nT25CYWNrIjogIuWwh+mBuOelqOe/u+mBjuS+hu+8jOe5vOe6jOaKleelqCIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbk5leHRTaGVldCI6ICLlnKjkuIvkuIDlvLXpgbjnpajkuIrnubznuozmipXnpagiLAogICAgICAiaG1wYkluc3RydWN0aW9ucyI6ICLoqqrmmI4iLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRleHQiOiAi6KaB5oqV56Wo77yM6KuL5a6M5pW05aGr5a+r5oKo5omA6YG46aCF55uu5peB6YKK55qE5qmi5ZyT5b2i5qGG44CCIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUaXRsZSI6ICLmipXnpajvvJoiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1dyaXRlSW5UZXh0IjogIuWmguaenOimgeeCuuacquWHuuePvuWcqOmBuOelqOS4iueahOS6uumAsuihjOaKleelqO+8jOiri+WcqOOAjOWvq+WFpeWAmemBuOS6uuOAjOihjOS4reWvq+S4i+atpOS6uueahOWnk+WQje+8jOS4puWujOaVtOWhq+Wvq+ipsuihjOaXgemCiueahOapouWck+W9ouWNgOWfn+OAgiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRpdGxlIjogIuaKleelqOmBuOiIieWAmemBuOS6uu+8miIsCiAgICAgICJobXBiT2ZmaWNpYWxBYnNlbnRlZUJhbGxvdCI6ICLmraPlvI/nvLrluK3pgbjnpagiLAogICAgICAiaG1wYk9mZmljaWFsQmFsbG90IjogIuato+W8j+mBuOelqCIsCiAgICAgICJobXBiT2ZmaWNpYWxQcm92aXNpb25hbEJhbGxvdCI6ICLmma7pgJroh6jmmYLpgbjnpagiLAogICAgICAiaG1wYlBhZ2UiOiAi6aCB56K8IiwKICAgICAgImhtcGJQYWdlSW50ZW50aW9uYWxseUJsYW5rIjogIuacrOmggeeCuuacieaEj+eVmeepuiIsCiAgICAgICJobXBiU2FtcGxlQWJzZW50ZWVCYWxsb3QiOiAi57y65bit6YG456Wo5qij5pysIiwKICAgICAgImhtcGJTYW1wbGVCYWxsb3QiOiAi6YG456Wo5qij5pysIiwKICAgICAgImhtcGJTYW1wbGVQcm92aXNpb25hbEJhbGxvdCI6ICLoh6jmmYLpgbjnpajmqKPmnKwiLAogICAgICAiaG1wYlRlc3RBYnNlbnRlZUJhbGxvdCI6ICLmuKzoqabnvLrluK3pgbjnpagiLAogICAgICAiaG1wYlRlc3RCYWxsb3QiOiAi5ris6Kmm6YG456WoIiwKICAgICAgImhtcGJUZXN0UHJvdmlzaW9uYWxCYWxsb3QiOiAi5ris6Kmm6Ieo5pmC6YG456WoIiwKICAgICAgImhtcGJWb3RlRm9yMSI6ICLmipUx56WoIiwKICAgICAgImhtcGJWb3RlRm9yMTAiOiAi5pyA5aSa5oqVMTDnpagiLAogICAgICAiaG1wYlZvdGVGb3IyIjogIuacgOWkmuaKlTLnpagiLAogICAgICAiaG1wYlZvdGVGb3IzIjogIuacgOWkmuaKlTPnpagiLAogICAgICAiaG1wYlZvdGVGb3I0IjogIuacgOWkmuaKlTTnpagiLAogICAgICAiaG1wYlZvdGVGb3I1IjogIuacgOWkmuaKlTXnpagiLAogICAgICAiaG1wYlZvdGVGb3I2IjogIuacgOWkmuaKlTbnpagiLAogICAgICAiaG1wYlZvdGVGb3I3IjogIuacgOWkmuaKlTfnpagiLAogICAgICAiaG1wYlZvdGVGb3I4IjogIuacgOWkmuaKlTjnpagiLAogICAgICAiaG1wYlZvdGVGb3I5IjogIuacgOWkmuaKlTnnpagiLAogICAgICAiaG1wYlZvdGluZ0NvbXBsZXRlIjogIuaCqOW3suWujOaIkOaKleelqOOAgiIsCiAgICAgICJobXBiV3JpdGVJbiI6ICLlr6vlhaXlgJnpgbjkuroiCiAgICB9LAogICAgImVzLVVTIjogewogICAgICAiY29udGVzdERlc2NyaXB0aW9uIjogewogICAgICAgICJ3YXRlci0xLWZpc2hpbmciOiAiwr9EZWJlcsOtYSBwcm9oaWJpcnNlIGxhIHBlc2NhIGVuIHRvZG9zIGxvcyBsYWdvcyB5IHLDrW9zIHByb3BpZWRhZCBkZSBsYSBjaXVkYWQ/IiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nIjogIsK/RGViZXLDrWEgcHJvaGliaXJzZSBsYSBwZXNjYSBlbiB0b2RvcyBsb3MgbGFnb3MgeSByw61vcyBwcm9waWVkYWQgZGUgbGEgY2l1ZGFkPyIKICAgICAgfSwKICAgICAgImNvbnRlc3RPcHRpb25MYWJlbCI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIjogIlPDjSIsCiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIjogIk5PIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIjogIlPDjSIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIjogIk5PIgogICAgICB9LAogICAgICAiY29udGVzdFRpdGxlIjogewogICAgICAgICJjb3VudHktbGVhZGVyLW1hbW1hbCI6ICJMw61kZXIgZGVsIGNvbmRhZG8gTWFtw61mZXJvIiwKICAgICAgICAiY291bnR5LWxlYWRlci1maXNoIjogIkzDrWRlciBkZWwgY29uZGFkbyBkZSBGaXNoIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCI6ICIxIHJlcHJlc2VudGFudGUgZGVsIENvbmdyZXNvIC0gTWFtw61mZXJvIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLWZpc2giOiAiMSByZXByZXNlbnRhbnRlIGRlbCBDb25ncmVzbyAtIFBlc2NhZG8iLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIjogIjIgcmVwcmVzZW50YW50ZXMgZGVsIENvbmdyZXNvIC0gTWFtw61mZXJvIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLWZpc2giOiAiUmVwcmVzZW50YW50ZSBkZWwgQ29uZ3Jlc28gMiAtIFBlc2NhZG8iLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmciOiAiRGlzdHJpdG8gMSBkZSBwZXNjYSIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICJEaXN0cml0byBkZSBBZ3VhIDIgUGVzY2EiCiAgICAgIH0sCiAgICAgICJjb3VudHlOYW1lIjogIk11ZXN0cmEgZGVsIGNvbmRhZG8iLAogICAgICAiZGlzdHJpY3ROYW1lIjogewogICAgICAgICJjb3VudHkiOiAiQ29uZGFkbyIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSI6ICJEaXN0cml0byBDb25ncmVzaW9uYWwgMSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiI6ICJEaXN0cml0byBDb25ncmVzaW9uYWwgMiIsCiAgICAgICAgIndhdGVyLTEiOiAiRGlzdHJpdG8gZGUgQWd1YSAxIiwKICAgICAgICAid2F0ZXItMiI6ICJEaXN0cml0byBkZSBBZ3VhIDIiCiAgICAgIH0sCiAgICAgICJlbGVjdGlvblRpdGxlIjogIkVqZW1wbG8gZGUgZWxlY2Npw7NuIHByaW1hcmlhIiwKICAgICAgInBhcnR5RnVsbE5hbWUiOiB7CiAgICAgICAgIjAiOiAiRmllc3RhIGRlIGxvcyBNYW3DrWZlcm9zIiwKICAgICAgICAiMSI6ICJGaWVzdGEgZGVsIHBlc2NhZG8iCiAgICAgIH0sCiAgICAgICJwYXJ0eU5hbWUiOiB7CiAgICAgICAgIjAiOiAiTWFtw61mZXJvIiwKICAgICAgICAiMSI6ICJQZXoiCiAgICAgIH0sCiAgICAgICJwcmVjaW5jdE5hbWUiOiB7CiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiOiAiRGlzdHJpdG8gRWxlY3RvcmFsIDEiLAogICAgICAgICJwcmVjaW5jdC1jMS13MS0yIjogIkRpc3RyaXRvIEVsZWN0b3JhbCAyIiwKICAgICAgICAicHJlY2luY3QtYzEtdzIiOiAiRGlzdHJpdG8gMyIsCiAgICAgICAgInByZWNpbmN0LWMyIjogIkRpc3RyaXRvIDQiCiAgICAgIH0sCiAgICAgICJzdGF0ZU5hbWUiOiAiRXN0YWRvIGRlIGxhIG11ZXN0cmEiLAogICAgICAiYmFsbG90TGFuZ3VhZ2UiOiAiZXNwYcOxb2wgKEVFLiBVVS4pIiwKICAgICAgImVsZWN0aW9uRGF0ZSI6ICI4IGRlIHNlcHRpZW1icmUgZGUgMjAyMSIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbkJhY2siOiAiVm9sdGVhIGxhIGJvbGV0YSB5IGNvbnRpbsO6YSB2b3RhbmRvIiwKICAgICAgImhtcGJDb250aW51ZVZvdGluZ09uTmV4dFNoZWV0IjogIkNvbnRpbsO6YSB2b3RhbmRvIGVuIGxhIHNpZ3VpZW50ZSBob2phIGRlIGxhIGJvbGV0YSIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zIjogIkluc3RydWNjaW9uZXMiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRleHQiOiAiUGFyYSB2b3RhciwgbGxlbmEgY29tcGxldGFtZW50ZSBlbCDDs3ZhbG8ganVudG8gYSB0dSBlbGVjY2nDs24uIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUaXRsZSI6ICJQYXJhIHZvdGFyOiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRleHQiOiAiUGFyYSB2b3RhciBwb3IgdW5hIHBlcnNvbmEgY3V5byBub21icmUgbm8gZXN0w6EgZW4gbGEgYm9sZXRhLCBlc2NyaWJlIGVsIG5vbWJyZSBkZSBsYSBwZXJzb25hIGVuIGxhIGzDrW5lYSBcIkNhbmRpZGF0byBwb3IgRXNjcml0b1wiIHkgbGxlbmEgY29tcGxldGFtZW50ZSBlbCDDs3ZhbG8ganVudG8gYSBsYSBsw61uZWEuIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGl0bGUiOiAiUGFyYSB2b3RhciBwb3IgdW4gY2FuZGlkYXRvIHBvciBlc2NyaXRvOiIsCiAgICAgICJobXBiT2ZmaWNpYWxBYnNlbnRlZUJhbGxvdCI6ICJCb2xldGEgb2ZpY2lhbCBkZSB2b3RvIGF1c2VudGUiLAogICAgICAiaG1wYk9mZmljaWFsQmFsbG90IjogIkJvbGV0YSBvZmljaWFsIiwKICAgICAgImhtcGJPZmZpY2lhbFByb3Zpc2lvbmFsQmFsbG90IjogIkJvbGV0YSBvZmljaWFsIHByb3Zpc2lvbmFsIiwKICAgICAgImhtcGJQYWdlIjogIlDDoWdpbmEiLAogICAgICAiaG1wYlBhZ2VJbnRlbnRpb25hbGx5QmxhbmsiOiAiRXN0YSBww6FnaW5hIGVzdMOhIGludGVuY2lvbmFsbWVudGUgZW4gYmxhbmNvIiwKICAgICAgImhtcGJTYW1wbGVBYnNlbnRlZUJhbGxvdCI6ICJNb2RlbG8gZGUgYm9sZXRhIGRlIHZvdG8gYXVzZW50ZSIsCiAgICAgICJobXBiU2FtcGxlQmFsbG90IjogIkJvbGV0YSBkZSBtdWVzdHJhIiwKICAgICAgImhtcGJTYW1wbGVQcm92aXNpb25hbEJhbGxvdCI6ICJCb2xldGEgZGUgbXVlc3RyYSBwcm92aXNpb25hbCIsCiAgICAgICJobXBiVGVzdEFic2VudGVlQmFsbG90IjogIkJvbGV0YSBkZSBwcnVlYmEgZGUgdm90byBhdXNlbnRlIiwKICAgICAgImhtcGJUZXN0QmFsbG90IjogIkJvbGV0YSBkZSBwcnVlYmEiLAogICAgICAiaG1wYlRlc3RQcm92aXNpb25hbEJhbGxvdCI6ICJCb2xldGEgZGUgcHJ1ZWJhIHByb3Zpc2lvbmFsIiwKICAgICAgImhtcGJWb3RlRm9yMSI6ICJWb3RhIHBvciAxIiwKICAgICAgImhtcGJWb3RlRm9yMTAiOiAiVm90YSBwb3IgaGFzdGEgMTAiLAogICAgICAiaG1wYlZvdGVGb3IyIjogIlZvdGEgcG9yIGhhc3RhIDIiLAogICAgICAiaG1wYlZvdGVGb3IzIjogIlZvdGEgcG9yIGhhc3RhIDMiLAogICAgICAiaG1wYlZvdGVGb3I0IjogIlZvdGEgcG9yIGhhc3RhIDQiLAogICAgICAiaG1wYlZvdGVGb3I1IjogIlZvdGEgcG9yIGhhc3RhIDUiLAogICAgICAiaG1wYlZvdGVGb3I2IjogIlZvdGEgcG9yIGhhc3RhIDYiLAogICAgICAiaG1wYlZvdGVGb3I3IjogIlZvdGEgcG9yIGhhc3RhIDciLAogICAgICAiaG1wYlZvdGVGb3I4IjogIlZvdGEgcG9yIGhhc3RhIDgiLAogICAgICAiaG1wYlZvdGVGb3I5IjogIlZvdGEgcG9yIGhhc3RhIDkiLAogICAgICAiaG1wYlZvdGluZ0NvbXBsZXRlIjogIkhhcyBjb21wbGV0YWRvIGxhIHZvdGFjacOzbi4iLAogICAgICAiaG1wYldyaXRlSW4iOiAiQ2FuZGlkYXRvIHBvciBlc2NyaXRvIgogICAgfQogIH0sCiAgImJhbGxvdFN0eWxlcyI6IFsKICAgIHsKICAgICAgImlkIjogIjEtTWFfemgtSGFucyIsCiAgICAgICJncm91cElkIjogIjEtTWEiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMS13MS0xIiwgInByZWNpbmN0LWMxLXcxLTIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWyJ6aC1IYW5zIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxLU1hX3poLUhhbnQiLAogICAgICAiZ3JvdXBJZCI6ICIxLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzEtdzEtMSIsICJwcmVjaW5jdC1jMS13MS0yIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTEiLCAid2F0ZXItMSJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1NYV9lbiIsCiAgICAgICJncm91cElkIjogIjEtTWEiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMS13MS0xIiwgInByZWNpbmN0LWMxLXcxLTIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlbiJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1NYV9lcy1VUyIsCiAgICAgICJncm91cElkIjogIjEtTWEiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMS13MS0xIiwgInByZWNpbmN0LWMxLXcxLTIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlcy1VUyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1GX3poLUhhbnMiLAogICAgICAiZ3JvdXBJZCI6ICIxLUYiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMS13MS0xIiwgInByZWNpbmN0LWMxLXcxLTIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJ6aC1IYW5zIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxLUZfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjEtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMxLXcxLTEiLCAicHJlY2luY3QtYzEtdzEtMiJdLAogICAgICAiZGlzdHJpY3RzIjogWyJjb3VudHkiLCAiY29uZ3Jlc3Npb25hbC0xIiwgIndhdGVyLTEiXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbInpoLUhhbnQiXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjEtRl9lbiIsCiAgICAgICJncm91cElkIjogIjEtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMxLXcxLTEiLCAicHJlY2luY3QtYzEtdzEtMiJdLAogICAgICAiZGlzdHJpY3RzIjogWyJjb3VudHkiLCAiY29uZ3Jlc3Npb25hbC0xIiwgIndhdGVyLTEiXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbImVuIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxLUZfZXMtVVMiLAogICAgICAiZ3JvdXBJZCI6ICIxLUYiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMS13MS0xIiwgInByZWNpbmN0LWMxLXcxLTIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlcy1VUyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1NYV96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMi1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMxLXcyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTEiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFucyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1NYV96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiMi1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMxLXcyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTEiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1NYV9lbiIsCiAgICAgICJncm91cElkIjogIjItTWEiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMS13MiJdLAogICAgICAiZGlzdHJpY3RzIjogWyJjb3VudHkiLCAiY29uZ3Jlc3Npb25hbC0xIiwgIndhdGVyLTIiXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbImVuIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLU1hX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMi1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMxLXcyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTEiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiZXMtVVMiXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjItRl96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMi1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzEtdzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0yIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJ6aC1IYW5zIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLUZfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjItRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMxLXcyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTEiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1GX2VuIiwKICAgICAgImdyb3VwSWQiOiAiMi1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzEtdzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0yIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlbiJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1GX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMi1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzEtdzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0yIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlcy1VUyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1NYV96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMSJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFucyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1NYV96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMSJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1NYV9lbiIsCiAgICAgICJncm91cElkIjogIjMtTWEiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMiJdLAogICAgICAiZGlzdHJpY3RzIjogWyJjb3VudHkiLCAiY29uZ3Jlc3Npb25hbC0yIiwgIndhdGVyLTEiXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbImVuIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIzLU1hX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMSJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiZXMtVVMiXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjMtRl96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMy1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMiIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJ6aC1IYW5zIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIzLUZfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjMtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMSJdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1GX2VuIiwKICAgICAgImdyb3VwSWQiOiAiMy1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMiIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlbiJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1GX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMy1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMiIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlcy1VUyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1NYV96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiNC1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFucyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1NYV96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiNC1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1NYV9lbiIsCiAgICAgICJncm91cElkIjogIjQtTWEiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMiJdLAogICAgICAiZGlzdHJpY3RzIjogWyJjb3VudHkiLCAiY29uZ3Jlc3Npb25hbC0yIiwgIndhdGVyLTIiXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbImVuIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICI0LU1hX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiNC1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiZXMtVVMiXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjQtRl96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiNC1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMiIsICJ3YXRlci0yIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJ6aC1IYW5zIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICI0LUZfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjQtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1GX2VuIiwKICAgICAgImdyb3VwSWQiOiAiNC1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMiIsICJ3YXRlci0yIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlbiJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1GX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiNC1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMiIsICJ3YXRlci0yIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlcy1VUyJdCiAgICB9CiAgXSwKICAiY29udGVzdHMiOiBbCiAgICB7CiAgICAgICJpZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICJkaXN0cmljdElkIjogImNvdW50eSIsCiAgICAgICJ0aXRsZSI6ICJDb3VudHkgTGVhZGVyIE1hbW1hbCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJob3JzZSIsCiAgICAgICAgICAibmFtZSI6ICJIb3JzZSIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjAiXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogIm90dGVyIiwKICAgICAgICAgICJuYW1lIjogIk90dGVyIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMCJdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAiZm94IiwKICAgICAgICAgICJuYW1lIjogIkZveCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjAiXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiBmYWxzZSwKICAgICAgInBhcnR5SWQiOiAiMCIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAiZGlzdHJpY3RJZCI6ICJjb3VudHkiLAogICAgICAidGl0bGUiOiAiQ291bnR5IExlYWRlciBGaXNoIiwKICAgICAgInR5cGUiOiAiY2FuZGlkYXRlIiwKICAgICAgInNlYXRzIjogMSwKICAgICAgImNhbmRpZGF0ZXMiOiBbCiAgICAgICAgewogICAgICAgICAgImlkIjogInNlYWhvcnNlIiwKICAgICAgICAgICJuYW1lIjogIlNlYWhvcnNlIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMSJdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAic2FsbW9uIiwKICAgICAgICAgICJuYW1lIjogIlNhbG1vbiIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjEiXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiBmYWxzZSwKICAgICAgInBhcnR5SWQiOiAiMSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgImRpc3RyaWN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgInRpdGxlIjogIkNvbmdyZXNzaW9uYWwgMSBSZXByZXNlbnRhdGl2ZSAtIE1hbW1hbCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJ6ZWJyYS0xIiwKICAgICAgICAgICJuYW1lIjogIlplYnJhIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMCJdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAibGlvbi0xIiwKICAgICAgICAgICJuYW1lIjogIkxpb24iLAogICAgICAgICAgInBhcnR5SWRzIjogWyIwIl0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJrYW5nYXJvby0xIiwKICAgICAgICAgICJuYW1lIjogIkthbmdhcm9vIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMCJdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAiZWxlcGhhbnQtMSIsCiAgICAgICAgICAibmFtZSI6ICJFbGVwaGFudCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjAiXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiB0cnVlLAogICAgICAicGFydHlJZCI6ICIwIgogICAgfSwKICAgIHsKICAgICAgImlkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgImRpc3RyaWN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgInRpdGxlIjogIkNvbmdyZXNzaW9uYWwgMSBSZXByZXNlbnRhdGl2ZSAtIEZpc2giLAogICAgICAidHlwZSI6ICJjYW5kaWRhdGUiLAogICAgICAic2VhdHMiOiAxLAogICAgICAiY2FuZGlkYXRlcyI6IFsKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAibWFudGEtcmF5LTEiLAogICAgICAgICAgIm5hbWUiOiAiTWFudGEgUmF5IiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMSJdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAicHVmZmVyZmlzaC0xIiwKICAgICAgICAgICJuYW1lIjogIlB1ZmZlcmZpc2giLAogICAgICAgICAgInBhcnR5SWRzIjogWyIxIl0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJyb2NrZmlzaC0xIiwKICAgICAgICAgICJuYW1lIjogIlJvY2tmaXNoIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMSJdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAidHJpZ2dlcmZpc2gtMSIsCiAgICAgICAgICAibmFtZSI6ICJUcmlnZ2VyZmlzaCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjEiXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiB0cnVlLAogICAgICAicGFydHlJZCI6ICIxIgogICAgfSwKICAgIHsKICAgICAgImlkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAiZGlzdHJpY3RJZCI6ICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAidGl0bGUiOiAiQ29uZ3Jlc3Npb25hbCAyIFJlcHJlc2VudGF0aXZlIC0gTWFtbWFsIiwKICAgICAgInR5cGUiOiAiY2FuZGlkYXRlIiwKICAgICAgInNlYXRzIjogMSwKICAgICAgImNhbmRpZGF0ZXMiOiBbCiAgICAgICAgewogICAgICAgICAgImlkIjogInplYnJhLTIiLAogICAgICAgICAgIm5hbWUiOiAiWmVicmEiLAogICAgICAgICAgInBhcnR5SWRzIjogWyIwIl0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJsaW9uLTIiLAogICAgICAgICAgIm5hbWUiOiAiTGlvbiIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjAiXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogImthbmdhcm9vLTIiLAogICAgICAgICAgIm5hbWUiOiAiS2FuZ2Fyb28iLAogICAgICAgICAgInBhcnR5SWRzIjogWyIwIl0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJlbGVwaGFudC0yIiwKICAgICAgICAgICJuYW1lIjogIkVsZXBoYW50IiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMCJdCiAgICAgICAgfQogICAgICBdLAogICAgICAiYWxsb3dXcml0ZUlucyI6IHRydWUsCiAgICAgICJwYXJ0eUlkIjogIjAiCiAgICB9LAogICAgewogICAgICAiaWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAiZGlzdHJpY3RJZCI6ICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAidGl0bGUiOiAiQ29uZ3Jlc3Npb25hbCAyIFJlcHJlc2VudGF0aXZlIC0gRmlzaCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJtYW50YS1yYXktMiIsCiAgICAgICAgICAibmFtZSI6ICJNYW50YSBSYXkiLAogICAgICAgICAgInBhcnR5SWRzIjogWyIxIl0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJwdWZmZXJmaXNoLTIiLAogICAgICAgICAgIm5hbWUiOiAiUHVmZmVyZmlzaCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjEiXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogInJvY2tmaXNoLTIiLAogICAgICAgICAgIm5hbWUiOiAiUm9ja2Zpc2giLAogICAgICAgICAgInBhcnR5SWRzIjogWyIxIl0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJ0cmlnZ2VyZmlzaC0yIiwKICAgICAgICAgICJuYW1lIjogIlRyaWdnZXJmaXNoIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMSJdCiAgICAgICAgfQogICAgICBdLAogICAgICAiYWxsb3dXcml0ZUlucyI6IHRydWUsCiAgICAgICJwYXJ0eUlkIjogIjEiCiAgICB9LAogICAgewogICAgICAiaWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgImRpc3RyaWN0SWQiOiAid2F0ZXItMSIsCiAgICAgICJ0aXRsZSI6ICJXYXRlciBEaXN0cmljdCAxIEZpc2hpbmciLAogICAgICAidHlwZSI6ICJ5ZXNubyIsCiAgICAgICJkZXNjcmlwdGlvbiI6ICJTaG91bGQgZmlzaGluZyBiZSBiYW5uZWQgaW4gYWxsIGNpdHkgb3duZWQgbGFrZXMgYW5kIHJpdmVycz8iLAogICAgICAieWVzT3B0aW9uIjogewogICAgICAgICJpZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciLAogICAgICAgICJsYWJlbCI6ICJZRVMiCiAgICAgIH0sCiAgICAgICJub09wdGlvbiI6IHsKICAgICAgICAiaWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciLAogICAgICAgICJsYWJlbCI6ICJOTyIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImlkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICJkaXN0cmljdElkIjogIndhdGVyLTIiLAogICAgICAidGl0bGUiOiAiV2F0ZXIgRGlzdHJpY3QgMiBGaXNoaW5nIiwKICAgICAgInR5cGUiOiAieWVzbm8iLAogICAgICAiZGVzY3JpcHRpb24iOiAiU2hvdWxkIGZpc2hpbmcgYmUgYmFubmVkIGluIGFsbCBjaXR5IG93bmVkIGxha2VzIGFuZCByaXZlcnM/IiwKICAgICAgInllc09wdGlvbiI6IHsKICAgICAgICAiaWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIiwKICAgICAgICAibGFiZWwiOiAiWUVTIgogICAgICB9LAogICAgICAibm9PcHRpb24iOiB7CiAgICAgICAgImlkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIiwKICAgICAgICAibGFiZWwiOiAiTk8iCiAgICAgIH0KICAgIH0KICBdLAogICJjb3VudHkiOiB7CiAgICAiaWQiOiAic2FtcGxlLWNvdW50eSIsCiAgICAibmFtZSI6ICJTYW1wbGUgQ291bnR5IgogIH0sCiAgImRhdGUiOiAiMjAyMS0wOS0wOCIsCiAgImRpc3RyaWN0cyI6IFsKICAgIHsKICAgICAgImlkIjogImNvdW50eSIsCiAgICAgICJuYW1lIjogIkNvdW50eSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAibmFtZSI6ICJDb25ncmVzc2lvbmFsIERpc3RyaWN0IDEiCiAgICB9LAogICAgewogICAgICAiaWQiOiAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgIm5hbWUiOiAiQ29uZ3Jlc3Npb25hbCBEaXN0cmljdCAyIgogICAgfSwKICAgIHsKICAgICAgImlkIjogIndhdGVyLTEiLAogICAgICAibmFtZSI6ICJXYXRlciBEaXN0cmljdCAxIgogICAgfSwKICAgIHsKICAgICAgImlkIjogIndhdGVyLTIiLAogICAgICAibmFtZSI6ICJXYXRlciBEaXN0cmljdCAyIgogICAgfQogIF0sCiAgImlkIjogImVsZWN0aW9uLXByaW1hcnktcHJlY2luY3Qtc3BsaXRzIiwKICAicGFydGllcyI6IFsKICAgIHsKICAgICAgImlkIjogIjAiLAogICAgICAibmFtZSI6ICJNYW1tYWwiLAogICAgICAiZnVsbE5hbWUiOiAiTWFtbWFsIFBhcnR5IiwKICAgICAgImFiYnJldiI6ICJNYSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxIiwKICAgICAgIm5hbWUiOiAiRmlzaCIsCiAgICAgICJmdWxsTmFtZSI6ICJGaXNoIFBhcnR5IiwKICAgICAgImFiYnJldiI6ICJGIgogICAgfQogIF0sCiAgInByZWNpbmN0cyI6IFsKICAgIHsKICAgICAgImlkIjogInByZWNpbmN0LWMxLXcxLTEiLAogICAgICAibmFtZSI6ICJQcmVjaW5jdCAxIgogICAgfSwKICAgIHsKICAgICAgImlkIjogInByZWNpbmN0LWMxLXcxLTIiLAogICAgICAibmFtZSI6ICJQcmVjaW5jdCAyIgogICAgfSwKICAgIHsKICAgICAgImlkIjogInByZWNpbmN0LWMxLXcyIiwKICAgICAgIm5hbWUiOiAiUHJlY2luY3QgMyIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJwcmVjaW5jdC1jMiIsCiAgICAgICJuYW1lIjogIlByZWNpbmN0IDQiCiAgICB9CiAgXSwKICAic2VhbCI6ICI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB2aWV3Qm94PVwiMCAwIDk4My4zNDcyMyA5ODMuMzI3NDJcIiB2ZXJzaW9uPVwiMS4xXCIgeT1cIjBcIiB4PVwiMFwiIHhtbG5zOnhsaW5rPVwiaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGlua1wiPjx0aXRsZT5TZWFsIG9mIE1vbnRnb21lcnkgQ291bnR5LCBNYXJ5bGFuZC48L3RpdGxlPjxwYXRoIGQ9XCJtIDQ5MS42NjA3NiwtMC4wMDM5MDYyNCBjIC02Ni4zNywwIC0xMzAuNzgwNiwxMy4wMDgzMzYyNCAtMTkxLjM3MDU5LDM4LjY0ODMzNjI0IC01OC41NiwyNC43MyAtMTExLjE0MDM4LDYwLjE5NTgwMiAtMTU2LjMwMDM4LDEwNS4zMjk4IC00NS4xNTE5OTQsNDUuMTQgLTgwLjU5MzMyNyw5Ny43NDA4NSAtMTA1LjM0OTMyNywxNTYuMjgwODQgLTI1LjY2OCw2MC42MiAtMzguNjQwNTI0MDM0OTk2LDEyNS4wMzAxMyAtMzguNjQwNTI0MDM0OTk2LDE5MS4zOTAxMiAwLDY2LjM4MDAxIDEyLjk3MjQzMDAzNDk5NiwxMzAuNzc5OSAzOC42NDQ0MzAwMzQ5OTYsMTkxLjM5OTkgMjQuNzU0LDU4LjU0MSA2MC4xOTU1NjgsMTExLjEyMDM3IDEwNS4zMzk1NzEsMTU2LjMwMDM3IDQ1LjE2MTk5LDQ1LjExNDk5IDk3LjczOTM3LDgwLjU3NjI3IDE1Ni4zMDAzNywxMDUuMzEwMjYgNjAuNTg0LDI1LjY3OTAxIDEyNS4wMDA1OSwzOC42NjIwMSAxOTEuMzcwNTksMzguNjYyMDEgbCAwLjAwNiwwLjAxMTcgYyA2Ni4zNzIsMCAxMzAuNzU4NDEsLTEyLjk4MyAxOTEuMzc4NDEsLTM4LjY2MjAxIDU4LjU0MywtMjQuNzM2OTkgMTExLjE1MDg0LC02MC4xOTgyNyAxNTYuMjgwODQsLTEwNS4zMTAyNiA0NS4xMzQ5OSwtNDUuMTggODAuNTk5OCwtOTcuNzYwMzcgMTA1LjMyOTc5LC0xNTYuMzAwMzggMjUuNjYxMDEsLTYwLjYyMiAzOC42OTEzMSwtMTI1LjAxMDEyIDM4LjY5MTMxLC0xOTEuMzkwMTIgMCwtNjYuMzYgLTEzLjAzMDMsLTEzMC43NzAxMyAtMzguNjkxMzEsLTE5MS4zOTAxMyBDIDkxOS45MTk4MSwyNDEuNzE2NTYgODg0LjQ2LDE4OS4xMTYxOCA4MzkuMzIwMDEsMTQzLjk3NjE4IDc5NC4xOTAwMSw5OC44NDAxODUgNzQxLjU4OTE3LDYzLjM3NDM4MyA2ODMuMDM5MTcsMzguNjQ2MzgzIDYyMi40MTkxNywxMy4wMDQzODMgNTU4LjAzMDc2LC0wLjAwMzkwNjI0IDQ5MS42NjA3NiwtMC4wMDM5MDYyNCBaXCIgZmlsbD1cIiNmZmZcIi8+PHBhdGggZD1cIm00MDUuOTMgODc3LjM2YzUyLjA4IDExLjU3NCAxMDQuODMgMTIuNjIyIDE1Ni44NyAzLjA1OTggNTAuMjY4LTkuMjA1IDk3LjY5Mi0yNy44ODMgMTQwLjk5LTU1LjQyOCA0My4yOTctMjcuNTMxIDgwLjI1My02Mi42MTQgMTA5LjkyLTEwNC4yMiAzMC42NTYtNDMuMDgyIDUyLjA5Ny05MS4zMjIgNjMuNjcyLTE0My40IDExLjU3NC01Mi4wOCAxMi41ODUtMTA0Ljg2IDMuMDU1My0xNTYuODUtOS4yNDk4LTUwLjI3Ni0yNy44Ny05Ny43MTItNTUuNDI5LTE0MC45OS0yNy41NDktNDMuMzItNjIuNjA5LTgwLjI3Ni0xMDQuMjQtMTA5Ljk1LTQzLjA5OS0zMC42ODctOTEuMzI1LTUyLjA3Ny0xNDMuNC02My42NTEtNTIuMDY4LTExLjU3MS0xMDQuODMtMTIuNjI1LTE1Ni44NS0zLjA3NzItNTAuMjU2IDkuMjU0My05Ny42NyAyNy44ODEtMTQwLjk3IDU1LjQ1Ni00My4yOTIgMjcuNTI4LTgwLjI5NyA2Mi42MDItMTA5LjkxIDEwNC4yNC0zMC43IDQzLjA0OS01Mi4xMDcgOTEuMjk3LTYzLjY4MSAxNDMuMzgtMTEuNTc0IDUyLjA4LTEyLjYxNyAxMDQuODUtMy4wNDYxIDE1Ni44OCA5LjIwMDQgNTAuMjQyIDI3Ljg2NyA5Ny42ODggNTUuNDIyIDE0MC45NiAyNy41NTMgNDMuMjkzIDYyLjYwMiA4MC4yOTcgMTA0LjIyIDEwOS45MiA0My4wODEgMzAuNzAyIDkxLjMyIDUyLjA5NyAxNDMuMzkgNjMuNjY4bS0yOTIuNzUtNDY5LjgyYzExLjM1LTUxLjA3MiAzMi4zOTMtOTguNDMzIDYyLjQ4MS0xNDAuNyAyOS4wNzktNDAuODQxIDY1LjM1Ni03NS4yNTEgMTA3Ljg2LTEwMi4zIDQyLjQ1Ni0yNy4wMDggODkuMDA1LTQ1LjMzMSAxMzguMzMtNTQuMzcyIDUxLjAyMy05LjM2OSAxMDIuODMtOC4zMzcyIDE1My45IDMuMDEyOCA1MS4wOTIgMTEuMzU0IDk4LjQ2MiAzMi4zNjQgMTQwLjcyIDYyLjQ2NCA0MC44NDEgMjkuMDc5IDc1LjIyMSA2NS4zODcgMTAyLjI4IDEwNy44NCAyNy4wMjUgNDIuNDk2IDQ1LjMyNiA4OS4wMzcgNTQuMzcgMTM4LjM1IDkuMzY2MyA1MS4wMzUgOC4zMzI1IDEwMi44NC0zLjAxNzQgMTUzLjkxLTExLjM1NCA1MS4wOTItMzIuMzU2IDk4LjQzOS02Mi40NTcgMTQwLjctMjkuMDggNDAuODQ1LTY1LjM3IDc1LjI1LTEwNy44NSAxMDIuMjgtNDIuNSAyNy4wNDMtODkuMDIgNDUuMzUxLTEzOC4zMyA1NC4zOTQtNTEuMDI5IDkuMzQyMi0xMDIuODUgOC4zMzYxLTE1My45NC0zLjAxNzktNTEuMDcyLTExLjM1LTk4LjQzNC0zMi4zODUtMTQwLjY5LTYyLjQ1OS00MC44NDktMjkuMDgxLTc1LjI2Mi02NS4zNzMtMTAyLjI3LTEwNy44Ny0yNy4wNDktNDIuNDgtNDUuMzM5LTg5LjAxNS01NC4zODItMTM4LjMzLTkuMzU0Mi01MS4wMzItOC4zNjE2LTEwMi44MyAyLjk5MjgtMTUzLjkyXCIvPjxwYXRoIGQ9XCJtNDkxLjY2IDk4My4zM2M2Ni4zNzIgMCAxMzAuNzYtMTIuOTg0IDE5MS4zOC0zOC42NjMgNTguNTQzLTI0LjczNyAxMTEuMTUtNjAuMTk4IDE1Ni4yOC0xMDUuMzEgNDUuMTM1LTQ1LjE4IDgwLjYtOTcuNzYgMTA1LjMzLTE1Ni4zIDI1LjY2MS02MC42MjIgMzguNjkxLTEyNS4wMSAzOC42OTEtMTkxLjM5IDAtNjYuMzYtMTMuMDMtMTMwLjc3LTM4LjY5MS0xOTEuMzktMjQuNzMtNTguNTYtNjAuMTktMTExLjE2LTEwNS4zMy0xNTYuMy00NS4xMy00NS4xMzYtOTcuNzMtODAuNjAyLTE1Ni4yOC0xMDUuMzMtNjAuNjItMjUuNjQyLTEyNS4wMS0zOC42NS0xOTEuMzgtMzguNjVzLTEzMC43OCAxMy4wMDgtMTkxLjM3IDM4LjY0OGMtNTguNTYgMjQuNzMtMTExLjE0IDYwLjE5Ni0xNTYuMyAxMDUuMzMtNDUuMTUyIDQ1LjE0LTgwLjU5NCA5Ny43NC0xMDUuMzUgMTU2LjI4LTI1LjY2OCA2MC42Mi0zOC42NCAxMjUuMDMtMzguNjQgMTkxLjM5IDAgNjYuMzggMTIuOTcyIDEzMC43OCAzOC42NDQgMTkxLjQgMjQuNzU0IDU4LjU0MSA2MC4xOTYgMTExLjEyIDEwNS4zNCAxNTYuMyA0NS4xNjIgNDUuMTE1IDk3LjczOSA4MC41NzYgMTU2LjMgMTA1LjMxIDYwLjU4NCAyNS42NzkgMTI1IDM4LjY2MyAxOTEuMzcgMzguNjYzbS00ODQuNTMtNDkxLjY3YzAtNjUuNDEgMTIuNzk4LTEyOC44OCAzOC4wNTktMTg4LjU5IDI0LjQxMi01Ny43MjUgNTkuMzYtMTA5LjUzIDEwMy44Ni0xNTQuMDMgNDQuNTA5LTQ0LjQ5OSA5Ni4zMDUtNzkuNDMyIDE1NC4wMi0xMDMuODMgNTkuNzQ1LTI1LjI4NyAxMjMuMTktMzguMDk1IDE4OC42MS0zOC4wOTUgNjUuMzk2IDAgMTI4Ljg2IDEyLjgxIDE4OC42IDM4LjA5NSA1Ny43MDMgMjQuNCAxMDkuNTMgNTkuMzM1IDE1NC4wMyAxMDMuODMgNDQuNDc3IDQ0LjQ5NyA3OS40MSA5Ni4zMDMgMTAzLjgzIDE1NC4wMyAyNS4yNjMgNTkuNzExIDM4LjA3MyAxMjMuMTggMzguMDczIDE4OC41OSAwIDY1LjQzMi0xMi44MSAxMjguODgtMzguMDczIDE4OC42MS0yNC40MjQgNTcuNzA1LTU5LjM1NiAxMDkuNTMtMTAzLjgzIDE1My45OC00NC40OTcgNDQuNTE5LTk2LjMyNyA3OS40NzUtMTU0LjAzIDEwMy44OC01OS43MzUgMjUuMjU5LTEyMy4yIDM4LjA2OS0xODguNiAzOC4wNjktNjUuNDIyIDAtMTI4Ljg3LTEyLjgxLTE4OC42MS0zOC4wNjktNTcuNzItMjQuNDEtMTA5LjUyLTU5LjM2LTE1NC4wMy0xMDMuODgtNDQuNDktNDQuNDYtNzkuNDQtOTYuMjgtMTAzLjg1LTE1My45OS0yNS4yNjMtNTkuNzMtMzguMDYxLTEyMy4xNy0zOC4wNjEtMTg4LjYxXCIvPjxwYXRoIGQ9XCJtNjE0LjY0IDIyNC44M2M0LjE0NjEtNC45OTM3IDYuOTk2Ny0xMi40ODYgMTAuMzkxLTE3Ljc0NGgxLjQ2NzNsMTkuMTc1IDExLjcyMmMyLjM2MjkgMC4yNjc4OCA0LjIzOC0xLjQ3MTMgNS4xNjk2LTMuMjUwNSAxLjAyNzUtNi40MjEgMS4wMjc1LTEwLjYxMSAyLjQxMDktMTYuOTQ0IDUuNTI5NCA3LjY3MjQgMTAuODc1IDE3LjU3MiAxNC4wNDEgMjYuMjJoLTUyLjY1NVwiIGZpbGw9XCIjZmZmXCIvPjxwYXRoIGQ9XCJtMjQ0LjE2IDQ2OS41MmMwIDIwMS4xMyAxMDMuMiAzMTAuNSAyNDcuNTQgMzY0LjE0IDE0NC4yOC01My42MzkgMjQ3LjQ2LTE2My4wMSAyNDcuNDYtMzY0LjE0di0yNDQuNjloLTQ5NXYyNDQuNjlcIiBmaWxsPVwiIzAwOTZkNVwiLz48cGF0aCBkPVwibTI0NC4xOCAyMjQuODN2MjQ0LjY5YzAgMjAxLjEzIDEwMy4xNiAzMTAuNSAyNDcuNDQgMzY0LjE0IDE0NC4zNy01My42MzkgMjQ3LjU0LTE2My4wMSAyNDcuNTQtMzY0LjE0di0yNDQuNjloLTQ5NC45OG00ODEuMzQgMjMxLjE0djEzLjU1NGMwIDkyLjE2MS0yMi41NjEgMTY5LjM0LTY2Ljg4MSAyMjkuMzEtMzguNzA2IDUyLjI1Ni05NC44OCA5Mi42MTMtMTY3LjAyIDEyMC4yNi03Mi4xMi0yNy42NS0xMjguMjMtNjgtMTY2Ljg5LTEyMC4yNi00NC40My01OS45Ni02Ni45NS0xMzcuMTUtNjYuOTUtMjI5LjMxdi0yMzEuMTRoNDY3Ljc0elwiIGZpbGw9XCIjMWYxOTFhXCIvPjxwYXRoIGQ9XCJtNDYyLjMyIDQ5My4wNnYzMy42NjRoLTU4LjI0OXYtMzMuNjY0aC01OC4yOTd2MzMuNjY0aC01OC4zMjF2LTMzLjY2NGgtMjkuMTU0YzEuNjg3MiAzOC44MzggNy41ODA0IDc0LjcyNSAxNy42MDggMTA3LjcyIDEyLjAxOCAzNi41MTkgMjkuMTc4IDcxLjUxOCA1Mi41MDMgMTAyLjk2IDM4LjQ5OCA0OS43OTcgOTMuMjkyIDg4LjU0MiAxNjIuOTQgMTE1LjI1di0zMjUuOTNoLTI5LjAzXCIgZmlsbD1cIiNmZjFiMmNcIi8+PHBhdGggZD1cIm00OTEuMzUgMjM4LjQzdjI1NC42OGgyOS4yNDZ2MzMuNjZoNTguMjI1di0zMy42Nmg1OC4zMjF2MzMuNjZoNTguMjc3di0zMy42NmgzMC4xMzh2LTI1NC42OFwiIGZpbGw9XCIjZmYxYjJjXCIvPjxnIGZpbGw9XCIjMWYxOTFhXCI+PHBhdGggZD1cIm01NzcuNCA2NTUuODVoNDMuMjA4djMuNjYyM2gtNDMuMjA4elwiLz48cGF0aCBkPVwibTU3Mi41OCA2NTkuNTF2LTMuNjYyMy00LjgwOThoNC44MTc3IDQ3LjkzdjQuODA5OCA4LjQyOGgtNC43MjE4LTQ4LjAyNXpcIi8+PHBhdGggZD1cIm02MTcuNjIgNjgxLjUzYy02LjEwOTEtNi41NTI5LTYuMDIxMi0xNy4xNjQtNi4wMjEyLTE3LjE2NGgtMTAuODM1djIwLjczNGMwIDEuMDIzNS0wLjg1MTYgMS44MjcxLTEuNzc5MiAxLjgyNzEtMS4wNzU1IDAtMS44NzUxLTAuODAzNjItMS44NzUxLTEuODI3MXYtMjAuNzM0aC0xMC43OTVzMC4wOTYgMTAuNjExLTUuOTY5MiAxNy4xNjRjLTYuMDY1MiA2LjM4MS0xNC4zNTcgMy40ODI0LTE0LjM1NyAzLjQ4MjRzMC4xNzU5MiA0LjMxOCAyLjQxMDkgNi45NDg3YzIuMDUxIDIuNzYyNyAzLjgzNDIgNC44MTc4IDcuNDg4NSA1LjAzNzYgMi41NDI4IDAuMTc5OTIgNi43MzY4LTEuMzM1NCA3LjU4MDQtMC40ODM3NyAwLjYxOTcgMC44NDM2LTAuMDg4IDQuODA5OCA1LjEyMTYgMTEuMDk1IDQuODYxNyA1LjgwMTMgMTAuMzk1IDUuOTgxMiAxMC4zOTUgNS45ODEyczUuNDM3NC0wLjE3OTkyIDEwLjI5MS01Ljk4MTJjNS4yMjU2LTYuMjg1IDQuNTk3OC0xMC4yNTEgNS4yMjU2LTExLjA5NSAwLjc1MTY1LTAuODUxNiA0LjkwNTcgMC42NjM2OSA3LjQ4ODUgMC40ODM3NyAzLjY1ODMtMC4yMTk4OSA1LjQzMzQtMi4yNzA5IDcuNTgwNC01LjAzNzYgMi4xODMtMi42MzA4IDIuMzE4OS02Ljk0ODcgMi4zMTg5LTYuOTQ4N3MtOC4zMDAxIDIuODk4Ni0xNC4yNjktMy40ODI0XCIvPjxwYXRoIGQ9XCJtNTg0Ljg1IDcxMC42MWMtMi45ODY2LTMuNTIyNC00LjQ1NzktNi44MjQ4LTUuMTY5Ni05LjI3NTctMS4wMjc1IDAuMjI3OS0yLjIzNSAwLjM5OTgyLTMuNDc4NCAwLjM5OTgyaC0wLjYyMzdjLTUuNjYxNC0wLjE3MTkyLTkuMTQzNy00LjE4Ni0xMC45MTktNi43MzI4LTMuNTcwMy00LjYyOTgtMy4zOTQ0LTkuNDAzNi0zLjQ4MjQtOS43NTk0bC0wLjI1OTg4LTYuOTU2NyA2LjU0ODkgMi4xMzljMC0wLjA4NCAwLjkzOTU2IDAuNDA3ODEgMi45NDY2IDAuNDA3ODEgMi4xMzUtMC4xMzE5NCA0LjMyMi0wLjQ5MTc3IDYuMjg1LTIuNTQ2OCA0LjE5LTQuMjc4IDQuODEzOC0xMi45MjIgNC44MTM4LTEzLjkwOSAwLTAuMDQ4LTAuMDQ0LTAuMDkxOS0wLjA0NC0wLjA5MTkgMC0xLjI1MTQgMC40ODM3Ny0yLjUzODggMS40MjMzLTMuMzkwNCAwLjg0MzYtMC45MzU1NiAyLjA1MS0xLjQxOTMgMy4zODY0LTEuNDE5MyAwLjMxNTg1IDAgMC42MjM3MSAwLjA0OCAwLjkzOTU2IDAuMDg0aDguNzM5OSA0Ljc2OTggOS45NDMzYzAuODkxNTgtMC4xMzE5NCAxLjU5OTIgMCAyLjAwMzEgMC4wODQgMS4zMzk0IDAuNDA3ODEgMS40MjMzIDAuNjcxNjkgMS42OTEyIDAuODUxNmwwLjU4MzcyIDAuMzk5ODIgOC4zNDAxIDguMjUyMWgtNi40NjljMC42MjM3MSAzLjAzMDYgMS44NzUxIDYuNzMyOCA0LjI0MiA5LjAwMzhsLTMuNDc0NCAzLjM5MDQgMy41NjIzLTMuMjU0NWMxLjg3NTEgMi4wNTUgNC4xMDIxIDIuNTQ2OCA2LjIwMTEgMi41NDY4IDEuODcxMSAwIDIuOTg2Ni0wLjQwNzgxIDIuOTg2Ni0wLjQwNzgxbDYuNTEzLTIuMjcwOS0wLjIyNzg5IDYuOTU2N2MtMC4wODggMC4zOTk4MSAwLjEzMTk0IDUuMjYxNS0zLjI1MDUgOS43MTU0LTEuODc1MSAyLjQ5ODgtNC45OTM3IDYuMTEzMS0xMS45NDYgNi40MjV2MC4zOTk4MmMtMS4xNjM1IDAtMi4zMjI5LTAuMTMxOTQtMy4yOTg0LTAuMjYzODgtMC42MjM3MSAyLjQ1MDgtMi4yMzUgNS42MTM0LTUuMTc3NiA5LjMxNTYtNi4wMTMyIDcuMTM2Ny0xMy4wNjYgNy42Njg0LTE0LjE4MSA3LjY2ODQtMC42NzU2OS0wLjAwOC03LjgwNDMtMC41Mzk3NS0xMy45MTctNy43NjA0em0yLjQ1NDgtMTYuOTQ4YzIuNTQyOCA1LjU3NzQgMC4xNzU5MiA0LjUwNTkgNC45MDk3IDEwLjgzMSAzLjM4NjQgNC4xMDYxIDYuMzczIDQuMjg2IDYuNTQ4OSA0LjI4NiAwLTAuNDQzNzkgMy4xMjI1IDAuMDg0IDYuNzc2OC00LjI4NiA0Ljg2MTctNi4zMjUgMi40NTQ4LTUuMzg5NSA0Ljc3MzgtMTAuNTE5IDEuOTE1MS0yLjYzMDggNC4xNDYtMi41NDY4IDUuMDgxNi0yLjYzMDggMi41NDI4IDAuMDg0IDQuOTA5NyAwLjcxMTY2IDYuMDI1MiAwLjcxMTY2IDAuMDQ0LTAuMDQgMC41MzU3NSAwIDAuNzk5NjMgMC4wNDggMC45MzU1Ni0wLjE3OTkyIDEuMzc5NC0wLjQ5MTc3IDIuNTM4OC0xLjkxNTEtMy4zODY0LTAuNDQzNzktNy40NDQ1LTEuODc1MS0xMC43NDMtNS40NDE0bDAuMDQ0LTAuMDRjLTQuNjMzOC01LjE3NzYtNi4yODUtMTEuMzMxLTYuOTEyOC0xNS41NjVoLTEuNjA3MnYxNS45NjFjLTAuMDg0IDMuNzAyMy0yLjg5NDYgNi41MDUtNi41OTI5IDYuNTk2OS0zLjU3MDMgMC02LjY0NDktMi45OTA2LTYuNjQ0OS02LjU5Njl2LTE1Ljk2MWgtMS42OTUyYy0wLjY2NzY4IDQuMTg2LTIuMzE0OSAxMC4zODctNi44Njg4IDE1LjY5Ny0zLjM0MjQgMy40MjY0LTcuMzA0NiA0Ljg1NzctMTAuNjU1IDUuMzQ5NSAxLjQyMzMgMS42NDcyIDEuNjUxMiAxLjgyNzEgMi43NjY3IDEuOTU5MWgwLjM1NTgzYzAuNzUxNjUgMCAzLjExODUtMC43MTk2NiA2LjEwNTEtMC44MDM2MiAwLjA4OC0wLjA0IDAuMTc5OTItMC4wNCAwLjM1OTgzLTAuMDQgMC45MzE1NyAwIDMuNDMwNCAwLjUzMTc2IDQuNjMzOCAyLjM1ODl6XCIvPjxwYXRoIGQ9XCJtNTk4Ljk4IDU4OS43M2MwLjkyNzU2IDAgMS43NzkyIDAuODk1NTggMS43NzkyIDEuODI3MXY1OS4zMDRoNy44NDQzYzAuOTM5NTYtNC4wNjIxIDIuNTg2OC03Ljg0ODMgNC45OTM3LTExLjM3MSA1LjE3NzYtNy42Mjg0IDEyLjg5LTEyLjg0NiAyMS45ODYtMTQuNjczIDAuOTMxNTYtMC4zNTE4MyAyLjAwNzEgMC4yMjc5IDIuMjI3IDEuMTYzNSAwLjM1OTgzIDAuOTc1NTQtMC4xNzU5MiAyLjAwNzEtMS4xMTE1IDIuMzE4OS04LjI0ODEgMS41OTkyLTE1LjQyMSA2LjMyNS0yMC4wNjcgMTMuMjgyLTEuOTE1MSAyLjg5ODYtMy4yNTA1IDUuOTczMi00LjE5NCA5LjI3NTZoNC43NzM4YzguODIzOS02LjU5NjkgMTMuNzc0LTguMDI4MiAyMS42MjItMy40ODI0IDQuODY1NyAyLjgxMDcgNi45MTI4IDguMTIwMiA2LjI4NSAxMy45NjF2MC4wODRjMC4zNTU4My0wLjMxMTg1IDAuNzU1NjUtMC42NzE2OSAxLjIwNzQtMC45ODM1NCAyNS45OTYtMTguOTkxIDEwLjg3NS01MS43Mi03LjQwNDUtNTEuNzItMTQuNzE3IDAtMjQuNDI5IDYuNTEzLTMyLjczMyAyMS45ODJsLTIuMjY2OS0zLjcwMjMgMi4wNTEtMi43MTg3YzguMzM2MS04LjM4ODEgMTEuNzMtMjUuMTQ4IDExLjE5MS0zNS4yNzEtMC43OTk2Mi0xMy4yNDItMTAuNjk5LTI0Ljc4OC0xMy4xNS0yOC44MDItMi43MTg3LTQuNTQ5OS01LjAzNzYtOC4yOTIxLTUuMDM3Ni04LjI5MjFzLTIuNDEwOSAzLjc0NjItNS4xNzc2IDguMjkyMWMtMi40MDY5IDQuMDE0MS0xMi4zMDIgMTUuNTY1LTEzLjA2NiAyOC44MDItMC41NzU3MyAxMC4xMjMgMi44MTA3IDI2Ljg4NyAxMS4xNDcgMzUuMjcxbDIuMDU1IDIuNzE4Ny0yLjI3NDkgMy43MDIzYy04LjM4MDEtMTUuNDY5LTE4LjAxMi0yMS45ODItMzIuNzI5LTIxLjk4Mi0xOC4yMzUgMC0zMy4zNDggMzIuNzI5LTcuMzk2NSA1MS43MiAwLjQ4Mzc3IDAuMzExODUgMC44NDM2MSAwLjY3MTY5IDEuMjQ3NCAwLjk4MzU0di0wLjA4NGMtMC42Njc2OS01Ljg0MTMgMS40MjMzLTExLjE1MSA2LjI0NTEtMTMuOTYxIDcuODQ0My00LjU0NTkgMTIuODM4LTMuMTE0NSAyMS42NjIgMy40ODI0aDQuODE3N2MtMC45NzU1NC0zLjMwMjQtMi4zMTg5LTYuMzgxLTQuMzI2LTkuMjc1Ni00LjYyOTgtNi45NTY3LTExLjcyNy0xMS42ODMtMTkuOTI3LTEzLjI4Mi0wLjk3NTU1LTAuMzExODUtMS40NjczLTEuMzQzNC0xLjIwMzQtMi4zMTg5IDAuMjI3ODktMC45MzU1NiAxLjM3OTQtMS41MTUzIDIuMjcwOS0xLjE2MzUgOS4wMDM4IDEuODI3MiAxNi44MTIgNy4wNDQ3IDIxLjk4MiAxNC42NzMgMi4zMTg5IDMuNTIyNCAzLjk3MDEgNy4zMDg2IDQuOTQ5NyAxMS4zNzFoNy44NDgzdi01OS4zMDRjMC4wMDgtMC45MzE1NiAwLjgwNzYyLTEuODI3MSAxLjg3OTEtMS44MjcxXCIvPjxwYXRoIGQ9XCJtNjQwLjMxIDY2MS40M3YwLjE3OTkxYy0wLjA4OC0xLjI5NTQgMC0yLjIzNSAwLTIuMzE4OS0wLjA4OC0zLjg4MjItMS4zMzk0LTYuMjQxMS0zLjk2NjItNy44MDA0LTIuNzI2Ny0xLjYwNzItNC4zMjYtMi4wMDcxLTUuOTI5Mi0yLjAwNzEtMi4xMzktMC4wOTE5LTUuMjU3NSAxLjI1MTQtMTMuMjQ2IDYuMTA1MWgtMTEuMTQ3LTQuMTQ2MS00LjgwOTgtMTEuNjM5LTYuNDY1bC0xLjE1OTUtMC45MzU1NmMtNS4zNTM1LTQuMDE0MS04LjQyOC01LjI2MTUtMTAuNjA3LTUuMjYxNS0xLjI5NTQgMC0zLjE2NjUgMC40OTE3Ny01Ljg5MzIgMi4xODctMi42MjY4IDEuNDc1My0zLjg3ODIgMy44MzQyLTMuOTYyMSA3LjU4MDQgMCAwLjEzMTk0IDAgMC42NjM2OSAwLjE3NTkyIDIuMTg3djkuOTM5NGwtNy42Njg0LTYuMTA1MS0xLjE1OTQtMC45MzU1NmMtMTEuMjc5LTguMDc2Mi0xNS45NjUtMTkuMDgzLTE1Ljk2NS0yOS4yMDYgMC4xODM5MS0xNi4wNTYgMTEuMjg3LTMwLjgxNCAyNi4yMi0zMS4xMjUgNy4yNjg2LTAuMDg0IDEzLjY5NCAxLjUxOTMgMTkuMzU1IDQuNzc3OC0xLjY5NTItNi4xMTMxLTIuNDEwOS0xMi4yNjYtMi40NTA4LTE3LjQzNiAwLTEuMDMxNSAwLTEuODc1MSAwLjA4OC0yLjU0NjggMC45MzE1Ni0xNS4yOTMgMTEuODU4LTI3LjY5MSAxMy43MzQtMzAuOTg1IDIuODAyNy00LjU5MzggNS4yNTc1LTguMzg0MSA1LjI1NzUtOC40NzJsNC4wNjIxLTYuMzc3IDQuMDEwMSA2LjQ2NXMyLjM2MjkgMy43ODYyIDUuMDgxNiA4LjI5MjFjMS44NzUxIDMuMzg2NCAxMi44OSAxNS43ODEgMTMuODMgMzIuMTAxdjEuMzM5NGMtMC4wNDggNS4yNTc1LTAuODA3NjIgMTEuNTAzLTIuNDU0OCAxNy42MTYgNS42NjE0LTMuMjU4NSAxMi4xNy00Ljg2NTcgMTkuNDM5LTQuNzc3OCAxNC44NDkgMC4zMTE4NiAyNS45NDggMTQuOTM3IDI2LjA0IDMxLjEyNSAwLjA4OCAxMC4xMTktNC41OTM4IDIxLjEzLTE1LjYwNSAyOS4xMWwtOS4wMDc4IDcuMzE2NnYtMTAuMDMxem0tOTIuMjQ5IDAuNDkxNzdjLTAuMDQ0LTAuMTc5OTItMC4wODQtMC4zMTE4Ni0wLjA4NC0wLjQ5MTc3aC0wLjA0OGwwLjEzMTk0IDAuNDkxNzd6bTkzLjEtMTguNzI3YzMuNjAyMyAyLjA0NyA2LjA2MTIgNS4yMTc2IDcuNDQ0NSA4Ljc4MzkgNC45MDE3LTUuNDQxNCA2LjcyODgtMTEuMjgzIDYuNzI4OC0xNi45NDQgMC0xMS45NDYtOS4wMDM4LTIxLjUzOC0xNi40NDgtMjEuNTM4LTEzLjE1NCAwLjIyNzg5LTIwLjM3OCA0LjgwOTgtMjguNTM5IDE5LjM1MWwtMy45NjYxIDcuNDQ4NS0wLjg1MTYtMS4zODM0djUuNTY5NGMxLjAzMTUtMi42NzA4IDIuMzY2OS01LjMwMTUgNC4wNjIxLTcuNzUyNCA1Ljc5MzMtOC41NjggMTQuNzE3LTE0LjU3NyAyMy43NjUtMTYuMjcyIDAuMzU5ODQgMCAwLjUzNTc1LTAuNTM5NzUgMi43MTg3LTAuNjIzNzEgMi44OTg2IDAgNS4yNjE1IDEuOTU5MSA2LjM4MSA0Ljk0MTcgMCAwLjE3OTkyIDAuMTc1OTIgMC44NTE2MSAwLjE3NTkyIDEuNzg3Mi0wLjA4OCAzLjAzMDYtMS44NzUxIDUuMDgxNi01LjAzNzYgNi40MTctNi4wNjkyIDEuMjExNC0xMS4zMjcgNC4yNzgtMTUuMjA5IDguODMxOSAyLjU5MDgtMS4yMTE0IDUuMTc3Ni0xLjkxOTEgOC4wMjgyLTEuOTE5MSAzLjY5ODMgMCA3LjI2NDYgMS4xNjM0IDEwLjc0NyAzLjMwMjR6bS05OC44NS04LjE2MDJjMC4wODggNS42MTM0IDEuODMxMiAxMS4zNzEgNi43NzY4IDE2LjgwNCAxLjM4MzQtMy41NjIzIDMuODc4Mi02LjY4NDkgNy40OTI1LTguNjQ0IDMuMzg2NC0xLjk2NzEgNi44NjQ4LTMuMzkwNCAxMC42MTEtMy4zOTA0IDMuMDc4NiAwLjA0OCA1Ljg4MTIgMC44OTE1OCA4LjI0ODEgMi4xMzktMy44NzgyLTQuNjM3OC05LjE4NzctNy43NTI0LTE1Ljc0MS05LjA5NTctMi45NDI2LTEuMDIzNS00LjU5MzgtMy44MzQyLTQuNTkzOC02LjQ2NXYtMC41Nzk3M2MwLTAuMjI3ODkgMC4wODQtMS4wNzE1IDAuNTc5NzMtMS45NTkxIDEuMDc1NS0yLjU4MjggMy4yMTA1LTMuODgyMiA1Ljk3NzItNC4wMTQxIDAgMC4wODQgMC40OTE3NiAwLjA4NCAwLjkzMTU2IDAuMDg0IDAuNDkxNzcgMCAwLjkzOTU2LTAuMDg0IDAuNjcxNjggMC4xNzk5MiAxMC4yNTUgMi4wNTUgMTkuMDgzIDcuOTgwMyAyNC45NzIgMTYuNzIgMS42NDMyIDIuNDUwOCAyLjk4MjYgNS4wMzc2IDQuMDU0MSA3LjgwMDR2LTUuODQxM2wtMC45MzE1NiAxLjUyMzMtMy45NzAxLTcuMzE2NmMtOC4yNDgxLTE0LjY3My0xNS4zODUtMTkuMjU1LTI4LjQ0Ny0xOS40ODMtNy42Mjg0IDAuMDA0LTE2LjYzMiA5LjY3NTUtMTYuNjMyIDIxLjUzOHptNTUuNTk4LTcyLjM2MmMtMi45ODY2IDQuNzI1OC0xMS44MTQgMTUuNDIxLTEyLjM5OCAyNi42MTYtMC4wODQgMC42MTk3MS0wLjA4NCAxLjM4MzQtMC4wODQgMS45NjMxLTAuMTMxOTQgNy40NDQ1IDIuMjc0OSAxOC40MTEgNi44NjQ4IDI1LjgxNnYtMjUuNTU2YzAtMy42NTAzIDIuODEwNy02LjU1MjkgNi42OTI5LTYuNjQwOXY0Ljg2MTcgMS43NzkyLTEuNzc5Mi00Ljg2MTdjMy45MTgyIDAuMjY3ODcgNi4yODUxIDIuODk4NiA2LjU0ODkgNi42NDA5djI1LjU1NmM0LjQxMzktNy4wODg3IDYuOTEyOC0xOC4zNzEgNi43NzY4LTI1Ljk5NiAwLjA4OC0wLjQwMzgxLTAuMDg0LTEuMTYzNCAwLTEuNzgzMi0wLjU3OTczLTExLjE5NS05LjQwNzYtMjEuOTgyLTEyLjQ4Mi0yNi42MTYtMC4zMDc4Ni0wLjUzOTc1LTAuNjIzNzEtMS4wNzU1LTAuOTMxNTctMS41NjMzLTAuMzE5ODUgMC40ODc3Ny0wLjYyNzcgMS4wMjM1LTAuOTg3NTMgMS41NjMzelwiLz48L2c+PGcgZmlsbD1cIiNmOWFlMDBcIj48cGF0aCBkPVwibTU3Ny40IDY1NS44NWg0My4yMDh2My42NjIzaC00My4yMDh6XCIvPjxwYXRoIGQ9XCJtNjE3LjYyIDY4MS41M2MtNi4xMDkxLTYuNTUyOS02LjAyMTItMTcuMTY0LTYuMDIxMi0xNy4xNjRoLTEwLjgzNXYyMC43MzRjMCAxLjAyMzUtMC44NTE2IDEuODI3MS0xLjc3OTIgMS44MjcxLTEuMDc1NSAwLTEuODc1MS0wLjgwMzYyLTEuODc1MS0xLjgyNzF2LTIwLjczNGgtMTAuNzk1czAuMDk2IDEwLjYxMS01Ljk2OTIgMTcuMTY0Yy02LjA2NTIgNi4zODEtMTQuMzU3IDMuNDgyNC0xNC4zNTcgMy40ODI0czAuMTc1OTIgNC4zMTggMi40MTA5IDYuOTQ4N2MyLjA1MSAyLjc2MjcgMy44MzQyIDQuODE3OCA3LjQ4ODUgNS4wMzc2IDIuNTQyOCAwLjE3OTkyIDYuNzM2OC0xLjMzNTQgNy41ODA0LTAuNDgzNzcgMC42MTk3IDAuODQzNi0wLjA4OCA0LjgwOTggNS4xMjE2IDExLjA5NSA0Ljg2MTcgNS44MDEzIDEwLjM5NSA1Ljk4MTIgMTAuMzk1IDUuOTgxMnM1LjQzNzQtMC4xNzk5MiAxMC4yOTEtNS45ODEyYzUuMjI1Ni02LjI4NSA0LjU5NzgtMTAuMjUxIDUuMjI1Ni0xMS4wOTUgMC43NTE2NS0wLjg1MTYgNC45MDU3IDAuNjYzNjkgNy40ODg1IDAuNDgzNzcgMy42NTgzLTAuMjE5ODkgNS40MzM0LTIuMjcwOSA3LjU4MDQtNS4wMzc2IDIuMTgzLTIuNjMwOCAyLjMxODktNi45NDg3IDIuMzE4OS02Ljk0ODdzLTguMzAwMSAyLjg5ODYtMTQuMjY5LTMuNDgyNFwiLz48cGF0aCBkPVwibTU5OC45OCA1ODkuNzNjMC45Mjc1NiAwIDEuNzc5MiAwLjg5NTU4IDEuNzc5MiAxLjgyNzF2NTkuMzA0aDcuODQ0M2MwLjkzOTU2LTQuMDYyMSAyLjU4NjgtNy44NDgzIDQuOTkzNy0xMS4zNzEgNS4xNzc2LTcuNjI4NCAxMi44OS0xMi44NDYgMjEuOTg2LTE0LjY3MyAwLjkzMTU2LTAuMzUxODMgMi4wMDcxIDAuMjI3OSAyLjIyNyAxLjE2MzUgMC4zNTk4MyAwLjk3NTU0LTAuMTc1OTIgMi4wMDcxLTEuMTExNSAyLjMxODktOC4yNDgxIDEuNTk5Mi0xNS40MjEgNi4zMjUtMjAuMDY3IDEzLjI4Mi0xLjkxNTEgMi44OTg2LTMuMjUwNSA1Ljk3MzItNC4xOTQgOS4yNzU2aDQuNzczOGM4LjgyMzktNi41OTY5IDEzLjc3NC04LjAyODIgMjEuNjIyLTMuNDgyNCA0Ljg2NTcgMi44MTA3IDYuOTEyOCA4LjEyMDIgNi4yODUgMTMuOTYxdjAuMDg0YzAuMzU1ODMtMC4zMTE4NSAwLjc1NTY1LTAuNjcxNjkgMS4yMDc0LTAuOTgzNTQgMjUuOTk2LTE4Ljk5MSAxMC44NzUtNTEuNzItNy40MDQ1LTUxLjcyLTE0LjcxNyAwLTI0LjQyOSA2LjUxMy0zMi43MzMgMjEuOTgybC0yLjI2NjktMy43MDIzIDIuMDUxLTIuNzE4N2M4LjMzNjEtOC4zODgxIDExLjczLTI1LjE0OCAxMS4xOTEtMzUuMjcxLTAuNzk5NjItMTMuMjQyLTEwLjY5OS0yNC43ODgtMTMuMTUtMjguODAyLTIuNzE4Ny00LjU0OTktNS4wMzc2LTguMjkyMS01LjAzNzYtOC4yOTIxcy0yLjQxMDkgMy43NDYyLTUuMTc3NiA4LjI5MjFjLTIuNDA2OSA0LjAxNDEtMTIuMzAyIDE1LjU2NS0xMy4wNjYgMjguODAyLTAuNTc1NzMgMTAuMTIzIDIuODEwNyAyNi44ODcgMTEuMTQ3IDM1LjI3MWwyLjA1NSAyLjcxODctMi4yNzQ5IDMuNzAyM2MtOC4zODAxLTE1LjQ2OS0xOC4wMTItMjEuOTgyLTMyLjcyOS0yMS45ODItMTguMjM1IDAtMzMuMzQ4IDMyLjcyOS03LjM5NjUgNTEuNzIgMC40ODM3NyAwLjMxMTg1IDAuODQzNjEgMC42NzE2OSAxLjI0NzQgMC45ODM1NHYtMC4wODRjLTAuNjY3NjktNS44NDEzIDEuNDIzMy0xMS4xNTEgNi4yNDUxLTEzLjk2MSA3Ljg0NDMtNC41NDU5IDEyLjgzOC0zLjExNDUgMjEuNjYyIDMuNDgyNGg0LjgxNzdjLTAuOTc1NTQtMy4zMDI0LTIuMzE4OS02LjM4MS00LjMyNi05LjI3NTYtNC42Mjk4LTYuOTU2Ny0xMS43MjctMTEuNjgzLTE5LjkyNy0xMy4yODItMC45NzU1NS0wLjMxMTg1LTEuNDY3My0xLjM0MzQtMS4yMDM0LTIuMzE4OSAwLjIyNzg5LTAuOTM1NTYgMS4zNzk0LTEuNTE1MyAyLjI3MDktMS4xNjM1IDkuMDAzOCAxLjgyNzIgMTYuODEyIDcuMDQ0NyAyMS45ODIgMTQuNjczIDIuMzE4OSAzLjUyMjQgMy45NzAxIDcuMzA4NiA0Ljk0OTcgMTEuMzcxaDcuODQ4M3YtNTkuMzA0YzAuMDA4LTAuOTMxNTYgMC44MDc2Mi0xLjgyNzEgMS44NzkxLTEuODI3MVwiLz48L2c+PGcgZmlsbD1cIiMxZjE5MWFcIj48cGF0aCBkPVwibTM1MS4xOSAzODEuOTFoNDMuMTg0djMuNzAyM2gtNDMuMTg0elwiLz48cGF0aCBkPVwibTM0Ni4zNSAzODUuNTd2LTMuNzUwMi00LjgxMzhoNC43OTM4IDQ3Ljk3NHY0LjgxMzggOC41MTZoLTQuNzg5OC00Ny45Nzh6XCIvPjxwYXRoIGQ9XCJtMzkxLjQ4IDQwNy41OWMtNi4xMzMxLTYuNTA5LTYuMDA1Mi0xNy4yMTYtNi4wMDUyLTE3LjIxNmgtMTAuODAzdjIwLjc3OGMwIDEuMDcxNS0wLjc4MzYzIDEuODc1MS0xLjg3OTEgMS44NzUxLTEuMDAzNSAwLTEuODIzMS0wLjgwMzYyLTEuODIzMS0xLjg3NTF2LTIwLjc3OGgtMTAuODE1czAuMDg4IDEwLjcwNy01Ljk5MzIgMTcuMjE2Yy02LjAyMTIgNi40MTctMTQuMzM3IDMuNTIyNC0xNC4zMzcgMy41MjI0czAuMjE5OSA0LjM3IDIuMzgyOSA2Ljk5NjdjMi4wOTkgMi42MzA4IDMuODg2MiA0Ljc3MzggNy41ODA0IDQuOTk3NyAyLjU0MjggMC4xMzE5NCA2LjcxMjgtMS4zODM0IDcuNDkyNS0wLjQ5MTc3IDAuNjY3NjkgMC43OTk2Mi0wLjA1MiA0LjgxMzcgNS4xODk2IDExLjE0NyA0Ljc5NzggNS43OTMzIDEwLjMyMyA1LjkyOTIgMTAuMzIzIDUuOTI5MnM1LjUyOTQtMC4xMzU5MyAxMC4zNzEtNS45MjkyYzUuMjQxNi02LjMzMyA0LjUyMTktMTAuMzQ3IDUuMTQ1Ni0xMS4xNDcgMC44MjM2Mi0wLjg5MTU4IDQuOTczNyAwLjYyMzcxIDcuNTQwNSAwLjQ5MTc3IDMuNzAyMy0wLjIyMzkgNS40MzM0LTIuMzY2OSA3LjYyMDQtNC45OTc3IDIuMDkxLTIuNjI2OCAyLjMzODktNi45OTY3IDIuMzM4OS02Ljk5NjdzLTguMzYwMSAyLjg5ODYtMTQuMzI5LTMuNTIyNFwiLz48cGF0aCBkPVwibTM1OC43NyA0MzYuNzljLTMuMDA2Ni0zLjYwNjMtNC41MDE5LTYuOTUyNy01LjI1NzUtOS4zNjM2LTEuMDAzNSAwLjE3OTkyLTIuMjMxIDAuMzExODYtMy40Nzg0IDAuMzExODYgMCAwLTAuMjYzODggMC4xMzU5My0wLjU1NTc0IDAuMTM1OTMtNS43MzMzLTAuMzExODUtOS4wOTU3LTQuMzI2LTEwLjk5MS02Ljc3NjgtMy40NTQ0LTQuNTkzOC0zLjM2NjQtOS40MTE2LTMuNDU0NC05Ljc2MzRsLTAuMjg3ODYtNi44NjQ4IDYuNDg5IDEuOTU5MWMwLjA4NCAwIDEuMTExNSAwLjM5OTgyIDMuMDkwNiAwLjM5OTgyIDIuMDU5IDAgNC4zMDYtMC4zOTk4MiA2LjI4NS0yLjUzODggNC4xMDYxLTQuMTkgNC43MzM4LTEyLjk3OCA0LjcwNTgtMTMuOTEzIDAgMC0wLjAyLTAuMDQ0LTAuMDItMC4wODQgMC0xLjI5MTQgMC41ODM3Mi0yLjU0MjggMS40MDczLTMuMzkwNCAwLjk1OTU1LTAuOTM1NTYgMi4xNjMtMS4zODM0IDMuMzkwNC0xLjM4MzRoMC4wODQgOS42Nzk1IDQuNzg5OCAxMC43ODdjMS4xNDM1IDAgMS43ODMyIDAuNDQzNzkgMi4xNjMgMC41ODM3MyAxLjAyNzUgMC41MzE3NSAxLjAyNzUgMC43MTE2NyAxLjIzMTQgMC43OTk2Mmw4LjM2MDEgOC4yMDgyaC02LjQyMWMwLjYyMzcxIDMuMDMwNiAxLjg1MTEgNi44NjQ4IDQuMTc0IDkuMTgzN2wtMy40ODI0IDMuMjk4NS0zLjQ3ODQgMy4yNTA1Yy00Ljc0OTgtNS4yMTc2LTYuMzc3LTExLjUwMy02Ljk1MjctMTUuNzM3aC0xLjU4MzN2MTYuMDQ4YzAgMy40Nzg0LTMuMDk0NiA2LjY0MDktNi42NjQ5IDYuNjQwOS0zLjY3ODMgMC02LjU4MDktMy4wNzg2LTYuNjY0OS02LjY0MDl2LTE2LjA0OGgtMS42MDcyYy0wLjU5OTcyIDQuMTktMi4yNTEgMTAuNDI3LTYuODQwOCAxNS43MzctMy4zNjY0IDMuNTIyNC03LjQyNDUgNC45OTM3LTEwLjcyNyA1LjQ0MTQgMS40MDczIDEuNjAzMiAxLjc0MzIgMS44MjMyIDIuODMwNyAyLjAwMzFsMC4yNjM4OC0wLjA4NGMwLjg1MTYgMC4wODQgMy4yMTg1LTAuNjY3NjggNi4xMDkxLTAuODQ3NiAwLjM3OTgyLTAuMDg4IDMuNTcwMyAwLjA4NCA0Ljc4OTggMi4xMzkgMy4wMTQ2IDUuODQxMyAwLjI4Nzg3IDQuODEzNyA1LjE3NzYgMTEuMTkxIDMuNjU0MyA0LjMyNiA2Ljc0ODggNC4xMDIxIDYuNTUyOSA0LjIzNCAwLTAuNDg3NzcgMy4yMTA1IDAuMDkyIDYuNzc2OC00LjIzNCA0Ljg3NzctNi41MDg5IDIuMzM4OS01LjM0OTUgNS4xNDk2LTExLjEwMyAxLjYwNzItMS45NTkxIDMuMzg2NC0yLjEzOSA0LjcwNTgtMi4xMzkgMi42MjY4IDAuMDkyIDUuMDYxNiAwLjY2NzY5IDYuMTA1MSAwLjY2NzY5IDAuMjQ3ODgtMC4wNDQgMC41Mzk3NSAwIDAuODcxNTkgMC4wNDggMC44Mjc2MS0wLjE3OTkyIDEuMjY3NC0wLjU3OTczIDIuNDI2OS0xLjg3MTEtMy4zODY0LTAuNDQ3NzktNy40MDQ1LTEuODc1MS0xMC43MjctNS40NDE0bDMuNDc4NC0zLjI1MDUgMy40ODI0LTMuMjk4NWMxLjk1OTEgMi4wNTEgNC4yMTQgMi41Mzg4IDYuMzczIDIuNTM4OCAxLjg3NTEgMCAzLjA5NDYtMC4zOTk4MSAzLjA5NDYtMC4zOTk4MWw2LjU3NjktMS45NTkxLTAuMzc1ODMgNi44NjQ4Yy0wLjE3OTkxIDAuMzU1ODMgMCA1LjE2OTYtMy40NzQ0IDkuNzYzNC0xLjk2NzEgMi40NTA5LTUuMjY1NSA2LjQ2NS0xMC45OTUgNi43NzY4bC0yLjEzOSAwLjA4NC0wLjQwMzgxLTAuMzk5ODFjLTAuNTU1NzQtMC4wNDgtMS4wOTE1LTAuMDg4LTEuNTgzMy0wLjE3OTkyLTAuNjcxNjkgMi41Mzg4LTIuMTYzIDUuNzQ5My01LjE3MzYgOS40MDc2LTYuMDgxMiA3LjIyODYtMTMuMjIyIDcuNjY4NC0xNC4xNzcgNy42Njg0LTAuNzI3NjYtMC4wMDQtNy44NjQzLTAuNDQzNzktMTMuODg1LTcuNjcyNHptLTUuODk3Mi0xMi4xMjYgMC4xNzU5Mi0wLjA0NGMtMC4wNDggMC0wLjA5MiAwLjA0NC0wLjE3NTkyIDAuMDQ0elwiLz48cGF0aCBkPVwibTM3Mi44MiAzMTUuODNjMS4wNDc1IDAgMS44MDMyIDAuODAzNjIgMS44MDMyIDEuODMxMXY1OS4yMTJoNy44NzYzYzAuOTU1NTUtNC4wMTQxIDIuNTgyOC03Ljc1NjQgNC45NjU3LTExLjIzOSA1LjE0OTYtNy42Njg0IDEyLjkzLTEyLjkzIDIxLjk2Mi0xNC43NTcgMC45NTU1NS0wLjMxMTg1IDIuMDAzMSAwLjIyMzg5IDIuMjY2OSAxLjIwMzQgMC4zMzk4NCAwLjkzNTU2LTAuMjIzODkgMi4wMDctMS4xNzk0IDIuMzE4OS04LjIwNDIgMS42MDMyLTE1LjM0MSA2LjI4NS0xOS45OTUgMTMuMjQ2LTEuOTY3MSAyLjk0MjYtMy4yNzQ1IDYuMDIxMi00LjIzOCA5LjIzMTdoNC43NDk4YzguODQ3OC02LjUxMjkgMTMuODIyLTcuOTM2MyAyMS42Ny0zLjQzNDQgNC44NTc3IDIuODEwNyA3LjAwMDcgOC4wNzIyIDYuMzA1IDEzLjk1N3YwLjE3NTkyYzAuMzc5ODItMC4zOTk4MSAwLjczOTY1LTAuNzU1NjUgMS4xMzk1LTEuMDcxNSAyNi4wMzYtMTguOTQ3IDEwLjkxOS01MS43Mi03LjMzNjYtNTEuNzItMTQuNzEzIDAtMjQuMzQ1IDYuNTUyOS0zMi43NDkgMjEuOTM0bC0yLjI3NDktMy42NTgzIDIuMDU5LTIuNjcwOGM4LjM2MDEtOC4zODQxIDExLjcyNi0yNS4xNDggMTEuMTkxLTM1LjM1OS0wLjc3OTY0LTEzLjI0Ni0xMC42OTktMjQuNzQ0LTEzLjA2Ni0yOC44MDItMi43ODI3LTQuNTA1OS01LjE0OTYtOC4yNDgxLTUuMTQ5Ni04LjI0ODFzLTIuMzM4OSAzLjc0NjItNS4wODE2IDguMjQ4MWMtMi40NTA4IDQuMDU4MS0xMi4zNyAxNS41NjEtMTMuMTA2IDI4LjgwMi0wLjU4MzczIDEwLjIxMSAyLjc4NjcgMjYuOTc1IDExLjE0NyAzNS4zNTlsMi4wMDcxIDIuNjcwOC0yLjE5MSAzLjY1ODNjLTguNDA0MS0xNS4zODUtMTguMDc2LTIxLjkzNC0zMi43OTMtMjEuOTM0LTE4LjI1NSAwLTMzLjM3MiAzMi43NjktNy4zNzY2IDUxLjcyIDAuNDQ3NzkgMC4zMTE4NiAwLjg3MTYgMC42NzE2OSAxLjI2NzQgMS4wNzE1LTAuMDQ4LTAuMDQ0LTAuMDQ4LTAuMDg4LTAuMDQ4LTAuMTc1OTItMC42ODc2OC01Ljg4OTIgMS40NzUzLTExLjE0NyA2LjMxMy0xMy45NTcgNy44MDQ0LTQuNTAxOSAxMi43NzQtMy4wNzg2IDIxLjU3OCAzLjQzNDRoNC43OTM4Yy0wLjkxNTU3LTMuMjEwNS0yLjI3NDktNi4yODUtNC4yMzgtOS4yMzE3LTQuNjYxOC02Ljk1NjctMTEuNzctMTEuNjM5LTE5Ljk1NS0xMy4yNDYtMC45NTk1NS0wLjMxMTg2LTEuNTU5My0xLjM4MzQtMS4yMjc0LTIuMzE4OSAwLjI2Mzg3LTAuOTc5NTUgMS4zMTk0LTEuNTE1MyAyLjI3NDktMS4yMDM0IDkuMDUxOCAxLjgyNzEgMTYuODA4IDcuMDg4NyAyMS45NjIgMTQuNzU3IDIuMzgyOSAzLjQ3ODQgNC4wMTAxIDcuMjI0NiA0Ljk2NTcgMTEuMjM5aDcuODI0M3YtNTkuMjEyYzAuMDA4LTEuMDI3NSAwLjg1NTYtMS44MzExIDEuODgzMS0xLjgzMTFcIi8+PHBhdGggZD1cIm0zMjMuNiAzOTEuMjMtMS4wNDc1LTAuOTM1NTZjLTExLjE3NS04LjA3MjItMTUuOTY1LTE5LjAzOS0xNS44NTMtMjkuMjA2IDAuMDg4LTE2LjA1MiAxMS4xNjctMzAuNzY2IDI2LjA4NC0zMS4xNDUgNy4yODQ2LTAuMDg0IDEzLjc1IDEuNTYzMyAxOS40MzUgNC44ODU3LTEuNjk1Mi02LjEwOTEtMi40NTA4LTEyLjMwNi0yLjUzODgtMTcuNTcyIDAtMC45MzE1NyAwLjEwNzk1LTEuNzc5MiAwLjEwNzk1LTIuNTE4OCAwLjkzNTU2LTE1LjMxMyAxMi4wMTQtMjcuNzExIDEzLjc5OC0zMC45ODUgMi44MTA3LTQuNTg5OCA1LjE0OTYtOC4zNjAxIDUuMTQ5Ni04LjM2MDFsMy45NDYyLTYuNDY1IDQuMTIyMSA2LjQ2NWMwLjExMTk0IDAgMi40NTA4IDMuNzY2MiA1LjI1NzUgOC4zNjAxIDEuNzgzMiAzLjI3NDUgMTIuNzcgMTUuNjczIDEzLjcxNCAzMS40NTcgMCAwLjI2Mzg3IDAgMS4wMjM1IDAuMDg4IDEuOTU5MS0wLjA4OCA1LjMwNTUtMC44Mjc2MSAxMS41NDctMi41MjI4IDE3LjY1NiA1LjY2OTMtMy4yOTg0IDEyLjEzLTQuOTY5NyAxOS40MTktNC44ODU3IDE0Ljg0NSAwLjM3OTgyIDI1LjkwNCAxNS4wMDUgMjYuMTA0IDMxLjE0NSAwIDEwLjE2Ny00Ljc5MzggMjEuMTM0LTE1LjQ5NyAyOC44NWwtOS4yMDM3IDguNnYtMTAuOTY3LTAuNDQzNzljMC4xMTE5NC0wLjk3OTU0IDAuMTExOTQtMS41MTUzIDAuMTExOTQtMS45MTUxLTAuMTExOTQtMy43NDYyLTEuMzE5NC02LjA2NTItNC4wMzgxLTcuNjY4NC0yLjYzNDgtMS42MDMyLTQuMzI2LTEuOTU5MS01Ljg0NTMtMS45NTkxLTIuMjUxLTAuMTM1OTQtNS4zNDU1IDEuMjAzNC0xMy40MTQgNi4wNjEyaC0xMS4xNzUtNC4xMjIxLTQuNzczOC0xMS42MzktNi4zOTNsLTEuMjA3NC0xLjAyMzVjLTUuMjYxNS0zLjkyMjItOC4yNjgxLTUuMTczNi0xMC41MjMtNS4xNzM2LTEuMzE1NCAwLTMuMTAyNiAwLjQ5MTc3LTUuOTA5MiAyLjE4My0yLjYzNDggMS4zODc0LTMuOTQ2MiAzLjgzODItMy45NDYyIDcuNTgwNC0wLjA4OCAwLjIyMzg5IDAgMC43NTU2NCAwIDAuOTM1NTZsMy44NTQyIDE0Ljc1Ny0xMS41NDMtOS42NzE1em0tNy4zMzI2LTMwLjE0MmMwLjA2NCA1LjU3MzQgMS44MDMyIDExLjM3MSA2LjczNjggMTYuODA4IDEuNDE5My0zLjU2NjMgMy45MzgyLTYuNjg0OSA3LjUzMjUtOC42NDggMy4zODY0LTEuOTYzMSA2Ljg2ODgtMy4zNDI0IDEwLjYxMS0zLjM0MjQgMi44OTQ2IDAgNS41Mjk0IDAuNzExNjYgOC4xNjAyIDEuOTU5MS0zLjg3ODItNC41NDk5LTkuMjM1Ny03LjY3MjQtMTUuNzYxLTkuMDA3OC0yLjYzMDgtMC45MzU1Ni00LjUwNTktMy4yOTg0LTQuNTg5OC02LjM3MyAwLTAuMTM1OTQgMC0wLjQwNzgxIDAuMDg0LTEuMjUxNCAwLjAyLTAuMTM1OTMgMC4xMzE5NC0wLjQ5MTc3IDAuMzc5ODItMC45ODM1NCAwLjkxNTU3LTIuNDk4OCAzLjIzMDUtNC4zNyA2LjIwMTEtNC4zNyAwIDAuMDg4IDAuNTU1NzQgMC4wODggMS4wMTk1IDAuMDg4IDAuNTYzNzMtMC4wODggMS4wMzE1LTAuMDg4IDAuNDc1NzggMC4yMjM5IDEwLjMxOSAyLjA1MSAxOS4xNDcgOC4wNzIyIDI0Ljk2NCAxNi42NzYgMS42NDcyIDIuNDEwOSAyLjk5MDYgNC45NDk3IDQuMDM4MSA3LjU4MDR2LTUuNDM3NGwtMC43Mzk2NSAxLjI1MTQtNC4wNTgxLTcuMzEyNmMtOC4xNjQyLTE0LjUzMy0xNS4zODUtMTkuMTUxLTI4LjUzNS0xOS40MTUtNy42MDg0IDAuMDg0LTE2LjUyIDkuNzM5NC0xNi41MiAyMS41NTR6bTk4Ljg0NiA4LjE2MDJjMy41NDYzIDIuMDA3MSA2LjAxNzIgNS4xMjU2IDcuNDIwNSA4LjY0OCA0Ljg4MTctNS4zOTM1IDYuNjg4OS0xMS4yMzkgNi43NDg4LTE2LjgwOCAwLTExLjkwNi05LjAwMzgtMjEuNDctMTYuNTE2LTIxLjU1OC0xMy4xMyAwLjI2Mzg3LTIwLjI2NiA0Ljg4NTctMjguNTM5IDE5LjQxNWwtMy45MzgyIDcuMzEyNi0wLjkxNTU3LTEuNTE1My0wLjAyNCA1LjkyNTJjMS4wNzE1LTIuNzIyNyAyLjQyNjktNS4zMDU1IDQuMTIyMS03LjcxMjQgNS44MjEzLTguNjk1OSAxNC43MzctMTQuNzE3IDIzLjc2MS0xNi40MDggMC4yNzE4OCAwIDAuNzM5NjYtMC41ODM3MyAyLjcyNjctMC42NzE2OSAyLjgwNjctMC4wODggNS41Mjk0IDIuMDk1IDYuMzc3IDQuOTkzNyAwLjA4NCAwLjUzNTc1IDAuMTk5OSAxLjAyNzUgMC4xOTk5IDEuNjk1Mi0wLjExMTk0IDMuMDc4Ni0xLjg5OTEgNS4wMzc2LTUuMDgxNiA2LjQ2NS02LjA2OTIgMS4yMDc0LTExLjM3OSA0LjMyNi0xNS4yNTMgOC44NzE4IDIuNjEwOC0xLjIwMzQgNS4yODE1LTEuOTE1MSA4LjIwNDItMS45MTUxIDMuNTcwMyAwLjAwNCA3LjE0MDYgMS4yMTE0IDEwLjcwNyAzLjI2MjV6bS0zNS42NzEtNTEuNjEyLTAuMDQ4IDI1LjYxMmM0LjQ1NzktNy4xMDg3IDYuOTUyNy0xOC40MzEgNi44MDQ4LTI2LjA4di0xLjg3NTFjLTAuNTYzNzMtMTEuMTY3LTkuMzkxNi0yMS44Ny0xMi4yOS0yNi41NzItMC4zNTE4My0wLjU1OTc0LTAuNzExNjYtMS4xMzk1LTEuMDQ3NS0xLjY3NTItMC4zMzE4NCAwLjUzNTc1LTAuNjY3NjggMS4xMTU1LTEuMDI3NSAxLjY3NTItMy4wOTQ1IDQuNzAxOC0xMS45MjIgMTUuNDA1LTEyLjQ4MiAyNi41NzJ2MS45NTkxYy0wLjE1MTkzIDcuNTY0NCAyLjIzMSAxOC40NjMgNi43NTY4IDI1Ljc3MnYtMjUuMzkyYzAtMy43NDYyIDMuMTgyNS02LjU1MjkgNi42NjQ5LTYuNjY4OXY0Ljg4NTcgMS43ODMyLTEuNzgzMi00Ljg4NTdjMy42NTgzIDAuMTIzOTQgNi41ODA5IDMuMjE4NSA2LjY2ODkgNi42NzI5elwiLz48L2c+PGcgZmlsbD1cIiNmOWFlMDBcIj48cGF0aCBkPVwibTM1MS4xOSAzODEuOTFoNDMuMTg0djMuNzAyM2gtNDMuMTg0elwiLz48cGF0aCBkPVwibTM5MS40OCA0MDcuNTljLTYuMTMzMS02LjUwOS02LjAwNTItMTcuMjE2LTYuMDA1Mi0xNy4yMTZoLTEwLjgwM3YyMC43NzhjMCAxLjA3MTUtMC43ODM2MyAxLjg3NTEtMS44NzkxIDEuODc1MS0xLjAwMzUgMC0xLjgyMzEtMC44MDM2Mi0xLjgyMzEtMS44NzUxdi0yMC43NzhoLTEwLjgxNXMwLjA4OCAxMC43MDctNS45OTMyIDE3LjIxNmMtNi4wMjEyIDYuNDE3LTE0LjMzNyAzLjUyMjQtMTQuMzM3IDMuNTIyNHMwLjIxOTkgNC4zNyAyLjM4MjkgNi45OTY3YzIuMDk5IDIuNjMwOCAzLjg4NjIgNC43NzM4IDcuNTgwNCA0Ljk5NzcgMi41NDI4IDAuMTMxOTQgNi43MTI4LTEuMzgzNCA3LjQ5MjUtMC40OTE3NyAwLjY2NzY5IDAuNzk5NjItMC4wNTIgNC44MTM3IDUuMTg5NiAxMS4xNDcgNC43OTc4IDUuNzkzMyAxMC4zMjMgNS45MjkyIDEwLjMyMyA1LjkyOTJzNS41Mjk0LTAuMTM1OTMgMTAuMzcxLTUuOTI5MmM1LjI0MTYtNi4zMzMgNC41MjE5LTEwLjM0NyA1LjE0NTYtMTEuMTQ3IDAuODIzNjItMC44OTE1OCA0Ljk3MzcgMC42MjM3MSA3LjU0MDUgMC40OTE3NyAzLjcwMjMtMC4yMjM5IDUuNDMzNC0yLjM2NjkgNy42MjA0LTQuOTk3NyAyLjA5MS0yLjYyNjggMi4zMzg5LTYuOTk2NyAyLjMzODktNi45OTY3cy04LjM2MDEgMi44OTg2LTE0LjMyOS0zLjUyMjRcIi8+PHBhdGggZD1cIm0zNzIuODIgMzE1LjgzYzEuMDQ3NSAwIDEuODAzMiAwLjgwMzYyIDEuODAzMiAxLjgzMTF2NTkuMjEyaDcuODc2M2MwLjk1NTU1LTQuMDE0MSAyLjU4MjgtNy43NTY0IDQuOTY1Ny0xMS4yMzkgNS4xNDk2LTcuNjY4NCAxMi45My0xMi45MyAyMS45NjItMTQuNzU3IDAuOTU1NTUtMC4zMTE4NSAyLjAwMzEgMC4yMjM4OSAyLjI2NjkgMS4yMDM0IDAuMzM5ODQgMC45MzU1Ni0wLjIyMzg5IDIuMDA3LTEuMTc5NCAyLjMxODktOC4yMDQyIDEuNjAzMi0xNS4zNDEgNi4yODUtMTkuOTk1IDEzLjI0Ni0xLjk2NzEgMi45NDI2LTMuMjc0NSA2LjAyMTItNC4yMzggOS4yMzE3aDQuNzQ5OGM4Ljg0NzgtNi41MTI5IDEzLjgyMi03LjkzNjMgMjEuNjctMy40MzQ0IDQuODU3NyAyLjgxMDcgNy4wMDA3IDguMDcyMiA2LjMwNSAxMy45NTd2MC4xNzU5MmMwLjM3OTgyLTAuMzk5ODEgMC43Mzk2NS0wLjc1NTY1IDEuMTM5NS0xLjA3MTUgMjYuMDM2LTE4Ljk0NyAxMC45MTktNTEuNzItNy4zMzY2LTUxLjcyLTE0LjcxMyAwLTI0LjM0NSA2LjU1MjktMzIuNzQ5IDIxLjkzNGwtMi4yNzQ5LTMuNjU4MyAyLjA1OS0yLjY3MDhjOC4zNjAxLTguMzg0MSAxMS43MjYtMjUuMTQ4IDExLjE5MS0zNS4zNTktMC43Nzk2NC0xMy4yNDYtMTAuNjk5LTI0Ljc0NC0xMy4wNjYtMjguODAyLTIuNzgyNy00LjUwNTktNS4xNDk2LTguMjQ4MS01LjE0OTYtOC4yNDgxcy0yLjMzODkgMy43NDYyLTUuMDgxNiA4LjI0ODFjLTIuNDUwOCA0LjA1ODEtMTIuMzcgMTUuNTYxLTEzLjEwNiAyOC44MDItMC41ODM3MyAxMC4yMTEgMi43ODY3IDI2Ljk3NSAxMS4xNDcgMzUuMzU5bDIuMDA3MSAyLjY3MDgtMi4xOTEgMy42NTgzYy04LjQwNDEtMTUuMzg1LTE4LjA3Ni0yMS45MzQtMzIuNzkzLTIxLjkzNC0xOC4yNTUgMC0zMy4zNzIgMzIuNzY5LTcuMzc2NiA1MS43MiAwLjQ0Nzc5IDAuMzExODYgMC44NzE2IDAuNjcxNjkgMS4yNjc0IDEuMDcxNS0wLjA0OC0wLjA0NC0wLjA0OC0wLjA4OC0wLjA0OC0wLjE3NTkyLTAuNjg3NjgtNS44ODkyIDEuNDc1My0xMS4xNDcgNi4zMTMtMTMuOTU3IDcuODA0NC00LjUwMTkgMTIuNzc0LTMuMDc4NiAyMS41NzggMy40MzQ0aDQuNzkzOGMtMC45MTU1Ny0zLjIxMDUtMi4yNzQ5LTYuMjg1LTQuMjM4LTkuMjMxNy00LjY2MTgtNi45NTY3LTExLjc3LTExLjYzOS0xOS45NTUtMTMuMjQ2LTAuOTU5NTUtMC4zMTE4Ni0xLjU1OTMtMS4zODM0LTEuMjI3NC0yLjMxODkgMC4yNjM4Ny0wLjk3OTU1IDEuMzE5NC0xLjUxNTMgMi4yNzQ5LTEuMjAzNCA5LjA1MTggMS44MjcxIDE2LjgwOCA3LjA4ODcgMjEuOTYyIDE0Ljc1NyAyLjM4MjkgMy40Nzg0IDQuMDEwMSA3LjIyNDYgNC45NjU3IDExLjIzOWg3LjgyNDN2LTU5LjIxMmMwLjAwOC0xLjAyNzUgMC44NTU2LTEuODMxMSAxLjg4MzEtMS44MzExXCIvPjwvZz48cGF0aCBkPVwibTQ0MC41MiA1NjYuMjdjLTAuMDQ0LTIuOTg2Ni0wLjA0NC01LjQ4MTQtMC4wNDQtOC41NiAwLTExLjczLTkuNDk1Ni0yMS4yNjYtMjEuMTgyLTIxLjI2NmgtMzMuOTY4Yy0xMS42ODMgMC0yMS4xNzggOS41Mzk1LTIxLjE3OCAyMS4yNjYgMCAzLjA3ODYtMC4wNDggNS4wMzc2IDAgOC41Ni0yNC45OTYgMTUuNjA5LTQxLjk2IDQ2LjIzNC00MS45NiA4MS4zNzggMCA1MS4wOTIgMzUuODcxIDkyLjQ3MyA4MC4xMjIgOTIuNDczIDQ0LjIzMSAwIDgwLjA3OC00MS4zODEgODAuMDc4LTkyLjQ3MyAwLTM1LjE0NC0xNi45LTY1Ljc2OS00MS44NjgtODEuMzc4bS0zOC4yMSAxNjcuNDdjLTQxLjgyIDAtNzUuNzEzLTM4LjUyMi03NS43MTMtODUuOTYgMC0zNC40MiAxNy43NjgtNjEuMzk1IDQzLjQ3Ni03My43MDkgMy42MTAzIDMuMDM0NiAxOC44MTEgNi4zODEgMzIuMzI1IDYuMzMzIDEzLjQ2Ni0wLjA4OCAyOC40OTEtMy4yOTg1IDMyLjE0OS02LjMzMyAyNS43MDQgMTIuMzEgNDMuNDQ0IDM5LjI4NiA0My40NDQgNzMuNzA5IDAuMDA0IDQ3LjQzOC0zMy44NiA4NS45Ni03NS42ODEgODUuOTZcIiBmaWxsPVwiIzFmMTkxYVwiLz48cGF0aCBkPVwibTMzOC40IDY2MC42N2MwLTM1IDI4LjYyNy02My40MDIgNjMuOTE0LTYzLjQwMnM2My45MTQgMjguNDAzIDYzLjkxNCA2My40MDJjMCAzNS0yOC42MjcgNjMuMzU0LTYzLjkxNCA2My4zNTRzLTYzLjkxNC0yOC4zNTUtNjMuOTE0LTYzLjM1NG05Ni4xNTUtODYuNTQzYy0zLjcwMjMgMi45ODY2LTE4LjY4MyA2LjI0NTEtMzIuMTk3IDYuMjg1MS0xMy40NjYgMC4wNDgtMjguNjY3LTMuMjk4NS0zMi4zMjUtNi4yODUxLTI1LjY2IDEyLjI2Mi00My40MjggMzkuMjM4LTQzLjQyOCA3My42MTQgMCA0Ny40ODYgMzMuODkyIDg2LjA1MiA3NS43MTMgODYuMDUyIDQxLjc3NiAwIDc1LjcxMy0zOC41NjYgNzUuNzEzLTg2LjA1Mi0wLjAwNC0zNC4zNzYtMTcuODItNjEuMzUxLTQzLjQ3Ni03My42MTRcIiBmaWxsPVwiI2Y5YWUwMFwiLz48cGF0aCBkPVwibTQwMi4zMSA1OTcuMjZjLTM1LjI4NyAwLTYzLjkxNCAyOC4zNTktNjMuOTE0IDYzLjM1OCAwIDM1LjA0OCAyOC42MjcgNjMuNDQ2IDYzLjkxNCA2My40NDZzNjMuODctMjguNDAzIDYzLjg3LTYzLjQ0NmMwLTM1LTI4LjU4My02My4zNTgtNjMuODctNjMuMzU4bTAgMTI0LjA0Yy0zMi42NjEgMC01OS4xMi0yNS45OTYtNTkuMTItNTguMDk3IDAtMzIuMDkzIDI2LjQ2LTU4LjE4NSA1OS4xMi01OC4xODUgMzIuNjMzIDAgNTkuMTIgMjYuMDg4IDU5LjEyIDU4LjE4NSAwIDMyLjEwMS0yNi40ODggNTguMDk3LTU5LjEyIDU4LjA5N1wiIGZpbGw9XCIjMWYxOTFhXCIvPjxwYXRoIGQ9XCJtNDE5LjA0IDU3My4wOWMxMC4wNTEtMS4zNzk0IDE2LjAyOC00LjE0NiAxNS45ODEtMTUuNjAxIDAtOC42MDQtNy4xNTY2LTE1LjY0OS0xNS45ODEtMTUuNjQ5bC0xNi43OTItMC4zNTk4M2MtOC44NzE4IDAtMTYuMDI4IDcuMTgwNi0xNi4wMjggMTYuMDA4IDAgOC44Mjc5IDYuNTgwOSAxNi40NDggMTYuMDI4IDE3LjAzMiA5LjQwNzYgMC42MjM3MSAxNi43OTItMS40MzEzIDE2Ljc5Mi0xLjQzMTNcIiBmaWxsPVwiIzAwOTZkNVwiLz48cGF0aCBkPVwibTY1Mi4zIDI5NS42OHYtOC41NmMwLTExLjczLTkuNDQ3Ni0yMS4yMy0yMS4xMzQtMjEuMjNoLTMzLjk3MmMtMTEuNjgzIDAtMjEuMjIyIDkuNDk5Ni0yMS4yMjIgMjEuMjN2OC41NmMtMjQuOTY4IDE1LjY0OS00MS45MDggNDYuMTktNDEuOTA4IDgxLjQxNCAwIDUxLjA1MiAzNS44NDcgOTIuNDI1IDgwLjA3NCA5Mi40MjVzODAuMDc4LTQxLjM3NyA4MC4wNzgtOTIuNDI1YzAuMDA0LTM1LjIyMy0xNi44NTItNjUuNzY1LTQxLjkxNi04MS40MTRtLTM4LjE2MiAxNjcuNDdjLTQxLjgyNCAwLTc1LjcwOS0zOC40NzgtNzUuNzA5LTg1LjkxNiAwLTM0LjQxNiAxNy43ODgtNjEuNDM5IDQzLjQyNC03My43NDUgMy42NTQzIDMuMDM0NiAxOC45MDcgNi4yODUxIDMyLjM2OSA2LjI4NTEgMTMuNDctMC4wNDQgMjguNTM5LTMuMjUwNSAzMi4xOTctNi4yODUxIDI1LjYzNiAxMi4zMDYgNDMuNDI0IDM5LjMzIDQzLjQyNCA3My43NDUgMC4wMDQgNDcuNDM4LTMzLjg4NCA4NS45MTYtNzUuNzA1IDg1LjkxNlwiIGZpbGw9XCIjMWYxOTFhXCIvPjxwYXRoIGQ9XCJtNTUwLjIgMzkwLjAyYzAtMzUuMDQ0IDI4LjcxOS02My4zOTggNjMuOTgyLTYzLjM5OCAzNS4yNjcgMCA2My44OTQgMjguMzU5IDYzLjg5NCA2My4zOTggMCAzNS4wMDQtMjguNjI3IDYzLjQwMi02My44OTQgNjMuNDAyLTM1LjI2MyAwLTYzLjk4Mi0yOC4zOTktNjMuOTgyLTYzLjQwMm05Ni4yMjMtODYuNTQzYy0zLjcwMjMgMy4wMzQ2LTE4LjcyNyA2LjI0NTEtMzIuMTk3IDYuMjg1MS0xMy40NjIgMC0yOC42NjctMy4yNTA1LTMyLjM2OS02LjI4NTEtMjUuNjg0IDEyLjMwNi00My40MjQgMzkuMzMtNDMuNDI0IDczLjcwNSAwIDQ3LjQ4MiAzMy45MjggODUuOTYgNzUuNzQ4IDg1Ljk2IDQxLjc3NiAwIDc1LjcxMy0zOC40NzggNzUuNzEzLTg1Ljk2IDAtMzQuMzc2LTE3Ljc5Mi02MS4zOTUtNDMuNDcyLTczLjcwNVwiIGZpbGw9XCIjZjlhZTAwXCIvPjxwYXRoIGQ9XCJtNjE0LjIzIDMyNi42N2MtMzUuMzA3IDAtNjMuODg2IDI4LjM1NS02My44ODYgNjMuMzU0IDAgMzUuMDA0IDI4LjU3OSA2My40MDIgNjMuODg2IDYzLjQwMiAzNS4yMjcgMCA2My44NTQtMjguNDAzIDYzLjg1NC02My40MDIgMC0zNS0yOC42MjctNjMuMzU0LTYzLjg1NC02My4zNTRtMCAxMjQuMDhjLTMyLjYzMyAwLTU5LjEyLTI2LjAzNi01OS4xMi01OC4xMzcgMC0zMi4wNjEgMjYuNDg4LTU4LjE0MSA1OS4xMi01OC4xNDEgMzIuNTU3IDAgNTkuMDM2IDI2LjA4IDU5LjAzNiA1OC4xNDEgMCAzMi4xMDUtMjYuNDggNTguMTM3LTU5LjAzNiA1OC4xMzdcIiBmaWxsPVwiIzFmMTkxYVwiLz48cGF0aCBkPVwibTYzMC45MSAzMDIuNTVjMTAuMDc5LTEuNDIzMyAxNi4wNTYtNC4yMzggMTUuOTY1LTE1LjY0OSAwLTguNjk1OS03LjA0ODctMTUuNjQ5LTE1Ljk2NS0xNS42NDlsLTE2LjgwOC0wLjM1OTgzYy04Ljg3MTggMC0xNi4wMDggNy4xMzI3LTE2LjAwOCAxNi4wMDggMCA4LjgyNzkgNi42MDA5IDE2LjQwOCAxNi4wMDggMTcuMDc2IDkuNDUxNiAwLjU4MzczIDE2LjgwOC0xLjQyNzMgMTYuODA4LTEuNDI3M1wiIGZpbGw9XCIjMDA5NmQ1XCIvPjxnIGZpbGw9XCIjMWYxOTFhXCI+PHBhdGggZD1cIm0zOTQuNDIgNTAyLjZoLTM5LjA3NHYzMy43MDhoLTc3LjQ3MnYtOS41NDM1LTI0LjE2NWwtMTkuNjM5IDAuMDkydi0xOS4yMTloMzguODc4djkuNTQzNSAyNC4wNzNoMzguOTd2LTMzLjYxNmg3Ny40OTJ2OS41NDM1IDIzLjk0MWgzOS4xN3YtMzMuNDg0aDkuNTYzNSAyOS4wOXYxOS4xMjdoLTE5LjQxOXYzMy43MDhoLTc3LjU2di05LjU0MzV6XCIvPjxwYXRoIGQ9XCJtNjI3LjUyIDUwMi41NmgtMzkuMDU4djMzLjcwOGgtNzcuNjI0di05LjU4MzUtMjQuMDMzaC0xOS40NDN2LTE5LjI2M2gzOC43MDJ2OS42NzE1IDI0LjAzM2gzOS4xMDJ2LTMzLjcwNGg3Ny40ODh2OS42NzE1IDI0LjAzM2gzOS4wNjJ2LTMzLjcwNGg5LjY3OTVsMzAuMTM4IDAuMDg3OXYxOS4xNzVoLTIwLjU1OHYzMy42MTZoLTc3LjQ4OHYtOS41ODM1elwiLz48cGF0aCBkPVwibTUwMS4wMyA0OTMuMDZ2MzI1LjkzaC0xOS4yODN2LTMyNS45M3pcIi8+PHBhdGggZD1cIm01MDAuOTggMjM4LjM0djI1NC43N2gtMTkuMjY3di0yNTQuNzd6XCIvPjwvZz48cGF0aCBkPVwibTk0Mi43MSA2MjIuNTUtNS40ODk1IDE2LjQxMXEtMi4wODE4IDYuMjIzNi00LjU0MjggOC45MDE1LTIuNDM2NCAyLjcyNzQtNi42MjU2IDQuMjkxOHQtOS45NTc2IDEuMzIzNnEtNS43Njg0LTAuMjQwNzgtMTMuNTg1LTIuODU1NC03LjAzODUtMi4zNTQ0LTExLjcyOS01LjY5NDYtNC42NTM0LTMuMzI3OC02Ljg3MzMtNi43ODg4LTIuMjE5OC0zLjQ2MTEtMi42MTA5LTcuNDYzOC0wLjM2NjQyLTMuOTUzMiAxLjQ1NTItOS4zOTg4bDUuNjUwNi0xNi44OTIgNTQuMzA4IDE4LjE2NnptLTEyLjE4NiA1Ljg5MTctMzUuOTcxLTEyLjAzMi0yLjI1NTMgNi43NDIycS0xLjQ0OTggNC4zMzQyLTEuMjc5MiA2LjUzMzIgMC4xNTgyMyAyLjIzNiAxLjM3OTMgNC4wMDM3IDEuMjQ1NyAxLjgxNzIgNC41Mjk0IDMuODIxNyAzLjI4MzcgMi4wMDQ2IDkuMDk5NyAzLjk1MDEgNi4wMzgzIDIuMDE5OCA5LjgwNTYgMi4zMzI2IDMuNzU0OCAwLjM0OTgzIDYuMzUwMS0wLjc1OTE4IDIuNTgyOC0xLjA3MiA0LjA1NTItMy4zODA0IDEuMTEzNi0xLjcyODIgMi45MjI3LTcuMTM2OGwxLjM2MzEtNC4wNzQ5em0tMzIuMTc3LTY4LjE1NCA1NS45NzUgMTIuMDg5LTEuOTQ2MiA5LjAxMS00MS40MzggMTAuNzEyIDM3LjM4IDguMDczNC0xLjg2MzcgOC42MjkyLTU1Ljk3NS0xMi4wODkgMi4wMTIyLTkuMzE2NCA0MC40OTMtMTAuNTk2LTM2LjUwMi03Ljg4MzcgMS44NjM3LTguNjI5MnptMC43NDc0NC0zLjA3NDkgMS4wNTY5LTEwLjI1OCAxMy4zNi0yLjc0NjggMS45MjE3LTE4LjY1MS0xMi41NDMtNS4xOCAxLjAzMjktMTAuMDI1IDU1LjA5IDI0LjA1NC0xLjAyODkgOS45ODYyLTU4Ljg5IDEyLjgyMXptMjQuMzI3LTE1LjA0NyAyMS43OTktNC4yMzM0LTIwLjQ4Ni04LjUxMTYtMS4zMTMyIDEyLjc0NXptLTE5Ljc1OS02NS42ODMgNTYuNzk3LTAuMDE4MyAwLjAwMyA5LjQ1MzEtNDcuMTQ4IDAuMDE1MiAwLjAwOCAyMy41OTQtOS42NDg0IDAuMDAzLTAuMDEwNi0zMy4wNDd6bS0yLjUzNDMtMzAuODIxIDIzLjk4NC0yLjM3NjUgMzEuMzA4LTIwLjM3NCAxLjA5MzkgMTEuMDQtMjEuNDU2IDEzLjIzNSAyMy42MTcgOC41NzI1IDEuMDc0NiAxMC44NDUtMzQuNzgzLTEzLjkwNC0yMy45MDYgMi4zNjg4LTAuOTMyMS05LjQwNzF6bS05LjYzMTUtNTUuMDggNTYuMDg3LTExLjU1NyA0LjAyODIgMTkuNTVxMS41NDUxIDcuNDk4NyAwLjY3NjkxIDExLjAyOC0wLjgyOTkyIDMuNTIxMi00LjE1MzYgNi4zNTk3LTMuMjg1NCAyLjgzMDYtOC40ODg2IDMuOTAyNy02LjU4MDUgMS4zNTU5LTExLjI1Mi0wLjk5MTg3LTQuNjYzNi0yLjMwOTUtNi44OTQ4LTcuOTEyLTEuNTI3NiAzLjQyNTYtMy42ODg5IDUuOTA1LTIuMTIzIDIuNDcxNS04LjAwOTggNy4xOTQybC05Ljc5MTEgNy44NDAzLTIuMjc4Mi0xMS4wNTcgMTAuODE3LTkuMjQ4MnE1Ljg2OTktNC45OTg0IDcuMjQ3LTYuNjM4MSAxLjQxNTQtMS42NDc3IDEuNzI3OS0zLjIyNzYgMC4zNTA4NS0xLjU4NzgtMC4zMTEzMy00LjgwMTZsLTAuMzk0MTUtMS45MTI5LTIzLjQxNCA0LjgyNDQtMS45MDc3LTkuMjU4NnptMzQuMjc1IDIuNTg5NiAxLjQxOSA2Ljg4NjZxMS4zMDA3IDYuMzEyNyAyLjE5MTEgNy45MjQgMC45Mjg2MiAxLjYwMzQgMi44MzI3IDIuMzI3OHQ0LjY5NyAwLjE0ODkzcTIuNjc4MS0wLjU1MTgxIDQuMDY0My0xLjk1NDIgMS40MjQ0LTEuNDEwMiAxLjY1ODItMy4zNzI4IDAuMTUyODItMS4zODc1LTEuMTMyMS03LjYyMzdsLTEuNDk3OC03LjI2OTItMTQuMjMyIDIuOTMyNXptLTM0LjgxNi01LjczNTYtMy4xNjc0LTkuODE0IDExLjExOS03Ljg5ODYtNS43NTg5LTE3Ljg0NC0xMy41NjcgMC4zMTUtMy4wOTU0LTkuNTkxIDYwLjExMy0wLjE5MTE3IDMuMDgzNCA5LjU1MzgtNDguNzI3IDM1LjQ3em0xNi4xOTgtMjMuNTc2IDE4LjI0My0xMi42NjEtMjIuMTc4IDAuNDY3MzggMy45MzUzIDEyLjE5M3ptLTUwLjMzNC02NC4zNTYgNTIuMDY4LTIzLjgzOSA1LjkwMjggMTIuODkzLTMxLjk3MiAyNC4wMDQgMzkuMDI5LTguNTg5NCA1LjkxOSAxMi45MjgtNTIuMDY4IDIzLjgzOS0zLjY1ODctNy45OTEzIDQwLjk4Ny0xOC43NjUtNDQuODczIDEwLjI3Ny0zLjgwNTEtOC4zMTEgMzcuMTMzLTI3LjE4My00MC45ODcgMTguNzY1LTMuNjc1LTguMDI2OHptLTEyLjA1NS00MC44MTEgNC44MzMzIDcuNTczNS02LjYxODYgNC4yMjM4cS01LjYzMDggMy41OTM0LTkuMjA0NCA0LjAyMDUtNC40MjEzIDAuNTUwOTYtOC40ODQ0LTIuMTg1MWwyLjg3NDEtMy45MTk0cTIuMzUxIDEuNjUwNyA0LjU2MiAxLjYyOTkgMi4xNzgxIDAuMDAwMTkgNS4xMTc4LTEuNzgzMmwtMi4zMzI2LTMuNjU1MSA5LjI1MjktNS45MDV6bS0yNC4xODgtMTUuMTY5IDE5LjM0NC0xNC4zNzcgMTYuMzY1LTMzLjU3OCA2LjYxNzYgOC45MDM4LTExLjU5IDIyLjM4NyAyNC42NjItNC43OTkyIDYuNTAxMSA4Ljc0NzEtMzYuOTc5IDUuOTcyMy0xOS4yODEgMTQuMzMtNS42MzktNy41ODcxem0tMjYuNDgzLTMxLjY5MiAzNS4yOS0zMS45MS05LjM1My0xMC4zNDQgNy4xODU2LTYuNDk3MyAyNS4wMiAyNy42Ny03LjE4NTYgNi40OTczLTkuMzI2OC0xMC4zMTUtMzUuMjkgMzEuOTEtNi4zNDAxLTcuMDExN3ptLTQwLjgzOC0zOS4wMjcgMzguMzAyLTQyLjU3MSA2Ljg1MzIgNi4xNjU5LTExLjI5MSA0MS4yODQgMjUuNTc4LTI4LjQyOSA2LjU2MjggNS45MDQ3LTM4LjMwMiA0Mi41NzEtNy4wODU1LTYuMzc0OSAxMC45MjItNDAuNDA3LTI0Ljk3NyAyNy43NjEtNi41NjI4LTUuOTA0N3ptLTMuMzYzMi03My40MzQgNy42Nzk1IDUuNTEyNS0xOC4wODYgMjUuMTk2cS00LjIxNDEgNS44NzA3LTUuMjA0MSA3Ljg1MjctMS43MDE4IDMuNDQyNi0xLjAwNTEgNi40OTEyIDAuNzI4NDUgMy4wNzE0IDMuODcgNS4zMjY1IDIuNjY1NiAxLjkxMzQgNS4xOTAzIDEuOTQ2NiAyLjU0NzUgMC4wMDEgNC42NTM4LTEuNjYwMiAyLjE2MDktMS42NzA2IDcuMTQ5NC04LjYyMDFsMTguNDc0LTI1LjczNiA3LjcxMTIgNS41MzUzLTE3LjU0IDI0LjQzNXEtNi43MTk4IDkuMzYxMy0xMC43NDIgMTIuODIxLTMuOTY3OCAzLjQ1MDktOS4zNTggMy41MjQ2LTUuMzM1OCAwLjA2NDctMTEuMDc5LTQuMDU4My01Ljk2NTktNC4yODI0LTcuODAzNC04LjgyMzEtMS43ODMtNC41NDk2LTAuNTI3Mi05LjUxNDUgMS4zMTAzLTQuOTczOCA4LjgwNDYtMTUuNDE0bDE3LjgxMy0yNC44MTV6bS02My41MDUtMy4yMzk1cTQuOTg1OC04LjkzNzggMTAuODI5LTEzLjIzOCA1Ljg5NTktNC4zMTUgMTEuNzQtNC43Njc3IDUuODQzNy0wLjQ1MjcgMTEuOTE2IDIuOTM0NiA4LjgwMTMgNC45MDk3IDEwLjU3OSAxNC43MTMgMS44MTE2IDkuODIyMy01LjExNTIgMjIuMjQtNy4wMDMgMTIuNTU0LTE2LjgxIDE2LjM0Mi04LjYzMzYgMy4zNjkzLTE3LjQ2OS0xLjU1OTQtOC45MDM3LTQuOTY2OC0xMC42MS0xNC4wMTUtMS45Mjg0LTEwLjMzNSA0Ljk0MTQtMjIuNjV6bTguNzE4NyA0LjQxNjNxLTQuODE0NiA4LjYzMDgtMy45NTY0IDE0Ljc5IDAuODc3MTUgNi4xMjUyIDUuNzIxMyA4LjgyNzQgNC44NzgyIDIuNzIxMyAxMC40NjQgMC4yNDU4NyA1LjYwNDQtMi41MDk1IDEwLjU1Mi0xMS4zNzkgNC44NTI2LTguNjk5IDQuMDM1OC0xNC42MTItMC43ODI3LTUuODkzNi01LjgzMTUtOC43MXQtMTAuNTYyLTAuMzkwMjItMTAuNDIzIDExLjIyOHptLTI2LjQyLTQuMjY1NSA3LjEwMzYgNi44MTQ4cS01LjY4MjMgOC4wNDE2LTEyLjAxMSAxMC4yMjYtNi4zMTQgMi4xNDg5LTEzLjA1Ni0wLjY2MzM1LTguNDcyMS0zLjUzNDEtMTEuMDE0LTEyLjI1NS0yLjkxMzYtMTAuMDYxIDIuNDI1MS0yMi44NiA1LjYzOTUtMTMuNTE5IDE0LjkyLTE4LjYyMSA4LjA2NjctNC40MjI4IDE3LjAwNy0wLjY5MzIyIDcuMjgyNCAzLjAzNzggMTAuMTEgMTAuMDU4IDIuMDIzMiA0Ljk5MTggMC43NDMwOCAxMi42MjdsLTkuNzA1MS0xLjA4NTdxMC45NjA0MS00LjYzNi0wLjU3OTcxLTcuOTQ0OS0xLjQ4OS0zLjMyOTktNC44NDE4LTQuNzI4NS00Ljc5NDktMi4wMDAxLTkuNTY3NyAwLjkxODZ0LTguNzg4MiAxMi41NDVxLTQuMTY1NyA5Ljk4NjMtMi45NjkgMTUuNDM4IDEuMTk2NyA1LjQ1MTIgNS45MTk1IDcuNDIxMyAzLjQ2MSAxLjQ0MzcgNy4wOTc0LTAuMTcxNCAzLjY1MTUtMS42NTEyIDcuMjA1NC03LjAyNTN6bS04NC44NDItNi4yMDk4IDUuNjgwNC0yMy40MjMtOC44ODctMzYuMjgxIDEwLjc4MSAyLjYxNDYgNS40MDM1IDI0LjYyMyAxNS44OTMtMTkuNDU5IDEwLjU5MSAyLjU2ODYtMjQuNjE0IDI4LjIzNi01LjY2MiAyMy4zNDctOS4xODY4LTIuMjI4em0tNTUuMjI1LTkuMTU3OSA3LjY1NzctNTYuNzUxIDE5Ljc4MiAyLjY2OTJxNy41ODc1IDEuMDIzOCAxMC42MyAzLjAxMTEgMy4wNDgxIDEuOTQ4NSA0LjYyNjYgNi4wMjQzIDEuNTgzOCA0LjAzNzEgMC44NzMzNSA5LjMwMTktMC44OTg0NSA2LjY1ODQtNC42NiAxMC4yOS0zLjcyMjggMy42MzY0LTkuNzQ4IDMuODg3NiAyLjcyNyAyLjU3NTMgNC4zNTEzIDUuNDM1NCAxLjYyOTUgMi44MjE0IDQuMTM3NyA5LjkzOTRsNC4xNTggMTEuODM0LTExLjE4OC0xLjUwOTYtNS4xNDY5LTEzLjI2OHEtMi43NzM5LTcuMTkzNC0zLjg2NTUtOS4wMzU2LTEuMDg2NC0xLjg4MDktMi40NzM4LTIuNjk4OC0xLjM4MjItMC44NTY1OS00LjYzNC0xLjI5NTRsLTEuOTM1Ni0wLjI2MTE4LTMuMTk2OCAyMy42OTItOS4zNjgyLTEuMjY0MXptMTMuNzg3LTMxLjQ4NiA2Ljk2ODEgMC45NDAyNHE2LjM4NzQgMC44NjE4OCA4LjIwMjYgMC41NTQ5OCAxLjgyMDQtMC4zNDU2MiAzLjEzNDEtMS45MDI3IDEuMzEzOC0xLjU1NzEgMS42OTUxLTQuMzgzIDAuMzY1NjUtMi43MDk4LTAuNDk4ODktNC40ODItMC44NTkzMS0xLjgxMDktMi42MzM5LTIuNjgxLTEuMjU4Ny0wLjYwMzQzLTcuNTY4Ny0xLjQ1NDlsLTcuMzU1Mi0wLjk5MjQ3LTEuOTQzMiAxNC40MDF6bS01NS45ODcgMjkuOTE0IDEuNjQyNi01Ny4yNDIgMzQuODI5IDAuOTk5NDUtMC4yNzc4OCA5LjY4MzUtMjUuMzgtMC43MjgzLTAuMzY0MTUgMTIuNjkgMjMuNTg0IDAuNjc2NzYtMC4yNzY3NiA5LjY0NDUtMjMuNTg0LTAuNjc2NzYtMC40NDcwNiAxNS41OCAyNi4yMzkgMC43NTI5NS0wLjI3Njc2IDkuNjQ0NS0zNS42ODgtMS4wMjQxem0tNTIuMzU2IDMuNzM0NC00Ljg2MTgtNTcuMDU5IDE0LjEyOC0xLjIwMzkgMTEuODAxIDM4LjE5OCA1LjA5MDYtMzkuNjM4IDE0LjE2Ny0xLjIwNzIgNC44NjE4IDU3LjA1OS04Ljc1NzMgMC43NDYxOS0zLjgyNzEtNDQuOTE1LTUuNDc1MSA0NS43MDgtOS4xMDc2IDAuNzc2MDMtMTMuMDUyLTQ0LjEyOSAzLjgyNzEgNDQuOTE1LTguNzk2MiAwLjc0OTUxem0tNTQuNjEtMTcuNzU1cS0yLjA5MjYtMTAuMDE4LTAuNDk4MTktMTcuMDk1IDEuNjI0Ny03LjEyMzMgNS43NDE0LTExLjI5NSA0LjExNjctNC4xNzIxIDEwLjkyMy01LjU5MzggOS44NjUyLTIuMDYwNyAxNy42MzMgNC4xNzgxIDcuODA2MSA2LjIzMDggMTAuNzEzIDIwLjE0OSAyLjkzOTMgMTQuMDcxLTEuOTg0MiAyMy4zNi00LjMxMjIgOC4yMDM1LTE0LjIxNiAxMC4yNzItOS45Nzk5IDIuMDg0Ni0xNy4xOTktMy42MzAyLTguMjMwMS02LjU0MTMtMTEuMTE0LTIwLjM0NXptOS40Nzk0LTIuMzc5MnEyLjAyMDcgOS42NzQgNi43MDU5IDEzLjc2MyA0LjY3NzIgNC4wNTExIDEwLjEwNyAyLjkxNyA1LjQ2NzktMS4xNDIyIDguMDYzOC02LjY3MjYgMi41ODc5LTUuNTY4NyAwLjUxMTI3LTE1LjUxLTIuMDM2Ny05Ljc1MDUtNi41MjktMTMuNjgxLTQuNDU0LTMuOTM4MS0xMC4xMTMtMi43NTYtNS42NTkxIDEuMTgyMS04LjIzMjggNi42MjgxLTIuNTczNiA1LjQ0Ni0wLjUxMjk2IDE1LjMxMXptLTMzLjgxOCAxNy43NTktMy4wNjUyLTkuMTQ4NiAxOS4zNzEtNi40OTAzIDcuMjQ3MyAyMS42MzFxLTEuNzcyIDQuNDI1LTYuMzExMSA4LjcwNi00LjUzOTIgNC4yODEtOS45NDY4IDYuMDkyOC02LjU5MjkgMi4yMDktMTIuNzEgMC42NzQzLTYuMTI5NC0xLjU3MTctMTEuMjUyLTcuMDIzNy01LjA5NzgtNS41MDE0LTguMDI2NS0xNC4yNDMtMy4wMDMyLTguOTYzNC0yLjE3NDYtMTYuMzI3IDAuODY1NjYtNy4zNzU5IDQuNTUxOC0xMi4xMTMgMy43MjMyLTQuNzQ5MiAxMC4zNTMtNi45NzA1IDcuOTYzNC0yLjY2ODEgMTQuMTA2LTAuMTk0NyA2LjE2NzcgMi40MjQgMTAuMTY5IDkuODE3bC04LjIwNjggNS4wMTU1cS0yLjQwMjQtMy44NTAzLTUuODEzNy01LjE3OTEtMy40MTE0LTEuMzI4OC03LjExNTMtMC4wODc4NC01Ljc0MSAxLjkyMzUtNy43OTUyIDcuNTk2Ni0yLjA2NjYgNS42MzYgMC45OTg2NiAxNC43ODUgMy4yODg2IDkuODE1MyA4Ljg1MzIgMTMuNjM2IDQuNzczMiAzLjMwMzIgMTAuNDAzIDEuNDE2OSAyLjYyOTgtMC44ODEwOSA1LjAzNTItMy4wNDY1IDIuNDMwMS0yLjIxNDkgMy45MzI2LTUuMTA3N2wtMi4zMDgyLTYuODg5Mi0xMC4yOTcgMy40NDk5em0tMzkuNTA2IDM4LjQ0MS0xOS44MzEtNDMuMjQ4LTEyLjY3NiA1LjgxMjYtNC4wMzc4LTguODA1OSAzMy45MS0xNS41NDkgNC4wMzc5IDguODA1OS0xMi42NDEgNS43OTYzIDE5LjgzMSA0My4yNDgtOC41OTI4IDMuOTQwMnptLTQ5LjQ4OCAyNy4yMjMtMjkuMDk4LTQ5LjMyMiA3Ljk0LTQuNjg0MyAzNS45ODUgMjMuMTcyLTE5LjQzMi0zMi45MzcgNy42MDM1LTQuNDg1OCAyOS4wOTggNDkuMzIyLTguMjA5MSA0Ljg0MzEtMzUuMjU5LTIyLjU1NyAxOC45NzUgMzIuMTY0LTcuNjAzNSA0LjQ4NTh6bS01Ny44NDkgNy41Nzk2cS02LjE2Ny04LjE2NzYtNy43NDQ2LTE1LjI0OS0xLjU2OTktNy4xMzU2IDAuMzczMTgtMTIuNjY1IDEuOTQzMS01LjUyOTcgNy40OTIxLTkuNzE5NiA4LjA0MjktNi4wNzI5IDE3LjczLTMuNzQ0NyA5LjcxODQgMi4zMDQ2IDE4LjI4NiAxMy42NTIgOC42NjIxIDExLjQ3MiA4LjE3MjUgMjEuOTc0LTAuMzk5ODEgOS4yNTkyLTguNDczOSAxNS4zNTYtOC4xMzY1IDYuMTQzNS0xNy4xMDQgNC4wNTUyLTEwLjIzNC0yLjQwNDUtMTguNzMyLTEzLjY1OHptNy41NTgyLTYuMTk2M3E1Ljk1NTIgNy44ODcxIDExLjkzNyA5LjU4NjUgNS45NTg1IDEuNjY4MyAxMC4zODUtMS42NzQyIDQuNDU3OS0zLjM2NiA0LjQ0Ni05LjQ3NTMtMC4wMzU0LTYuMTQwNS02LjE1NTQtMTQuMjQ2LTYuMDAyMi03Ljk0OTQtMTEuNzQyLTkuNTg3Mi01LjcwODUtMS42NjEzLTEwLjMyMiAxLjgyMjQtNC42MTM4IDMuNDgzNy00LjYxNzggOS41MDcydDYuMDY4OSAxNC4wNjZ6bS0yNi42MDcgNjMuMjEyLTM5Ljc2NS00MS4yMDggMTAuMjA0LTkuODQ2MiAzMy4yNTIgMjIuMTk2LTIxLjA1My0zMy45NjggMTAuMjMyLTkuODczNCAzOS43NjUgNDEuMjA4LTYuMzI0NiA2LjEwMy0zMS4zMDItMzIuNDM4IDI0LjU4NCAzOC45MjEtNi41Nzc2IDYuMzQ3Mi0zNy45NjQtMjYuMDEgMzEuMzAyIDMyLjQzOC02LjM1MjcgNi4xMzAyem0tMzcuMjAyIDQ2Ljk3Ny00NS45NDEtMzQuMTg3IDE5LjIxNi0yNS44MjIgNy43NzE4IDUuNzgzMy0xMy41NzIgMTguMjM5IDEwLjg3NCA4LjA5MiAxMS43My0xNS43NjMgNy43NzE4IDUuNzgzMy0xMS43MyAxNS43NjMgMTkuNTIzIDE0LjUyOC01LjY0MzQgNy41ODM4em0tNTEuMDg0IDI5LjUxM3EtOC44MTQ3LTUuMjAwNC0xMi45NzItMTEuMTQ1LTQuMTcxMi01Ljk5ODUtNC40ODI2LTExLjg1MS0wLjMxMTM1LTUuODUyOSAzLjIyMTctMTEuODQyIDUuMTIxLTguNjgwMSAxNC45NjQtMTAuMjIgOS44NjMyLTEuNTczNyAyMi4xMSA1LjY1MTIgMTIuMzgxIDcuMzA0MyAxNS45MzEgMTcuMiAzLjE1OTcgOC43MTI1LTEuOTgxMiAxNy40MjYtNS4xODA1IDguNzgxLTE0LjI2NyAxMC4yNjktMTAuMzc4IDEuNjc4LTIyLjUyNC01LjQ4NzN6bTQuNjI1Ny04LjYwOTRxOC41MTE5IDUuMDIxNyAxNC42OSA0LjMxMjcgNi4xNDQ2LTAuNzI4ODYgOC45NjMxLTUuNTA2MyAyLjgzODQtNC44MTExIDAuNDk4NjctMTAuNDU1LTIuMzczMy01LjY2MzQtMTEuMTIxLTEwLjgyNC04LjU3OTItNS4wNjE0LTE0LjUxLTQuMzg3Ny01LjkxMDggMC42NDAwNC04Ljg0ODQgNS42MTkzdC0wLjY0NTM1IDEwLjU1cTIuMjkyMyA1LjU3MDMgMTAuOTcyIDEwLjY5MXptLTIuNzg1MyA3NS45MjItNTIuODYxLTIwLjc3NSAzLjQ1NzgtOC43OTggNDMuODgxIDE3LjI0NiA4LjYzMDMtMjEuOTU5IDguOTc5OCAzLjUyOTMtMTIuMDg4IDMwLjc1N3ptLTEuNzA0NSAzLjY5NDctMi43NjkyIDkuOTMzNy0xMy42MzEgMC40NTc4OC01LjAzNSAxOC4wNjEgMTEuNDkyIDcuMjE4Mi0yLjcwNjMgOS43MDgtNTAuMjUzLTMyLjk4OCAyLjY5NTgtOS42NzAzIDYwLjIwOC0yLjcyMTJ6bS0yNi41MTMgMTAuNzM2LTIyLjIgMC41MDIyNCAxOC43NiAxMS44NCAzLjQ0MDYtMTIuMzQyem03Ljg5NzMgNzEuNTA1LTU2LjQ4NS05LjQyMzQgNS43MzM3LTM0LjM2OSA5LjU1NTQgMS41OTQxLTQuMTc4MiAyNS4wNDQgMTIuNTIyIDIuMDg5MSAzLjg4MjUtMjMuMjcyIDkuNTE2OSAxLjU4NzctMy44ODI1IDIzLjI3MiAxNS4zNzMgMi41NjQ4IDQuMzE5Ni0yNS44OTIgOS41MTY5IDEuNTg3Ny01Ljg3NTEgMzUuMjE2em0tMjEuODIgNDMuNjEzLTAuNTE1MjEtOS4zMDhxMTEuMDUzLTAuODc2MDQgMTEuNTkyLTkuNTMxMSAwLjI2NzUzLTQuMjg4NS0xLjgwMTUtNi44ODMzLTIuMTA4LTIuNTk3Mi01LjQyMTktMi44MDQtMS45NDkzLTAuMTIxNi0zLjM2NzQgMC42NTA5OC0xLjQxOCAwLjc3MjU4LTIuMzg1MiAyLjQ3MzUtMS4wMDYxIDEuNjk4NS0zLjQ5MzIgOC4zMTQzLTIuMjA5NCA1LjkyODYtNC41Mjg3IDguNjAxOS0yLjMxOTQgMi42NzMzLTUuODkzOCA0LjEzMzItMy42MTEgMS40MTg2LTcuNjI2NiAxLjE2OC00LjY3ODQtMC4yOTE4NS04LjI4OTgtMi42MzA2LTMuNjA5LTIuMzc3OC01LjI4NTgtNi4yMzk2LTEuNjc2OS0zLjg2MTktMS4zMzM5LTkuMzU5IDAuNTE1NjEtOC4yNjUyIDUuMjg4NS0xMi42MjUgNC43NzI5LTQuMzU5NyAxMy4xMzMtNC4xMTIybC0wLjA4NDE4IDkuNTA1NHEtNC42MzkzIDAuMzM2OC02LjYwMDYgMi4yODg4dC0yLjE5OTYgNS43NzI3cS0wLjIzODM1IDMuODIwNyAxLjIzMTIgNS45ODY3dDMuODQ3NyAyLjMxNDRxMi4zMzkyIDAuMTQ1OTMgNC4wNTQ0LTEuNjI1N3Q0LjA0NjMtOC4zOTcycTIuNTExNC03LjAwNTcgNS4wMDg2LTEwLjAyIDIuNDYwNy0zLjA1NTggNi4xOTEtNC41MDYxIDMuNjkxNC0xLjQ1MjcgOC44Mzc2LTEuMTMxNiA3LjQ0NjUgMC40NjQ1MyAxMi4yMjggNS4zODExIDQuNzgzNyA0Ljg3NzYgNC4xNzU3IDE0LjYyNC0xLjA3NSAxNy4yMzItMjAuODA3IDE3Ljk1OHptMjIuNDMgNjMuMDMtNTcuMDEzIDUuMzczOC0zLjI2OTctMzQuNjkgOS42NDQ4LTAuOTA5MDcgMi4zODI2IDI1LjI3OSAxMi42MzktMS4xOTEzLTIuMjE0LTIzLjQ5IDkuNjA1OS0wLjkwNTQxIDIuMjE0IDIzLjQ5IDE1LjUxNy0xLjQ2MjYtMi40NjMzLTI2LjEzNCA5LjYwNTktMC45MDU0IDMuMzUwNCAzNS41NDZ6bTguNTkzNSA0NC44ODgtNTYuMTE4IDExLjQwOC0xLjg4MzItOS4yNjM2IDIyLjA4Ny00LjQ5LTMuNzA0MS0xOC4yMjEtMjIuMDg3IDQuNDktMS44OTA5LTkuMzAxOSA1Ni4xMTgtMTEuNDA4IDEuODkxIDkuMzAxOS0yNC41MzcgNC45ODgxIDMuNzA0MSAxOC4yMjEgMjQuNTM3LTQuOTg4MSAxLjg4MzIgOS4yNjM2em04LjIzNjggMjcuMTA3LTQ1LjQwMiAxNC4yMjQgNC4xNjkgMTMuMzA4LTkuMjQ0NSAyLjg5NjEtMTEuMTUyLTM1LjU5OSA5LjI0NDUtMi44OTYxIDQuMTU3MyAxMy4yNyA0NS40MDItMTQuMjI0IDIuODI2MSA5LjAyMDh6bTQ1Mi4wOCAzMTkuMTYgMTAuNTctMy4wMzEzcTEuMTExNiAzLjU3MTQgMy43NjM4IDUuMzIxNCAyLjY0NTQgMS43MTE1IDUuNjA2NyAxLjE4NDYgMy4zODQzLTAuNjAyMTYgNS4yNDQ1LTMuNzUwMSAxLjg1MzMtMy4xODY0IDAuODY3OTItOC43MjQ0LTAuOTIzNzctNS4xOTE5LTMuNzI4Mi03LjM1MTItMi43NzI4LTIuMjA0Ni02LjUwMzMtMS41NDA5LTQuNjUzNSAwLjgyNzk3LTcuNjEzMyA1LjU5OTlsLTguOTk0NCAwLjI5MTAyIDAuMzE2OTktMzAuMzI5IDI4LjU3NS01LjA4NDIgMS43OTk2IDEwLjExNS0yMC4zODMgMy42MjY3IDAuMDExNyA5Ljg3NzJxMy4yOTM1LTIuNDUwOCA3LjA2MjQtMy4xMjE0IDcuMTkxNy0xLjI3OTYgMTMuMTIyIDMuMDYxMiA1LjkzMDIgNC4zNDA4IDcuNDE1MSAxMi42ODYgMS4yMzg2IDYuOTYxLTEuODI3OSAxMy4xNDEtNC4xNzIxIDguNDM5NS0xMy45NDEgMTAuMTc4LTcuODA3MSAxLjM4OTEtMTMuNDc2LTEuOTI3LTUuNjY4Ni0zLjMxNjEtNy44ODkxLTEwLjIyMXptLTUyLjc4Ni0yNy41MjItMC42NDE3MS0xMC4xNzUgMzcuNDY1LTIuMzYyOCAwLjUwMTU3IDcuOTUzcS00LjM1MTYgNC44NTM4LTguNjA4MyAxMy42OTR0LTYuMTgzNCAxOC42MjlxLTEuODkwMiA5Ljc0NzctMS4zNzQyIDE3LjMwOGwtMTAuNTY1IDAuNjY2M3EtMC40NzQ1NC0xMS44NjkgMy4zNDg4LTI0LjQ3OCAzLjg2MjMtMTIuNjEyIDEwLjk2OS0yMi44MDZsLTI0LjkxMSAxLjU3MTF6bS00Ny4yMjQtMS44NzUgMC41MjExOS0xMC4xODIgMzcuNDkgMS45MTktMC40MDczNiA3Ljk1ODNxLTQuODc2IDQuMzI2Ny0xMC4xMTIgMTIuNjI1LTUuMjM1NyA4LjI5NzktOC4yNjQ3IDE3LjgwNC0yLjk4OCA5LjQ2OS0zLjMzNjQgMTcuMDM5bC0xMC41NzItMC41NDExNnEwLjg4MDE0LTExLjg0NSA2LjExNDUtMjMuOTM3IDUuMjczNC0xMi4wOSAxMy40OTUtMjEuNDA4bC0yNC45MjgtMS4yNzZ6bS0yNi41IDQzLjA2Ni0xMC44My0xLjc4NzcgNi43Mzc0LTQwLjgxNXEtNi44NTE0IDQuNTcwMS0xNS4zNDUgNS44OTk4bDEuNjIyMy05LjgyNzlxNC40Njg1LTAuNjg3NjUgMTAuMDc3LTMuNzIxIDUuNjE0My0zLjA3MTkgOC4zMTY4LTcuOTMxbDguNzg3MyAxLjQ1MDYtOS4zNjQ5IDU2LjczMnpcIi8+PC9zdmc+IiwKICAic3RhdGUiOiAiU3RhdGUgb2YgU2FtcGxlIiwKICAidGl0bGUiOiAiRXhhbXBsZSBQcmltYXJ5IEVsZWN0aW9uIiwKICAidHlwZSI6ICJwcmltYXJ5Igp9Cg=='; - -/** - * MIME type of data/electionPrimaryPrecinctSplits/election.json. - */ -export const mimeType = 'application/json'; - -/** - * Path to a file containing this file's contents. - * - * SHA-256 hash of file data: 03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee - */ -export function asFilePath(): string { - const directoryPath = mkdtempSync(tmpdir() + sep); - const filePath = join(directoryPath, 'election.json'); - writeFileSync(filePath, asBuffer()); - return filePath; -} - -/** - * Convert to a `data:` URL of data/electionPrimaryPrecinctSplits/election.json, suitable for embedding in HTML. - * - * SHA-256 hash of file data: 03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee - */ -export function asDataUrl(): string { - return `data:${mimeType};base64,${resourceDataBase64}`; -} - -/** - * Raw data of data/electionPrimaryPrecinctSplits/election.json. - * - * SHA-256 hash of file data: 03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee - */ -export function asBuffer(): Buffer { - return Buffer.from(resourceDataBase64, 'base64'); -} - -/** - * Text content of data/electionPrimaryPrecinctSplits/election.json. - * - * SHA-256 hash of file data: 03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee - */ -export function asText(): string { - return asBuffer().toString('utf-8'); -} - -/** - * Full election definition for data/electionPrimaryPrecinctSplits/election.json. - * - * SHA-256 hash of file data: 03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee - */ -export const electionDefinition = safeParseElectionDefinition( - asText() -).unsafeUnwrap(); - -/** - * Election definition for data/electionPrimaryPrecinctSplits/election.json. - * - * SHA-256 hash of file data: 03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee - */ -export const election = electionDefinition.election; - -/** - * Election package for data/electionPrimaryPrecinctSplits/election.json. - * - * SHA-256 hash of file data: 03264d1a4dd6d507af6f78b236ffee0e8cb50602c426cc12b32d5c6a024f0aee - */ -export function toElectionPackage(systemSettings = DEFAULT_SYSTEM_SETTINGS): ElectionPackage { - return { - electionDefinition, - systemSettings, - }; -} \ No newline at end of file diff --git a/libs/fixtures/src/data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json.ts b/libs/fixtures/src/data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json.ts index a5fd11e863..cc7a9522a8 100644 --- a/libs/fixtures/src/data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json.ts +++ b/libs/fixtures/src/data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json.ts @@ -15,10 +15,10 @@ import { /** * Data of data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json encoded as base64. * - * SHA-256 hash of file data: 04f437d3c1b17dd6a13c7d89304564520f4a52c6c6f9b8637db435ea70648d59 + * SHA-256 hash of file data: f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72 */ const resourceDataBase64 = - 'ewogICJiYWxsb3RMYXlvdXQiOiB7CiAgICAicGFwZXJTaXplIjogImxldHRlciIsCiAgICAibWV0YWRhdGFFbmNvZGluZyI6ICJxci1jb2RlIgogIH0sCiAgImJhbGxvdFN0cmluZ3MiOiB7CiAgICAiZW4iOiB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogewogICAgICAgICIxLU1hX3poLUhhbnMiOiAiMS1NYSIsCiAgICAgICAgIjEtTWFfemgtSGFudCI6ICIxLU1hIiwKICAgICAgICAiMS1NYV9lbiI6ICIxLU1hIiwKICAgICAgICAiMS1NYV9lcy1VUyI6ICIxLU1hIiwKICAgICAgICAiMS1GX3poLUhhbnMiOiAiMS1GIiwKICAgICAgICAiMS1GX3poLUhhbnQiOiAiMS1GIiwKICAgICAgICAiMS1GX2VuIjogIjEtRiIsCiAgICAgICAgIjEtRl9lcy1VUyI6ICIxLUYiLAogICAgICAgICIyLU1hX3poLUhhbnMiOiAiMi1NYSIsCiAgICAgICAgIjItTWFfemgtSGFudCI6ICIyLU1hIiwKICAgICAgICAiMi1NYV9lbiI6ICIyLU1hIiwKICAgICAgICAiMi1NYV9lcy1VUyI6ICIyLU1hIiwKICAgICAgICAiMi1GX3poLUhhbnMiOiAiMi1GIiwKICAgICAgICAiMi1GX3poLUhhbnQiOiAiMi1GIiwKICAgICAgICAiMi1GX2VuIjogIjItRiIsCiAgICAgICAgIjItRl9lcy1VUyI6ICIyLUYiLAogICAgICAgICIzLU1hX3poLUhhbnMiOiAiMy1NYSIsCiAgICAgICAgIjMtTWFfemgtSGFudCI6ICIzLU1hIiwKICAgICAgICAiMy1NYV9lbiI6ICIzLU1hIiwKICAgICAgICAiMy1NYV9lcy1VUyI6ICIzLU1hIiwKICAgICAgICAiMy1GX3poLUhhbnMiOiAiMy1GIiwKICAgICAgICAiMy1GX3poLUhhbnQiOiAiMy1GIiwKICAgICAgICAiMy1GX2VuIjogIjMtRiIsCiAgICAgICAgIjMtRl9lcy1VUyI6ICIzLUYiLAogICAgICAgICI0LU1hX3poLUhhbnMiOiAiNC1NYSIsCiAgICAgICAgIjQtTWFfemgtSGFudCI6ICI0LU1hIiwKICAgICAgICAiNC1NYV9lbiI6ICI0LU1hIiwKICAgICAgICAiNC1NYV9lcy1VUyI6ICI0LU1hIiwKICAgICAgICAiNC1GX3poLUhhbnMiOiAiNC1GIiwKICAgICAgICAiNC1GX3poLUhhbnQiOiAiNC1GIiwKICAgICAgICAiNC1GX2VuIjogIjQtRiIsCiAgICAgICAgIjQtRl9lcy1VUyI6ICI0LUYiCiAgICAgIH0sCiAgICAgICJjYW5kaWRhdGVOYW1lIjogewogICAgICAgICJob3JzZSI6ICJIb3JzZSIsCiAgICAgICAgIm90dGVyIjogIk90dGVyIiwKICAgICAgICAiZm94IjogIkZveCIsCiAgICAgICAgInNlYWhvcnNlIjogIlNlYWhvcnNlIiwKICAgICAgICAic2FsbW9uIjogIlNhbG1vbiIsCiAgICAgICAgInplYnJhLTEiOiAiWmVicmEiLAogICAgICAgICJsaW9uLTEiOiAiTGlvbiIsCiAgICAgICAgImthbmdhcm9vLTEiOiAiS2FuZ2Fyb28iLAogICAgICAgICJlbGVwaGFudC0xIjogIkVsZXBoYW50IiwKICAgICAgICAibWFudGEtcmF5LTEiOiAiTWFudGEgUmF5IiwKICAgICAgICAicHVmZmVyZmlzaC0xIjogIlB1ZmZlcmZpc2giLAogICAgICAgICJyb2NrZmlzaC0xIjogIlJvY2tmaXNoIiwKICAgICAgICAidHJpZ2dlcmZpc2gtMSI6ICJUcmlnZ2VyZmlzaCIsCiAgICAgICAgInplYnJhLTIiOiAiWmVicmEiLAogICAgICAgICJsaW9uLTIiOiAiTGlvbiIsCiAgICAgICAgImthbmdhcm9vLTIiOiAiS2FuZ2Fyb28iLAogICAgICAgICJlbGVwaGFudC0yIjogIkVsZXBoYW50IiwKICAgICAgICAibWFudGEtcmF5LTIiOiAiTWFudGEgUmF5IiwKICAgICAgICAicHVmZmVyZmlzaC0yIjogIlB1ZmZlcmZpc2giLAogICAgICAgICJyb2NrZmlzaC0yIjogIlJvY2tmaXNoIiwKICAgICAgICAidHJpZ2dlcmZpc2gtMiI6ICJUcmlnZ2VyZmlzaCIKICAgICAgfSwKICAgICAgImNvbnRlc3REZXNjcmlwdGlvbiI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIlNob3VsZCBmaXNoaW5nIGJlIGJhbm5lZCBpbiBhbGwgY2l0eSBvd25lZCBsYWtlcyBhbmQgcml2ZXJzPyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICJTaG91bGQgZmlzaGluZyBiZSBiYW5uZWQgaW4gYWxsIGNpdHkgb3duZWQgbGFrZXMgYW5kIHJpdmVycz8iCiAgICAgIH0sCiAgICAgICJjb250ZXN0T3B0aW9uTGFiZWwiOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyI6ICJZRVMiLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICJOTyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyI6ICJZRVMiLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICJOTyIKICAgICAgfSwKICAgICAgImNvbnRlc3RUaXRsZSI6IHsKICAgICAgICAiY291bnR5LWxlYWRlci1tYW1tYWwiOiAiQ291bnR5IExlYWRlciBNYW1tYWwiLAogICAgICAgICJjb3VudHktbGVhZGVyLWZpc2giOiAiQ291bnR5IExlYWRlciBGaXNoIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCI6ICJDb25ncmVzc2lvbmFsIDEgUmVwcmVzZW50YXRpdmUgLSBNYW1tYWwiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEtZmlzaCI6ICJDb25ncmVzc2lvbmFsIDEgUmVwcmVzZW50YXRpdmUgLSBGaXNoIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCI6ICJDb25ncmVzc2lvbmFsIDIgUmVwcmVzZW50YXRpdmUgLSBNYW1tYWwiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItZmlzaCI6ICJDb25ncmVzc2lvbmFsIDIgUmVwcmVzZW50YXRpdmUgLSBGaXNoIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIldhdGVyIERpc3RyaWN0IDEgRmlzaGluZyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICJXYXRlciBEaXN0cmljdCAyIEZpc2hpbmciCiAgICAgIH0sCiAgICAgICJjb3VudHlOYW1lIjogIlNhbXBsZSBDb3VudHkiLAogICAgICAiZGlzdHJpY3ROYW1lIjogewogICAgICAgICJjb3VudHkiOiAiQ291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIjogIkNvbmdyZXNzaW9uYWwgRGlzdHJpY3QgMSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiI6ICJDb25ncmVzc2lvbmFsIERpc3RyaWN0IDIiLAogICAgICAgICJ3YXRlci0xIjogIldhdGVyIERpc3RyaWN0IDEiLAogICAgICAgICJ3YXRlci0yIjogIldhdGVyIERpc3RyaWN0IDIiCiAgICAgIH0sCiAgICAgICJlbGVjdGlvblRpdGxlIjogIkV4YW1wbGUgUHJpbWFyeSBFbGVjdGlvbiIsCiAgICAgICJwYXJ0eUZ1bGxOYW1lIjogewogICAgICAgICIwIjogIk1hbW1hbCBQYXJ0eSIsCiAgICAgICAgIjEiOiAiRmlzaCBQYXJ0eSIKICAgICAgfSwKICAgICAgInBhcnR5TmFtZSI6IHsKICAgICAgICAiMCI6ICJNYW1tYWwiLAogICAgICAgICIxIjogIkZpc2giCiAgICAgIH0sCiAgICAgICJwcmVjaW5jdE5hbWUiOiB7CiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiOiAiUHJlY2luY3QgMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiOiAiUHJlY2luY3QgMiIsCiAgICAgICAgInByZWNpbmN0LWMxLXcyIjogIlByZWNpbmN0IDMiLAogICAgICAgICJwcmVjaW5jdC1jMiI6ICJQcmVjaW5jdCA0IgogICAgICB9LAogICAgICAic3RhdGVOYW1lIjogIlN0YXRlIG9mIFNhbXBsZSIsCiAgICAgICJiYWxsb3RMYW5ndWFnZSI6ICJFbmdsaXNoIiwKICAgICAgImVsZWN0aW9uRGF0ZSI6ICJTZXB0ZW1iZXIgOCwgMjAyMSIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbkJhY2siOiAiVHVybiBiYWxsb3Qgb3ZlciBhbmQgY29udGludWUgdm90aW5nIiwKICAgICAgImhtcGJDb250aW51ZVZvdGluZ09uTmV4dFNoZWV0IjogIkNvbnRpbnVlIHZvdGluZyBvbiBuZXh0IGJhbGxvdCBzaGVldCIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zIjogIkluc3RydWN0aW9ucyIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zVG9Wb3RlVGV4dCI6ICJUbyB2b3RlLCBjb21wbGV0ZWx5IGZpbGwgaW4gdGhlIG92YWwgbmV4dCB0byB5b3VyIGNob2ljZS4iLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRpdGxlIjogIlRvIFZvdGU6IiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGV4dCI6ICJUbyB2b3RlIGZvciBhIHBlcnNvbiB3aG9zZSBuYW1lIGlzIG5vdCBvbiB0aGUgYmFsbG90LCB3cml0ZSB0aGUgcGVyc29u4oCZcyBuYW1lIG9uIHRoZSBcIldyaXRlLWluXCIgbGluZSBhbmQgY29tcGxldGVseSBmaWxsIGluIHRoZSBvdmFsIG5leHQgdG8gdGhlIGxpbmUuIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGl0bGUiOiAiVG8gVm90ZSBmb3IgYSBXcml0ZS1pbjoiLAogICAgICAiaG1wYk9mZmljaWFsQWJzZW50ZWVCYWxsb3QiOiAiT2ZmaWNpYWwgQWJzZW50ZWUgQmFsbG90IiwKICAgICAgImhtcGJPZmZpY2lhbEJhbGxvdCI6ICJPZmZpY2lhbCBCYWxsb3QiLAogICAgICAiaG1wYk9mZmljaWFsUHJvdmlzaW9uYWxCYWxsb3QiOiAiT2ZmaWNpYWwgUHJvdmlzaW9uYWwgQmFsbG90IiwKICAgICAgImhtcGJQYWdlIjogIlBhZ2UiLAogICAgICAiaG1wYlBhZ2VJbnRlbnRpb25hbGx5QmxhbmsiOiAiVGhpcyBwYWdlIGludGVudGlvbmFsbHkgbGVmdCBibGFuayIsCiAgICAgICJobXBiU2FtcGxlQWJzZW50ZWVCYWxsb3QiOiAiU2FtcGxlIEFic2VudGVlIEJhbGxvdCIsCiAgICAgICJobXBiU2FtcGxlQmFsbG90IjogIlNhbXBsZSBCYWxsb3QiLAogICAgICAiaG1wYlNhbXBsZVByb3Zpc2lvbmFsQmFsbG90IjogIlNhbXBsZSBQcm92aXNpb25hbCBCYWxsb3QiLAogICAgICAiaG1wYlRlc3RBYnNlbnRlZUJhbGxvdCI6ICJUZXN0IEFic2VudGVlIEJhbGxvdCIsCiAgICAgICJobXBiVGVzdEJhbGxvdCI6ICJUZXN0IEJhbGxvdCIsCiAgICAgICJobXBiVGVzdFByb3Zpc2lvbmFsQmFsbG90IjogIlRlc3QgUHJvdmlzaW9uYWwgQmFsbG90IiwKICAgICAgImhtcGJWb3RlRm9yMSI6ICJWb3RlIGZvciAxIiwKICAgICAgImhtcGJWb3RlRm9yMTAiOiAiVm90ZSBmb3IgdXAgdG8gMTAiLAogICAgICAiaG1wYlZvdGVGb3IyIjogIlZvdGUgZm9yIHVwIHRvIDIiLAogICAgICAiaG1wYlZvdGVGb3IzIjogIlZvdGUgZm9yIHVwIHRvIDMiLAogICAgICAiaG1wYlZvdGVGb3I0IjogIlZvdGUgZm9yIHVwIHRvIDQiLAogICAgICAiaG1wYlZvdGVGb3I1IjogIlZvdGUgZm9yIHVwIHRvIDUiLAogICAgICAiaG1wYlZvdGVGb3I2IjogIlZvdGUgZm9yIHVwIHRvIDYiLAogICAgICAiaG1wYlZvdGVGb3I3IjogIlZvdGUgZm9yIHVwIHRvIDciLAogICAgICAiaG1wYlZvdGVGb3I4IjogIlZvdGUgZm9yIHVwIHRvIDgiLAogICAgICAiaG1wYlZvdGVGb3I5IjogIlZvdGUgZm9yIHVwIHRvIDkiLAogICAgICAiaG1wYlZvdGluZ0NvbXBsZXRlIjogIllvdSBoYXZlIGNvbXBsZXRlZCB2b3RpbmcuIiwKICAgICAgImhtcGJXcml0ZUluIjogIldyaXRlLWluIgogICAgfSwKICAgICJ6aC1IYW5zIjogewogICAgICAiY29udGVzdERlc2NyaXB0aW9uIjogewogICAgICAgICJ3YXRlci0xLWZpc2hpbmciOiAi5piv5ZCm5bqU6K+l56aB5q2i5Zyo5omA5pyJ5Z+O5biC5rmW5rOK5ZKM5rKz5rWB5Lit6ZKT6bG877yfIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nIjogIuaYr+WQpuW6lOivpeemgeatouWcqOaJgOacieWfjuW4gua5luaziuWSjOays+a1geS4remSk+mxvO+8nyIKICAgICAgfSwKICAgICAgImNvbnRlc3RPcHRpb25MYWJlbCI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIjogIuaYr+eahCIsCiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIjogIuS4jSIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyI6ICLmmK/nmoQiLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICLkuI0iCiAgICAgIH0sCiAgICAgICJjb250ZXN0VGl0bGUiOiB7CiAgICAgICAgImNvdW50eS1sZWFkZXItbWFtbWFsIjogIuWOv+mihuWvvOWTuuS5s+WKqOeJqSIsCiAgICAgICAgImNvdW50eS1sZWFkZXItZmlzaCI6ICLljr/pooblr7zpsbwiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIjogIuWbveS8miAxIOS7o+ihqCAtIOWTuuS5s+WKqOeJqSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMS1maXNoIjogIuWbveS8miAxIOS7o+ihqCAtIOiPsuS7gCIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiOiAi5Zu95LyaIDIg5Luj6KGoIC0g5ZO65Lmz5Yqo54mpIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLWZpc2giOiAi5Zu95LyaIDIg5Luj6KGoIC0g6I+y5LuAIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIuawtOWMuiAxIOmSk+mxvCIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICLmsLTljLogMiDpkpPpsbwiCiAgICAgIH0sCiAgICAgICJjb3VudHlOYW1lIjogIuagt+acrOWOvyIsCiAgICAgICJkaXN0cmljdE5hbWUiOiB7CiAgICAgICAgImNvdW50eSI6ICLljr8iLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiOiAi56ys5LiA5Zu95Lya6YCJ5Yy6IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIjogIuWbveS8muesrCAyIOmAieWMuiIsCiAgICAgICAgIndhdGVyLTEiOiAi5rC05Yy6IDEiLAogICAgICAgICJ3YXRlci0yIjogIuawtOWMuiAyIgogICAgICB9LAogICAgICAiZWxlY3Rpb25UaXRsZSI6ICLliJ3pgInnpLrkvosiLAogICAgICAicGFydHlGdWxsTmFtZSI6IHsKICAgICAgICAiMCI6ICLlk7rkubPliqjnianmtL7lr7kiLAogICAgICAgICIxIjogIumxvOa0vuWvuSIKICAgICAgfSwKICAgICAgInBhcnR5TmFtZSI6IHsKICAgICAgICAiMCI6ICLlk7rkubPliqjniakiLAogICAgICAgICIxIjogIumxvCIKICAgICAgfSwKICAgICAgInByZWNpbmN0TmFtZSI6IHsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSI6ICLnrKwx6YCJ5Yy6IiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiI6ICLnrKwy6YCJ5Yy6IiwKICAgICAgICAicHJlY2luY3QtYzEtdzIiOiAi56ysIDMg5Yy6IiwKICAgICAgICAicHJlY2luY3QtYzIiOiAi56ys5Zub5Yy6IgogICAgICB9LAogICAgICAic3RhdGVOYW1lIjogIuagt+WTgeeKtuaAgSIsCiAgICAgICJiYWxsb3RMYW5ndWFnZSI6ICLnroDkvZPkuK3mlociLAogICAgICAiZWxlY3Rpb25EYXRlIjogIjIwMjHlubQ55pyIOOaXpSIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbkJhY2siOiAi5bCG6YCJ56Wo57+76L+H5p2l77yM57un57ut5oqV56WoIiwKICAgICAgImhtcGJDb250aW51ZVZvdGluZ09uTmV4dFNoZWV0IjogIuWcqOS4i+S4gOW8oOmAieelqOS4iue7p+e7reaKleelqCIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zIjogIuivtOaYjiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zVG9Wb3RlVGV4dCI6ICLopoHmipXnpajvvIzor7flrozmlbTloavlhpnmgqjmiYDpgInpobnnm67ml4HovrnnmoTmpK3lnIblvaLmoYbjgIIiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRpdGxlIjogIuaKleelqO+8miIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRleHQiOiAi5aaC5p6c6KaB5Li65pyq5Ye6546w5Zyo6YCJ56Wo5LiK55qE5Lq66L+b6KGM5oqV56Wo77yM6K+35Zyo4oCc5YaZ5YWl5YCZ6YCJ5Lq64oCc6KGM5Lit5YaZ5LiL5q2k5Lq655qE5aeT5ZCN77yM5bm25a6M5pW05aGr5YaZ6K+l6KGM5peB6L6555qE5qSt5ZyG5b2i5Yy65Z+f44CCIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGl0bGUiOiAi5oqV56Wo6YCJ5Li+5YCZ6YCJ5Lq677yaIiwKICAgICAgImhtcGJPZmZpY2lhbEFic2VudGVlQmFsbG90IjogIuato+W8j+e8uuW4remAieelqCIsCiAgICAgICJobXBiT2ZmaWNpYWxCYWxsb3QiOiAi5q2j5byP6YCJ56WoIiwKICAgICAgImhtcGJPZmZpY2lhbFByb3Zpc2lvbmFsQmFsbG90IjogIuaZrumAmuS4tOaXtumAieelqCIsCiAgICAgICJobXBiUGFnZSI6ICLpobXnoIEiLAogICAgICAiaG1wYlBhZ2VJbnRlbnRpb25hbGx5QmxhbmsiOiAi5pys6aG15Li65pyJ5oSP55WZ56m6IiwKICAgICAgImhtcGJTYW1wbGVBYnNlbnRlZUJhbGxvdCI6ICLnvLrluK3pgInnpajmoLfmnKwiLAogICAgICAiaG1wYlNhbXBsZUJhbGxvdCI6ICLpgInnpajmoLfmnKwiLAogICAgICAiaG1wYlNhbXBsZVByb3Zpc2lvbmFsQmFsbG90IjogIuS4tOaXtumAieelqOagt+acrCIsCiAgICAgICJobXBiVGVzdEFic2VudGVlQmFsbG90IjogIua1i+ivlee8uuW4remAieelqCIsCiAgICAgICJobXBiVGVzdEJhbGxvdCI6ICLmtYvor5XpgInnpagiLAogICAgICAiaG1wYlRlc3RQcm92aXNpb25hbEJhbGxvdCI6ICLmtYvor5XkuLTml7bpgInnpagiLAogICAgICAiaG1wYlZvdGVGb3IxIjogIuaKlTHnpagiLAogICAgICAiaG1wYlZvdGVGb3IxMCI6ICLmnIDlpJrmipUxMOelqCIsCiAgICAgICJobXBiVm90ZUZvcjIiOiAi5pyA5aSa5oqVMuelqCIsCiAgICAgICJobXBiVm90ZUZvcjMiOiAi5pyA5aSa5oqVM+elqCIsCiAgICAgICJobXBiVm90ZUZvcjQiOiAi5pyA5aSa5oqVNOelqCIsCiAgICAgICJobXBiVm90ZUZvcjUiOiAi5pyA5aSa5oqVNeelqCIsCiAgICAgICJobXBiVm90ZUZvcjYiOiAi5pyA5aSa5oqVNuelqCIsCiAgICAgICJobXBiVm90ZUZvcjciOiAi5pyA5aSa5oqVN+elqCIsCiAgICAgICJobXBiVm90ZUZvcjgiOiAi5pyA5aSa5oqVOOelqCIsCiAgICAgICJobXBiVm90ZUZvcjkiOiAi5pyA5aSa5oqVOeelqCIsCiAgICAgICJobXBiVm90aW5nQ29tcGxldGUiOiAi5oKo5bey5a6M5oiQ5oqV56Wo44CCIiwKICAgICAgImhtcGJXcml0ZUluIjogIuWGmeWFpeWAmemAieS6uiIKICAgIH0sCiAgICAiemgtSGFudCI6IHsKICAgICAgImNvbnRlc3REZXNjcmlwdGlvbiI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIuaYr+WQpuaHieipsuemgeatouWcqOaJgOacieWfjuW4guaTgeacieeahOa5luaziuWSjOays+a1geS4reaNlemtmu+8nyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICLmmK/lkKbmh4noqbLnpoHmraLlnKjmiYDmnInln47luILmk4HmnInnmoTmuZbms4rlkozmsrPmtYHkuK3mjZXprZrvvJ8iCiAgICAgIH0sCiAgICAgICJjb250ZXN0T3B0aW9uTGFiZWwiOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyI6ICLmmK/nmoQiLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICLkuI0iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciOiAi5piv55qEIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciOiAi5LiNIgogICAgICB9LAogICAgICAiY29udGVzdFRpdGxlIjogewogICAgICAgICJjb3VudHktbGVhZGVyLW1hbW1hbCI6ICLnuKPpoJjlsI7lk7rkubPli5XniakiLAogICAgICAgICJjb3VudHktbGVhZGVyLWZpc2giOiAi57ij6ZW36a2aIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCI6ICLlnIvmnIMgMSDku6PooaggLSDlk7rkubPli5XniakiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEtZmlzaCI6ICLlnIvmnIMgMSDku6PooaggLSDprZoiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIjogIuWci+acgyAyIOS7o+ihqCAtIOWTuuS5s+WLleeJqSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMi1maXNoIjogIuWci+acgyAyIOS7o+ihqCAtIEZpc2giLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmciOiAi5rC05Z+fIDEg5Y2A6Yej6a2aIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nIjogIuawtOWNgCAyIOmHo+mtmiIKICAgICAgfSwKICAgICAgImNvdW50eU5hbWUiOiAi5qij5pys57ijIiwKICAgICAgImRpc3RyaWN0TmFtZSI6IHsKICAgICAgICAiY291bnR5IjogIue4oyIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSI6ICLlnIvmnIPnrKzkuIDpgbjljYAiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiOiAi5ZyL5pyD56ys5LqM6YG45Y2AIiwKICAgICAgICAid2F0ZXItMSI6ICLmsLTljYAxIiwKICAgICAgICAid2F0ZXItMiI6ICLmsLTljYAyIgogICAgICB9LAogICAgICAiZWxlY3Rpb25UaXRsZSI6ICLliJ3pgbjnr4TkvosiLAogICAgICAicGFydHlGdWxsTmFtZSI6IHsKICAgICAgICAiMCI6ICLlk7rkubPli5XnianmtL7lsI0iLAogICAgICAgICIxIjogIumtmum7qCIKICAgICAgfSwKICAgICAgInBhcnR5TmFtZSI6IHsKICAgICAgICAiMCI6ICLlk7rkubPli5XniakiLAogICAgICAgICIxIjogIumtmiIKICAgICAgfSwKICAgICAgInByZWNpbmN0TmFtZSI6IHsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSI6ICLnrKwx6YG45Y2AIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiI6ICLnrKwy6YG45Y2AIiwKICAgICAgICAicHJlY2luY3QtYzEtdzIiOiAi5YiG5bGAIDMiLAogICAgICAgICJwcmVjaW5jdC1jMiI6ICI0IOWNgCIKICAgICAgfSwKICAgICAgInN0YXRlTmFtZSI6ICLmqKPlk4Hni4DmhYsiLAogICAgICAiYmFsbG90TGFuZ3VhZ2UiOiAi57mB6auU5Lit5paHIiwKICAgICAgImVsZWN0aW9uRGF0ZSI6ICIyMDIx5bm0OeaciDjml6UiLAogICAgICAiaG1wYkNvbnRpbnVlVm90aW5nT25CYWNrIjogIuWwh+mBuOelqOe/u+mBjuS+hu+8jOe5vOe6jOaKleelqCIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbk5leHRTaGVldCI6ICLlnKjkuIvkuIDlvLXpgbjnpajkuIrnubznuozmipXnpagiLAogICAgICAiaG1wYkluc3RydWN0aW9ucyI6ICLoqqrmmI4iLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRleHQiOiAi6KaB5oqV56Wo77yM6KuL5a6M5pW05aGr5a+r5oKo5omA6YG46aCF55uu5peB6YKK55qE5qmi5ZyT5b2i5qGG44CCIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUaXRsZSI6ICLmipXnpajvvJoiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1dyaXRlSW5UZXh0IjogIuWmguaenOimgeeCuuacquWHuuePvuWcqOmBuOelqOS4iueahOS6uumAsuihjOaKleelqO+8jOiri+WcqOOAjOWvq+WFpeWAmemBuOS6uuOAjOihjOS4reWvq+S4i+atpOS6uueahOWnk+WQje+8jOS4puWujOaVtOWhq+Wvq+ipsuihjOaXgemCiueahOapouWck+W9ouWNgOWfn+OAgiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRpdGxlIjogIuaKleelqOmBuOiIieWAmemBuOS6uu+8miIsCiAgICAgICJobXBiT2ZmaWNpYWxBYnNlbnRlZUJhbGxvdCI6ICLmraPlvI/nvLrluK3pgbjnpagiLAogICAgICAiaG1wYk9mZmljaWFsQmFsbG90IjogIuato+W8j+mBuOelqCIsCiAgICAgICJobXBiT2ZmaWNpYWxQcm92aXNpb25hbEJhbGxvdCI6ICLmma7pgJroh6jmmYLpgbjnpagiLAogICAgICAiaG1wYlBhZ2UiOiAi6aCB56K8IiwKICAgICAgImhtcGJQYWdlSW50ZW50aW9uYWxseUJsYW5rIjogIuacrOmggeeCuuacieaEj+eVmeepuiIsCiAgICAgICJobXBiU2FtcGxlQWJzZW50ZWVCYWxsb3QiOiAi57y65bit6YG456Wo5qij5pysIiwKICAgICAgImhtcGJTYW1wbGVCYWxsb3QiOiAi6YG456Wo5qij5pysIiwKICAgICAgImhtcGJTYW1wbGVQcm92aXNpb25hbEJhbGxvdCI6ICLoh6jmmYLpgbjnpajmqKPmnKwiLAogICAgICAiaG1wYlRlc3RBYnNlbnRlZUJhbGxvdCI6ICLmuKzoqabnvLrluK3pgbjnpagiLAogICAgICAiaG1wYlRlc3RCYWxsb3QiOiAi5ris6Kmm6YG456WoIiwKICAgICAgImhtcGJUZXN0UHJvdmlzaW9uYWxCYWxsb3QiOiAi5ris6Kmm6Ieo5pmC6YG456WoIiwKICAgICAgImhtcGJWb3RlRm9yMSI6ICLmipUx56WoIiwKICAgICAgImhtcGJWb3RlRm9yMTAiOiAi5pyA5aSa5oqVMTDnpagiLAogICAgICAiaG1wYlZvdGVGb3IyIjogIuacgOWkmuaKlTLnpagiLAogICAgICAiaG1wYlZvdGVGb3IzIjogIuacgOWkmuaKlTPnpagiLAogICAgICAiaG1wYlZvdGVGb3I0IjogIuacgOWkmuaKlTTnpagiLAogICAgICAiaG1wYlZvdGVGb3I1IjogIuacgOWkmuaKlTXnpagiLAogICAgICAiaG1wYlZvdGVGb3I2IjogIuacgOWkmuaKlTbnpagiLAogICAgICAiaG1wYlZvdGVGb3I3IjogIuacgOWkmuaKlTfnpagiLAogICAgICAiaG1wYlZvdGVGb3I4IjogIuacgOWkmuaKlTjnpagiLAogICAgICAiaG1wYlZvdGVGb3I5IjogIuacgOWkmuaKlTnnpagiLAogICAgICAiaG1wYlZvdGluZ0NvbXBsZXRlIjogIuaCqOW3suWujOaIkOaKleelqOOAgiIsCiAgICAgICJobXBiV3JpdGVJbiI6ICLlr6vlhaXlgJnpgbjkuroiCiAgICB9LAogICAgImVzLVVTIjogewogICAgICAiY29udGVzdERlc2NyaXB0aW9uIjogewogICAgICAgICJ3YXRlci0xLWZpc2hpbmciOiAiwr9EZWJlcsOtYSBwcm9oaWJpcnNlIGxhIHBlc2NhIGVuIHRvZG9zIGxvcyBsYWdvcyB5IHLDrW9zIHByb3BpZWRhZCBkZSBsYSBjaXVkYWQ/IiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nIjogIsK/RGViZXLDrWEgcHJvaGliaXJzZSBsYSBwZXNjYSBlbiB0b2RvcyBsb3MgbGFnb3MgeSByw61vcyBwcm9waWVkYWQgZGUgbGEgY2l1ZGFkPyIKICAgICAgfSwKICAgICAgImNvbnRlc3RPcHRpb25MYWJlbCI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIjogIlPDjSIsCiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIjogIk5PIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIjogIlPDjSIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIjogIk5PIgogICAgICB9LAogICAgICAiY29udGVzdFRpdGxlIjogewogICAgICAgICJjb3VudHktbGVhZGVyLW1hbW1hbCI6ICJMw61kZXIgZGVsIGNvbmRhZG8gTWFtw61mZXJvIiwKICAgICAgICAiY291bnR5LWxlYWRlci1maXNoIjogIkzDrWRlciBkZWwgY29uZGFkbyBkZSBGaXNoIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCI6ICIxIHJlcHJlc2VudGFudGUgZGVsIENvbmdyZXNvIC0gTWFtw61mZXJvIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLWZpc2giOiAiMSByZXByZXNlbnRhbnRlIGRlbCBDb25ncmVzbyAtIFBlc2NhZG8iLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIjogIjIgcmVwcmVzZW50YW50ZXMgZGVsIENvbmdyZXNvIC0gTWFtw61mZXJvIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLWZpc2giOiAiUmVwcmVzZW50YW50ZSBkZWwgQ29uZ3Jlc28gMiAtIFBlc2NhZG8iLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmciOiAiRGlzdHJpdG8gMSBkZSBwZXNjYSIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICJEaXN0cml0byBkZSBBZ3VhIDIgUGVzY2EiCiAgICAgIH0sCiAgICAgICJjb3VudHlOYW1lIjogIk11ZXN0cmEgZGVsIGNvbmRhZG8iLAogICAgICAiZGlzdHJpY3ROYW1lIjogewogICAgICAgICJjb3VudHkiOiAiQ29uZGFkbyIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSI6ICJEaXN0cml0byBDb25ncmVzaW9uYWwgMSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiI6ICJEaXN0cml0byBDb25ncmVzaW9uYWwgMiIsCiAgICAgICAgIndhdGVyLTEiOiAiRGlzdHJpdG8gZGUgQWd1YSAxIiwKICAgICAgICAid2F0ZXItMiI6ICJEaXN0cml0byBkZSBBZ3VhIDIiCiAgICAgIH0sCiAgICAgICJlbGVjdGlvblRpdGxlIjogIkVqZW1wbG8gZGUgZWxlY2Npw7NuIHByaW1hcmlhIiwKICAgICAgInBhcnR5RnVsbE5hbWUiOiB7CiAgICAgICAgIjAiOiAiRmllc3RhIGRlIGxvcyBNYW3DrWZlcm9zIiwKICAgICAgICAiMSI6ICJGaWVzdGEgZGVsIHBlc2NhZG8iCiAgICAgIH0sCiAgICAgICJwYXJ0eU5hbWUiOiB7CiAgICAgICAgIjAiOiAiTWFtw61mZXJvIiwKICAgICAgICAiMSI6ICJQZXoiCiAgICAgIH0sCiAgICAgICJwcmVjaW5jdE5hbWUiOiB7CiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiOiAiRGlzdHJpdG8gRWxlY3RvcmFsIDEiLAogICAgICAgICJwcmVjaW5jdC1jMS13MS0yIjogIkRpc3RyaXRvIEVsZWN0b3JhbCAyIiwKICAgICAgICAicHJlY2luY3QtYzEtdzIiOiAiRGlzdHJpdG8gMyIsCiAgICAgICAgInByZWNpbmN0LWMyIjogIkRpc3RyaXRvIDQiCiAgICAgIH0sCiAgICAgICJzdGF0ZU5hbWUiOiAiRXN0YWRvIGRlIGxhIG11ZXN0cmEiLAogICAgICAiYmFsbG90TGFuZ3VhZ2UiOiAiZXNwYcOxb2wgKEVFLiBVVS4pIiwKICAgICAgImVsZWN0aW9uRGF0ZSI6ICI4IGRlIHNlcHRpZW1icmUgZGUgMjAyMSIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbkJhY2siOiAiVm9sdGVhIGxhIGJvbGV0YSB5IGNvbnRpbsO6YSB2b3RhbmRvIiwKICAgICAgImhtcGJDb250aW51ZVZvdGluZ09uTmV4dFNoZWV0IjogIkNvbnRpbsO6YSB2b3RhbmRvIGVuIGxhIHNpZ3VpZW50ZSBob2phIGRlIGxhIGJvbGV0YSIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zIjogIkluc3RydWNjaW9uZXMiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRleHQiOiAiUGFyYSB2b3RhciwgbGxlbmEgY29tcGxldGFtZW50ZSBlbCDDs3ZhbG8ganVudG8gYSB0dSBlbGVjY2nDs24uIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUaXRsZSI6ICJQYXJhIHZvdGFyOiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRleHQiOiAiUGFyYSB2b3RhciBwb3IgdW5hIHBlcnNvbmEgY3V5byBub21icmUgbm8gZXN0w6EgZW4gbGEgYm9sZXRhLCBlc2NyaWJlIGVsIG5vbWJyZSBkZSBsYSBwZXJzb25hIGVuIGxhIGzDrW5lYSBcIkNhbmRpZGF0byBwb3IgRXNjcml0b1wiIHkgbGxlbmEgY29tcGxldGFtZW50ZSBlbCDDs3ZhbG8ganVudG8gYSBsYSBsw61uZWEuIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGl0bGUiOiAiUGFyYSB2b3RhciBwb3IgdW4gY2FuZGlkYXRvIHBvciBlc2NyaXRvOiIsCiAgICAgICJobXBiT2ZmaWNpYWxBYnNlbnRlZUJhbGxvdCI6ICJCb2xldGEgb2ZpY2lhbCBkZSB2b3RvIGF1c2VudGUiLAogICAgICAiaG1wYk9mZmljaWFsQmFsbG90IjogIkJvbGV0YSBvZmljaWFsIiwKICAgICAgImhtcGJPZmZpY2lhbFByb3Zpc2lvbmFsQmFsbG90IjogIkJvbGV0YSBvZmljaWFsIHByb3Zpc2lvbmFsIiwKICAgICAgImhtcGJQYWdlIjogIlDDoWdpbmEiLAogICAgICAiaG1wYlBhZ2VJbnRlbnRpb25hbGx5QmxhbmsiOiAiRXN0YSBww6FnaW5hIGVzdMOhIGludGVuY2lvbmFsbWVudGUgZW4gYmxhbmNvIiwKICAgICAgImhtcGJTYW1wbGVBYnNlbnRlZUJhbGxvdCI6ICJNb2RlbG8gZGUgYm9sZXRhIGRlIHZvdG8gYXVzZW50ZSIsCiAgICAgICJobXBiU2FtcGxlQmFsbG90IjogIkJvbGV0YSBkZSBtdWVzdHJhIiwKICAgICAgImhtcGJTYW1wbGVQcm92aXNpb25hbEJhbGxvdCI6ICJCb2xldGEgZGUgbXVlc3RyYSBwcm92aXNpb25hbCIsCiAgICAgICJobXBiVGVzdEFic2VudGVlQmFsbG90IjogIkJvbGV0YSBkZSBwcnVlYmEgZGUgdm90byBhdXNlbnRlIiwKICAgICAgImhtcGJUZXN0QmFsbG90IjogIkJvbGV0YSBkZSBwcnVlYmEiLAogICAgICAiaG1wYlRlc3RQcm92aXNpb25hbEJhbGxvdCI6ICJCb2xldGEgZGUgcHJ1ZWJhIHByb3Zpc2lvbmFsIiwKICAgICAgImhtcGJWb3RlRm9yMSI6ICJWb3RhIHBvciAxIiwKICAgICAgImhtcGJWb3RlRm9yMTAiOiAiVm90YSBwb3IgaGFzdGEgMTAiLAogICAgICAiaG1wYlZvdGVGb3IyIjogIlZvdGEgcG9yIGhhc3RhIDIiLAogICAgICAiaG1wYlZvdGVGb3IzIjogIlZvdGEgcG9yIGhhc3RhIDMiLAogICAgICAiaG1wYlZvdGVGb3I0IjogIlZvdGEgcG9yIGhhc3RhIDQiLAogICAgICAiaG1wYlZvdGVGb3I1IjogIlZvdGEgcG9yIGhhc3RhIDUiLAogICAgICAiaG1wYlZvdGVGb3I2IjogIlZvdGEgcG9yIGhhc3RhIDYiLAogICAgICAiaG1wYlZvdGVGb3I3IjogIlZvdGEgcG9yIGhhc3RhIDciLAogICAgICAiaG1wYlZvdGVGb3I4IjogIlZvdGEgcG9yIGhhc3RhIDgiLAogICAgICAiaG1wYlZvdGVGb3I5IjogIlZvdGEgcG9yIGhhc3RhIDkiLAogICAgICAiaG1wYlZvdGluZ0NvbXBsZXRlIjogIkhhcyBjb21wbGV0YWRvIGxhIHZvdGFjacOzbi4iLAogICAgICAiaG1wYldyaXRlSW4iOiAiQ2FuZGlkYXRvIHBvciBlc2NyaXRvIgogICAgfQogIH0sCiAgImJhbGxvdFN0eWxlcyI6IFsKICAgIHsKICAgICAgImlkIjogIjEtTWFfemgtSGFucyIsCiAgICAgICJncm91cElkIjogIjEtTWEiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMS13MS0xIiwgInByZWNpbmN0LWMxLXcxLTIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWyJ6aC1IYW5zIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxLU1hX3poLUhhbnQiLAogICAgICAiZ3JvdXBJZCI6ICIxLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzEtdzEtMSIsICJwcmVjaW5jdC1jMS13MS0yIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTEiLCAid2F0ZXItMSJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1NYV9lbiIsCiAgICAgICJncm91cElkIjogIjEtTWEiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMS13MS0xIiwgInByZWNpbmN0LWMxLXcxLTIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlbiJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1NYV9lcy1VUyIsCiAgICAgICJncm91cElkIjogIjEtTWEiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMS13MS0xIiwgInByZWNpbmN0LWMxLXcxLTIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlcy1VUyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1GX3poLUhhbnMiLAogICAgICAiZ3JvdXBJZCI6ICIxLUYiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMS13MS0xIiwgInByZWNpbmN0LWMxLXcxLTIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJ6aC1IYW5zIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxLUZfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjEtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMxLXcxLTEiLCAicHJlY2luY3QtYzEtdzEtMiJdLAogICAgICAiZGlzdHJpY3RzIjogWyJjb3VudHkiLCAiY29uZ3Jlc3Npb25hbC0xIiwgIndhdGVyLTEiXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbInpoLUhhbnQiXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjEtRl9lbiIsCiAgICAgICJncm91cElkIjogIjEtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMxLXcxLTEiLCAicHJlY2luY3QtYzEtdzEtMiJdLAogICAgICAiZGlzdHJpY3RzIjogWyJjb3VudHkiLCAiY29uZ3Jlc3Npb25hbC0xIiwgIndhdGVyLTEiXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbImVuIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxLUZfZXMtVVMiLAogICAgICAiZ3JvdXBJZCI6ICIxLUYiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMS13MS0xIiwgInByZWNpbmN0LWMxLXcxLTIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlcy1VUyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1NYV96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMi1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMxLXcyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTEiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFucyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1NYV96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiMi1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMxLXcyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTEiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1NYV9lbiIsCiAgICAgICJncm91cElkIjogIjItTWEiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMS13MiJdLAogICAgICAiZGlzdHJpY3RzIjogWyJjb3VudHkiLCAiY29uZ3Jlc3Npb25hbC0xIiwgIndhdGVyLTIiXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbImVuIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLU1hX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMi1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMxLXcyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTEiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiZXMtVVMiXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjItRl96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMi1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzEtdzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0yIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJ6aC1IYW5zIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLUZfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjItRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMxLXcyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTEiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1GX2VuIiwKICAgICAgImdyb3VwSWQiOiAiMi1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzEtdzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0yIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlbiJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1GX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMi1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzEtdzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMSIsICJ3YXRlci0yIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlcy1VUyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1NYV96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMSJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFucyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1NYV96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMSJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1NYV9lbiIsCiAgICAgICJncm91cElkIjogIjMtTWEiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMiJdLAogICAgICAiZGlzdHJpY3RzIjogWyJjb3VudHkiLCAiY29uZ3Jlc3Npb25hbC0yIiwgIndhdGVyLTEiXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbImVuIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIzLU1hX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMSJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiZXMtVVMiXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjMtRl96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMy1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMiIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJ6aC1IYW5zIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIzLUZfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjMtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMSJdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1GX2VuIiwKICAgICAgImdyb3VwSWQiOiAiMy1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMiIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlbiJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1GX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMy1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMiIsICJ3YXRlci0xIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlcy1VUyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1NYV96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiNC1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFucyJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1NYV96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiNC1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1NYV9lbiIsCiAgICAgICJncm91cElkIjogIjQtTWEiLAogICAgICAicHJlY2luY3RzIjogWyJwcmVjaW5jdC1jMiJdLAogICAgICAiZGlzdHJpY3RzIjogWyJjb3VudHkiLCAiY29uZ3Jlc3Npb25hbC0yIiwgIndhdGVyLTIiXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbImVuIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICI0LU1hX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiNC1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsiZXMtVVMiXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjQtRl96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiNC1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMiIsICJ3YXRlci0yIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJ6aC1IYW5zIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICI0LUZfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjQtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbInByZWNpbmN0LWMyIl0sCiAgICAgICJkaXN0cmljdHMiOiBbImNvdW50eSIsICJjb25ncmVzc2lvbmFsLTIiLCAid2F0ZXItMiJdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsiemgtSGFudCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1GX2VuIiwKICAgICAgImdyb3VwSWQiOiAiNC1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMiIsICJ3YXRlci0yIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlbiJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1GX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiNC1GIiwKICAgICAgInByZWNpbmN0cyI6IFsicHJlY2luY3QtYzIiXSwKICAgICAgImRpc3RyaWN0cyI6IFsiY291bnR5IiwgImNvbmdyZXNzaW9uYWwtMiIsICJ3YXRlci0yIl0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWyJlcy1VUyJdCiAgICB9CiAgXSwKICAiY29udGVzdHMiOiBbCiAgICB7CiAgICAgICJpZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICJkaXN0cmljdElkIjogImNvdW50eSIsCiAgICAgICJ0aXRsZSI6ICJDb3VudHkgTGVhZGVyIE1hbW1hbCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJob3JzZSIsCiAgICAgICAgICAibmFtZSI6ICJIb3JzZSIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjAiXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogIm90dGVyIiwKICAgICAgICAgICJuYW1lIjogIk90dGVyIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMCJdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAiZm94IiwKICAgICAgICAgICJuYW1lIjogIkZveCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjAiXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiBmYWxzZSwKICAgICAgInBhcnR5SWQiOiAiMCIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAiZGlzdHJpY3RJZCI6ICJjb3VudHkiLAogICAgICAidGl0bGUiOiAiQ291bnR5IExlYWRlciBGaXNoIiwKICAgICAgInR5cGUiOiAiY2FuZGlkYXRlIiwKICAgICAgInNlYXRzIjogMSwKICAgICAgImNhbmRpZGF0ZXMiOiBbCiAgICAgICAgewogICAgICAgICAgImlkIjogInNlYWhvcnNlIiwKICAgICAgICAgICJuYW1lIjogIlNlYWhvcnNlIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMSJdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAic2FsbW9uIiwKICAgICAgICAgICJuYW1lIjogIlNhbG1vbiIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjEiXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiBmYWxzZSwKICAgICAgInBhcnR5SWQiOiAiMSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgImRpc3RyaWN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgInRpdGxlIjogIkNvbmdyZXNzaW9uYWwgMSBSZXByZXNlbnRhdGl2ZSAtIE1hbW1hbCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJ6ZWJyYS0xIiwKICAgICAgICAgICJuYW1lIjogIlplYnJhIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMCJdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAibGlvbi0xIiwKICAgICAgICAgICJuYW1lIjogIkxpb24iLAogICAgICAgICAgInBhcnR5SWRzIjogWyIwIl0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJrYW5nYXJvby0xIiwKICAgICAgICAgICJuYW1lIjogIkthbmdhcm9vIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMCJdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAiZWxlcGhhbnQtMSIsCiAgICAgICAgICAibmFtZSI6ICJFbGVwaGFudCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjAiXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiB0cnVlLAogICAgICAicGFydHlJZCI6ICIwIgogICAgfSwKICAgIHsKICAgICAgImlkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgImRpc3RyaWN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgInRpdGxlIjogIkNvbmdyZXNzaW9uYWwgMSBSZXByZXNlbnRhdGl2ZSAtIEZpc2giLAogICAgICAidHlwZSI6ICJjYW5kaWRhdGUiLAogICAgICAic2VhdHMiOiAxLAogICAgICAiY2FuZGlkYXRlcyI6IFsKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAibWFudGEtcmF5LTEiLAogICAgICAgICAgIm5hbWUiOiAiTWFudGEgUmF5IiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMSJdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAicHVmZmVyZmlzaC0xIiwKICAgICAgICAgICJuYW1lIjogIlB1ZmZlcmZpc2giLAogICAgICAgICAgInBhcnR5SWRzIjogWyIxIl0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJyb2NrZmlzaC0xIiwKICAgICAgICAgICJuYW1lIjogIlJvY2tmaXNoIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMSJdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAidHJpZ2dlcmZpc2gtMSIsCiAgICAgICAgICAibmFtZSI6ICJUcmlnZ2VyZmlzaCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjEiXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiB0cnVlLAogICAgICAicGFydHlJZCI6ICIxIgogICAgfSwKICAgIHsKICAgICAgImlkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAiZGlzdHJpY3RJZCI6ICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAidGl0bGUiOiAiQ29uZ3Jlc3Npb25hbCAyIFJlcHJlc2VudGF0aXZlIC0gTWFtbWFsIiwKICAgICAgInR5cGUiOiAiY2FuZGlkYXRlIiwKICAgICAgInNlYXRzIjogMSwKICAgICAgImNhbmRpZGF0ZXMiOiBbCiAgICAgICAgewogICAgICAgICAgImlkIjogInplYnJhLTIiLAogICAgICAgICAgIm5hbWUiOiAiWmVicmEiLAogICAgICAgICAgInBhcnR5SWRzIjogWyIwIl0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJsaW9uLTIiLAogICAgICAgICAgIm5hbWUiOiAiTGlvbiIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjAiXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogImthbmdhcm9vLTIiLAogICAgICAgICAgIm5hbWUiOiAiS2FuZ2Fyb28iLAogICAgICAgICAgInBhcnR5SWRzIjogWyIwIl0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJlbGVwaGFudC0yIiwKICAgICAgICAgICJuYW1lIjogIkVsZXBoYW50IiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMCJdCiAgICAgICAgfQogICAgICBdLAogICAgICAiYWxsb3dXcml0ZUlucyI6IHRydWUsCiAgICAgICJwYXJ0eUlkIjogIjAiCiAgICB9LAogICAgewogICAgICAiaWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAiZGlzdHJpY3RJZCI6ICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAidGl0bGUiOiAiQ29uZ3Jlc3Npb25hbCAyIFJlcHJlc2VudGF0aXZlIC0gRmlzaCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJtYW50YS1yYXktMiIsCiAgICAgICAgICAibmFtZSI6ICJNYW50YSBSYXkiLAogICAgICAgICAgInBhcnR5SWRzIjogWyIxIl0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJwdWZmZXJmaXNoLTIiLAogICAgICAgICAgIm5hbWUiOiAiUHVmZmVyZmlzaCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbIjEiXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogInJvY2tmaXNoLTIiLAogICAgICAgICAgIm5hbWUiOiAiUm9ja2Zpc2giLAogICAgICAgICAgInBhcnR5SWRzIjogWyIxIl0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJ0cmlnZ2VyZmlzaC0yIiwKICAgICAgICAgICJuYW1lIjogIlRyaWdnZXJmaXNoIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsiMSJdCiAgICAgICAgfQogICAgICBdLAogICAgICAiYWxsb3dXcml0ZUlucyI6IHRydWUsCiAgICAgICJwYXJ0eUlkIjogIjEiCiAgICB9LAogICAgewogICAgICAiaWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgImRpc3RyaWN0SWQiOiAid2F0ZXItMSIsCiAgICAgICJ0aXRsZSI6ICJXYXRlciBEaXN0cmljdCAxIEZpc2hpbmciLAogICAgICAidHlwZSI6ICJ5ZXNubyIsCiAgICAgICJkZXNjcmlwdGlvbiI6ICJTaG91bGQgZmlzaGluZyBiZSBiYW5uZWQgaW4gYWxsIGNpdHkgb3duZWQgbGFrZXMgYW5kIHJpdmVycz8iLAogICAgICAieWVzT3B0aW9uIjogewogICAgICAgICJpZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciLAogICAgICAgICJsYWJlbCI6ICJZRVMiCiAgICAgIH0sCiAgICAgICJub09wdGlvbiI6IHsKICAgICAgICAiaWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciLAogICAgICAgICJsYWJlbCI6ICJOTyIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImlkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICJkaXN0cmljdElkIjogIndhdGVyLTIiLAogICAgICAidGl0bGUiOiAiV2F0ZXIgRGlzdHJpY3QgMiBGaXNoaW5nIiwKICAgICAgInR5cGUiOiAieWVzbm8iLAogICAgICAiZGVzY3JpcHRpb24iOiAiU2hvdWxkIGZpc2hpbmcgYmUgYmFubmVkIGluIGFsbCBjaXR5IG93bmVkIGxha2VzIGFuZCByaXZlcnM/IiwKICAgICAgInllc09wdGlvbiI6IHsKICAgICAgICAiaWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIiwKICAgICAgICAibGFiZWwiOiAiWUVTIgogICAgICB9LAogICAgICAibm9PcHRpb24iOiB7CiAgICAgICAgImlkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIiwKICAgICAgICAibGFiZWwiOiAiTk8iCiAgICAgIH0KICAgIH0KICBdLAogICJjb3VudHkiOiB7CiAgICAiaWQiOiAic2FtcGxlLWNvdW50eSIsCiAgICAibmFtZSI6ICJTYW1wbGUgQ291bnR5IgogIH0sCiAgImRhdGUiOiAiMjAyMS0wOS0wOCIsCiAgImRpc3RyaWN0cyI6IFsKICAgIHsKICAgICAgImlkIjogImNvdW50eSIsCiAgICAgICJuYW1lIjogIkNvdW50eSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAibmFtZSI6ICJDb25ncmVzc2lvbmFsIERpc3RyaWN0IDEiCiAgICB9LAogICAgewogICAgICAiaWQiOiAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgIm5hbWUiOiAiQ29uZ3Jlc3Npb25hbCBEaXN0cmljdCAyIgogICAgfSwKICAgIHsKICAgICAgImlkIjogIndhdGVyLTEiLAogICAgICAibmFtZSI6ICJXYXRlciBEaXN0cmljdCAxIgogICAgfSwKICAgIHsKICAgICAgImlkIjogIndhdGVyLTIiLAogICAgICAibmFtZSI6ICJXYXRlciBEaXN0cmljdCAyIgogICAgfQogIF0sCiAgImlkIjogImVsZWN0aW9uLXByaW1hcnktcHJlY2luY3Qtc3BsaXRzIiwKICAicGFydGllcyI6IFsKICAgIHsKICAgICAgImlkIjogIjAiLAogICAgICAibmFtZSI6ICJNYW1tYWwiLAogICAgICAiZnVsbE5hbWUiOiAiTWFtbWFsIFBhcnR5IiwKICAgICAgImFiYnJldiI6ICJNYSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxIiwKICAgICAgIm5hbWUiOiAiRmlzaCIsCiAgICAgICJmdWxsTmFtZSI6ICJGaXNoIFBhcnR5IiwKICAgICAgImFiYnJldiI6ICJGIgogICAgfQogIF0sCiAgInByZWNpbmN0cyI6IFsKICAgIHsKICAgICAgImlkIjogInByZWNpbmN0LWMxLXcxLTEiLAogICAgICAibmFtZSI6ICJQcmVjaW5jdCAxIgogICAgfSwKICAgIHsKICAgICAgImlkIjogInByZWNpbmN0LWMxLXcxLTIiLAogICAgICAibmFtZSI6ICJQcmVjaW5jdCAyIgogICAgfSwKICAgIHsKICAgICAgImlkIjogInByZWNpbmN0LWMxLXcyIiwKICAgICAgIm5hbWUiOiAiUHJlY2luY3QgMyIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJwcmVjaW5jdC1jMiIsCiAgICAgICJuYW1lIjogIlByZWNpbmN0IDQiCiAgICB9CiAgXSwKICAic2VhbCI6ICI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB2aWV3Qm94PVwiMCAwIDk4My4zNDcyMyA5ODMuMzI3NDJcIiB2ZXJzaW9uPVwiMS4xXCIgeT1cIjBcIiB4PVwiMFwiIHhtbG5zOnhsaW5rPVwiaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGlua1wiPjx0aXRsZT5TZWFsIG9mIE1vbnRnb21lcnkgQ291bnR5LCBNYXJ5bGFuZC48L3RpdGxlPjxwYXRoIGQ9XCJtIDQ5MS42NjA3NiwtMC4wMDM5MDYyNCBjIC02Ni4zNywwIC0xMzAuNzgwNiwxMy4wMDgzMzYyNCAtMTkxLjM3MDU5LDM4LjY0ODMzNjI0IC01OC41NiwyNC43MyAtMTExLjE0MDM4LDYwLjE5NTgwMiAtMTU2LjMwMDM4LDEwNS4zMjk4IC00NS4xNTE5OTQsNDUuMTQgLTgwLjU5MzMyNyw5Ny43NDA4NSAtMTA1LjM0OTMyNywxNTYuMjgwODQgLTI1LjY2OCw2MC42MiAtMzguNjQwNTI0MDM0OTk2LDEyNS4wMzAxMyAtMzguNjQwNTI0MDM0OTk2LDE5MS4zOTAxMiAwLDY2LjM4MDAxIDEyLjk3MjQzMDAzNDk5NiwxMzAuNzc5OSAzOC42NDQ0MzAwMzQ5OTYsMTkxLjM5OTkgMjQuNzU0LDU4LjU0MSA2MC4xOTU1NjgsMTExLjEyMDM3IDEwNS4zMzk1NzEsMTU2LjMwMDM3IDQ1LjE2MTk5LDQ1LjExNDk5IDk3LjczOTM3LDgwLjU3NjI3IDE1Ni4zMDAzNywxMDUuMzEwMjYgNjAuNTg0LDI1LjY3OTAxIDEyNS4wMDA1OSwzOC42NjIwMSAxOTEuMzcwNTksMzguNjYyMDEgbCAwLjAwNiwwLjAxMTcgYyA2Ni4zNzIsMCAxMzAuNzU4NDEsLTEyLjk4MyAxOTEuMzc4NDEsLTM4LjY2MjAxIDU4LjU0MywtMjQuNzM2OTkgMTExLjE1MDg0LC02MC4xOTgyNyAxNTYuMjgwODQsLTEwNS4zMTAyNiA0NS4xMzQ5OSwtNDUuMTggODAuNTk5OCwtOTcuNzYwMzcgMTA1LjMyOTc5LC0xNTYuMzAwMzggMjUuNjYxMDEsLTYwLjYyMiAzOC42OTEzMSwtMTI1LjAxMDEyIDM4LjY5MTMxLC0xOTEuMzkwMTIgMCwtNjYuMzYgLTEzLjAzMDMsLTEzMC43NzAxMyAtMzguNjkxMzEsLTE5MS4zOTAxMyBDIDkxOS45MTk4MSwyNDEuNzE2NTYgODg0LjQ2LDE4OS4xMTYxOCA4MzkuMzIwMDEsMTQzLjk3NjE4IDc5NC4xOTAwMSw5OC44NDAxODUgNzQxLjU4OTE3LDYzLjM3NDM4MyA2ODMuMDM5MTcsMzguNjQ2MzgzIDYyMi40MTkxNywxMy4wMDQzODMgNTU4LjAzMDc2LC0wLjAwMzkwNjI0IDQ5MS42NjA3NiwtMC4wMDM5MDYyNCBaXCIgZmlsbD1cIiNmZmZcIi8+PHBhdGggZD1cIm00MDUuOTMgODc3LjM2YzUyLjA4IDExLjU3NCAxMDQuODMgMTIuNjIyIDE1Ni44NyAzLjA1OTggNTAuMjY4LTkuMjA1IDk3LjY5Mi0yNy44ODMgMTQwLjk5LTU1LjQyOCA0My4yOTctMjcuNTMxIDgwLjI1My02Mi42MTQgMTA5LjkyLTEwNC4yMiAzMC42NTYtNDMuMDgyIDUyLjA5Ny05MS4zMjIgNjMuNjcyLTE0My40IDExLjU3NC01Mi4wOCAxMi41ODUtMTA0Ljg2IDMuMDU1My0xNTYuODUtOS4yNDk4LTUwLjI3Ni0yNy44Ny05Ny43MTItNTUuNDI5LTE0MC45OS0yNy41NDktNDMuMzItNjIuNjA5LTgwLjI3Ni0xMDQuMjQtMTA5Ljk1LTQzLjA5OS0zMC42ODctOTEuMzI1LTUyLjA3Ny0xNDMuNC02My42NTEtNTIuMDY4LTExLjU3MS0xMDQuODMtMTIuNjI1LTE1Ni44NS0zLjA3NzItNTAuMjU2IDkuMjU0My05Ny42NyAyNy44ODEtMTQwLjk3IDU1LjQ1Ni00My4yOTIgMjcuNTI4LTgwLjI5NyA2Mi42MDItMTA5LjkxIDEwNC4yNC0zMC43IDQzLjA0OS01Mi4xMDcgOTEuMjk3LTYzLjY4MSAxNDMuMzgtMTEuNTc0IDUyLjA4LTEyLjYxNyAxMDQuODUtMy4wNDYxIDE1Ni44OCA5LjIwMDQgNTAuMjQyIDI3Ljg2NyA5Ny42ODggNTUuNDIyIDE0MC45NiAyNy41NTMgNDMuMjkzIDYyLjYwMiA4MC4yOTcgMTA0LjIyIDEwOS45MiA0My4wODEgMzAuNzAyIDkxLjMyIDUyLjA5NyAxNDMuMzkgNjMuNjY4bS0yOTIuNzUtNDY5LjgyYzExLjM1LTUxLjA3MiAzMi4zOTMtOTguNDMzIDYyLjQ4MS0xNDAuNyAyOS4wNzktNDAuODQxIDY1LjM1Ni03NS4yNTEgMTA3Ljg2LTEwMi4zIDQyLjQ1Ni0yNy4wMDggODkuMDA1LTQ1LjMzMSAxMzguMzMtNTQuMzcyIDUxLjAyMy05LjM2OSAxMDIuODMtOC4zMzcyIDE1My45IDMuMDEyOCA1MS4wOTIgMTEuMzU0IDk4LjQ2MiAzMi4zNjQgMTQwLjcyIDYyLjQ2NCA0MC44NDEgMjkuMDc5IDc1LjIyMSA2NS4zODcgMTAyLjI4IDEwNy44NCAyNy4wMjUgNDIuNDk2IDQ1LjMyNiA4OS4wMzcgNTQuMzcgMTM4LjM1IDkuMzY2MyA1MS4wMzUgOC4zMzI1IDEwMi44NC0zLjAxNzQgMTUzLjkxLTExLjM1NCA1MS4wOTItMzIuMzU2IDk4LjQzOS02Mi40NTcgMTQwLjctMjkuMDggNDAuODQ1LTY1LjM3IDc1LjI1LTEwNy44NSAxMDIuMjgtNDIuNSAyNy4wNDMtODkuMDIgNDUuMzUxLTEzOC4zMyA1NC4zOTQtNTEuMDI5IDkuMzQyMi0xMDIuODUgOC4zMzYxLTE1My45NC0zLjAxNzktNTEuMDcyLTExLjM1LTk4LjQzNC0zMi4zODUtMTQwLjY5LTYyLjQ1OS00MC44NDktMjkuMDgxLTc1LjI2Mi02NS4zNzMtMTAyLjI3LTEwNy44Ny0yNy4wNDktNDIuNDgtNDUuMzM5LTg5LjAxNS01NC4zODItMTM4LjMzLTkuMzU0Mi01MS4wMzItOC4zNjE2LTEwMi44MyAyLjk5MjgtMTUzLjkyXCIvPjxwYXRoIGQ9XCJtNDkxLjY2IDk4My4zM2M2Ni4zNzIgMCAxMzAuNzYtMTIuOTg0IDE5MS4zOC0zOC42NjMgNTguNTQzLTI0LjczNyAxMTEuMTUtNjAuMTk4IDE1Ni4yOC0xMDUuMzEgNDUuMTM1LTQ1LjE4IDgwLjYtOTcuNzYgMTA1LjMzLTE1Ni4zIDI1LjY2MS02MC42MjIgMzguNjkxLTEyNS4wMSAzOC42OTEtMTkxLjM5IDAtNjYuMzYtMTMuMDMtMTMwLjc3LTM4LjY5MS0xOTEuMzktMjQuNzMtNTguNTYtNjAuMTktMTExLjE2LTEwNS4zMy0xNTYuMy00NS4xMy00NS4xMzYtOTcuNzMtODAuNjAyLTE1Ni4yOC0xMDUuMzMtNjAuNjItMjUuNjQyLTEyNS4wMS0zOC42NS0xOTEuMzgtMzguNjVzLTEzMC43OCAxMy4wMDgtMTkxLjM3IDM4LjY0OGMtNTguNTYgMjQuNzMtMTExLjE0IDYwLjE5Ni0xNTYuMyAxMDUuMzMtNDUuMTUyIDQ1LjE0LTgwLjU5NCA5Ny43NC0xMDUuMzUgMTU2LjI4LTI1LjY2OCA2MC42Mi0zOC42NCAxMjUuMDMtMzguNjQgMTkxLjM5IDAgNjYuMzggMTIuOTcyIDEzMC43OCAzOC42NDQgMTkxLjQgMjQuNzU0IDU4LjU0MSA2MC4xOTYgMTExLjEyIDEwNS4zNCAxNTYuMyA0NS4xNjIgNDUuMTE1IDk3LjczOSA4MC41NzYgMTU2LjMgMTA1LjMxIDYwLjU4NCAyNS42NzkgMTI1IDM4LjY2MyAxOTEuMzcgMzguNjYzbS00ODQuNTMtNDkxLjY3YzAtNjUuNDEgMTIuNzk4LTEyOC44OCAzOC4wNTktMTg4LjU5IDI0LjQxMi01Ny43MjUgNTkuMzYtMTA5LjUzIDEwMy44Ni0xNTQuMDMgNDQuNTA5LTQ0LjQ5OSA5Ni4zMDUtNzkuNDMyIDE1NC4wMi0xMDMuODMgNTkuNzQ1LTI1LjI4NyAxMjMuMTktMzguMDk1IDE4OC42MS0zOC4wOTUgNjUuMzk2IDAgMTI4Ljg2IDEyLjgxIDE4OC42IDM4LjA5NSA1Ny43MDMgMjQuNCAxMDkuNTMgNTkuMzM1IDE1NC4wMyAxMDMuODMgNDQuNDc3IDQ0LjQ5NyA3OS40MSA5Ni4zMDMgMTAzLjgzIDE1NC4wMyAyNS4yNjMgNTkuNzExIDM4LjA3MyAxMjMuMTggMzguMDczIDE4OC41OSAwIDY1LjQzMi0xMi44MSAxMjguODgtMzguMDczIDE4OC42MS0yNC40MjQgNTcuNzA1LTU5LjM1NiAxMDkuNTMtMTAzLjgzIDE1My45OC00NC40OTcgNDQuNTE5LTk2LjMyNyA3OS40NzUtMTU0LjAzIDEwMy44OC01OS43MzUgMjUuMjU5LTEyMy4yIDM4LjA2OS0xODguNiAzOC4wNjktNjUuNDIyIDAtMTI4Ljg3LTEyLjgxLTE4OC42MS0zOC4wNjktNTcuNzItMjQuNDEtMTA5LjUyLTU5LjM2LTE1NC4wMy0xMDMuODgtNDQuNDktNDQuNDYtNzkuNDQtOTYuMjgtMTAzLjg1LTE1My45OS0yNS4yNjMtNTkuNzMtMzguMDYxLTEyMy4xNy0zOC4wNjEtMTg4LjYxXCIvPjxwYXRoIGQ9XCJtNjE0LjY0IDIyNC44M2M0LjE0NjEtNC45OTM3IDYuOTk2Ny0xMi40ODYgMTAuMzkxLTE3Ljc0NGgxLjQ2NzNsMTkuMTc1IDExLjcyMmMyLjM2MjkgMC4yNjc4OCA0LjIzOC0xLjQ3MTMgNS4xNjk2LTMuMjUwNSAxLjAyNzUtNi40MjEgMS4wMjc1LTEwLjYxMSAyLjQxMDktMTYuOTQ0IDUuNTI5NCA3LjY3MjQgMTAuODc1IDE3LjU3MiAxNC4wNDEgMjYuMjJoLTUyLjY1NVwiIGZpbGw9XCIjZmZmXCIvPjxwYXRoIGQ9XCJtMjQ0LjE2IDQ2OS41MmMwIDIwMS4xMyAxMDMuMiAzMTAuNSAyNDcuNTQgMzY0LjE0IDE0NC4yOC01My42MzkgMjQ3LjQ2LTE2My4wMSAyNDcuNDYtMzY0LjE0di0yNDQuNjloLTQ5NXYyNDQuNjlcIiBmaWxsPVwiIzAwOTZkNVwiLz48cGF0aCBkPVwibTI0NC4xOCAyMjQuODN2MjQ0LjY5YzAgMjAxLjEzIDEwMy4xNiAzMTAuNSAyNDcuNDQgMzY0LjE0IDE0NC4zNy01My42MzkgMjQ3LjU0LTE2My4wMSAyNDcuNTQtMzY0LjE0di0yNDQuNjloLTQ5NC45OG00ODEuMzQgMjMxLjE0djEzLjU1NGMwIDkyLjE2MS0yMi41NjEgMTY5LjM0LTY2Ljg4MSAyMjkuMzEtMzguNzA2IDUyLjI1Ni05NC44OCA5Mi42MTMtMTY3LjAyIDEyMC4yNi03Mi4xMi0yNy42NS0xMjguMjMtNjgtMTY2Ljg5LTEyMC4yNi00NC40My01OS45Ni02Ni45NS0xMzcuMTUtNjYuOTUtMjI5LjMxdi0yMzEuMTRoNDY3Ljc0elwiIGZpbGw9XCIjMWYxOTFhXCIvPjxwYXRoIGQ9XCJtNDYyLjMyIDQ5My4wNnYzMy42NjRoLTU4LjI0OXYtMzMuNjY0aC01OC4yOTd2MzMuNjY0aC01OC4zMjF2LTMzLjY2NGgtMjkuMTU0YzEuNjg3MiAzOC44MzggNy41ODA0IDc0LjcyNSAxNy42MDggMTA3LjcyIDEyLjAxOCAzNi41MTkgMjkuMTc4IDcxLjUxOCA1Mi41MDMgMTAyLjk2IDM4LjQ5OCA0OS43OTcgOTMuMjkyIDg4LjU0MiAxNjIuOTQgMTE1LjI1di0zMjUuOTNoLTI5LjAzXCIgZmlsbD1cIiNmZjFiMmNcIi8+PHBhdGggZD1cIm00OTEuMzUgMjM4LjQzdjI1NC42OGgyOS4yNDZ2MzMuNjZoNTguMjI1di0zMy42Nmg1OC4zMjF2MzMuNjZoNTguMjc3di0zMy42NmgzMC4xMzh2LTI1NC42OFwiIGZpbGw9XCIjZmYxYjJjXCIvPjxnIGZpbGw9XCIjMWYxOTFhXCI+PHBhdGggZD1cIm01NzcuNCA2NTUuODVoNDMuMjA4djMuNjYyM2gtNDMuMjA4elwiLz48cGF0aCBkPVwibTU3Mi41OCA2NTkuNTF2LTMuNjYyMy00LjgwOThoNC44MTc3IDQ3LjkzdjQuODA5OCA4LjQyOGgtNC43MjE4LTQ4LjAyNXpcIi8+PHBhdGggZD1cIm02MTcuNjIgNjgxLjUzYy02LjEwOTEtNi41NTI5LTYuMDIxMi0xNy4xNjQtNi4wMjEyLTE3LjE2NGgtMTAuODM1djIwLjczNGMwIDEuMDIzNS0wLjg1MTYgMS44MjcxLTEuNzc5MiAxLjgyNzEtMS4wNzU1IDAtMS44NzUxLTAuODAzNjItMS44NzUxLTEuODI3MXYtMjAuNzM0aC0xMC43OTVzMC4wOTYgMTAuNjExLTUuOTY5MiAxNy4xNjRjLTYuMDY1MiA2LjM4MS0xNC4zNTcgMy40ODI0LTE0LjM1NyAzLjQ4MjRzMC4xNzU5MiA0LjMxOCAyLjQxMDkgNi45NDg3YzIuMDUxIDIuNzYyNyAzLjgzNDIgNC44MTc4IDcuNDg4NSA1LjAzNzYgMi41NDI4IDAuMTc5OTIgNi43MzY4LTEuMzM1NCA3LjU4MDQtMC40ODM3NyAwLjYxOTcgMC44NDM2LTAuMDg4IDQuODA5OCA1LjEyMTYgMTEuMDk1IDQuODYxNyA1LjgwMTMgMTAuMzk1IDUuOTgxMiAxMC4zOTUgNS45ODEyczUuNDM3NC0wLjE3OTkyIDEwLjI5MS01Ljk4MTJjNS4yMjU2LTYuMjg1IDQuNTk3OC0xMC4yNTEgNS4yMjU2LTExLjA5NSAwLjc1MTY1LTAuODUxNiA0LjkwNTcgMC42NjM2OSA3LjQ4ODUgMC40ODM3NyAzLjY1ODMtMC4yMTk4OSA1LjQzMzQtMi4yNzA5IDcuNTgwNC01LjAzNzYgMi4xODMtMi42MzA4IDIuMzE4OS02Ljk0ODcgMi4zMTg5LTYuOTQ4N3MtOC4zMDAxIDIuODk4Ni0xNC4yNjktMy40ODI0XCIvPjxwYXRoIGQ9XCJtNTg0Ljg1IDcxMC42MWMtMi45ODY2LTMuNTIyNC00LjQ1NzktNi44MjQ4LTUuMTY5Ni05LjI3NTctMS4wMjc1IDAuMjI3OS0yLjIzNSAwLjM5OTgyLTMuNDc4NCAwLjM5OTgyaC0wLjYyMzdjLTUuNjYxNC0wLjE3MTkyLTkuMTQzNy00LjE4Ni0xMC45MTktNi43MzI4LTMuNTcwMy00LjYyOTgtMy4zOTQ0LTkuNDAzNi0zLjQ4MjQtOS43NTk0bC0wLjI1OTg4LTYuOTU2NyA2LjU0ODkgMi4xMzljMC0wLjA4NCAwLjkzOTU2IDAuNDA3ODEgMi45NDY2IDAuNDA3ODEgMi4xMzUtMC4xMzE5NCA0LjMyMi0wLjQ5MTc3IDYuMjg1LTIuNTQ2OCA0LjE5LTQuMjc4IDQuODEzOC0xMi45MjIgNC44MTM4LTEzLjkwOSAwLTAuMDQ4LTAuMDQ0LTAuMDkxOS0wLjA0NC0wLjA5MTkgMC0xLjI1MTQgMC40ODM3Ny0yLjUzODggMS40MjMzLTMuMzkwNCAwLjg0MzYtMC45MzU1NiAyLjA1MS0xLjQxOTMgMy4zODY0LTEuNDE5MyAwLjMxNTg1IDAgMC42MjM3MSAwLjA0OCAwLjkzOTU2IDAuMDg0aDguNzM5OSA0Ljc2OTggOS45NDMzYzAuODkxNTgtMC4xMzE5NCAxLjU5OTIgMCAyLjAwMzEgMC4wODQgMS4zMzk0IDAuNDA3ODEgMS40MjMzIDAuNjcxNjkgMS42OTEyIDAuODUxNmwwLjU4MzcyIDAuMzk5ODIgOC4zNDAxIDguMjUyMWgtNi40NjljMC42MjM3MSAzLjAzMDYgMS44NzUxIDYuNzMyOCA0LjI0MiA5LjAwMzhsLTMuNDc0NCAzLjM5MDQgMy41NjIzLTMuMjU0NWMxLjg3NTEgMi4wNTUgNC4xMDIxIDIuNTQ2OCA2LjIwMTEgMi41NDY4IDEuODcxMSAwIDIuOTg2Ni0wLjQwNzgxIDIuOTg2Ni0wLjQwNzgxbDYuNTEzLTIuMjcwOS0wLjIyNzg5IDYuOTU2N2MtMC4wODggMC4zOTk4MSAwLjEzMTk0IDUuMjYxNS0zLjI1MDUgOS43MTU0LTEuODc1MSAyLjQ5ODgtNC45OTM3IDYuMTEzMS0xMS45NDYgNi40MjV2MC4zOTk4MmMtMS4xNjM1IDAtMi4zMjI5LTAuMTMxOTQtMy4yOTg0LTAuMjYzODgtMC42MjM3MSAyLjQ1MDgtMi4yMzUgNS42MTM0LTUuMTc3NiA5LjMxNTYtNi4wMTMyIDcuMTM2Ny0xMy4wNjYgNy42Njg0LTE0LjE4MSA3LjY2ODQtMC42NzU2OS0wLjAwOC03LjgwNDMtMC41Mzk3NS0xMy45MTctNy43NjA0em0yLjQ1NDgtMTYuOTQ4YzIuNTQyOCA1LjU3NzQgMC4xNzU5MiA0LjUwNTkgNC45MDk3IDEwLjgzMSAzLjM4NjQgNC4xMDYxIDYuMzczIDQuMjg2IDYuNTQ4OSA0LjI4NiAwLTAuNDQzNzkgMy4xMjI1IDAuMDg0IDYuNzc2OC00LjI4NiA0Ljg2MTctNi4zMjUgMi40NTQ4LTUuMzg5NSA0Ljc3MzgtMTAuNTE5IDEuOTE1MS0yLjYzMDggNC4xNDYtMi41NDY4IDUuMDgxNi0yLjYzMDggMi41NDI4IDAuMDg0IDQuOTA5NyAwLjcxMTY2IDYuMDI1MiAwLjcxMTY2IDAuMDQ0LTAuMDQgMC41MzU3NSAwIDAuNzk5NjMgMC4wNDggMC45MzU1Ni0wLjE3OTkyIDEuMzc5NC0wLjQ5MTc3IDIuNTM4OC0xLjkxNTEtMy4zODY0LTAuNDQzNzktNy40NDQ1LTEuODc1MS0xMC43NDMtNS40NDE0bDAuMDQ0LTAuMDRjLTQuNjMzOC01LjE3NzYtNi4yODUtMTEuMzMxLTYuOTEyOC0xNS41NjVoLTEuNjA3MnYxNS45NjFjLTAuMDg0IDMuNzAyMy0yLjg5NDYgNi41MDUtNi41OTI5IDYuNTk2OS0zLjU3MDMgMC02LjY0NDktMi45OTA2LTYuNjQ0OS02LjU5Njl2LTE1Ljk2MWgtMS42OTUyYy0wLjY2NzY4IDQuMTg2LTIuMzE0OSAxMC4zODctNi44Njg4IDE1LjY5Ny0zLjM0MjQgMy40MjY0LTcuMzA0NiA0Ljg1NzctMTAuNjU1IDUuMzQ5NSAxLjQyMzMgMS42NDcyIDEuNjUxMiAxLjgyNzEgMi43NjY3IDEuOTU5MWgwLjM1NTgzYzAuNzUxNjUgMCAzLjExODUtMC43MTk2NiA2LjEwNTEtMC44MDM2MiAwLjA4OC0wLjA0IDAuMTc5OTItMC4wNCAwLjM1OTgzLTAuMDQgMC45MzE1NyAwIDMuNDMwNCAwLjUzMTc2IDQuNjMzOCAyLjM1ODl6XCIvPjxwYXRoIGQ9XCJtNTk4Ljk4IDU4OS43M2MwLjkyNzU2IDAgMS43NzkyIDAuODk1NTggMS43NzkyIDEuODI3MXY1OS4zMDRoNy44NDQzYzAuOTM5NTYtNC4wNjIxIDIuNTg2OC03Ljg0ODMgNC45OTM3LTExLjM3MSA1LjE3NzYtNy42Mjg0IDEyLjg5LTEyLjg0NiAyMS45ODYtMTQuNjczIDAuOTMxNTYtMC4zNTE4MyAyLjAwNzEgMC4yMjc5IDIuMjI3IDEuMTYzNSAwLjM1OTgzIDAuOTc1NTQtMC4xNzU5MiAyLjAwNzEtMS4xMTE1IDIuMzE4OS04LjI0ODEgMS41OTkyLTE1LjQyMSA2LjMyNS0yMC4wNjcgMTMuMjgyLTEuOTE1MSAyLjg5ODYtMy4yNTA1IDUuOTczMi00LjE5NCA5LjI3NTZoNC43NzM4YzguODIzOS02LjU5NjkgMTMuNzc0LTguMDI4MiAyMS42MjItMy40ODI0IDQuODY1NyAyLjgxMDcgNi45MTI4IDguMTIwMiA2LjI4NSAxMy45NjF2MC4wODRjMC4zNTU4My0wLjMxMTg1IDAuNzU1NjUtMC42NzE2OSAxLjIwNzQtMC45ODM1NCAyNS45OTYtMTguOTkxIDEwLjg3NS01MS43Mi03LjQwNDUtNTEuNzItMTQuNzE3IDAtMjQuNDI5IDYuNTEzLTMyLjczMyAyMS45ODJsLTIuMjY2OS0zLjcwMjMgMi4wNTEtMi43MTg3YzguMzM2MS04LjM4ODEgMTEuNzMtMjUuMTQ4IDExLjE5MS0zNS4yNzEtMC43OTk2Mi0xMy4yNDItMTAuNjk5LTI0Ljc4OC0xMy4xNS0yOC44MDItMi43MTg3LTQuNTQ5OS01LjAzNzYtOC4yOTIxLTUuMDM3Ni04LjI5MjFzLTIuNDEwOSAzLjc0NjItNS4xNzc2IDguMjkyMWMtMi40MDY5IDQuMDE0MS0xMi4zMDIgMTUuNTY1LTEzLjA2NiAyOC44MDItMC41NzU3MyAxMC4xMjMgMi44MTA3IDI2Ljg4NyAxMS4xNDcgMzUuMjcxbDIuMDU1IDIuNzE4Ny0yLjI3NDkgMy43MDIzYy04LjM4MDEtMTUuNDY5LTE4LjAxMi0yMS45ODItMzIuNzI5LTIxLjk4Mi0xOC4yMzUgMC0zMy4zNDggMzIuNzI5LTcuMzk2NSA1MS43MiAwLjQ4Mzc3IDAuMzExODUgMC44NDM2MSAwLjY3MTY5IDEuMjQ3NCAwLjk4MzU0di0wLjA4NGMtMC42Njc2OS01Ljg0MTMgMS40MjMzLTExLjE1MSA2LjI0NTEtMTMuOTYxIDcuODQ0My00LjU0NTkgMTIuODM4LTMuMTE0NSAyMS42NjIgMy40ODI0aDQuODE3N2MtMC45NzU1NC0zLjMwMjQtMi4zMTg5LTYuMzgxLTQuMzI2LTkuMjc1Ni00LjYyOTgtNi45NTY3LTExLjcyNy0xMS42ODMtMTkuOTI3LTEzLjI4Mi0wLjk3NTU1LTAuMzExODUtMS40NjczLTEuMzQzNC0xLjIwMzQtMi4zMTg5IDAuMjI3ODktMC45MzU1NiAxLjM3OTQtMS41MTUzIDIuMjcwOS0xLjE2MzUgOS4wMDM4IDEuODI3MiAxNi44MTIgNy4wNDQ3IDIxLjk4MiAxNC42NzMgMi4zMTg5IDMuNTIyNCAzLjk3MDEgNy4zMDg2IDQuOTQ5NyAxMS4zNzFoNy44NDgzdi01OS4zMDRjMC4wMDgtMC45MzE1NiAwLjgwNzYyLTEuODI3MSAxLjg3OTEtMS44MjcxXCIvPjxwYXRoIGQ9XCJtNjQwLjMxIDY2MS40M3YwLjE3OTkxYy0wLjA4OC0xLjI5NTQgMC0yLjIzNSAwLTIuMzE4OS0wLjA4OC0zLjg4MjItMS4zMzk0LTYuMjQxMS0zLjk2NjItNy44MDA0LTIuNzI2Ny0xLjYwNzItNC4zMjYtMi4wMDcxLTUuOTI5Mi0yLjAwNzEtMi4xMzktMC4wOTE5LTUuMjU3NSAxLjI1MTQtMTMuMjQ2IDYuMTA1MWgtMTEuMTQ3LTQuMTQ2MS00LjgwOTgtMTEuNjM5LTYuNDY1bC0xLjE1OTUtMC45MzU1NmMtNS4zNTM1LTQuMDE0MS04LjQyOC01LjI2MTUtMTAuNjA3LTUuMjYxNS0xLjI5NTQgMC0zLjE2NjUgMC40OTE3Ny01Ljg5MzIgMi4xODctMi42MjY4IDEuNDc1My0zLjg3ODIgMy44MzQyLTMuOTYyMSA3LjU4MDQgMCAwLjEzMTk0IDAgMC42NjM2OSAwLjE3NTkyIDIuMTg3djkuOTM5NGwtNy42Njg0LTYuMTA1MS0xLjE1OTQtMC45MzU1NmMtMTEuMjc5LTguMDc2Mi0xNS45NjUtMTkuMDgzLTE1Ljk2NS0yOS4yMDYgMC4xODM5MS0xNi4wNTYgMTEuMjg3LTMwLjgxNCAyNi4yMi0zMS4xMjUgNy4yNjg2LTAuMDg0IDEzLjY5NCAxLjUxOTMgMTkuMzU1IDQuNzc3OC0xLjY5NTItNi4xMTMxLTIuNDEwOS0xMi4yNjYtMi40NTA4LTE3LjQzNiAwLTEuMDMxNSAwLTEuODc1MSAwLjA4OC0yLjU0NjggMC45MzE1Ni0xNS4yOTMgMTEuODU4LTI3LjY5MSAxMy43MzQtMzAuOTg1IDIuODAyNy00LjU5MzggNS4yNTc1LTguMzg0MSA1LjI1NzUtOC40NzJsNC4wNjIxLTYuMzc3IDQuMDEwMSA2LjQ2NXMyLjM2MjkgMy43ODYyIDUuMDgxNiA4LjI5MjFjMS44NzUxIDMuMzg2NCAxMi44OSAxNS43ODEgMTMuODMgMzIuMTAxdjEuMzM5NGMtMC4wNDggNS4yNTc1LTAuODA3NjIgMTEuNTAzLTIuNDU0OCAxNy42MTYgNS42NjE0LTMuMjU4NSAxMi4xNy00Ljg2NTcgMTkuNDM5LTQuNzc3OCAxNC44NDkgMC4zMTE4NiAyNS45NDggMTQuOTM3IDI2LjA0IDMxLjEyNSAwLjA4OCAxMC4xMTktNC41OTM4IDIxLjEzLTE1LjYwNSAyOS4xMWwtOS4wMDc4IDcuMzE2NnYtMTAuMDMxem0tOTIuMjQ5IDAuNDkxNzdjLTAuMDQ0LTAuMTc5OTItMC4wODQtMC4zMTE4Ni0wLjA4NC0wLjQ5MTc3aC0wLjA0OGwwLjEzMTk0IDAuNDkxNzd6bTkzLjEtMTguNzI3YzMuNjAyMyAyLjA0NyA2LjA2MTIgNS4yMTc2IDcuNDQ0NSA4Ljc4MzkgNC45MDE3LTUuNDQxNCA2LjcyODgtMTEuMjgzIDYuNzI4OC0xNi45NDQgMC0xMS45NDYtOS4wMDM4LTIxLjUzOC0xNi40NDgtMjEuNTM4LTEzLjE1NCAwLjIyNzg5LTIwLjM3OCA0LjgwOTgtMjguNTM5IDE5LjM1MWwtMy45NjYxIDcuNDQ4NS0wLjg1MTYtMS4zODM0djUuNTY5NGMxLjAzMTUtMi42NzA4IDIuMzY2OS01LjMwMTUgNC4wNjIxLTcuNzUyNCA1Ljc5MzMtOC41NjggMTQuNzE3LTE0LjU3NyAyMy43NjUtMTYuMjcyIDAuMzU5ODQgMCAwLjUzNTc1LTAuNTM5NzUgMi43MTg3LTAuNjIzNzEgMi44OTg2IDAgNS4yNjE1IDEuOTU5MSA2LjM4MSA0Ljk0MTcgMCAwLjE3OTkyIDAuMTc1OTIgMC44NTE2MSAwLjE3NTkyIDEuNzg3Mi0wLjA4OCAzLjAzMDYtMS44NzUxIDUuMDgxNi01LjAzNzYgNi40MTctNi4wNjkyIDEuMjExNC0xMS4zMjcgNC4yNzgtMTUuMjA5IDguODMxOSAyLjU5MDgtMS4yMTE0IDUuMTc3Ni0xLjkxOTEgOC4wMjgyLTEuOTE5MSAzLjY5ODMgMCA3LjI2NDYgMS4xNjM0IDEwLjc0NyAzLjMwMjR6bS05OC44NS04LjE2MDJjMC4wODggNS42MTM0IDEuODMxMiAxMS4zNzEgNi43NzY4IDE2LjgwNCAxLjM4MzQtMy41NjIzIDMuODc4Mi02LjY4NDkgNy40OTI1LTguNjQ0IDMuMzg2NC0xLjk2NzEgNi44NjQ4LTMuMzkwNCAxMC42MTEtMy4zOTA0IDMuMDc4NiAwLjA0OCA1Ljg4MTIgMC44OTE1OCA4LjI0ODEgMi4xMzktMy44NzgyLTQuNjM3OC05LjE4NzctNy43NTI0LTE1Ljc0MS05LjA5NTctMi45NDI2LTEuMDIzNS00LjU5MzgtMy44MzQyLTQuNTkzOC02LjQ2NXYtMC41Nzk3M2MwLTAuMjI3ODkgMC4wODQtMS4wNzE1IDAuNTc5NzMtMS45NTkxIDEuMDc1NS0yLjU4MjggMy4yMTA1LTMuODgyMiA1Ljk3NzItNC4wMTQxIDAgMC4wODQgMC40OTE3NiAwLjA4NCAwLjkzMTU2IDAuMDg0IDAuNDkxNzcgMCAwLjkzOTU2LTAuMDg0IDAuNjcxNjggMC4xNzk5MiAxMC4yNTUgMi4wNTUgMTkuMDgzIDcuOTgwMyAyNC45NzIgMTYuNzIgMS42NDMyIDIuNDUwOCAyLjk4MjYgNS4wMzc2IDQuMDU0MSA3LjgwMDR2LTUuODQxM2wtMC45MzE1NiAxLjUyMzMtMy45NzAxLTcuMzE2NmMtOC4yNDgxLTE0LjY3My0xNS4zODUtMTkuMjU1LTI4LjQ0Ny0xOS40ODMtNy42Mjg0IDAuMDA0LTE2LjYzMiA5LjY3NTUtMTYuNjMyIDIxLjUzOHptNTUuNTk4LTcyLjM2MmMtMi45ODY2IDQuNzI1OC0xMS44MTQgMTUuNDIxLTEyLjM5OCAyNi42MTYtMC4wODQgMC42MTk3MS0wLjA4NCAxLjM4MzQtMC4wODQgMS45NjMxLTAuMTMxOTQgNy40NDQ1IDIuMjc0OSAxOC40MTEgNi44NjQ4IDI1LjgxNnYtMjUuNTU2YzAtMy42NTAzIDIuODEwNy02LjU1MjkgNi42OTI5LTYuNjQwOXY0Ljg2MTcgMS43NzkyLTEuNzc5Mi00Ljg2MTdjMy45MTgyIDAuMjY3ODcgNi4yODUxIDIuODk4NiA2LjU0ODkgNi42NDA5djI1LjU1NmM0LjQxMzktNy4wODg3IDYuOTEyOC0xOC4zNzEgNi43NzY4LTI1Ljk5NiAwLjA4OC0wLjQwMzgxLTAuMDg0LTEuMTYzNCAwLTEuNzgzMi0wLjU3OTczLTExLjE5NS05LjQwNzYtMjEuOTgyLTEyLjQ4Mi0yNi42MTYtMC4zMDc4Ni0wLjUzOTc1LTAuNjIzNzEtMS4wNzU1LTAuOTMxNTctMS41NjMzLTAuMzE5ODUgMC40ODc3Ny0wLjYyNzcgMS4wMjM1LTAuOTg3NTMgMS41NjMzelwiLz48L2c+PGcgZmlsbD1cIiNmOWFlMDBcIj48cGF0aCBkPVwibTU3Ny40IDY1NS44NWg0My4yMDh2My42NjIzaC00My4yMDh6XCIvPjxwYXRoIGQ9XCJtNjE3LjYyIDY4MS41M2MtNi4xMDkxLTYuNTUyOS02LjAyMTItMTcuMTY0LTYuMDIxMi0xNy4xNjRoLTEwLjgzNXYyMC43MzRjMCAxLjAyMzUtMC44NTE2IDEuODI3MS0xLjc3OTIgMS44MjcxLTEuMDc1NSAwLTEuODc1MS0wLjgwMzYyLTEuODc1MS0xLjgyNzF2LTIwLjczNGgtMTAuNzk1czAuMDk2IDEwLjYxMS01Ljk2OTIgMTcuMTY0Yy02LjA2NTIgNi4zODEtMTQuMzU3IDMuNDgyNC0xNC4zNTcgMy40ODI0czAuMTc1OTIgNC4zMTggMi40MTA5IDYuOTQ4N2MyLjA1MSAyLjc2MjcgMy44MzQyIDQuODE3OCA3LjQ4ODUgNS4wMzc2IDIuNTQyOCAwLjE3OTkyIDYuNzM2OC0xLjMzNTQgNy41ODA0LTAuNDgzNzcgMC42MTk3IDAuODQzNi0wLjA4OCA0LjgwOTggNS4xMjE2IDExLjA5NSA0Ljg2MTcgNS44MDEzIDEwLjM5NSA1Ljk4MTIgMTAuMzk1IDUuOTgxMnM1LjQzNzQtMC4xNzk5MiAxMC4yOTEtNS45ODEyYzUuMjI1Ni02LjI4NSA0LjU5NzgtMTAuMjUxIDUuMjI1Ni0xMS4wOTUgMC43NTE2NS0wLjg1MTYgNC45MDU3IDAuNjYzNjkgNy40ODg1IDAuNDgzNzcgMy42NTgzLTAuMjE5ODkgNS40MzM0LTIuMjcwOSA3LjU4MDQtNS4wMzc2IDIuMTgzLTIuNjMwOCAyLjMxODktNi45NDg3IDIuMzE4OS02Ljk0ODdzLTguMzAwMSAyLjg5ODYtMTQuMjY5LTMuNDgyNFwiLz48cGF0aCBkPVwibTU5OC45OCA1ODkuNzNjMC45Mjc1NiAwIDEuNzc5MiAwLjg5NTU4IDEuNzc5MiAxLjgyNzF2NTkuMzA0aDcuODQ0M2MwLjkzOTU2LTQuMDYyMSAyLjU4NjgtNy44NDgzIDQuOTkzNy0xMS4zNzEgNS4xNzc2LTcuNjI4NCAxMi44OS0xMi44NDYgMjEuOTg2LTE0LjY3MyAwLjkzMTU2LTAuMzUxODMgMi4wMDcxIDAuMjI3OSAyLjIyNyAxLjE2MzUgMC4zNTk4MyAwLjk3NTU0LTAuMTc1OTIgMi4wMDcxLTEuMTExNSAyLjMxODktOC4yNDgxIDEuNTk5Mi0xNS40MjEgNi4zMjUtMjAuMDY3IDEzLjI4Mi0xLjkxNTEgMi44OTg2LTMuMjUwNSA1Ljk3MzItNC4xOTQgOS4yNzU2aDQuNzczOGM4LjgyMzktNi41OTY5IDEzLjc3NC04LjAyODIgMjEuNjIyLTMuNDgyNCA0Ljg2NTcgMi44MTA3IDYuOTEyOCA4LjEyMDIgNi4yODUgMTMuOTYxdjAuMDg0YzAuMzU1ODMtMC4zMTE4NSAwLjc1NTY1LTAuNjcxNjkgMS4yMDc0LTAuOTgzNTQgMjUuOTk2LTE4Ljk5MSAxMC44NzUtNTEuNzItNy40MDQ1LTUxLjcyLTE0LjcxNyAwLTI0LjQyOSA2LjUxMy0zMi43MzMgMjEuOTgybC0yLjI2NjktMy43MDIzIDIuMDUxLTIuNzE4N2M4LjMzNjEtOC4zODgxIDExLjczLTI1LjE0OCAxMS4xOTEtMzUuMjcxLTAuNzk5NjItMTMuMjQyLTEwLjY5OS0yNC43ODgtMTMuMTUtMjguODAyLTIuNzE4Ny00LjU0OTktNS4wMzc2LTguMjkyMS01LjAzNzYtOC4yOTIxcy0yLjQxMDkgMy43NDYyLTUuMTc3NiA4LjI5MjFjLTIuNDA2OSA0LjAxNDEtMTIuMzAyIDE1LjU2NS0xMy4wNjYgMjguODAyLTAuNTc1NzMgMTAuMTIzIDIuODEwNyAyNi44ODcgMTEuMTQ3IDM1LjI3MWwyLjA1NSAyLjcxODctMi4yNzQ5IDMuNzAyM2MtOC4zODAxLTE1LjQ2OS0xOC4wMTItMjEuOTgyLTMyLjcyOS0yMS45ODItMTguMjM1IDAtMzMuMzQ4IDMyLjcyOS03LjM5NjUgNTEuNzIgMC40ODM3NyAwLjMxMTg1IDAuODQzNjEgMC42NzE2OSAxLjI0NzQgMC45ODM1NHYtMC4wODRjLTAuNjY3NjktNS44NDEzIDEuNDIzMy0xMS4xNTEgNi4yNDUxLTEzLjk2MSA3Ljg0NDMtNC41NDU5IDEyLjgzOC0zLjExNDUgMjEuNjYyIDMuNDgyNGg0LjgxNzdjLTAuOTc1NTQtMy4zMDI0LTIuMzE4OS02LjM4MS00LjMyNi05LjI3NTYtNC42Mjk4LTYuOTU2Ny0xMS43MjctMTEuNjgzLTE5LjkyNy0xMy4yODItMC45NzU1NS0wLjMxMTg1LTEuNDY3My0xLjM0MzQtMS4yMDM0LTIuMzE4OSAwLjIyNzg5LTAuOTM1NTYgMS4zNzk0LTEuNTE1MyAyLjI3MDktMS4xNjM1IDkuMDAzOCAxLjgyNzIgMTYuODEyIDcuMDQ0NyAyMS45ODIgMTQuNjczIDIuMzE4OSAzLjUyMjQgMy45NzAxIDcuMzA4NiA0Ljk0OTcgMTEuMzcxaDcuODQ4M3YtNTkuMzA0YzAuMDA4LTAuOTMxNTYgMC44MDc2Mi0xLjgyNzEgMS44NzkxLTEuODI3MVwiLz48L2c+PGcgZmlsbD1cIiMxZjE5MWFcIj48cGF0aCBkPVwibTM1MS4xOSAzODEuOTFoNDMuMTg0djMuNzAyM2gtNDMuMTg0elwiLz48cGF0aCBkPVwibTM0Ni4zNSAzODUuNTd2LTMuNzUwMi00LjgxMzhoNC43OTM4IDQ3Ljk3NHY0LjgxMzggOC41MTZoLTQuNzg5OC00Ny45Nzh6XCIvPjxwYXRoIGQ9XCJtMzkxLjQ4IDQwNy41OWMtNi4xMzMxLTYuNTA5LTYuMDA1Mi0xNy4yMTYtNi4wMDUyLTE3LjIxNmgtMTAuODAzdjIwLjc3OGMwIDEuMDcxNS0wLjc4MzYzIDEuODc1MS0xLjg3OTEgMS44NzUxLTEuMDAzNSAwLTEuODIzMS0wLjgwMzYyLTEuODIzMS0xLjg3NTF2LTIwLjc3OGgtMTAuODE1czAuMDg4IDEwLjcwNy01Ljk5MzIgMTcuMjE2Yy02LjAyMTIgNi40MTctMTQuMzM3IDMuNTIyNC0xNC4zMzcgMy41MjI0czAuMjE5OSA0LjM3IDIuMzgyOSA2Ljk5NjdjMi4wOTkgMi42MzA4IDMuODg2MiA0Ljc3MzggNy41ODA0IDQuOTk3NyAyLjU0MjggMC4xMzE5NCA2LjcxMjgtMS4zODM0IDcuNDkyNS0wLjQ5MTc3IDAuNjY3NjkgMC43OTk2Mi0wLjA1MiA0LjgxMzcgNS4xODk2IDExLjE0NyA0Ljc5NzggNS43OTMzIDEwLjMyMyA1LjkyOTIgMTAuMzIzIDUuOTI5MnM1LjUyOTQtMC4xMzU5MyAxMC4zNzEtNS45MjkyYzUuMjQxNi02LjMzMyA0LjUyMTktMTAuMzQ3IDUuMTQ1Ni0xMS4xNDcgMC44MjM2Mi0wLjg5MTU4IDQuOTczNyAwLjYyMzcxIDcuNTQwNSAwLjQ5MTc3IDMuNzAyMy0wLjIyMzkgNS40MzM0LTIuMzY2OSA3LjYyMDQtNC45OTc3IDIuMDkxLTIuNjI2OCAyLjMzODktNi45OTY3IDIuMzM4OS02Ljk5NjdzLTguMzYwMSAyLjg5ODYtMTQuMzI5LTMuNTIyNFwiLz48cGF0aCBkPVwibTM1OC43NyA0MzYuNzljLTMuMDA2Ni0zLjYwNjMtNC41MDE5LTYuOTUyNy01LjI1NzUtOS4zNjM2LTEuMDAzNSAwLjE3OTkyLTIuMjMxIDAuMzExODYtMy40Nzg0IDAuMzExODYgMCAwLTAuMjYzODggMC4xMzU5My0wLjU1NTc0IDAuMTM1OTMtNS43MzMzLTAuMzExODUtOS4wOTU3LTQuMzI2LTEwLjk5MS02Ljc3NjgtMy40NTQ0LTQuNTkzOC0zLjM2NjQtOS40MTE2LTMuNDU0NC05Ljc2MzRsLTAuMjg3ODYtNi44NjQ4IDYuNDg5IDEuOTU5MWMwLjA4NCAwIDEuMTExNSAwLjM5OTgyIDMuMDkwNiAwLjM5OTgyIDIuMDU5IDAgNC4zMDYtMC4zOTk4MiA2LjI4NS0yLjUzODggNC4xMDYxLTQuMTkgNC43MzM4LTEyLjk3OCA0LjcwNTgtMTMuOTEzIDAgMC0wLjAyLTAuMDQ0LTAuMDItMC4wODQgMC0xLjI5MTQgMC41ODM3Mi0yLjU0MjggMS40MDczLTMuMzkwNCAwLjk1OTU1LTAuOTM1NTYgMi4xNjMtMS4zODM0IDMuMzkwNC0xLjM4MzRoMC4wODQgOS42Nzk1IDQuNzg5OCAxMC43ODdjMS4xNDM1IDAgMS43ODMyIDAuNDQzNzkgMi4xNjMgMC41ODM3MyAxLjAyNzUgMC41MzE3NSAxLjAyNzUgMC43MTE2NyAxLjIzMTQgMC43OTk2Mmw4LjM2MDEgOC4yMDgyaC02LjQyMWMwLjYyMzcxIDMuMDMwNiAxLjg1MTEgNi44NjQ4IDQuMTc0IDkuMTgzN2wtMy40ODI0IDMuMjk4NS0zLjQ3ODQgMy4yNTA1Yy00Ljc0OTgtNS4yMTc2LTYuMzc3LTExLjUwMy02Ljk1MjctMTUuNzM3aC0xLjU4MzN2MTYuMDQ4YzAgMy40Nzg0LTMuMDk0NiA2LjY0MDktNi42NjQ5IDYuNjQwOS0zLjY3ODMgMC02LjU4MDktMy4wNzg2LTYuNjY0OS02LjY0MDl2LTE2LjA0OGgtMS42MDcyYy0wLjU5OTcyIDQuMTktMi4yNTEgMTAuNDI3LTYuODQwOCAxNS43MzctMy4zNjY0IDMuNTIyNC03LjQyNDUgNC45OTM3LTEwLjcyNyA1LjQ0MTQgMS40MDczIDEuNjAzMiAxLjc0MzIgMS44MjMyIDIuODMwNyAyLjAwMzFsMC4yNjM4OC0wLjA4NGMwLjg1MTYgMC4wODQgMy4yMTg1LTAuNjY3NjggNi4xMDkxLTAuODQ3NiAwLjM3OTgyLTAuMDg4IDMuNTcwMyAwLjA4NCA0Ljc4OTggMi4xMzkgMy4wMTQ2IDUuODQxMyAwLjI4Nzg3IDQuODEzNyA1LjE3NzYgMTEuMTkxIDMuNjU0MyA0LjMyNiA2Ljc0ODggNC4xMDIxIDYuNTUyOSA0LjIzNCAwLTAuNDg3NzcgMy4yMTA1IDAuMDkyIDYuNzc2OC00LjIzNCA0Ljg3NzctNi41MDg5IDIuMzM4OS01LjM0OTUgNS4xNDk2LTExLjEwMyAxLjYwNzItMS45NTkxIDMuMzg2NC0yLjEzOSA0LjcwNTgtMi4xMzkgMi42MjY4IDAuMDkyIDUuMDYxNiAwLjY2NzY5IDYuMTA1MSAwLjY2NzY5IDAuMjQ3ODgtMC4wNDQgMC41Mzk3NSAwIDAuODcxNTkgMC4wNDggMC44Mjc2MS0wLjE3OTkyIDEuMjY3NC0wLjU3OTczIDIuNDI2OS0xLjg3MTEtMy4zODY0LTAuNDQ3NzktNy40MDQ1LTEuODc1MS0xMC43MjctNS40NDE0bDMuNDc4NC0zLjI1MDUgMy40ODI0LTMuMjk4NWMxLjk1OTEgMi4wNTEgNC4yMTQgMi41Mzg4IDYuMzczIDIuNTM4OCAxLjg3NTEgMCAzLjA5NDYtMC4zOTk4MSAzLjA5NDYtMC4zOTk4MWw2LjU3NjktMS45NTkxLTAuMzc1ODMgNi44NjQ4Yy0wLjE3OTkxIDAuMzU1ODMgMCA1LjE2OTYtMy40NzQ0IDkuNzYzNC0xLjk2NzEgMi40NTA5LTUuMjY1NSA2LjQ2NS0xMC45OTUgNi43NzY4bC0yLjEzOSAwLjA4NC0wLjQwMzgxLTAuMzk5ODFjLTAuNTU1NzQtMC4wNDgtMS4wOTE1LTAuMDg4LTEuNTgzMy0wLjE3OTkyLTAuNjcxNjkgMi41Mzg4LTIuMTYzIDUuNzQ5My01LjE3MzYgOS40MDc2LTYuMDgxMiA3LjIyODYtMTMuMjIyIDcuNjY4NC0xNC4xNzcgNy42Njg0LTAuNzI3NjYtMC4wMDQtNy44NjQzLTAuNDQzNzktMTMuODg1LTcuNjcyNHptLTUuODk3Mi0xMi4xMjYgMC4xNzU5Mi0wLjA0NGMtMC4wNDggMC0wLjA5MiAwLjA0NC0wLjE3NTkyIDAuMDQ0elwiLz48cGF0aCBkPVwibTM3Mi44MiAzMTUuODNjMS4wNDc1IDAgMS44MDMyIDAuODAzNjIgMS44MDMyIDEuODMxMXY1OS4yMTJoNy44NzYzYzAuOTU1NTUtNC4wMTQxIDIuNTgyOC03Ljc1NjQgNC45NjU3LTExLjIzOSA1LjE0OTYtNy42Njg0IDEyLjkzLTEyLjkzIDIxLjk2Mi0xNC43NTcgMC45NTU1NS0wLjMxMTg1IDIuMDAzMSAwLjIyMzg5IDIuMjY2OSAxLjIwMzQgMC4zMzk4NCAwLjkzNTU2LTAuMjIzODkgMi4wMDctMS4xNzk0IDIuMzE4OS04LjIwNDIgMS42MDMyLTE1LjM0MSA2LjI4NS0xOS45OTUgMTMuMjQ2LTEuOTY3MSAyLjk0MjYtMy4yNzQ1IDYuMDIxMi00LjIzOCA5LjIzMTdoNC43NDk4YzguODQ3OC02LjUxMjkgMTMuODIyLTcuOTM2MyAyMS42Ny0zLjQzNDQgNC44NTc3IDIuODEwNyA3LjAwMDcgOC4wNzIyIDYuMzA1IDEzLjk1N3YwLjE3NTkyYzAuMzc5ODItMC4zOTk4MSAwLjczOTY1LTAuNzU1NjUgMS4xMzk1LTEuMDcxNSAyNi4wMzYtMTguOTQ3IDEwLjkxOS01MS43Mi03LjMzNjYtNTEuNzItMTQuNzEzIDAtMjQuMzQ1IDYuNTUyOS0zMi43NDkgMjEuOTM0bC0yLjI3NDktMy42NTgzIDIuMDU5LTIuNjcwOGM4LjM2MDEtOC4zODQxIDExLjcyNi0yNS4xNDggMTEuMTkxLTM1LjM1OS0wLjc3OTY0LTEzLjI0Ni0xMC42OTktMjQuNzQ0LTEzLjA2Ni0yOC44MDItMi43ODI3LTQuNTA1OS01LjE0OTYtOC4yNDgxLTUuMTQ5Ni04LjI0ODFzLTIuMzM4OSAzLjc0NjItNS4wODE2IDguMjQ4MWMtMi40NTA4IDQuMDU4MS0xMi4zNyAxNS41NjEtMTMuMTA2IDI4LjgwMi0wLjU4MzczIDEwLjIxMSAyLjc4NjcgMjYuOTc1IDExLjE0NyAzNS4zNTlsMi4wMDcxIDIuNjcwOC0yLjE5MSAzLjY1ODNjLTguNDA0MS0xNS4zODUtMTguMDc2LTIxLjkzNC0zMi43OTMtMjEuOTM0LTE4LjI1NSAwLTMzLjM3MiAzMi43NjktNy4zNzY2IDUxLjcyIDAuNDQ3NzkgMC4zMTE4NiAwLjg3MTYgMC42NzE2OSAxLjI2NzQgMS4wNzE1LTAuMDQ4LTAuMDQ0LTAuMDQ4LTAuMDg4LTAuMDQ4LTAuMTc1OTItMC42ODc2OC01Ljg4OTIgMS40NzUzLTExLjE0NyA2LjMxMy0xMy45NTcgNy44MDQ0LTQuNTAxOSAxMi43NzQtMy4wNzg2IDIxLjU3OCAzLjQzNDRoNC43OTM4Yy0wLjkxNTU3LTMuMjEwNS0yLjI3NDktNi4yODUtNC4yMzgtOS4yMzE3LTQuNjYxOC02Ljk1NjctMTEuNzctMTEuNjM5LTE5Ljk1NS0xMy4yNDYtMC45NTk1NS0wLjMxMTg2LTEuNTU5My0xLjM4MzQtMS4yMjc0LTIuMzE4OSAwLjI2Mzg3LTAuOTc5NTUgMS4zMTk0LTEuNTE1MyAyLjI3NDktMS4yMDM0IDkuMDUxOCAxLjgyNzEgMTYuODA4IDcuMDg4NyAyMS45NjIgMTQuNzU3IDIuMzgyOSAzLjQ3ODQgNC4wMTAxIDcuMjI0NiA0Ljk2NTcgMTEuMjM5aDcuODI0M3YtNTkuMjEyYzAuMDA4LTEuMDI3NSAwLjg1NTYtMS44MzExIDEuODgzMS0xLjgzMTFcIi8+PHBhdGggZD1cIm0zMjMuNiAzOTEuMjMtMS4wNDc1LTAuOTM1NTZjLTExLjE3NS04LjA3MjItMTUuOTY1LTE5LjAzOS0xNS44NTMtMjkuMjA2IDAuMDg4LTE2LjA1MiAxMS4xNjctMzAuNzY2IDI2LjA4NC0zMS4xNDUgNy4yODQ2LTAuMDg0IDEzLjc1IDEuNTYzMyAxOS40MzUgNC44ODU3LTEuNjk1Mi02LjEwOTEtMi40NTA4LTEyLjMwNi0yLjUzODgtMTcuNTcyIDAtMC45MzE1NyAwLjEwNzk1LTEuNzc5MiAwLjEwNzk1LTIuNTE4OCAwLjkzNTU2LTE1LjMxMyAxMi4wMTQtMjcuNzExIDEzLjc5OC0zMC45ODUgMi44MTA3LTQuNTg5OCA1LjE0OTYtOC4zNjAxIDUuMTQ5Ni04LjM2MDFsMy45NDYyLTYuNDY1IDQuMTIyMSA2LjQ2NWMwLjExMTk0IDAgMi40NTA4IDMuNzY2MiA1LjI1NzUgOC4zNjAxIDEuNzgzMiAzLjI3NDUgMTIuNzcgMTUuNjczIDEzLjcxNCAzMS40NTcgMCAwLjI2Mzg3IDAgMS4wMjM1IDAuMDg4IDEuOTU5MS0wLjA4OCA1LjMwNTUtMC44Mjc2MSAxMS41NDctMi41MjI4IDE3LjY1NiA1LjY2OTMtMy4yOTg0IDEyLjEzLTQuOTY5NyAxOS40MTktNC44ODU3IDE0Ljg0NSAwLjM3OTgyIDI1LjkwNCAxNS4wMDUgMjYuMTA0IDMxLjE0NSAwIDEwLjE2Ny00Ljc5MzggMjEuMTM0LTE1LjQ5NyAyOC44NWwtOS4yMDM3IDguNnYtMTAuOTY3LTAuNDQzNzljMC4xMTE5NC0wLjk3OTU0IDAuMTExOTQtMS41MTUzIDAuMTExOTQtMS45MTUxLTAuMTExOTQtMy43NDYyLTEuMzE5NC02LjA2NTItNC4wMzgxLTcuNjY4NC0yLjYzNDgtMS42MDMyLTQuMzI2LTEuOTU5MS01Ljg0NTMtMS45NTkxLTIuMjUxLTAuMTM1OTQtNS4zNDU1IDEuMjAzNC0xMy40MTQgNi4wNjEyaC0xMS4xNzUtNC4xMjIxLTQuNzczOC0xMS42MzktNi4zOTNsLTEuMjA3NC0xLjAyMzVjLTUuMjYxNS0zLjkyMjItOC4yNjgxLTUuMTczNi0xMC41MjMtNS4xNzM2LTEuMzE1NCAwLTMuMTAyNiAwLjQ5MTc3LTUuOTA5MiAyLjE4My0yLjYzNDggMS4zODc0LTMuOTQ2MiAzLjgzODItMy45NDYyIDcuNTgwNC0wLjA4OCAwLjIyMzg5IDAgMC43NTU2NCAwIDAuOTM1NTZsMy44NTQyIDE0Ljc1Ny0xMS41NDMtOS42NzE1em0tNy4zMzI2LTMwLjE0MmMwLjA2NCA1LjU3MzQgMS44MDMyIDExLjM3MSA2LjczNjggMTYuODA4IDEuNDE5My0zLjU2NjMgMy45MzgyLTYuNjg0OSA3LjUzMjUtOC42NDggMy4zODY0LTEuOTYzMSA2Ljg2ODgtMy4zNDI0IDEwLjYxMS0zLjM0MjQgMi44OTQ2IDAgNS41Mjk0IDAuNzExNjYgOC4xNjAyIDEuOTU5MS0zLjg3ODItNC41NDk5LTkuMjM1Ny03LjY3MjQtMTUuNzYxLTkuMDA3OC0yLjYzMDgtMC45MzU1Ni00LjUwNTktMy4yOTg0LTQuNTg5OC02LjM3MyAwLTAuMTM1OTQgMC0wLjQwNzgxIDAuMDg0LTEuMjUxNCAwLjAyLTAuMTM1OTMgMC4xMzE5NC0wLjQ5MTc3IDAuMzc5ODItMC45ODM1NCAwLjkxNTU3LTIuNDk4OCAzLjIzMDUtNC4zNyA2LjIwMTEtNC4zNyAwIDAuMDg4IDAuNTU1NzQgMC4wODggMS4wMTk1IDAuMDg4IDAuNTYzNzMtMC4wODggMS4wMzE1LTAuMDg4IDAuNDc1NzggMC4yMjM5IDEwLjMxOSAyLjA1MSAxOS4xNDcgOC4wNzIyIDI0Ljk2NCAxNi42NzYgMS42NDcyIDIuNDEwOSAyLjk5MDYgNC45NDk3IDQuMDM4MSA3LjU4MDR2LTUuNDM3NGwtMC43Mzk2NSAxLjI1MTQtNC4wNTgxLTcuMzEyNmMtOC4xNjQyLTE0LjUzMy0xNS4zODUtMTkuMTUxLTI4LjUzNS0xOS40MTUtNy42MDg0IDAuMDg0LTE2LjUyIDkuNzM5NC0xNi41MiAyMS41NTR6bTk4Ljg0NiA4LjE2MDJjMy41NDYzIDIuMDA3MSA2LjAxNzIgNS4xMjU2IDcuNDIwNSA4LjY0OCA0Ljg4MTctNS4zOTM1IDYuNjg4OS0xMS4yMzkgNi43NDg4LTE2LjgwOCAwLTExLjkwNi05LjAwMzgtMjEuNDctMTYuNTE2LTIxLjU1OC0xMy4xMyAwLjI2Mzg3LTIwLjI2NiA0Ljg4NTctMjguNTM5IDE5LjQxNWwtMy45MzgyIDcuMzEyNi0wLjkxNTU3LTEuNTE1My0wLjAyNCA1LjkyNTJjMS4wNzE1LTIuNzIyNyAyLjQyNjktNS4zMDU1IDQuMTIyMS03LjcxMjQgNS44MjEzLTguNjk1OSAxNC43MzctMTQuNzE3IDIzLjc2MS0xNi40MDggMC4yNzE4OCAwIDAuNzM5NjYtMC41ODM3MyAyLjcyNjctMC42NzE2OSAyLjgwNjctMC4wODggNS41Mjk0IDIuMDk1IDYuMzc3IDQuOTkzNyAwLjA4NCAwLjUzNTc1IDAuMTk5OSAxLjAyNzUgMC4xOTk5IDEuNjk1Mi0wLjExMTk0IDMuMDc4Ni0xLjg5OTEgNS4wMzc2LTUuMDgxNiA2LjQ2NS02LjA2OTIgMS4yMDc0LTExLjM3OSA0LjMyNi0xNS4yNTMgOC44NzE4IDIuNjEwOC0xLjIwMzQgNS4yODE1LTEuOTE1MSA4LjIwNDItMS45MTUxIDMuNTcwMyAwLjAwNCA3LjE0MDYgMS4yMTE0IDEwLjcwNyAzLjI2MjV6bS0zNS42NzEtNTEuNjEyLTAuMDQ4IDI1LjYxMmM0LjQ1NzktNy4xMDg3IDYuOTUyNy0xOC40MzEgNi44MDQ4LTI2LjA4di0xLjg3NTFjLTAuNTYzNzMtMTEuMTY3LTkuMzkxNi0yMS44Ny0xMi4yOS0yNi41NzItMC4zNTE4My0wLjU1OTc0LTAuNzExNjYtMS4xMzk1LTEuMDQ3NS0xLjY3NTItMC4zMzE4NCAwLjUzNTc1LTAuNjY3NjggMS4xMTU1LTEuMDI3NSAxLjY3NTItMy4wOTQ1IDQuNzAxOC0xMS45MjIgMTUuNDA1LTEyLjQ4MiAyNi41NzJ2MS45NTkxYy0wLjE1MTkzIDcuNTY0NCAyLjIzMSAxOC40NjMgNi43NTY4IDI1Ljc3MnYtMjUuMzkyYzAtMy43NDYyIDMuMTgyNS02LjU1MjkgNi42NjQ5LTYuNjY4OXY0Ljg4NTcgMS43ODMyLTEuNzgzMi00Ljg4NTdjMy42NTgzIDAuMTIzOTQgNi41ODA5IDMuMjE4NSA2LjY2ODkgNi42NzI5elwiLz48L2c+PGcgZmlsbD1cIiNmOWFlMDBcIj48cGF0aCBkPVwibTM1MS4xOSAzODEuOTFoNDMuMTg0djMuNzAyM2gtNDMuMTg0elwiLz48cGF0aCBkPVwibTM5MS40OCA0MDcuNTljLTYuMTMzMS02LjUwOS02LjAwNTItMTcuMjE2LTYuMDA1Mi0xNy4yMTZoLTEwLjgwM3YyMC43NzhjMCAxLjA3MTUtMC43ODM2MyAxLjg3NTEtMS44NzkxIDEuODc1MS0xLjAwMzUgMC0xLjgyMzEtMC44MDM2Mi0xLjgyMzEtMS44NzUxdi0yMC43NzhoLTEwLjgxNXMwLjA4OCAxMC43MDctNS45OTMyIDE3LjIxNmMtNi4wMjEyIDYuNDE3LTE0LjMzNyAzLjUyMjQtMTQuMzM3IDMuNTIyNHMwLjIxOTkgNC4zNyAyLjM4MjkgNi45OTY3YzIuMDk5IDIuNjMwOCAzLjg4NjIgNC43NzM4IDcuNTgwNCA0Ljk5NzcgMi41NDI4IDAuMTMxOTQgNi43MTI4LTEuMzgzNCA3LjQ5MjUtMC40OTE3NyAwLjY2NzY5IDAuNzk5NjItMC4wNTIgNC44MTM3IDUuMTg5NiAxMS4xNDcgNC43OTc4IDUuNzkzMyAxMC4zMjMgNS45MjkyIDEwLjMyMyA1LjkyOTJzNS41Mjk0LTAuMTM1OTMgMTAuMzcxLTUuOTI5MmM1LjI0MTYtNi4zMzMgNC41MjE5LTEwLjM0NyA1LjE0NTYtMTEuMTQ3IDAuODIzNjItMC44OTE1OCA0Ljk3MzcgMC42MjM3MSA3LjU0MDUgMC40OTE3NyAzLjcwMjMtMC4yMjM5IDUuNDMzNC0yLjM2NjkgNy42MjA0LTQuOTk3NyAyLjA5MS0yLjYyNjggMi4zMzg5LTYuOTk2NyAyLjMzODktNi45OTY3cy04LjM2MDEgMi44OTg2LTE0LjMyOS0zLjUyMjRcIi8+PHBhdGggZD1cIm0zNzIuODIgMzE1LjgzYzEuMDQ3NSAwIDEuODAzMiAwLjgwMzYyIDEuODAzMiAxLjgzMTF2NTkuMjEyaDcuODc2M2MwLjk1NTU1LTQuMDE0MSAyLjU4MjgtNy43NTY0IDQuOTY1Ny0xMS4yMzkgNS4xNDk2LTcuNjY4NCAxMi45My0xMi45MyAyMS45NjItMTQuNzU3IDAuOTU1NTUtMC4zMTE4NSAyLjAwMzEgMC4yMjM4OSAyLjI2NjkgMS4yMDM0IDAuMzM5ODQgMC45MzU1Ni0wLjIyMzg5IDIuMDA3LTEuMTc5NCAyLjMxODktOC4yMDQyIDEuNjAzMi0xNS4zNDEgNi4yODUtMTkuOTk1IDEzLjI0Ni0xLjk2NzEgMi45NDI2LTMuMjc0NSA2LjAyMTItNC4yMzggOS4yMzE3aDQuNzQ5OGM4Ljg0NzgtNi41MTI5IDEzLjgyMi03LjkzNjMgMjEuNjctMy40MzQ0IDQuODU3NyAyLjgxMDcgNy4wMDA3IDguMDcyMiA2LjMwNSAxMy45NTd2MC4xNzU5MmMwLjM3OTgyLTAuMzk5ODEgMC43Mzk2NS0wLjc1NTY1IDEuMTM5NS0xLjA3MTUgMjYuMDM2LTE4Ljk0NyAxMC45MTktNTEuNzItNy4zMzY2LTUxLjcyLTE0LjcxMyAwLTI0LjM0NSA2LjU1MjktMzIuNzQ5IDIxLjkzNGwtMi4yNzQ5LTMuNjU4MyAyLjA1OS0yLjY3MDhjOC4zNjAxLTguMzg0MSAxMS43MjYtMjUuMTQ4IDExLjE5MS0zNS4zNTktMC43Nzk2NC0xMy4yNDYtMTAuNjk5LTI0Ljc0NC0xMy4wNjYtMjguODAyLTIuNzgyNy00LjUwNTktNS4xNDk2LTguMjQ4MS01LjE0OTYtOC4yNDgxcy0yLjMzODkgMy43NDYyLTUuMDgxNiA4LjI0ODFjLTIuNDUwOCA0LjA1ODEtMTIuMzcgMTUuNTYxLTEzLjEwNiAyOC44MDItMC41ODM3MyAxMC4yMTEgMi43ODY3IDI2Ljk3NSAxMS4xNDcgMzUuMzU5bDIuMDA3MSAyLjY3MDgtMi4xOTEgMy42NTgzYy04LjQwNDEtMTUuMzg1LTE4LjA3Ni0yMS45MzQtMzIuNzkzLTIxLjkzNC0xOC4yNTUgMC0zMy4zNzIgMzIuNzY5LTcuMzc2NiA1MS43MiAwLjQ0Nzc5IDAuMzExODYgMC44NzE2IDAuNjcxNjkgMS4yNjc0IDEuMDcxNS0wLjA0OC0wLjA0NC0wLjA0OC0wLjA4OC0wLjA0OC0wLjE3NTkyLTAuNjg3NjgtNS44ODkyIDEuNDc1My0xMS4xNDcgNi4zMTMtMTMuOTU3IDcuODA0NC00LjUwMTkgMTIuNzc0LTMuMDc4NiAyMS41NzggMy40MzQ0aDQuNzkzOGMtMC45MTU1Ny0zLjIxMDUtMi4yNzQ5LTYuMjg1LTQuMjM4LTkuMjMxNy00LjY2MTgtNi45NTY3LTExLjc3LTExLjYzOS0xOS45NTUtMTMuMjQ2LTAuOTU5NTUtMC4zMTE4Ni0xLjU1OTMtMS4zODM0LTEuMjI3NC0yLjMxODkgMC4yNjM4Ny0wLjk3OTU1IDEuMzE5NC0xLjUxNTMgMi4yNzQ5LTEuMjAzNCA5LjA1MTggMS44MjcxIDE2LjgwOCA3LjA4ODcgMjEuOTYyIDE0Ljc1NyAyLjM4MjkgMy40Nzg0IDQuMDEwMSA3LjIyNDYgNC45NjU3IDExLjIzOWg3LjgyNDN2LTU5LjIxMmMwLjAwOC0xLjAyNzUgMC44NTU2LTEuODMxMSAxLjg4MzEtMS44MzExXCIvPjwvZz48cGF0aCBkPVwibTQ0MC41MiA1NjYuMjdjLTAuMDQ0LTIuOTg2Ni0wLjA0NC01LjQ4MTQtMC4wNDQtOC41NiAwLTExLjczLTkuNDk1Ni0yMS4yNjYtMjEuMTgyLTIxLjI2NmgtMzMuOTY4Yy0xMS42ODMgMC0yMS4xNzggOS41Mzk1LTIxLjE3OCAyMS4yNjYgMCAzLjA3ODYtMC4wNDggNS4wMzc2IDAgOC41Ni0yNC45OTYgMTUuNjA5LTQxLjk2IDQ2LjIzNC00MS45NiA4MS4zNzggMCA1MS4wOTIgMzUuODcxIDkyLjQ3MyA4MC4xMjIgOTIuNDczIDQ0LjIzMSAwIDgwLjA3OC00MS4zODEgODAuMDc4LTkyLjQ3MyAwLTM1LjE0NC0xNi45LTY1Ljc2OS00MS44NjgtODEuMzc4bS0zOC4yMSAxNjcuNDdjLTQxLjgyIDAtNzUuNzEzLTM4LjUyMi03NS43MTMtODUuOTYgMC0zNC40MiAxNy43NjgtNjEuMzk1IDQzLjQ3Ni03My43MDkgMy42MTAzIDMuMDM0NiAxOC44MTEgNi4zODEgMzIuMzI1IDYuMzMzIDEzLjQ2Ni0wLjA4OCAyOC40OTEtMy4yOTg1IDMyLjE0OS02LjMzMyAyNS43MDQgMTIuMzEgNDMuNDQ0IDM5LjI4NiA0My40NDQgNzMuNzA5IDAuMDA0IDQ3LjQzOC0zMy44NiA4NS45Ni03NS42ODEgODUuOTZcIiBmaWxsPVwiIzFmMTkxYVwiLz48cGF0aCBkPVwibTMzOC40IDY2MC42N2MwLTM1IDI4LjYyNy02My40MDIgNjMuOTE0LTYzLjQwMnM2My45MTQgMjguNDAzIDYzLjkxNCA2My40MDJjMCAzNS0yOC42MjcgNjMuMzU0LTYzLjkxNCA2My4zNTRzLTYzLjkxNC0yOC4zNTUtNjMuOTE0LTYzLjM1NG05Ni4xNTUtODYuNTQzYy0zLjcwMjMgMi45ODY2LTE4LjY4MyA2LjI0NTEtMzIuMTk3IDYuMjg1MS0xMy40NjYgMC4wNDgtMjguNjY3LTMuMjk4NS0zMi4zMjUtNi4yODUxLTI1LjY2IDEyLjI2Mi00My40MjggMzkuMjM4LTQzLjQyOCA3My42MTQgMCA0Ny40ODYgMzMuODkyIDg2LjA1MiA3NS43MTMgODYuMDUyIDQxLjc3NiAwIDc1LjcxMy0zOC41NjYgNzUuNzEzLTg2LjA1Mi0wLjAwNC0zNC4zNzYtMTcuODItNjEuMzUxLTQzLjQ3Ni03My42MTRcIiBmaWxsPVwiI2Y5YWUwMFwiLz48cGF0aCBkPVwibTQwMi4zMSA1OTcuMjZjLTM1LjI4NyAwLTYzLjkxNCAyOC4zNTktNjMuOTE0IDYzLjM1OCAwIDM1LjA0OCAyOC42MjcgNjMuNDQ2IDYzLjkxNCA2My40NDZzNjMuODctMjguNDAzIDYzLjg3LTYzLjQ0NmMwLTM1LTI4LjU4My02My4zNTgtNjMuODctNjMuMzU4bTAgMTI0LjA0Yy0zMi42NjEgMC01OS4xMi0yNS45OTYtNTkuMTItNTguMDk3IDAtMzIuMDkzIDI2LjQ2LTU4LjE4NSA1OS4xMi01OC4xODUgMzIuNjMzIDAgNTkuMTIgMjYuMDg4IDU5LjEyIDU4LjE4NSAwIDMyLjEwMS0yNi40ODggNTguMDk3LTU5LjEyIDU4LjA5N1wiIGZpbGw9XCIjMWYxOTFhXCIvPjxwYXRoIGQ9XCJtNDE5LjA0IDU3My4wOWMxMC4wNTEtMS4zNzk0IDE2LjAyOC00LjE0NiAxNS45ODEtMTUuNjAxIDAtOC42MDQtNy4xNTY2LTE1LjY0OS0xNS45ODEtMTUuNjQ5bC0xNi43OTItMC4zNTk4M2MtOC44NzE4IDAtMTYuMDI4IDcuMTgwNi0xNi4wMjggMTYuMDA4IDAgOC44Mjc5IDYuNTgwOSAxNi40NDggMTYuMDI4IDE3LjAzMiA5LjQwNzYgMC42MjM3MSAxNi43OTItMS40MzEzIDE2Ljc5Mi0xLjQzMTNcIiBmaWxsPVwiIzAwOTZkNVwiLz48cGF0aCBkPVwibTY1Mi4zIDI5NS42OHYtOC41NmMwLTExLjczLTkuNDQ3Ni0yMS4yMy0yMS4xMzQtMjEuMjNoLTMzLjk3MmMtMTEuNjgzIDAtMjEuMjIyIDkuNDk5Ni0yMS4yMjIgMjEuMjN2OC41NmMtMjQuOTY4IDE1LjY0OS00MS45MDggNDYuMTktNDEuOTA4IDgxLjQxNCAwIDUxLjA1MiAzNS44NDcgOTIuNDI1IDgwLjA3NCA5Mi40MjVzODAuMDc4LTQxLjM3NyA4MC4wNzgtOTIuNDI1YzAuMDA0LTM1LjIyMy0xNi44NTItNjUuNzY1LTQxLjkxNi04MS40MTRtLTM4LjE2MiAxNjcuNDdjLTQxLjgyNCAwLTc1LjcwOS0zOC40NzgtNzUuNzA5LTg1LjkxNiAwLTM0LjQxNiAxNy43ODgtNjEuNDM5IDQzLjQyNC03My43NDUgMy42NTQzIDMuMDM0NiAxOC45MDcgNi4yODUxIDMyLjM2OSA2LjI4NTEgMTMuNDctMC4wNDQgMjguNTM5LTMuMjUwNSAzMi4xOTctNi4yODUxIDI1LjYzNiAxMi4zMDYgNDMuNDI0IDM5LjMzIDQzLjQyNCA3My43NDUgMC4wMDQgNDcuNDM4LTMzLjg4NCA4NS45MTYtNzUuNzA1IDg1LjkxNlwiIGZpbGw9XCIjMWYxOTFhXCIvPjxwYXRoIGQ9XCJtNTUwLjIgMzkwLjAyYzAtMzUuMDQ0IDI4LjcxOS02My4zOTggNjMuOTgyLTYzLjM5OCAzNS4yNjcgMCA2My44OTQgMjguMzU5IDYzLjg5NCA2My4zOTggMCAzNS4wMDQtMjguNjI3IDYzLjQwMi02My44OTQgNjMuNDAyLTM1LjI2MyAwLTYzLjk4Mi0yOC4zOTktNjMuOTgyLTYzLjQwMm05Ni4yMjMtODYuNTQzYy0zLjcwMjMgMy4wMzQ2LTE4LjcyNyA2LjI0NTEtMzIuMTk3IDYuMjg1MS0xMy40NjIgMC0yOC42NjctMy4yNTA1LTMyLjM2OS02LjI4NTEtMjUuNjg0IDEyLjMwNi00My40MjQgMzkuMzMtNDMuNDI0IDczLjcwNSAwIDQ3LjQ4MiAzMy45MjggODUuOTYgNzUuNzQ4IDg1Ljk2IDQxLjc3NiAwIDc1LjcxMy0zOC40NzggNzUuNzEzLTg1Ljk2IDAtMzQuMzc2LTE3Ljc5Mi02MS4zOTUtNDMuNDcyLTczLjcwNVwiIGZpbGw9XCIjZjlhZTAwXCIvPjxwYXRoIGQ9XCJtNjE0LjIzIDMyNi42N2MtMzUuMzA3IDAtNjMuODg2IDI4LjM1NS02My44ODYgNjMuMzU0IDAgMzUuMDA0IDI4LjU3OSA2My40MDIgNjMuODg2IDYzLjQwMiAzNS4yMjcgMCA2My44NTQtMjguNDAzIDYzLjg1NC02My40MDIgMC0zNS0yOC42MjctNjMuMzU0LTYzLjg1NC02My4zNTRtMCAxMjQuMDhjLTMyLjYzMyAwLTU5LjEyLTI2LjAzNi01OS4xMi01OC4xMzcgMC0zMi4wNjEgMjYuNDg4LTU4LjE0MSA1OS4xMi01OC4xNDEgMzIuNTU3IDAgNTkuMDM2IDI2LjA4IDU5LjAzNiA1OC4xNDEgMCAzMi4xMDUtMjYuNDggNTguMTM3LTU5LjAzNiA1OC4xMzdcIiBmaWxsPVwiIzFmMTkxYVwiLz48cGF0aCBkPVwibTYzMC45MSAzMDIuNTVjMTAuMDc5LTEuNDIzMyAxNi4wNTYtNC4yMzggMTUuOTY1LTE1LjY0OSAwLTguNjk1OS03LjA0ODctMTUuNjQ5LTE1Ljk2NS0xNS42NDlsLTE2LjgwOC0wLjM1OTgzYy04Ljg3MTggMC0xNi4wMDggNy4xMzI3LTE2LjAwOCAxNi4wMDggMCA4LjgyNzkgNi42MDA5IDE2LjQwOCAxNi4wMDggMTcuMDc2IDkuNDUxNiAwLjU4MzczIDE2LjgwOC0xLjQyNzMgMTYuODA4LTEuNDI3M1wiIGZpbGw9XCIjMDA5NmQ1XCIvPjxnIGZpbGw9XCIjMWYxOTFhXCI+PHBhdGggZD1cIm0zOTQuNDIgNTAyLjZoLTM5LjA3NHYzMy43MDhoLTc3LjQ3MnYtOS41NDM1LTI0LjE2NWwtMTkuNjM5IDAuMDkydi0xOS4yMTloMzguODc4djkuNTQzNSAyNC4wNzNoMzguOTd2LTMzLjYxNmg3Ny40OTJ2OS41NDM1IDIzLjk0MWgzOS4xN3YtMzMuNDg0aDkuNTYzNSAyOS4wOXYxOS4xMjdoLTE5LjQxOXYzMy43MDhoLTc3LjU2di05LjU0MzV6XCIvPjxwYXRoIGQ9XCJtNjI3LjUyIDUwMi41NmgtMzkuMDU4djMzLjcwOGgtNzcuNjI0di05LjU4MzUtMjQuMDMzaC0xOS40NDN2LTE5LjI2M2gzOC43MDJ2OS42NzE1IDI0LjAzM2gzOS4xMDJ2LTMzLjcwNGg3Ny40ODh2OS42NzE1IDI0LjAzM2gzOS4wNjJ2LTMzLjcwNGg5LjY3OTVsMzAuMTM4IDAuMDg3OXYxOS4xNzVoLTIwLjU1OHYzMy42MTZoLTc3LjQ4OHYtOS41ODM1elwiLz48cGF0aCBkPVwibTUwMS4wMyA0OTMuMDZ2MzI1LjkzaC0xOS4yODN2LTMyNS45M3pcIi8+PHBhdGggZD1cIm01MDAuOTggMjM4LjM0djI1NC43N2gtMTkuMjY3di0yNTQuNzd6XCIvPjwvZz48cGF0aCBkPVwibTk0Mi43MSA2MjIuNTUtNS40ODk1IDE2LjQxMXEtMi4wODE4IDYuMjIzNi00LjU0MjggOC45MDE1LTIuNDM2NCAyLjcyNzQtNi42MjU2IDQuMjkxOHQtOS45NTc2IDEuMzIzNnEtNS43Njg0LTAuMjQwNzgtMTMuNTg1LTIuODU1NC03LjAzODUtMi4zNTQ0LTExLjcyOS01LjY5NDYtNC42NTM0LTMuMzI3OC02Ljg3MzMtNi43ODg4LTIuMjE5OC0zLjQ2MTEtMi42MTA5LTcuNDYzOC0wLjM2NjQyLTMuOTUzMiAxLjQ1NTItOS4zOTg4bDUuNjUwNi0xNi44OTIgNTQuMzA4IDE4LjE2NnptLTEyLjE4NiA1Ljg5MTctMzUuOTcxLTEyLjAzMi0yLjI1NTMgNi43NDIycS0xLjQ0OTggNC4zMzQyLTEuMjc5MiA2LjUzMzIgMC4xNTgyMyAyLjIzNiAxLjM3OTMgNC4wMDM3IDEuMjQ1NyAxLjgxNzIgNC41Mjk0IDMuODIxNyAzLjI4MzcgMi4wMDQ2IDkuMDk5NyAzLjk1MDEgNi4wMzgzIDIuMDE5OCA5LjgwNTYgMi4zMzI2IDMuNzU0OCAwLjM0OTgzIDYuMzUwMS0wLjc1OTE4IDIuNTgyOC0xLjA3MiA0LjA1NTItMy4zODA0IDEuMTEzNi0xLjcyODIgMi45MjI3LTcuMTM2OGwxLjM2MzEtNC4wNzQ5em0tMzIuMTc3LTY4LjE1NCA1NS45NzUgMTIuMDg5LTEuOTQ2MiA5LjAxMS00MS40MzggMTAuNzEyIDM3LjM4IDguMDczNC0xLjg2MzcgOC42MjkyLTU1Ljk3NS0xMi4wODkgMi4wMTIyLTkuMzE2NCA0MC40OTMtMTAuNTk2LTM2LjUwMi03Ljg4MzcgMS44NjM3LTguNjI5MnptMC43NDc0NC0zLjA3NDkgMS4wNTY5LTEwLjI1OCAxMy4zNi0yLjc0NjggMS45MjE3LTE4LjY1MS0xMi41NDMtNS4xOCAxLjAzMjktMTAuMDI1IDU1LjA5IDI0LjA1NC0xLjAyODkgOS45ODYyLTU4Ljg5IDEyLjgyMXptMjQuMzI3LTE1LjA0NyAyMS43OTktNC4yMzM0LTIwLjQ4Ni04LjUxMTYtMS4zMTMyIDEyLjc0NXptLTE5Ljc1OS02NS42ODMgNTYuNzk3LTAuMDE4MyAwLjAwMyA5LjQ1MzEtNDcuMTQ4IDAuMDE1MiAwLjAwOCAyMy41OTQtOS42NDg0IDAuMDAzLTAuMDEwNi0zMy4wNDd6bS0yLjUzNDMtMzAuODIxIDIzLjk4NC0yLjM3NjUgMzEuMzA4LTIwLjM3NCAxLjA5MzkgMTEuMDQtMjEuNDU2IDEzLjIzNSAyMy42MTcgOC41NzI1IDEuMDc0NiAxMC44NDUtMzQuNzgzLTEzLjkwNC0yMy45MDYgMi4zNjg4LTAuOTMyMS05LjQwNzF6bS05LjYzMTUtNTUuMDggNTYuMDg3LTExLjU1NyA0LjAyODIgMTkuNTVxMS41NDUxIDcuNDk4NyAwLjY3NjkxIDExLjAyOC0wLjgyOTkyIDMuNTIxMi00LjE1MzYgNi4zNTk3LTMuMjg1NCAyLjgzMDYtOC40ODg2IDMuOTAyNy02LjU4MDUgMS4zNTU5LTExLjI1Mi0wLjk5MTg3LTQuNjYzNi0yLjMwOTUtNi44OTQ4LTcuOTEyLTEuNTI3NiAzLjQyNTYtMy42ODg5IDUuOTA1LTIuMTIzIDIuNDcxNS04LjAwOTggNy4xOTQybC05Ljc5MTEgNy44NDAzLTIuMjc4Mi0xMS4wNTcgMTAuODE3LTkuMjQ4MnE1Ljg2OTktNC45OTg0IDcuMjQ3LTYuNjM4MSAxLjQxNTQtMS42NDc3IDEuNzI3OS0zLjIyNzYgMC4zNTA4NS0xLjU4NzgtMC4zMTEzMy00LjgwMTZsLTAuMzk0MTUtMS45MTI5LTIzLjQxNCA0LjgyNDQtMS45MDc3LTkuMjU4NnptMzQuMjc1IDIuNTg5NiAxLjQxOSA2Ljg4NjZxMS4zMDA3IDYuMzEyNyAyLjE5MTEgNy45MjQgMC45Mjg2MiAxLjYwMzQgMi44MzI3IDIuMzI3OHQ0LjY5NyAwLjE0ODkzcTIuNjc4MS0wLjU1MTgxIDQuMDY0My0xLjk1NDIgMS40MjQ0LTEuNDEwMiAxLjY1ODItMy4zNzI4IDAuMTUyODItMS4zODc1LTEuMTMyMS03LjYyMzdsLTEuNDk3OC03LjI2OTItMTQuMjMyIDIuOTMyNXptLTM0LjgxNi01LjczNTYtMy4xNjc0LTkuODE0IDExLjExOS03Ljg5ODYtNS43NTg5LTE3Ljg0NC0xMy41NjcgMC4zMTUtMy4wOTU0LTkuNTkxIDYwLjExMy0wLjE5MTE3IDMuMDgzNCA5LjU1MzgtNDguNzI3IDM1LjQ3em0xNi4xOTgtMjMuNTc2IDE4LjI0My0xMi42NjEtMjIuMTc4IDAuNDY3MzggMy45MzUzIDEyLjE5M3ptLTUwLjMzNC02NC4zNTYgNTIuMDY4LTIzLjgzOSA1LjkwMjggMTIuODkzLTMxLjk3MiAyNC4wMDQgMzkuMDI5LTguNTg5NCA1LjkxOSAxMi45MjgtNTIuMDY4IDIzLjgzOS0zLjY1ODctNy45OTEzIDQwLjk4Ny0xOC43NjUtNDQuODczIDEwLjI3Ny0zLjgwNTEtOC4zMTEgMzcuMTMzLTI3LjE4My00MC45ODcgMTguNzY1LTMuNjc1LTguMDI2OHptLTEyLjA1NS00MC44MTEgNC44MzMzIDcuNTczNS02LjYxODYgNC4yMjM4cS01LjYzMDggMy41OTM0LTkuMjA0NCA0LjAyMDUtNC40MjEzIDAuNTUwOTYtOC40ODQ0LTIuMTg1MWwyLjg3NDEtMy45MTk0cTIuMzUxIDEuNjUwNyA0LjU2MiAxLjYyOTkgMi4xNzgxIDAuMDAwMTkgNS4xMTc4LTEuNzgzMmwtMi4zMzI2LTMuNjU1MSA5LjI1MjktNS45MDV6bS0yNC4xODgtMTUuMTY5IDE5LjM0NC0xNC4zNzcgMTYuMzY1LTMzLjU3OCA2LjYxNzYgOC45MDM4LTExLjU5IDIyLjM4NyAyNC42NjItNC43OTkyIDYuNTAxMSA4Ljc0NzEtMzYuOTc5IDUuOTcyMy0xOS4yODEgMTQuMzMtNS42MzktNy41ODcxem0tMjYuNDgzLTMxLjY5MiAzNS4yOS0zMS45MS05LjM1My0xMC4zNDQgNy4xODU2LTYuNDk3MyAyNS4wMiAyNy42Ny03LjE4NTYgNi40OTczLTkuMzI2OC0xMC4zMTUtMzUuMjkgMzEuOTEtNi4zNDAxLTcuMDExN3ptLTQwLjgzOC0zOS4wMjcgMzguMzAyLTQyLjU3MSA2Ljg1MzIgNi4xNjU5LTExLjI5MSA0MS4yODQgMjUuNTc4LTI4LjQyOSA2LjU2MjggNS45MDQ3LTM4LjMwMiA0Mi41NzEtNy4wODU1LTYuMzc0OSAxMC45MjItNDAuNDA3LTI0Ljk3NyAyNy43NjEtNi41NjI4LTUuOTA0N3ptLTMuMzYzMi03My40MzQgNy42Nzk1IDUuNTEyNS0xOC4wODYgMjUuMTk2cS00LjIxNDEgNS44NzA3LTUuMjA0MSA3Ljg1MjctMS43MDE4IDMuNDQyNi0xLjAwNTEgNi40OTEyIDAuNzI4NDUgMy4wNzE0IDMuODcgNS4zMjY1IDIuNjY1NiAxLjkxMzQgNS4xOTAzIDEuOTQ2NiAyLjU0NzUgMC4wMDEgNC42NTM4LTEuNjYwMiAyLjE2MDktMS42NzA2IDcuMTQ5NC04LjYyMDFsMTguNDc0LTI1LjczNiA3LjcxMTIgNS41MzUzLTE3LjU0IDI0LjQzNXEtNi43MTk4IDkuMzYxMy0xMC43NDIgMTIuODIxLTMuOTY3OCAzLjQ1MDktOS4zNTggMy41MjQ2LTUuMzM1OCAwLjA2NDctMTEuMDc5LTQuMDU4My01Ljk2NTktNC4yODI0LTcuODAzNC04LjgyMzEtMS43ODMtNC41NDk2LTAuNTI3Mi05LjUxNDUgMS4zMTAzLTQuOTczOCA4LjgwNDYtMTUuNDE0bDE3LjgxMy0yNC44MTV6bS02My41MDUtMy4yMzk1cTQuOTg1OC04LjkzNzggMTAuODI5LTEzLjIzOCA1Ljg5NTktNC4zMTUgMTEuNzQtNC43Njc3IDUuODQzNy0wLjQ1MjcgMTEuOTE2IDIuOTM0NiA4LjgwMTMgNC45MDk3IDEwLjU3OSAxNC43MTMgMS44MTE2IDkuODIyMy01LjExNTIgMjIuMjQtNy4wMDMgMTIuNTU0LTE2LjgxIDE2LjM0Mi04LjYzMzYgMy4zNjkzLTE3LjQ2OS0xLjU1OTQtOC45MDM3LTQuOTY2OC0xMC42MS0xNC4wMTUtMS45Mjg0LTEwLjMzNSA0Ljk0MTQtMjIuNjV6bTguNzE4NyA0LjQxNjNxLTQuODE0NiA4LjYzMDgtMy45NTY0IDE0Ljc5IDAuODc3MTUgNi4xMjUyIDUuNzIxMyA4LjgyNzQgNC44NzgyIDIuNzIxMyAxMC40NjQgMC4yNDU4NyA1LjYwNDQtMi41MDk1IDEwLjU1Mi0xMS4zNzkgNC44NTI2LTguNjk5IDQuMDM1OC0xNC42MTItMC43ODI3LTUuODkzNi01LjgzMTUtOC43MXQtMTAuNTYyLTAuMzkwMjItMTAuNDIzIDExLjIyOHptLTI2LjQyLTQuMjY1NSA3LjEwMzYgNi44MTQ4cS01LjY4MjMgOC4wNDE2LTEyLjAxMSAxMC4yMjYtNi4zMTQgMi4xNDg5LTEzLjA1Ni0wLjY2MzM1LTguNDcyMS0zLjUzNDEtMTEuMDE0LTEyLjI1NS0yLjkxMzYtMTAuMDYxIDIuNDI1MS0yMi44NiA1LjYzOTUtMTMuNTE5IDE0LjkyLTE4LjYyMSA4LjA2NjctNC40MjI4IDE3LjAwNy0wLjY5MzIyIDcuMjgyNCAzLjAzNzggMTAuMTEgMTAuMDU4IDIuMDIzMiA0Ljk5MTggMC43NDMwOCAxMi42MjdsLTkuNzA1MS0xLjA4NTdxMC45NjA0MS00LjYzNi0wLjU3OTcxLTcuOTQ0OS0xLjQ4OS0zLjMyOTktNC44NDE4LTQuNzI4NS00Ljc5NDktMi4wMDAxLTkuNTY3NyAwLjkxODZ0LTguNzg4MiAxMi41NDVxLTQuMTY1NyA5Ljk4NjMtMi45NjkgMTUuNDM4IDEuMTk2NyA1LjQ1MTIgNS45MTk1IDcuNDIxMyAzLjQ2MSAxLjQ0MzcgNy4wOTc0LTAuMTcxNCAzLjY1MTUtMS42NTEyIDcuMjA1NC03LjAyNTN6bS04NC44NDItNi4yMDk4IDUuNjgwNC0yMy40MjMtOC44ODctMzYuMjgxIDEwLjc4MSAyLjYxNDYgNS40MDM1IDI0LjYyMyAxNS44OTMtMTkuNDU5IDEwLjU5MSAyLjU2ODYtMjQuNjE0IDI4LjIzNi01LjY2MiAyMy4zNDctOS4xODY4LTIuMjI4em0tNTUuMjI1LTkuMTU3OSA3LjY1NzctNTYuNzUxIDE5Ljc4MiAyLjY2OTJxNy41ODc1IDEuMDIzOCAxMC42MyAzLjAxMTEgMy4wNDgxIDEuOTQ4NSA0LjYyNjYgNi4wMjQzIDEuNTgzOCA0LjAzNzEgMC44NzMzNSA5LjMwMTktMC44OTg0NSA2LjY1ODQtNC42NiAxMC4yOS0zLjcyMjggMy42MzY0LTkuNzQ4IDMuODg3NiAyLjcyNyAyLjU3NTMgNC4zNTEzIDUuNDM1NCAxLjYyOTUgMi44MjE0IDQuMTM3NyA5LjkzOTRsNC4xNTggMTEuODM0LTExLjE4OC0xLjUwOTYtNS4xNDY5LTEzLjI2OHEtMi43NzM5LTcuMTkzNC0zLjg2NTUtOS4wMzU2LTEuMDg2NC0xLjg4MDktMi40NzM4LTIuNjk4OC0xLjM4MjItMC44NTY1OS00LjYzNC0xLjI5NTRsLTEuOTM1Ni0wLjI2MTE4LTMuMTk2OCAyMy42OTItOS4zNjgyLTEuMjY0MXptMTMuNzg3LTMxLjQ4NiA2Ljk2ODEgMC45NDAyNHE2LjM4NzQgMC44NjE4OCA4LjIwMjYgMC41NTQ5OCAxLjgyMDQtMC4zNDU2MiAzLjEzNDEtMS45MDI3IDEuMzEzOC0xLjU1NzEgMS42OTUxLTQuMzgzIDAuMzY1NjUtMi43MDk4LTAuNDk4ODktNC40ODItMC44NTkzMS0xLjgxMDktMi42MzM5LTIuNjgxLTEuMjU4Ny0wLjYwMzQzLTcuNTY4Ny0xLjQ1NDlsLTcuMzU1Mi0wLjk5MjQ3LTEuOTQzMiAxNC40MDF6bS01NS45ODcgMjkuOTE0IDEuNjQyNi01Ny4yNDIgMzQuODI5IDAuOTk5NDUtMC4yNzc4OCA5LjY4MzUtMjUuMzgtMC43MjgzLTAuMzY0MTUgMTIuNjkgMjMuNTg0IDAuNjc2NzYtMC4yNzY3NiA5LjY0NDUtMjMuNTg0LTAuNjc2NzYtMC40NDcwNiAxNS41OCAyNi4yMzkgMC43NTI5NS0wLjI3Njc2IDkuNjQ0NS0zNS42ODgtMS4wMjQxem0tNTIuMzU2IDMuNzM0NC00Ljg2MTgtNTcuMDU5IDE0LjEyOC0xLjIwMzkgMTEuODAxIDM4LjE5OCA1LjA5MDYtMzkuNjM4IDE0LjE2Ny0xLjIwNzIgNC44NjE4IDU3LjA1OS04Ljc1NzMgMC43NDYxOS0zLjgyNzEtNDQuOTE1LTUuNDc1MSA0NS43MDgtOS4xMDc2IDAuNzc2MDMtMTMuMDUyLTQ0LjEyOSAzLjgyNzEgNDQuOTE1LTguNzk2MiAwLjc0OTUxem0tNTQuNjEtMTcuNzU1cS0yLjA5MjYtMTAuMDE4LTAuNDk4MTktMTcuMDk1IDEuNjI0Ny03LjEyMzMgNS43NDE0LTExLjI5NSA0LjExNjctNC4xNzIxIDEwLjkyMy01LjU5MzggOS44NjUyLTIuMDYwNyAxNy42MzMgNC4xNzgxIDcuODA2MSA2LjIzMDggMTAuNzEzIDIwLjE0OSAyLjkzOTMgMTQuMDcxLTEuOTg0MiAyMy4zNi00LjMxMjIgOC4yMDM1LTE0LjIxNiAxMC4yNzItOS45Nzk5IDIuMDg0Ni0xNy4xOTktMy42MzAyLTguMjMwMS02LjU0MTMtMTEuMTE0LTIwLjM0NXptOS40Nzk0LTIuMzc5MnEyLjAyMDcgOS42NzQgNi43MDU5IDEzLjc2MyA0LjY3NzIgNC4wNTExIDEwLjEwNyAyLjkxNyA1LjQ2NzktMS4xNDIyIDguMDYzOC02LjY3MjYgMi41ODc5LTUuNTY4NyAwLjUxMTI3LTE1LjUxLTIuMDM2Ny05Ljc1MDUtNi41MjktMTMuNjgxLTQuNDU0LTMuOTM4MS0xMC4xMTMtMi43NTYtNS42NTkxIDEuMTgyMS04LjIzMjggNi42MjgxLTIuNTczNiA1LjQ0Ni0wLjUxMjk2IDE1LjMxMXptLTMzLjgxOCAxNy43NTktMy4wNjUyLTkuMTQ4NiAxOS4zNzEtNi40OTAzIDcuMjQ3MyAyMS42MzFxLTEuNzcyIDQuNDI1LTYuMzExMSA4LjcwNi00LjUzOTIgNC4yODEtOS45NDY4IDYuMDkyOC02LjU5MjkgMi4yMDktMTIuNzEgMC42NzQzLTYuMTI5NC0xLjU3MTctMTEuMjUyLTcuMDIzNy01LjA5NzgtNS41MDE0LTguMDI2NS0xNC4yNDMtMy4wMDMyLTguOTYzNC0yLjE3NDYtMTYuMzI3IDAuODY1NjYtNy4zNzU5IDQuNTUxOC0xMi4xMTMgMy43MjMyLTQuNzQ5MiAxMC4zNTMtNi45NzA1IDcuOTYzNC0yLjY2ODEgMTQuMTA2LTAuMTk0NyA2LjE2NzcgMi40MjQgMTAuMTY5IDkuODE3bC04LjIwNjggNS4wMTU1cS0yLjQwMjQtMy44NTAzLTUuODEzNy01LjE3OTEtMy40MTE0LTEuMzI4OC03LjExNTMtMC4wODc4NC01Ljc0MSAxLjkyMzUtNy43OTUyIDcuNTk2Ni0yLjA2NjYgNS42MzYgMC45OTg2NiAxNC43ODUgMy4yODg2IDkuODE1MyA4Ljg1MzIgMTMuNjM2IDQuNzczMiAzLjMwMzIgMTAuNDAzIDEuNDE2OSAyLjYyOTgtMC44ODEwOSA1LjAzNTItMy4wNDY1IDIuNDMwMS0yLjIxNDkgMy45MzI2LTUuMTA3N2wtMi4zMDgyLTYuODg5Mi0xMC4yOTcgMy40NDk5em0tMzkuNTA2IDM4LjQ0MS0xOS44MzEtNDMuMjQ4LTEyLjY3NiA1LjgxMjYtNC4wMzc4LTguODA1OSAzMy45MS0xNS41NDkgNC4wMzc5IDguODA1OS0xMi42NDEgNS43OTYzIDE5LjgzMSA0My4yNDgtOC41OTI4IDMuOTQwMnptLTQ5LjQ4OCAyNy4yMjMtMjkuMDk4LTQ5LjMyMiA3Ljk0LTQuNjg0MyAzNS45ODUgMjMuMTcyLTE5LjQzMi0zMi45MzcgNy42MDM1LTQuNDg1OCAyOS4wOTggNDkuMzIyLTguMjA5MSA0Ljg0MzEtMzUuMjU5LTIyLjU1NyAxOC45NzUgMzIuMTY0LTcuNjAzNSA0LjQ4NTh6bS01Ny44NDkgNy41Nzk2cS02LjE2Ny04LjE2NzYtNy43NDQ2LTE1LjI0OS0xLjU2OTktNy4xMzU2IDAuMzczMTgtMTIuNjY1IDEuOTQzMS01LjUyOTcgNy40OTIxLTkuNzE5NiA4LjA0MjktNi4wNzI5IDE3LjczLTMuNzQ0NyA5LjcxODQgMi4zMDQ2IDE4LjI4NiAxMy42NTIgOC42NjIxIDExLjQ3MiA4LjE3MjUgMjEuOTc0LTAuMzk5ODEgOS4yNTkyLTguNDczOSAxNS4zNTYtOC4xMzY1IDYuMTQzNS0xNy4xMDQgNC4wNTUyLTEwLjIzNC0yLjQwNDUtMTguNzMyLTEzLjY1OHptNy41NTgyLTYuMTk2M3E1Ljk1NTIgNy44ODcxIDExLjkzNyA5LjU4NjUgNS45NTg1IDEuNjY4MyAxMC4zODUtMS42NzQyIDQuNDU3OS0zLjM2NiA0LjQ0Ni05LjQ3NTMtMC4wMzU0LTYuMTQwNS02LjE1NTQtMTQuMjQ2LTYuMDAyMi03Ljk0OTQtMTEuNzQyLTkuNTg3Mi01LjcwODUtMS42NjEzLTEwLjMyMiAxLjgyMjQtNC42MTM4IDMuNDgzNy00LjYxNzggOS41MDcydDYuMDY4OSAxNC4wNjZ6bS0yNi42MDcgNjMuMjEyLTM5Ljc2NS00MS4yMDggMTAuMjA0LTkuODQ2MiAzMy4yNTIgMjIuMTk2LTIxLjA1My0zMy45NjggMTAuMjMyLTkuODczNCAzOS43NjUgNDEuMjA4LTYuMzI0NiA2LjEwMy0zMS4zMDItMzIuNDM4IDI0LjU4NCAzOC45MjEtNi41Nzc2IDYuMzQ3Mi0zNy45NjQtMjYuMDEgMzEuMzAyIDMyLjQzOC02LjM1MjcgNi4xMzAyem0tMzcuMjAyIDQ2Ljk3Ny00NS45NDEtMzQuMTg3IDE5LjIxNi0yNS44MjIgNy43NzE4IDUuNzgzMy0xMy41NzIgMTguMjM5IDEwLjg3NCA4LjA5MiAxMS43My0xNS43NjMgNy43NzE4IDUuNzgzMy0xMS43MyAxNS43NjMgMTkuNTIzIDE0LjUyOC01LjY0MzQgNy41ODM4em0tNTEuMDg0IDI5LjUxM3EtOC44MTQ3LTUuMjAwNC0xMi45NzItMTEuMTQ1LTQuMTcxMi01Ljk5ODUtNC40ODI2LTExLjg1MS0wLjMxMTM1LTUuODUyOSAzLjIyMTctMTEuODQyIDUuMTIxLTguNjgwMSAxNC45NjQtMTAuMjIgOS44NjMyLTEuNTczNyAyMi4xMSA1LjY1MTIgMTIuMzgxIDcuMzA0MyAxNS45MzEgMTcuMiAzLjE1OTcgOC43MTI1LTEuOTgxMiAxNy40MjYtNS4xODA1IDguNzgxLTE0LjI2NyAxMC4yNjktMTAuMzc4IDEuNjc4LTIyLjUyNC01LjQ4NzN6bTQuNjI1Ny04LjYwOTRxOC41MTE5IDUuMDIxNyAxNC42OSA0LjMxMjcgNi4xNDQ2LTAuNzI4ODYgOC45NjMxLTUuNTA2MyAyLjgzODQtNC44MTExIDAuNDk4NjctMTAuNDU1LTIuMzczMy01LjY2MzQtMTEuMTIxLTEwLjgyNC04LjU3OTItNS4wNjE0LTE0LjUxLTQuMzg3Ny01LjkxMDggMC42NDAwNC04Ljg0ODQgNS42MTkzdC0wLjY0NTM1IDEwLjU1cTIuMjkyMyA1LjU3MDMgMTAuOTcyIDEwLjY5MXptLTIuNzg1MyA3NS45MjItNTIuODYxLTIwLjc3NSAzLjQ1NzgtOC43OTggNDMuODgxIDE3LjI0NiA4LjYzMDMtMjEuOTU5IDguOTc5OCAzLjUyOTMtMTIuMDg4IDMwLjc1N3ptLTEuNzA0NSAzLjY5NDctMi43NjkyIDkuOTMzNy0xMy42MzEgMC40NTc4OC01LjAzNSAxOC4wNjEgMTEuNDkyIDcuMjE4Mi0yLjcwNjMgOS43MDgtNTAuMjUzLTMyLjk4OCAyLjY5NTgtOS42NzAzIDYwLjIwOC0yLjcyMTJ6bS0yNi41MTMgMTAuNzM2LTIyLjIgMC41MDIyNCAxOC43NiAxMS44NCAzLjQ0MDYtMTIuMzQyem03Ljg5NzMgNzEuNTA1LTU2LjQ4NS05LjQyMzQgNS43MzM3LTM0LjM2OSA5LjU1NTQgMS41OTQxLTQuMTc4MiAyNS4wNDQgMTIuNTIyIDIuMDg5MSAzLjg4MjUtMjMuMjcyIDkuNTE2OSAxLjU4NzctMy44ODI1IDIzLjI3MiAxNS4zNzMgMi41NjQ4IDQuMzE5Ni0yNS44OTIgOS41MTY5IDEuNTg3Ny01Ljg3NTEgMzUuMjE2em0tMjEuODIgNDMuNjEzLTAuNTE1MjEtOS4zMDhxMTEuMDUzLTAuODc2MDQgMTEuNTkyLTkuNTMxMSAwLjI2NzUzLTQuMjg4NS0xLjgwMTUtNi44ODMzLTIuMTA4LTIuNTk3Mi01LjQyMTktMi44MDQtMS45NDkzLTAuMTIxNi0zLjM2NzQgMC42NTA5OC0xLjQxOCAwLjc3MjU4LTIuMzg1MiAyLjQ3MzUtMS4wMDYxIDEuNjk4NS0zLjQ5MzIgOC4zMTQzLTIuMjA5NCA1LjkyODYtNC41Mjg3IDguNjAxOS0yLjMxOTQgMi42NzMzLTUuODkzOCA0LjEzMzItMy42MTEgMS40MTg2LTcuNjI2NiAxLjE2OC00LjY3ODQtMC4yOTE4NS04LjI4OTgtMi42MzA2LTMuNjA5LTIuMzc3OC01LjI4NTgtNi4yMzk2LTEuNjc2OS0zLjg2MTktMS4zMzM5LTkuMzU5IDAuNTE1NjEtOC4yNjUyIDUuMjg4NS0xMi42MjUgNC43NzI5LTQuMzU5NyAxMy4xMzMtNC4xMTIybC0wLjA4NDE4IDkuNTA1NHEtNC42MzkzIDAuMzM2OC02LjYwMDYgMi4yODg4dC0yLjE5OTYgNS43NzI3cS0wLjIzODM1IDMuODIwNyAxLjIzMTIgNS45ODY3dDMuODQ3NyAyLjMxNDRxMi4zMzkyIDAuMTQ1OTMgNC4wNTQ0LTEuNjI1N3Q0LjA0NjMtOC4zOTcycTIuNTExNC03LjAwNTcgNS4wMDg2LTEwLjAyIDIuNDYwNy0zLjA1NTggNi4xOTEtNC41MDYxIDMuNjkxNC0xLjQ1MjcgOC44Mzc2LTEuMTMxNiA3LjQ0NjUgMC40NjQ1MyAxMi4yMjggNS4zODExIDQuNzgzNyA0Ljg3NzYgNC4xNzU3IDE0LjYyNC0xLjA3NSAxNy4yMzItMjAuODA3IDE3Ljk1OHptMjIuNDMgNjMuMDMtNTcuMDEzIDUuMzczOC0zLjI2OTctMzQuNjkgOS42NDQ4LTAuOTA5MDcgMi4zODI2IDI1LjI3OSAxMi42MzktMS4xOTEzLTIuMjE0LTIzLjQ5IDkuNjA1OS0wLjkwNTQxIDIuMjE0IDIzLjQ5IDE1LjUxNy0xLjQ2MjYtMi40NjMzLTI2LjEzNCA5LjYwNTktMC45MDU0IDMuMzUwNCAzNS41NDZ6bTguNTkzNSA0NC44ODgtNTYuMTE4IDExLjQwOC0xLjg4MzItOS4yNjM2IDIyLjA4Ny00LjQ5LTMuNzA0MS0xOC4yMjEtMjIuMDg3IDQuNDktMS44OTA5LTkuMzAxOSA1Ni4xMTgtMTEuNDA4IDEuODkxIDkuMzAxOS0yNC41MzcgNC45ODgxIDMuNzA0MSAxOC4yMjEgMjQuNTM3LTQuOTg4MSAxLjg4MzIgOS4yNjM2em04LjIzNjggMjcuMTA3LTQ1LjQwMiAxNC4yMjQgNC4xNjkgMTMuMzA4LTkuMjQ0NSAyLjg5NjEtMTEuMTUyLTM1LjU5OSA5LjI0NDUtMi44OTYxIDQuMTU3MyAxMy4yNyA0NS40MDItMTQuMjI0IDIuODI2MSA5LjAyMDh6bTQ1Mi4wOCAzMTkuMTYgMTAuNTctMy4wMzEzcTEuMTExNiAzLjU3MTQgMy43NjM4IDUuMzIxNCAyLjY0NTQgMS43MTE1IDUuNjA2NyAxLjE4NDYgMy4zODQzLTAuNjAyMTYgNS4yNDQ1LTMuNzUwMSAxLjg1MzMtMy4xODY0IDAuODY3OTItOC43MjQ0LTAuOTIzNzctNS4xOTE5LTMuNzI4Mi03LjM1MTItMi43NzI4LTIuMjA0Ni02LjUwMzMtMS41NDA5LTQuNjUzNSAwLjgyNzk3LTcuNjEzMyA1LjU5OTlsLTguOTk0NCAwLjI5MTAyIDAuMzE2OTktMzAuMzI5IDI4LjU3NS01LjA4NDIgMS43OTk2IDEwLjExNS0yMC4zODMgMy42MjY3IDAuMDExNyA5Ljg3NzJxMy4yOTM1LTIuNDUwOCA3LjA2MjQtMy4xMjE0IDcuMTkxNy0xLjI3OTYgMTMuMTIyIDMuMDYxMiA1LjkzMDIgNC4zNDA4IDcuNDE1MSAxMi42ODYgMS4yMzg2IDYuOTYxLTEuODI3OSAxMy4xNDEtNC4xNzIxIDguNDM5NS0xMy45NDEgMTAuMTc4LTcuODA3MSAxLjM4OTEtMTMuNDc2LTEuOTI3LTUuNjY4Ni0zLjMxNjEtNy44ODkxLTEwLjIyMXptLTUyLjc4Ni0yNy41MjItMC42NDE3MS0xMC4xNzUgMzcuNDY1LTIuMzYyOCAwLjUwMTU3IDcuOTUzcS00LjM1MTYgNC44NTM4LTguNjA4MyAxMy42OTR0LTYuMTgzNCAxOC42MjlxLTEuODkwMiA5Ljc0NzctMS4zNzQyIDE3LjMwOGwtMTAuNTY1IDAuNjY2M3EtMC40NzQ1NC0xMS44NjkgMy4zNDg4LTI0LjQ3OCAzLjg2MjMtMTIuNjEyIDEwLjk2OS0yMi44MDZsLTI0LjkxMSAxLjU3MTF6bS00Ny4yMjQtMS44NzUgMC41MjExOS0xMC4xODIgMzcuNDkgMS45MTktMC40MDczNiA3Ljk1ODNxLTQuODc2IDQuMzI2Ny0xMC4xMTIgMTIuNjI1LTUuMjM1NyA4LjI5NzktOC4yNjQ3IDE3LjgwNC0yLjk4OCA5LjQ2OS0zLjMzNjQgMTcuMDM5bC0xMC41NzItMC41NDExNnEwLjg4MDE0LTExLjg0NSA2LjExNDUtMjMuOTM3IDUuMjczNC0xMi4wOSAxMy40OTUtMjEuNDA4bC0yNC45MjgtMS4yNzZ6bS0yNi41IDQzLjA2Ni0xMC44My0xLjc4NzcgNi43Mzc0LTQwLjgxNXEtNi44NTE0IDQuNTcwMS0xNS4zNDUgNS44OTk4bDEuNjIyMy05LjgyNzlxNC40Njg1LTAuNjg3NjUgMTAuMDc3LTMuNzIxIDUuNjE0My0zLjA3MTkgOC4zMTY4LTcuOTMxbDguNzg3MyAxLjQ1MDYtOS4zNjQ5IDU2LjczMnpcIi8+PC9zdmc+IiwKICAic3RhdGUiOiAiU3RhdGUgb2YgU2FtcGxlIiwKICAidGl0bGUiOiAiRXhhbXBsZSBQcmltYXJ5IEVsZWN0aW9uIiwKICAidHlwZSI6ICJwcmltYXJ5IiwKICAiZ3JpZExheW91dHMiOiBbCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjEtTWFfemgtSGFucyIsCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4yNzgyNDE2NTAyOTQ2OTYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMS1NYV96aC1IYW50IiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjI3ODI0MTY1MDI5NDY5NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjA2NjA2MDkwMzczMjgxLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzNC4zMzA3OTU2Nzc3OTk2MSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjEtTWFfZW4iLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNS43MjUwNzM2NzM4NzAzMzQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNi45ODk4MDg0NDc5MzcxMzMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTUuMjg5NzgzODg5OTgwMzU0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE2LjU1NDUxODY2NDA0NzE1LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTcuODE5MjUzNDM4MTEzOTUsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjY5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAxOS44OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyNi45NTU0MjczMDg0NDc5MzgsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI4LjIyMDE2MjA4MjUxNDczNywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjEtTWFfZXMtVVMiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4wODYwNzU2Mzg1MDY4NzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMi4zNTA4MTA0MTI1NzM2NzYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMy42MTU1NDUxODY2NDA0NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMS45MTU1MjA2Mjg2ODM2OTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuNDQ0OTkwMTc2ODE3MjksCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjUuNzA5NzI0OTUwODg0MDg3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI3LjMyMDExMjk2NjYwMTE4LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNi41MjAxMTI5NjY2MDExOCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDcuOTEzODAxNTcxNzA5MjM0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDkuMTc4NTM2MzQ1Nzc2MDMxLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMS1GX3poLUhhbnMiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMS1GX3poLUhhbnQiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy4wNjYwNjA5MDM3MzI4MSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzQuMzMwNzk1Njc3Nzk5NjEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIxLUZfZW4iLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTUuNzI1MDczNjczODcwMzM0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNS4yODk3ODM4ODk5ODAzNTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNi41NTQ1MTg2NjQwNDcxNSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNy44MTkyNTM0MzgxMTM5NSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC42OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDE5Ljg5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI2Ljk1NTQyNzMwODQ0NzkzOCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjguMjIwMTYyMDgyNTE0NzM3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMS1GX2VzLVVTIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMDg2MDc1NjM4NTA2ODc3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIyLjM1MDgxMDQxMjU3MzY3NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjEuOTE1NTIwNjI4NjgzNjk0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0LjQ0NDk5MDE3NjgxNzI5LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNS43MDk3MjQ5NTA4ODQwODcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI3LjMyMDExMjk2NjYwMTE4LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjYuNTIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA3LjkxMzgwMTU3MTcwOTIzNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA5LjE3ODUzNjM0NTc3NjAzMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjItTWFfemgtSGFucyIsCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4yNzgyNDE2NTAyOTQ2OTYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMi1NYV96aC1IYW50IiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjI3ODI0MTY1MDI5NDY5NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjA2NjA2MDkwMzczMjgxLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzNC4zMzA3OTU2Nzc3OTk2MSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjItTWFfZW4iLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNS43MjUwNzM2NzM4NzAzMzQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNi45ODk4MDg0NDc5MzcxMzMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTUuMjg5NzgzODg5OTgwMzU0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE2LjU1NDUxODY2NDA0NzE1LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTcuODE5MjUzNDM4MTEzOTUsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjY5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAxOS44OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyNi45NTU0MjczMDg0NDc5MzgsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI4LjIyMDE2MjA4MjUxNDczNywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjItTWFfZXMtVVMiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4wODYwNzU2Mzg1MDY4NzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMi4zNTA4MTA0MTI1NzM2NzYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMy42MTU1NDUxODY2NDA0NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMS45MTU1MjA2Mjg2ODM2OTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuNDQ0OTkwMTc2ODE3MjksCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjUuNzA5NzI0OTUwODg0MDg3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI3LjMyMDExMjk2NjYwMTE4LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNi41MjAxMTI5NjY2MDExOCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDcuOTEzODAxNTcxNzA5MjM0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDkuMTc4NTM2MzQ1Nzc2MDMxLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMi1GX3poLUhhbnMiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMi1GX3poLUhhbnQiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy4wNjYwNjA5MDM3MzI4MSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzQuMzMwNzk1Njc3Nzk5NjEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIyLUZfZW4iLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTUuNzI1MDczNjczODcwMzM0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNS4yODk3ODM4ODk5ODAzNTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNi41NTQ1MTg2NjQwNDcxNSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNy44MTkyNTM0MzgxMTM5NSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC42OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDE5Ljg5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI2Ljk1NTQyNzMwODQ0NzkzOCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjguMjIwMTYyMDgyNTE0NzM3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMi1GX2VzLVVTIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMDg2MDc1NjM4NTA2ODc3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIyLjM1MDgxMDQxMjU3MzY3NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjEuOTE1NTIwNjI4NjgzNjk0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0LjQ0NDk5MDE3NjgxNzI5LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNS43MDk3MjQ5NTA4ODQwODcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI3LjMyMDExMjk2NjYwMTE4LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjYuNTIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA3LjkxMzgwMTU3MTcwOTIzNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA5LjE3ODUzNjM0NTc3NjAzMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjMtTWFfemgtSGFucyIsCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4yNzgyNDE2NTAyOTQ2OTYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMy1NYV96aC1IYW50IiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjI3ODI0MTY1MDI5NDY5NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjA2NjA2MDkwMzczMjgxLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzNC4zMzA3OTU2Nzc3OTk2MSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjMtTWFfZW4iLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNS43MjUwNzM2NzM4NzAzMzQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNi45ODk4MDg0NDc5MzcxMzMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTUuMjg5NzgzODg5OTgwMzU0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE2LjU1NDUxODY2NDA0NzE1LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTcuODE5MjUzNDM4MTEzOTUsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjY5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAxOS44OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyNi45NTU0MjczMDg0NDc5MzgsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI4LjIyMDE2MjA4MjUxNDczNywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjMtTWFfZXMtVVMiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4wODYwNzU2Mzg1MDY4NzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMi4zNTA4MTA0MTI1NzM2NzYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMy42MTU1NDUxODY2NDA0NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMS45MTU1MjA2Mjg2ODM2OTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuNDQ0OTkwMTc2ODE3MjksCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjUuNzA5NzI0OTUwODg0MDg3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI3LjMyMDExMjk2NjYwMTE4LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNi41MjAxMTI5NjY2MDExOCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDcuOTEzODAxNTcxNzA5MjM0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDkuMTc4NTM2MzQ1Nzc2MDMxLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMy1GX3poLUhhbnMiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMy1GX3poLUhhbnQiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy4wNjYwNjA5MDM3MzI4MSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzQuMzMwNzk1Njc3Nzk5NjEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIzLUZfZW4iLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTUuNzI1MDczNjczODcwMzM0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNS4yODk3ODM4ODk5ODAzNTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNi41NTQ1MTg2NjQwNDcxNSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNy44MTkyNTM0MzgxMTM5NSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC42OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDE5Ljg5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI2Ljk1NTQyNzMwODQ0NzkzOCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjguMjIwMTYyMDgyNTE0NzM3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMy1GX2VzLVVTIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMDg2MDc1NjM4NTA2ODc3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIyLjM1MDgxMDQxMjU3MzY3NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjEuOTE1NTIwNjI4NjgzNjk0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0LjQ0NDk5MDE3NjgxNzI5LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNS43MDk3MjQ5NTA4ODQwODcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI3LjMyMDExMjk2NjYwMTE4LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjYuNTIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA3LjkxMzgwMTU3MTcwOTIzNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA5LjE3ODUzNjM0NTc3NjAzMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjQtTWFfemgtSGFucyIsCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMC4wMTM1MDY4NzYyMjc4OTcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4yNzgyNDE2NTAyOTQ2OTYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuODQyOTUxODY2NDA0NzE0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiNC1NYV96aC1IYW50IiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJvdHRlciIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjI3ODI0MTY1MDI5NDY5NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJsaW9uLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjQuMTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjA2NjA2MDkwMzczMjgxLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzNC4zMzA3OTU2Nzc3OTk2MSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjQtTWFfZW4iLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNS43MjUwNzM2NzM4NzAzMzQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNi45ODk4MDg0NDc5MzcxMzMsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTUuMjg5NzgzODg5OTgwMzU0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE2LjU1NDUxODY2NDA0NzE1LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTcuODE5MjUzNDM4MTEzOTUsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjY5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAxOS44OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyNi45NTU0MjczMDg0NDc5MzgsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI4LjIyMDE2MjA4MjUxNDczNywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjQtTWFfZXMtVVMiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4wODYwNzU2Mzg1MDY4NzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMi4zNTA4MTA0MTI1NzM2NzYsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMy42MTU1NDUxODY2NDA0NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJmb3giCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMS45MTU1MjA2Mjg2ODM2OTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuNDQ0OTkwMTc2ODE3MjksCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJrYW5nYXJvby0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjUuNzA5NzI0OTUwODg0MDg3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZWxlcGhhbnQtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI3LjMyMDExMjk2NjYwMTE4LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNi41MjAxMTI5NjY2MDExOCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDcuOTEzODAxNTcxNzA5MjM0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDkuMTc4NTM2MzQ1Nzc2MDMxLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiNC1GX3poLUhhbnMiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMi4zMTIxMzE2MzA2NDgzMywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuNTc2ODY2NDA0NzE1MTI2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiNC1GX3poLUhhbnQiLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuNTc4MjE3MDkyMzM3OTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjIuMTA3Njg2NjQwNDcxNTEzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0Ljk4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy4wNjYwNjA5MDM3MzI4MSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzQuMzMwNzk1Njc3Nzk5NjEsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXSwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NgogICAgICB9CiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICI0LUZfZW4iLAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNC40NjAzMzg4OTk4MDM1MzcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNlYWhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTUuNzI1MDczNjczODcwMzM0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzYWxtb24iCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNS4yODk3ODM4ODk5ODAzNTQsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibWFudGEtcmF5LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNi41NTQ1MTg2NjQwNDcxNSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNy44MTkyNTM0MzgxMTM5NSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTkuMDgzOTg4MjEyMTgwNzQ2LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC42OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICJ0eXBlIjogIndyaXRlLWluIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDE5Ljg5NDM3NjIyNzg5Nzg0LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI2Ljk1NTQyNzMwODQ0NzkzOCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjguMjIwMTYyMDgyNTE0NzM3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0sCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiNC1GX2VzLVVTIiwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMDg2MDc1NjM4NTA2ODc3LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIyLjM1MDgxMDQxMjU3MzY3NiwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjEuOTE1NTIwNjI4NjgzNjk0LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMTgwMjU1NDAyNzUwNDkzLAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI0LjQ0NDk5MDE3NjgxNzI5LAogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInJvY2tmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNS43MDk3MjQ5NTA4ODQwODcsCiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAidHJpZ2dlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI3LjMyMDExMjk2NjYwMTE4LAogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjYuNTIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA3LjkxMzgwMTU3MTcwOTIzNCwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImJhY2siLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiA5LjE3ODUzNjM0NTc3NjAzMSwKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNSwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2CiAgICAgIH0KICAgIH0KICBdCn0K'; + 'ewogICJiYWxsb3RMYXlvdXQiOiB7CiAgICAicGFwZXJTaXplIjogImxldHRlciIsCiAgICAibWV0YWRhdGFFbmNvZGluZyI6ICJxci1jb2RlIgogIH0sCiAgImJhbGxvdFN0cmluZ3MiOiB7CiAgICAiZW4iOiB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogewogICAgICAgICIxLU1hX3poLUhhbnMiOiAiMS1NYSIsCiAgICAgICAgIjEtTWFfemgtSGFudCI6ICIxLU1hIiwKICAgICAgICAiMS1NYV9lbiI6ICIxLU1hIiwKICAgICAgICAiMS1NYV9lcy1VUyI6ICIxLU1hIiwKICAgICAgICAiMS1GX3poLUhhbnMiOiAiMS1GIiwKICAgICAgICAiMS1GX3poLUhhbnQiOiAiMS1GIiwKICAgICAgICAiMS1GX2VuIjogIjEtRiIsCiAgICAgICAgIjEtRl9lcy1VUyI6ICIxLUYiLAogICAgICAgICIyLU1hX3poLUhhbnMiOiAiMi1NYSIsCiAgICAgICAgIjItTWFfemgtSGFudCI6ICIyLU1hIiwKICAgICAgICAiMi1NYV9lbiI6ICIyLU1hIiwKICAgICAgICAiMi1NYV9lcy1VUyI6ICIyLU1hIiwKICAgICAgICAiMi1GX3poLUhhbnMiOiAiMi1GIiwKICAgICAgICAiMi1GX3poLUhhbnQiOiAiMi1GIiwKICAgICAgICAiMi1GX2VuIjogIjItRiIsCiAgICAgICAgIjItRl9lcy1VUyI6ICIyLUYiLAogICAgICAgICIzLU1hX3poLUhhbnMiOiAiMy1NYSIsCiAgICAgICAgIjMtTWFfemgtSGFudCI6ICIzLU1hIiwKICAgICAgICAiMy1NYV9lbiI6ICIzLU1hIiwKICAgICAgICAiMy1NYV9lcy1VUyI6ICIzLU1hIiwKICAgICAgICAiMy1GX3poLUhhbnMiOiAiMy1GIiwKICAgICAgICAiMy1GX3poLUhhbnQiOiAiMy1GIiwKICAgICAgICAiMy1GX2VuIjogIjMtRiIsCiAgICAgICAgIjMtRl9lcy1VUyI6ICIzLUYiLAogICAgICAgICI0LU1hX3poLUhhbnMiOiAiNC1NYSIsCiAgICAgICAgIjQtTWFfemgtSGFudCI6ICI0LU1hIiwKICAgICAgICAiNC1NYV9lbiI6ICI0LU1hIiwKICAgICAgICAiNC1NYV9lcy1VUyI6ICI0LU1hIiwKICAgICAgICAiNC1GX3poLUhhbnMiOiAiNC1GIiwKICAgICAgICAiNC1GX3poLUhhbnQiOiAiNC1GIiwKICAgICAgICAiNC1GX2VuIjogIjQtRiIsCiAgICAgICAgIjQtRl9lcy1VUyI6ICI0LUYiCiAgICAgIH0sCiAgICAgICJjYW5kaWRhdGVOYW1lIjogewogICAgICAgICJob3JzZSI6ICJIb3JzZSIsCiAgICAgICAgIm90dGVyIjogIk90dGVyIiwKICAgICAgICAiZm94IjogIkZveCIsCiAgICAgICAgInNlYWhvcnNlIjogIlNlYWhvcnNlIiwKICAgICAgICAic2FsbW9uIjogIlNhbG1vbiIsCiAgICAgICAgInplYnJhLTEiOiAiWmVicmEiLAogICAgICAgICJsaW9uLTEiOiAiTGlvbiIsCiAgICAgICAgImthbmdhcm9vLTEiOiAiS2FuZ2Fyb28iLAogICAgICAgICJlbGVwaGFudC0xIjogIkVsZXBoYW50IiwKICAgICAgICAibWFudGEtcmF5LTEiOiAiTWFudGEgUmF5IiwKICAgICAgICAicHVmZmVyZmlzaC0xIjogIlB1ZmZlcmZpc2giLAogICAgICAgICJyb2NrZmlzaC0xIjogIlJvY2tmaXNoIiwKICAgICAgICAidHJpZ2dlcmZpc2gtMSI6ICJUcmlnZ2VyZmlzaCIsCiAgICAgICAgInplYnJhLTIiOiAiWmVicmEiLAogICAgICAgICJsaW9uLTIiOiAiTGlvbiIsCiAgICAgICAgImthbmdhcm9vLTIiOiAiS2FuZ2Fyb28iLAogICAgICAgICJlbGVwaGFudC0yIjogIkVsZXBoYW50IiwKICAgICAgICAibWFudGEtcmF5LTIiOiAiTWFudGEgUmF5IiwKICAgICAgICAicHVmZmVyZmlzaC0yIjogIlB1ZmZlcmZpc2giLAogICAgICAgICJyb2NrZmlzaC0yIjogIlJvY2tmaXNoIiwKICAgICAgICAidHJpZ2dlcmZpc2gtMiI6ICJUcmlnZ2VyZmlzaCIKICAgICAgfSwKICAgICAgImNvbnRlc3REZXNjcmlwdGlvbiI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIlNob3VsZCBmaXNoaW5nIGJlIGJhbm5lZCBpbiBhbGwgY2l0eSBvd25lZCBsYWtlcyBhbmQgcml2ZXJzPyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICJTaG91bGQgZmlzaGluZyBiZSBiYW5uZWQgaW4gYWxsIGNpdHkgb3duZWQgbGFrZXMgYW5kIHJpdmVycz8iCiAgICAgIH0sCiAgICAgICJjb250ZXN0T3B0aW9uTGFiZWwiOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyI6ICJZRVMiLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICJOTyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyI6ICJZRVMiLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICJOTyIKICAgICAgfSwKICAgICAgImNvbnRlc3RUaXRsZSI6IHsKICAgICAgICAiY291bnR5LWxlYWRlci1tYW1tYWwiOiAiQ291bnR5IExlYWRlciBNYW1tYWwiLAogICAgICAgICJjb3VudHktbGVhZGVyLWZpc2giOiAiQ291bnR5IExlYWRlciBGaXNoIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCI6ICJDb25ncmVzc2lvbmFsIDEgUmVwcmVzZW50YXRpdmUgLSBNYW1tYWwiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEtZmlzaCI6ICJDb25ncmVzc2lvbmFsIDEgUmVwcmVzZW50YXRpdmUgLSBGaXNoIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCI6ICJDb25ncmVzc2lvbmFsIDIgUmVwcmVzZW50YXRpdmUgLSBNYW1tYWwiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItZmlzaCI6ICJDb25ncmVzc2lvbmFsIDIgUmVwcmVzZW50YXRpdmUgLSBGaXNoIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIldhdGVyIERpc3RyaWN0IDEgRmlzaGluZyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICJXYXRlciBEaXN0cmljdCAyIEZpc2hpbmciCiAgICAgIH0sCiAgICAgICJjb3VudHlOYW1lIjogIlNhbXBsZSBDb3VudHkiLAogICAgICAiZGlzdHJpY3ROYW1lIjogewogICAgICAgICJjb3VudHkiOiAiQ291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIjogIkNvbmdyZXNzaW9uYWwgRGlzdHJpY3QgMSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiI6ICJDb25ncmVzc2lvbmFsIERpc3RyaWN0IDIiLAogICAgICAgICJ3YXRlci0xIjogIldhdGVyIERpc3RyaWN0IDEiLAogICAgICAgICJ3YXRlci0yIjogIldhdGVyIERpc3RyaWN0IDIiCiAgICAgIH0sCiAgICAgICJlbGVjdGlvblRpdGxlIjogIkV4YW1wbGUgUHJpbWFyeSBFbGVjdGlvbiIsCiAgICAgICJwYXJ0eUZ1bGxOYW1lIjogewogICAgICAgICIwIjogIk1hbW1hbCBQYXJ0eSIsCiAgICAgICAgIjEiOiAiRmlzaCBQYXJ0eSIKICAgICAgfSwKICAgICAgInBhcnR5TmFtZSI6IHsKICAgICAgICAiMCI6ICJNYW1tYWwiLAogICAgICAgICIxIjogIkZpc2giCiAgICAgIH0sCiAgICAgICJwcmVjaW5jdE5hbWUiOiB7CiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiOiAiUHJlY2luY3QgMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiOiAiUHJlY2luY3QgMiIsCiAgICAgICAgInByZWNpbmN0LWMxLXcyIjogIlByZWNpbmN0IDMiLAogICAgICAgICJwcmVjaW5jdC1jMiI6ICJQcmVjaW5jdCA0IgogICAgICB9LAogICAgICAic3RhdGVOYW1lIjogIlN0YXRlIG9mIFNhbXBsZSIsCiAgICAgICJiYWxsb3RMYW5ndWFnZSI6ICJFbmdsaXNoIiwKICAgICAgImVsZWN0aW9uRGF0ZSI6ICJTZXB0ZW1iZXIgOCwgMjAyMSIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbkJhY2siOiAiVHVybiBiYWxsb3Qgb3ZlciBhbmQgY29udGludWUgdm90aW5nIiwKICAgICAgImhtcGJDb250aW51ZVZvdGluZ09uTmV4dFNoZWV0IjogIkNvbnRpbnVlIHZvdGluZyBvbiBuZXh0IGJhbGxvdCBzaGVldCIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zIjogIkluc3RydWN0aW9ucyIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zVG9Wb3RlVGV4dCI6ICJUbyB2b3RlLCBjb21wbGV0ZWx5IGZpbGwgaW4gdGhlIG92YWwgbmV4dCB0byB5b3VyIGNob2ljZS4iLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRpdGxlIjogIlRvIFZvdGU6IiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGV4dCI6ICJUbyB2b3RlIGZvciBhIHBlcnNvbiB3aG9zZSBuYW1lIGlzIG5vdCBvbiB0aGUgYmFsbG90LCB3cml0ZSB0aGUgcGVyc29u4oCZcyBuYW1lIG9uIHRoZSBcIldyaXRlLWluXCIgbGluZSBhbmQgY29tcGxldGVseSBmaWxsIGluIHRoZSBvdmFsIG5leHQgdG8gdGhlIGxpbmUuIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGl0bGUiOiAiVG8gVm90ZSBmb3IgYSBXcml0ZS1pbjoiLAogICAgICAiaG1wYk9mZmljaWFsQWJzZW50ZWVCYWxsb3QiOiAiT2ZmaWNpYWwgQWJzZW50ZWUgQmFsbG90IiwKICAgICAgImhtcGJPZmZpY2lhbEJhbGxvdCI6ICJPZmZpY2lhbCBCYWxsb3QiLAogICAgICAiaG1wYk9mZmljaWFsUHJvdmlzaW9uYWxCYWxsb3QiOiAiT2ZmaWNpYWwgUHJvdmlzaW9uYWwgQmFsbG90IiwKICAgICAgImhtcGJQYWdlIjogIlBhZ2UiLAogICAgICAiaG1wYlBhZ2VJbnRlbnRpb25hbGx5QmxhbmsiOiAiVGhpcyBwYWdlIGludGVudGlvbmFsbHkgbGVmdCBibGFuayIsCiAgICAgICJobXBiU2FtcGxlQWJzZW50ZWVCYWxsb3QiOiAiU2FtcGxlIEFic2VudGVlIEJhbGxvdCIsCiAgICAgICJobXBiU2FtcGxlQmFsbG90IjogIlNhbXBsZSBCYWxsb3QiLAogICAgICAiaG1wYlNhbXBsZVByb3Zpc2lvbmFsQmFsbG90IjogIlNhbXBsZSBQcm92aXNpb25hbCBCYWxsb3QiLAogICAgICAiaG1wYlRlc3RBYnNlbnRlZUJhbGxvdCI6ICJUZXN0IEFic2VudGVlIEJhbGxvdCIsCiAgICAgICJobXBiVGVzdEJhbGxvdCI6ICJUZXN0IEJhbGxvdCIsCiAgICAgICJobXBiVGVzdFByb3Zpc2lvbmFsQmFsbG90IjogIlRlc3QgUHJvdmlzaW9uYWwgQmFsbG90IiwKICAgICAgImhtcGJWb3RlRm9yMSI6ICJWb3RlIGZvciAxIiwKICAgICAgImhtcGJWb3RlRm9yMTAiOiAiVm90ZSBmb3IgdXAgdG8gMTAiLAogICAgICAiaG1wYlZvdGVGb3IyIjogIlZvdGUgZm9yIHVwIHRvIDIiLAogICAgICAiaG1wYlZvdGVGb3IzIjogIlZvdGUgZm9yIHVwIHRvIDMiLAogICAgICAiaG1wYlZvdGVGb3I0IjogIlZvdGUgZm9yIHVwIHRvIDQiLAogICAgICAiaG1wYlZvdGVGb3I1IjogIlZvdGUgZm9yIHVwIHRvIDUiLAogICAgICAiaG1wYlZvdGVGb3I2IjogIlZvdGUgZm9yIHVwIHRvIDYiLAogICAgICAiaG1wYlZvdGVGb3I3IjogIlZvdGUgZm9yIHVwIHRvIDciLAogICAgICAiaG1wYlZvdGVGb3I4IjogIlZvdGUgZm9yIHVwIHRvIDgiLAogICAgICAiaG1wYlZvdGVGb3I5IjogIlZvdGUgZm9yIHVwIHRvIDkiLAogICAgICAiaG1wYlZvdGluZ0NvbXBsZXRlIjogIllvdSBoYXZlIGNvbXBsZXRlZCB2b3RpbmcuIiwKICAgICAgImhtcGJXcml0ZUluIjogIldyaXRlLWluIgogICAgfSwKICAgICJ6aC1IYW5zIjogewogICAgICAiY29udGVzdERlc2NyaXB0aW9uIjogewogICAgICAgICJ3YXRlci0xLWZpc2hpbmciOiAi5piv5ZCm5bqU6K+l56aB5q2i5Zyo5omA5pyJ5Z+O5biC5rmW5rOK5ZKM5rKz5rWB5Lit6ZKT6bG877yfIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nIjogIuaYr+WQpuW6lOivpeemgeatouWcqOaJgOacieWfjuW4gua5luaziuWSjOays+a1geS4remSk+mxvO+8nyIKICAgICAgfSwKICAgICAgImNvbnRlc3RPcHRpb25MYWJlbCI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIjogIuaYr+eahCIsCiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIjogIuS4jSIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyI6ICLmmK/nmoQiLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICLkuI0iCiAgICAgIH0sCiAgICAgICJjb250ZXN0VGl0bGUiOiB7CiAgICAgICAgImNvdW50eS1sZWFkZXItbWFtbWFsIjogIuWOv+mihuWvvOWTuuS5s+WKqOeJqSIsCiAgICAgICAgImNvdW50eS1sZWFkZXItZmlzaCI6ICLljr/pooblr7zpsbwiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIjogIuWbveS8miAxIOS7o+ihqCAtIOWTuuS5s+WKqOeJqSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMS1maXNoIjogIuWbveS8miAxIOS7o+ihqCAtIOiPsuS7gCIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiOiAi5Zu95LyaIDIg5Luj6KGoIC0g5ZO65Lmz5Yqo54mpIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLWZpc2giOiAi5Zu95LyaIDIg5Luj6KGoIC0g6I+y5LuAIiwKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIuawtOWMuiAxIOmSk+mxvCIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICLmsLTljLogMiDpkpPpsbwiCiAgICAgIH0sCiAgICAgICJjb3VudHlOYW1lIjogIuagt+acrOWOvyIsCiAgICAgICJkaXN0cmljdE5hbWUiOiB7CiAgICAgICAgImNvdW50eSI6ICLljr8iLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiOiAi56ys5LiA5Zu95Lya6YCJ5Yy6IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIjogIuWbveS8muesrCAyIOmAieWMuiIsCiAgICAgICAgIndhdGVyLTEiOiAi5rC05Yy6IDEiLAogICAgICAgICJ3YXRlci0yIjogIuawtOWMuiAyIgogICAgICB9LAogICAgICAiZWxlY3Rpb25UaXRsZSI6ICLliJ3pgInnpLrkvosiLAogICAgICAicGFydHlGdWxsTmFtZSI6IHsKICAgICAgICAiMCI6ICLlk7rkubPliqjnianmtL7lr7kiLAogICAgICAgICIxIjogIumxvOa0vuWvuSIKICAgICAgfSwKICAgICAgInBhcnR5TmFtZSI6IHsKICAgICAgICAiMCI6ICLlk7rkubPliqjniakiLAogICAgICAgICIxIjogIumxvCIKICAgICAgfSwKICAgICAgInByZWNpbmN0TmFtZSI6IHsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSI6ICLnrKwx6YCJ5Yy6IiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiI6ICLnrKwy6YCJ5Yy6IiwKICAgICAgICAicHJlY2luY3QtYzEtdzIiOiAi56ysIDMg5Yy6IiwKICAgICAgICAicHJlY2luY3QtYzIiOiAi56ys5Zub5Yy6IgogICAgICB9LAogICAgICAic3RhdGVOYW1lIjogIuagt+WTgeeKtuaAgSIsCiAgICAgICJiYWxsb3RMYW5ndWFnZSI6ICLnroDkvZPkuK3mlociLAogICAgICAiZWxlY3Rpb25EYXRlIjogIjIwMjHlubQ55pyIOOaXpSIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbkJhY2siOiAi5bCG6YCJ56Wo57+76L+H5p2l77yM57un57ut5oqV56WoIiwKICAgICAgImhtcGJDb250aW51ZVZvdGluZ09uTmV4dFNoZWV0IjogIuWcqOS4i+S4gOW8oOmAieelqOS4iue7p+e7reaKleelqCIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zIjogIuivtOaYjiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zVG9Wb3RlVGV4dCI6ICLopoHmipXnpajvvIzor7flrozmlbTloavlhpnmgqjmiYDpgInpobnnm67ml4HovrnnmoTmpK3lnIblvaLmoYbjgIIiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRpdGxlIjogIuaKleelqO+8miIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRleHQiOiAi5aaC5p6c6KaB5Li65pyq5Ye6546w5Zyo6YCJ56Wo5LiK55qE5Lq66L+b6KGM5oqV56Wo77yM6K+35Zyo4oCc5YaZ5YWl5YCZ6YCJ5Lq64oCc6KGM5Lit5YaZ5LiL5q2k5Lq655qE5aeT5ZCN77yM5bm25a6M5pW05aGr5YaZ6K+l6KGM5peB6L6555qE5qSt5ZyG5b2i5Yy65Z+f44CCIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGl0bGUiOiAi5oqV56Wo6YCJ5Li+5YCZ6YCJ5Lq677yaIiwKICAgICAgImhtcGJPZmZpY2lhbEFic2VudGVlQmFsbG90IjogIuato+W8j+e8uuW4remAieelqCIsCiAgICAgICJobXBiT2ZmaWNpYWxCYWxsb3QiOiAi5q2j5byP6YCJ56WoIiwKICAgICAgImhtcGJPZmZpY2lhbFByb3Zpc2lvbmFsQmFsbG90IjogIuaZrumAmuS4tOaXtumAieelqCIsCiAgICAgICJobXBiUGFnZSI6ICLpobXnoIEiLAogICAgICAiaG1wYlBhZ2VJbnRlbnRpb25hbGx5QmxhbmsiOiAi5pys6aG15Li65pyJ5oSP55WZ56m6IiwKICAgICAgImhtcGJTYW1wbGVBYnNlbnRlZUJhbGxvdCI6ICLnvLrluK3pgInnpajmoLfmnKwiLAogICAgICAiaG1wYlNhbXBsZUJhbGxvdCI6ICLpgInnpajmoLfmnKwiLAogICAgICAiaG1wYlNhbXBsZVByb3Zpc2lvbmFsQmFsbG90IjogIuS4tOaXtumAieelqOagt+acrCIsCiAgICAgICJobXBiVGVzdEFic2VudGVlQmFsbG90IjogIua1i+ivlee8uuW4remAieelqCIsCiAgICAgICJobXBiVGVzdEJhbGxvdCI6ICLmtYvor5XpgInnpagiLAogICAgICAiaG1wYlRlc3RQcm92aXNpb25hbEJhbGxvdCI6ICLmtYvor5XkuLTml7bpgInnpagiLAogICAgICAiaG1wYlZvdGVGb3IxIjogIuaKlTHnpagiLAogICAgICAiaG1wYlZvdGVGb3IxMCI6ICLmnIDlpJrmipUxMOelqCIsCiAgICAgICJobXBiVm90ZUZvcjIiOiAi5pyA5aSa5oqVMuelqCIsCiAgICAgICJobXBiVm90ZUZvcjMiOiAi5pyA5aSa5oqVM+elqCIsCiAgICAgICJobXBiVm90ZUZvcjQiOiAi5pyA5aSa5oqVNOelqCIsCiAgICAgICJobXBiVm90ZUZvcjUiOiAi5pyA5aSa5oqVNeelqCIsCiAgICAgICJobXBiVm90ZUZvcjYiOiAi5pyA5aSa5oqVNuelqCIsCiAgICAgICJobXBiVm90ZUZvcjciOiAi5pyA5aSa5oqVN+elqCIsCiAgICAgICJobXBiVm90ZUZvcjgiOiAi5pyA5aSa5oqVOOelqCIsCiAgICAgICJobXBiVm90ZUZvcjkiOiAi5pyA5aSa5oqVOeelqCIsCiAgICAgICJobXBiVm90aW5nQ29tcGxldGUiOiAi5oKo5bey5a6M5oiQ5oqV56Wo44CCIiwKICAgICAgImhtcGJXcml0ZUluIjogIuWGmeWFpeWAmemAieS6uiIKICAgIH0sCiAgICAiemgtSGFudCI6IHsKICAgICAgImNvbnRlc3REZXNjcmlwdGlvbiI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nIjogIuaYr+WQpuaHieipsuemgeatouWcqOaJgOacieWfjuW4guaTgeacieeahOa5luaziuWSjOays+a1geS4reaNlemtmu+8nyIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICLmmK/lkKbmh4noqbLnpoHmraLlnKjmiYDmnInln47luILmk4HmnInnmoTmuZbms4rlkozmsrPmtYHkuK3mjZXprZrvvJ8iCiAgICAgIH0sCiAgICAgICJjb250ZXN0T3B0aW9uTGFiZWwiOiB7CiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyI6ICLmmK/nmoQiLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyI6ICLkuI0iLAogICAgICAgICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciOiAi5piv55qEIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciOiAi5LiNIgogICAgICB9LAogICAgICAiY29udGVzdFRpdGxlIjogewogICAgICAgICJjb3VudHktbGVhZGVyLW1hbW1hbCI6ICLnuKPpoJjlsI7lk7rkubPli5XniakiLAogICAgICAgICJjb3VudHktbGVhZGVyLWZpc2giOiAi57ij6ZW36a2aIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCI6ICLlnIvmnIMgMSDku6PooaggLSDlk7rkubPli5XniakiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEtZmlzaCI6ICLlnIvmnIMgMSDku6PooaggLSDprZoiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIjogIuWci+acgyAyIOS7o+ihqCAtIOWTuuS5s+WLleeJqSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMi1maXNoIjogIuWci+acgyAyIOS7o+ihqCAtIEZpc2giLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmciOiAi5rC05Z+fIDEg5Y2A6Yej6a2aIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nIjogIuawtOWNgCAyIOmHo+mtmiIKICAgICAgfSwKICAgICAgImNvdW50eU5hbWUiOiAi5qij5pys57ijIiwKICAgICAgImRpc3RyaWN0TmFtZSI6IHsKICAgICAgICAiY291bnR5IjogIue4oyIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSI6ICLlnIvmnIPnrKzkuIDpgbjljYAiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiOiAi5ZyL5pyD56ys5LqM6YG45Y2AIiwKICAgICAgICAid2F0ZXItMSI6ICLmsLTljYAxIiwKICAgICAgICAid2F0ZXItMiI6ICLmsLTljYAyIgogICAgICB9LAogICAgICAiZWxlY3Rpb25UaXRsZSI6ICLliJ3pgbjnr4TkvosiLAogICAgICAicGFydHlGdWxsTmFtZSI6IHsKICAgICAgICAiMCI6ICLlk7rkubPli5XnianmtL7lsI0iLAogICAgICAgICIxIjogIumtmum7qCIKICAgICAgfSwKICAgICAgInBhcnR5TmFtZSI6IHsKICAgICAgICAiMCI6ICLlk7rkubPli5XniakiLAogICAgICAgICIxIjogIumtmiIKICAgICAgfSwKICAgICAgInByZWNpbmN0TmFtZSI6IHsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSI6ICLnrKwx6YG45Y2AIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiI6ICLnrKwy6YG45Y2AIiwKICAgICAgICAicHJlY2luY3QtYzEtdzIiOiAi5YiG5bGAIDMiLAogICAgICAgICJwcmVjaW5jdC1jMiI6ICI0IOWNgCIKICAgICAgfSwKICAgICAgInN0YXRlTmFtZSI6ICLmqKPlk4Hni4DmhYsiLAogICAgICAiYmFsbG90TGFuZ3VhZ2UiOiAi57mB6auU5Lit5paHIiwKICAgICAgImVsZWN0aW9uRGF0ZSI6ICIyMDIx5bm0OeaciDjml6UiLAogICAgICAiaG1wYkNvbnRpbnVlVm90aW5nT25CYWNrIjogIuWwh+mBuOelqOe/u+mBjuS+hu+8jOe5vOe6jOaKleelqCIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbk5leHRTaGVldCI6ICLlnKjkuIvkuIDlvLXpgbjnpajkuIrnubznuozmipXnpagiLAogICAgICAiaG1wYkluc3RydWN0aW9ucyI6ICLoqqrmmI4iLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRleHQiOiAi6KaB5oqV56Wo77yM6KuL5a6M5pW05aGr5a+r5oKo5omA6YG46aCF55uu5peB6YKK55qE5qmi5ZyT5b2i5qGG44CCIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUaXRsZSI6ICLmipXnpajvvJoiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1dyaXRlSW5UZXh0IjogIuWmguaenOimgeeCuuacquWHuuePvuWcqOmBuOelqOS4iueahOS6uumAsuihjOaKleelqO+8jOiri+WcqOOAjOWvq+WFpeWAmemBuOS6uuOAjOihjOS4reWvq+S4i+atpOS6uueahOWnk+WQje+8jOS4puWujOaVtOWhq+Wvq+ipsuihjOaXgemCiueahOapouWck+W9ouWNgOWfn+OAgiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRpdGxlIjogIuaKleelqOmBuOiIieWAmemBuOS6uu+8miIsCiAgICAgICJobXBiT2ZmaWNpYWxBYnNlbnRlZUJhbGxvdCI6ICLmraPlvI/nvLrluK3pgbjnpagiLAogICAgICAiaG1wYk9mZmljaWFsQmFsbG90IjogIuato+W8j+mBuOelqCIsCiAgICAgICJobXBiT2ZmaWNpYWxQcm92aXNpb25hbEJhbGxvdCI6ICLmma7pgJroh6jmmYLpgbjnpagiLAogICAgICAiaG1wYlBhZ2UiOiAi6aCB56K8IiwKICAgICAgImhtcGJQYWdlSW50ZW50aW9uYWxseUJsYW5rIjogIuacrOmggeeCuuacieaEj+eVmeepuiIsCiAgICAgICJobXBiU2FtcGxlQWJzZW50ZWVCYWxsb3QiOiAi57y65bit6YG456Wo5qij5pysIiwKICAgICAgImhtcGJTYW1wbGVCYWxsb3QiOiAi6YG456Wo5qij5pysIiwKICAgICAgImhtcGJTYW1wbGVQcm92aXNpb25hbEJhbGxvdCI6ICLoh6jmmYLpgbjnpajmqKPmnKwiLAogICAgICAiaG1wYlRlc3RBYnNlbnRlZUJhbGxvdCI6ICLmuKzoqabnvLrluK3pgbjnpagiLAogICAgICAiaG1wYlRlc3RCYWxsb3QiOiAi5ris6Kmm6YG456WoIiwKICAgICAgImhtcGJUZXN0UHJvdmlzaW9uYWxCYWxsb3QiOiAi5ris6Kmm6Ieo5pmC6YG456WoIiwKICAgICAgImhtcGJWb3RlRm9yMSI6ICLmipUx56WoIiwKICAgICAgImhtcGJWb3RlRm9yMTAiOiAi5pyA5aSa5oqVMTDnpagiLAogICAgICAiaG1wYlZvdGVGb3IyIjogIuacgOWkmuaKlTLnpagiLAogICAgICAiaG1wYlZvdGVGb3IzIjogIuacgOWkmuaKlTPnpagiLAogICAgICAiaG1wYlZvdGVGb3I0IjogIuacgOWkmuaKlTTnpagiLAogICAgICAiaG1wYlZvdGVGb3I1IjogIuacgOWkmuaKlTXnpagiLAogICAgICAiaG1wYlZvdGVGb3I2IjogIuacgOWkmuaKlTbnpagiLAogICAgICAiaG1wYlZvdGVGb3I3IjogIuacgOWkmuaKlTfnpagiLAogICAgICAiaG1wYlZvdGVGb3I4IjogIuacgOWkmuaKlTjnpagiLAogICAgICAiaG1wYlZvdGVGb3I5IjogIuacgOWkmuaKlTnnpagiLAogICAgICAiaG1wYlZvdGluZ0NvbXBsZXRlIjogIuaCqOW3suWujOaIkOaKleelqOOAgiIsCiAgICAgICJobXBiV3JpdGVJbiI6ICLlr6vlhaXlgJnpgbjkuroiCiAgICB9LAogICAgImVzLVVTIjogewogICAgICAiY29udGVzdERlc2NyaXB0aW9uIjogewogICAgICAgICJ3YXRlci0xLWZpc2hpbmciOiAiwr9EZWJlcsOtYSBwcm9oaWJpcnNlIGxhIHBlc2NhIGVuIHRvZG9zIGxvcyBsYWdvcyB5IHLDrW9zIHByb3BpZWRhZCBkZSBsYSBjaXVkYWQ/IiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nIjogIsK/RGViZXLDrWEgcHJvaGliaXJzZSBsYSBwZXNjYSBlbiB0b2RvcyBsb3MgbGFnb3MgeSByw61vcyBwcm9waWVkYWQgZGUgbGEgY2l1ZGFkPyIKICAgICAgfSwKICAgICAgImNvbnRlc3RPcHRpb25MYWJlbCI6IHsKICAgICAgICAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIjogIlPDjSIsCiAgICAgICAgIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIjogIk5PIiwKICAgICAgICAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIjogIlPDjSIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIjogIk5PIgogICAgICB9LAogICAgICAiY29udGVzdFRpdGxlIjogewogICAgICAgICJjb3VudHktbGVhZGVyLW1hbW1hbCI6ICJMw61kZXIgZGVsIGNvbmRhZG8gTWFtw61mZXJvIiwKICAgICAgICAiY291bnR5LWxlYWRlci1maXNoIjogIkzDrWRlciBkZWwgY29uZGFkbyBkZSBGaXNoIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCI6ICIxIHJlcHJlc2VudGFudGUgZGVsIENvbmdyZXNvIC0gTWFtw61mZXJvIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xLWZpc2giOiAiMSByZXByZXNlbnRhbnRlIGRlbCBDb25ncmVzbyAtIFBlc2NhZG8iLAogICAgICAgICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIjogIjIgcmVwcmVzZW50YW50ZXMgZGVsIENvbmdyZXNvIC0gTWFtw61mZXJvIiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yLWZpc2giOiAiUmVwcmVzZW50YW50ZSBkZWwgQ29uZ3Jlc28gMiAtIFBlc2NhZG8iLAogICAgICAgICJ3YXRlci0xLWZpc2hpbmciOiAiRGlzdHJpdG8gMSBkZSBwZXNjYSIsCiAgICAgICAgIndhdGVyLTItZmlzaGluZyI6ICJEaXN0cml0byBkZSBBZ3VhIDIgUGVzY2EiCiAgICAgIH0sCiAgICAgICJjb3VudHlOYW1lIjogIk11ZXN0cmEgZGVsIGNvbmRhZG8iLAogICAgICAiZGlzdHJpY3ROYW1lIjogewogICAgICAgICJjb3VudHkiOiAiQ29uZGFkbyIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSI6ICJEaXN0cml0byBDb25ncmVzaW9uYWwgMSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiI6ICJEaXN0cml0byBDb25ncmVzaW9uYWwgMiIsCiAgICAgICAgIndhdGVyLTEiOiAiRGlzdHJpdG8gZGUgQWd1YSAxIiwKICAgICAgICAid2F0ZXItMiI6ICJEaXN0cml0byBkZSBBZ3VhIDIiCiAgICAgIH0sCiAgICAgICJlbGVjdGlvblRpdGxlIjogIkVqZW1wbG8gZGUgZWxlY2Npw7NuIHByaW1hcmlhIiwKICAgICAgInBhcnR5RnVsbE5hbWUiOiB7CiAgICAgICAgIjAiOiAiRmllc3RhIGRlIGxvcyBNYW3DrWZlcm9zIiwKICAgICAgICAiMSI6ICJGaWVzdGEgZGVsIHBlc2NhZG8iCiAgICAgIH0sCiAgICAgICJwYXJ0eU5hbWUiOiB7CiAgICAgICAgIjAiOiAiTWFtw61mZXJvIiwKICAgICAgICAiMSI6ICJQZXoiCiAgICAgIH0sCiAgICAgICJwcmVjaW5jdE5hbWUiOiB7CiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiOiAiRGlzdHJpdG8gRWxlY3RvcmFsIDEiLAogICAgICAgICJwcmVjaW5jdC1jMS13MS0yIjogIkRpc3RyaXRvIEVsZWN0b3JhbCAyIiwKICAgICAgICAicHJlY2luY3QtYzEtdzIiOiAiRGlzdHJpdG8gMyIsCiAgICAgICAgInByZWNpbmN0LWMyIjogIkRpc3RyaXRvIDQiCiAgICAgIH0sCiAgICAgICJzdGF0ZU5hbWUiOiAiRXN0YWRvIGRlIGxhIG11ZXN0cmEiLAogICAgICAiYmFsbG90TGFuZ3VhZ2UiOiAiZXNwYcOxb2wgKEVFLiBVVS4pIiwKICAgICAgImVsZWN0aW9uRGF0ZSI6ICI4IGRlIHNlcHRpZW1icmUgZGUgMjAyMSIsCiAgICAgICJobXBiQ29udGludWVWb3RpbmdPbkJhY2siOiAiVm9sdGVhIGxhIGJvbGV0YSB5IGNvbnRpbsO6YSB2b3RhbmRvIiwKICAgICAgImhtcGJDb250aW51ZVZvdGluZ09uTmV4dFNoZWV0IjogIkNvbnRpbsO6YSB2b3RhbmRvIGVuIGxhIHNpZ3VpZW50ZSBob2phIGRlIGxhIGJvbGV0YSIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zIjogIkluc3RydWNjaW9uZXMiLAogICAgICAiaG1wYkluc3RydWN0aW9uc1RvVm90ZVRleHQiOiAiUGFyYSB2b3RhciwgbGxlbmEgY29tcGxldGFtZW50ZSBlbCDDs3ZhbG8ganVudG8gYSB0dSBlbGVjY2nDs24uIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNUb1ZvdGVUaXRsZSI6ICJQYXJhIHZvdGFyOiIsCiAgICAgICJobXBiSW5zdHJ1Y3Rpb25zV3JpdGVJblRleHQiOiAiUGFyYSB2b3RhciBwb3IgdW5hIHBlcnNvbmEgY3V5byBub21icmUgbm8gZXN0w6EgZW4gbGEgYm9sZXRhLCBlc2NyaWJlIGVsIG5vbWJyZSBkZSBsYSBwZXJzb25hIGVuIGxhIGzDrW5lYSBcIkNhbmRpZGF0byBwb3IgRXNjcml0b1wiIHkgbGxlbmEgY29tcGxldGFtZW50ZSBlbCDDs3ZhbG8ganVudG8gYSBsYSBsw61uZWEuIiwKICAgICAgImhtcGJJbnN0cnVjdGlvbnNXcml0ZUluVGl0bGUiOiAiUGFyYSB2b3RhciBwb3IgdW4gY2FuZGlkYXRvIHBvciBlc2NyaXRvOiIsCiAgICAgICJobXBiT2ZmaWNpYWxBYnNlbnRlZUJhbGxvdCI6ICJCb2xldGEgb2ZpY2lhbCBkZSB2b3RvIGF1c2VudGUiLAogICAgICAiaG1wYk9mZmljaWFsQmFsbG90IjogIkJvbGV0YSBvZmljaWFsIiwKICAgICAgImhtcGJPZmZpY2lhbFByb3Zpc2lvbmFsQmFsbG90IjogIkJvbGV0YSBvZmljaWFsIHByb3Zpc2lvbmFsIiwKICAgICAgImhtcGJQYWdlIjogIlDDoWdpbmEiLAogICAgICAiaG1wYlBhZ2VJbnRlbnRpb25hbGx5QmxhbmsiOiAiRXN0YSBww6FnaW5hIGVzdMOhIGludGVuY2lvbmFsbWVudGUgZW4gYmxhbmNvIiwKICAgICAgImhtcGJTYW1wbGVBYnNlbnRlZUJhbGxvdCI6ICJNb2RlbG8gZGUgYm9sZXRhIGRlIHZvdG8gYXVzZW50ZSIsCiAgICAgICJobXBiU2FtcGxlQmFsbG90IjogIkJvbGV0YSBkZSBtdWVzdHJhIiwKICAgICAgImhtcGJTYW1wbGVQcm92aXNpb25hbEJhbGxvdCI6ICJCb2xldGEgZGUgbXVlc3RyYSBwcm92aXNpb25hbCIsCiAgICAgICJobXBiVGVzdEFic2VudGVlQmFsbG90IjogIkJvbGV0YSBkZSBwcnVlYmEgZGUgdm90byBhdXNlbnRlIiwKICAgICAgImhtcGJUZXN0QmFsbG90IjogIkJvbGV0YSBkZSBwcnVlYmEiLAogICAgICAiaG1wYlRlc3RQcm92aXNpb25hbEJhbGxvdCI6ICJCb2xldGEgZGUgcHJ1ZWJhIHByb3Zpc2lvbmFsIiwKICAgICAgImhtcGJWb3RlRm9yMSI6ICJWb3RhIHBvciAxIiwKICAgICAgImhtcGJWb3RlRm9yMTAiOiAiVm90YSBwb3IgaGFzdGEgMTAiLAogICAgICAiaG1wYlZvdGVGb3IyIjogIlZvdGEgcG9yIGhhc3RhIDIiLAogICAgICAiaG1wYlZvdGVGb3IzIjogIlZvdGEgcG9yIGhhc3RhIDMiLAogICAgICAiaG1wYlZvdGVGb3I0IjogIlZvdGEgcG9yIGhhc3RhIDQiLAogICAgICAiaG1wYlZvdGVGb3I1IjogIlZvdGEgcG9yIGhhc3RhIDUiLAogICAgICAiaG1wYlZvdGVGb3I2IjogIlZvdGEgcG9yIGhhc3RhIDYiLAogICAgICAiaG1wYlZvdGVGb3I3IjogIlZvdGEgcG9yIGhhc3RhIDciLAogICAgICAiaG1wYlZvdGVGb3I4IjogIlZvdGEgcG9yIGhhc3RhIDgiLAogICAgICAiaG1wYlZvdGVGb3I5IjogIlZvdGEgcG9yIGhhc3RhIDkiLAogICAgICAiaG1wYlZvdGluZ0NvbXBsZXRlIjogIkhhcyBjb21wbGV0YWRvIGxhIHZvdGFjacOzbi4iLAogICAgICAiaG1wYldyaXRlSW4iOiAiQ2FuZGlkYXRvIHBvciBlc2NyaXRvIgogICAgfQogIH0sCiAgImJhbGxvdFN0eWxlcyI6IFsKICAgIHsKICAgICAgImlkIjogIjEtTWFfemgtSGFucyIsCiAgICAgICJncm91cElkIjogIjEtTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxLU1hX3poLUhhbnQiLAogICAgICAiZ3JvdXBJZCI6ICIxLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzEtMSIsCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW50IgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1NYV9lbiIsCiAgICAgICJncm91cElkIjogIjEtTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVuIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1NYV9lcy1VUyIsCiAgICAgICJncm91cElkIjogIjEtTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVzLVVTIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMS1GX3poLUhhbnMiLAogICAgICAiZ3JvdXBJZCI6ICIxLUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxLUZfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjEtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiLAogICAgICAgICJwcmVjaW5jdC1jMS13MS0yIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFudCIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjEtRl9lbiIsCiAgICAgICJncm91cElkIjogIjEtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcxLTEiLAogICAgICAgICJwcmVjaW5jdC1jMS13MS0yIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZW4iCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIxLUZfZXMtVVMiLAogICAgICAiZ3JvdXBJZCI6ICIxLUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MS0xIiwKICAgICAgICAicHJlY2luY3QtYzEtdzEtMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVzLVVTIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1NYV96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMi1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFucyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjItTWFfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjItTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMS13MiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnQiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLU1hX2VuIiwKICAgICAgImdyb3VwSWQiOiAiMi1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZW4iCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLU1hX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMi1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZXMtVVMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIyLUZfemgtSGFucyIsCiAgICAgICJncm91cElkIjogIjItRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFucyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjItRl96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiMi1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW50IgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMi1GX2VuIiwKICAgICAgImdyb3VwSWQiOiAiMi1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzEtdzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlbiIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjItRl9lcy1VUyIsCiAgICAgICJncm91cElkIjogIjItRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMxLXcyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTEiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZXMtVVMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIzLU1hX3poLUhhbnMiLAogICAgICAiZ3JvdXBJZCI6ICIzLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW5zIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1NYV96aC1IYW50IiwKICAgICAgImdyb3VwSWQiOiAiMy1NYSIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0xIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIwIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFudCIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjMtTWFfZW4iLAogICAgICAiZ3JvdXBJZCI6ICIzLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlbiIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjMtTWFfZXMtVVMiLAogICAgICAiZ3JvdXBJZCI6ICIzLU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlcy1VUyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjMtRl96aC1IYW5zIiwKICAgICAgImdyb3VwSWQiOiAiMy1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW5zIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1GX3poLUhhbnQiLAogICAgICAiZ3JvdXBJZCI6ICIzLUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnQiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICIzLUZfZW4iLAogICAgICAiZ3JvdXBJZCI6ICIzLUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMSIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVuIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiMy1GX2VzLVVTIiwKICAgICAgImdyb3VwSWQiOiAiMy1GIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTEiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjEiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJlcy1VUyIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjQtTWFfemgtSGFucyIsCiAgICAgICJncm91cElkIjogIjQtTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICI0LU1hX3poLUhhbnQiLAogICAgICAiZ3JvdXBJZCI6ICI0LU1hIiwKICAgICAgInByZWNpbmN0cyI6IFsKICAgICAgICAicHJlY2luY3QtYzIiCiAgICAgIF0sCiAgICAgICJkaXN0cmljdHMiOiBbCiAgICAgICAgImNvdW50eSIsCiAgICAgICAgImNvbmdyZXNzaW9uYWwtMiIsCiAgICAgICAgIndhdGVyLTIiCiAgICAgIF0sCiAgICAgICJwYXJ0eUlkIjogIjAiLAogICAgICAibGFuZ3VhZ2VzIjogWwogICAgICAgICJ6aC1IYW50IgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1NYV9lbiIsCiAgICAgICJncm91cElkIjogIjQtTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVuIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1NYV9lcy1VUyIsCiAgICAgICJncm91cElkIjogIjQtTWEiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMCIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVzLVVTIgogICAgICBdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiNC1GX3poLUhhbnMiLAogICAgICAiZ3JvdXBJZCI6ICI0LUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgInpoLUhhbnMiCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICI0LUZfemgtSGFudCIsCiAgICAgICJncm91cElkIjogIjQtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiemgtSGFudCIKICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIjQtRl9lbiIsCiAgICAgICJncm91cElkIjogIjQtRiIsCiAgICAgICJwcmVjaW5jdHMiOiBbCiAgICAgICAgInByZWNpbmN0LWMyIgogICAgICBdLAogICAgICAiZGlzdHJpY3RzIjogWwogICAgICAgICJjb3VudHkiLAogICAgICAgICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAgICJ3YXRlci0yIgogICAgICBdLAogICAgICAicGFydHlJZCI6ICIxIiwKICAgICAgImxhbmd1YWdlcyI6IFsKICAgICAgICAiZW4iCiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICI0LUZfZXMtVVMiLAogICAgICAiZ3JvdXBJZCI6ICI0LUYiLAogICAgICAicHJlY2luY3RzIjogWwogICAgICAgICJwcmVjaW5jdC1jMiIKICAgICAgXSwKICAgICAgImRpc3RyaWN0cyI6IFsKICAgICAgICAiY291bnR5IiwKICAgICAgICAiY29uZ3Jlc3Npb25hbC0yIiwKICAgICAgICAid2F0ZXItMiIKICAgICAgXSwKICAgICAgInBhcnR5SWQiOiAiMSIsCiAgICAgICJsYW5ndWFnZXMiOiBbCiAgICAgICAgImVzLVVTIgogICAgICBdCiAgICB9CiAgXSwKICAiY29udGVzdHMiOiBbCiAgICB7CiAgICAgICJpZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICJkaXN0cmljdElkIjogImNvdW50eSIsCiAgICAgICJ0aXRsZSI6ICJDb3VudHkgTGVhZGVyIE1hbW1hbCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJob3JzZSIsCiAgICAgICAgICAibmFtZSI6ICJIb3JzZSIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIwIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogIm90dGVyIiwKICAgICAgICAgICJuYW1lIjogIk90dGVyIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjAiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAiZm94IiwKICAgICAgICAgICJuYW1lIjogIkZveCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIwIgogICAgICAgICAgXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiBmYWxzZSwKICAgICAgInBhcnR5SWQiOiAiMCIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAiZGlzdHJpY3RJZCI6ICJjb3VudHkiLAogICAgICAidGl0bGUiOiAiQ291bnR5IExlYWRlciBGaXNoIiwKICAgICAgInR5cGUiOiAiY2FuZGlkYXRlIiwKICAgICAgInNlYXRzIjogMSwKICAgICAgImNhbmRpZGF0ZXMiOiBbCiAgICAgICAgewogICAgICAgICAgImlkIjogInNlYWhvcnNlIiwKICAgICAgICAgICJuYW1lIjogIlNlYWhvcnNlIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjEiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAic2FsbW9uIiwKICAgICAgICAgICJuYW1lIjogIlNhbG1vbiIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIxIgogICAgICAgICAgXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiBmYWxzZSwKICAgICAgInBhcnR5SWQiOiAiMSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgImRpc3RyaWN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgInRpdGxlIjogIkNvbmdyZXNzaW9uYWwgMSBSZXByZXNlbnRhdGl2ZSAtIE1hbW1hbCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJ6ZWJyYS0xIiwKICAgICAgICAgICJuYW1lIjogIlplYnJhIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjAiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAibGlvbi0xIiwKICAgICAgICAgICJuYW1lIjogIkxpb24iLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMCIKICAgICAgICAgIF0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJrYW5nYXJvby0xIiwKICAgICAgICAgICJuYW1lIjogIkthbmdhcm9vIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjAiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAiZWxlcGhhbnQtMSIsCiAgICAgICAgICAibmFtZSI6ICJFbGVwaGFudCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIwIgogICAgICAgICAgXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiB0cnVlLAogICAgICAicGFydHlJZCI6ICIwIgogICAgfSwKICAgIHsKICAgICAgImlkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgImRpc3RyaWN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xIiwKICAgICAgInRpdGxlIjogIkNvbmdyZXNzaW9uYWwgMSBSZXByZXNlbnRhdGl2ZSAtIEZpc2giLAogICAgICAidHlwZSI6ICJjYW5kaWRhdGUiLAogICAgICAic2VhdHMiOiAxLAogICAgICAiY2FuZGlkYXRlcyI6IFsKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAibWFudGEtcmF5LTEiLAogICAgICAgICAgIm5hbWUiOiAiTWFudGEgUmF5IiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjEiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAicHVmZmVyZmlzaC0xIiwKICAgICAgICAgICJuYW1lIjogIlB1ZmZlcmZpc2giLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMSIKICAgICAgICAgIF0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJyb2NrZmlzaC0xIiwKICAgICAgICAgICJuYW1lIjogIlJvY2tmaXNoIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjEiCiAgICAgICAgICBdCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAiaWQiOiAidHJpZ2dlcmZpc2gtMSIsCiAgICAgICAgICAibmFtZSI6ICJUcmlnZ2VyZmlzaCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIxIgogICAgICAgICAgXQogICAgICAgIH0KICAgICAgXSwKICAgICAgImFsbG93V3JpdGVJbnMiOiB0cnVlLAogICAgICAicGFydHlJZCI6ICIxIgogICAgfSwKICAgIHsKICAgICAgImlkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAiZGlzdHJpY3RJZCI6ICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAidGl0bGUiOiAiQ29uZ3Jlc3Npb25hbCAyIFJlcHJlc2VudGF0aXZlIC0gTWFtbWFsIiwKICAgICAgInR5cGUiOiAiY2FuZGlkYXRlIiwKICAgICAgInNlYXRzIjogMSwKICAgICAgImNhbmRpZGF0ZXMiOiBbCiAgICAgICAgewogICAgICAgICAgImlkIjogInplYnJhLTIiLAogICAgICAgICAgIm5hbWUiOiAiWmVicmEiLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMCIKICAgICAgICAgIF0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJsaW9uLTIiLAogICAgICAgICAgIm5hbWUiOiAiTGlvbiIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIwIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogImthbmdhcm9vLTIiLAogICAgICAgICAgIm5hbWUiOiAiS2FuZ2Fyb28iLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMCIKICAgICAgICAgIF0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJlbGVwaGFudC0yIiwKICAgICAgICAgICJuYW1lIjogIkVsZXBoYW50IiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjAiCiAgICAgICAgICBdCiAgICAgICAgfQogICAgICBdLAogICAgICAiYWxsb3dXcml0ZUlucyI6IHRydWUsCiAgICAgICJwYXJ0eUlkIjogIjAiCiAgICB9LAogICAgewogICAgICAiaWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAiZGlzdHJpY3RJZCI6ICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAidGl0bGUiOiAiQ29uZ3Jlc3Npb25hbCAyIFJlcHJlc2VudGF0aXZlIC0gRmlzaCIsCiAgICAgICJ0eXBlIjogImNhbmRpZGF0ZSIsCiAgICAgICJzZWF0cyI6IDEsCiAgICAgICJjYW5kaWRhdGVzIjogWwogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJtYW50YS1yYXktMiIsCiAgICAgICAgICAibmFtZSI6ICJNYW50YSBSYXkiLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMSIKICAgICAgICAgIF0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJwdWZmZXJmaXNoLTIiLAogICAgICAgICAgIm5hbWUiOiAiUHVmZmVyZmlzaCIsCiAgICAgICAgICAicGFydHlJZHMiOiBbCiAgICAgICAgICAgICIxIgogICAgICAgICAgXQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgImlkIjogInJvY2tmaXNoLTIiLAogICAgICAgICAgIm5hbWUiOiAiUm9ja2Zpc2giLAogICAgICAgICAgInBhcnR5SWRzIjogWwogICAgICAgICAgICAiMSIKICAgICAgICAgIF0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJpZCI6ICJ0cmlnZ2VyZmlzaC0yIiwKICAgICAgICAgICJuYW1lIjogIlRyaWdnZXJmaXNoIiwKICAgICAgICAgICJwYXJ0eUlkcyI6IFsKICAgICAgICAgICAgIjEiCiAgICAgICAgICBdCiAgICAgICAgfQogICAgICBdLAogICAgICAiYWxsb3dXcml0ZUlucyI6IHRydWUsCiAgICAgICJwYXJ0eUlkIjogIjEiCiAgICB9LAogICAgewogICAgICAiaWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgImRpc3RyaWN0SWQiOiAid2F0ZXItMSIsCiAgICAgICJ0aXRsZSI6ICJXYXRlciBEaXN0cmljdCAxIEZpc2hpbmciLAogICAgICAidHlwZSI6ICJ5ZXNubyIsCiAgICAgICJkZXNjcmlwdGlvbiI6ICJTaG91bGQgZmlzaGluZyBiZSBiYW5uZWQgaW4gYWxsIGNpdHkgb3duZWQgbGFrZXMgYW5kIHJpdmVycz8iLAogICAgICAieWVzT3B0aW9uIjogewogICAgICAgICJpZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciLAogICAgICAgICJsYWJlbCI6ICJZRVMiCiAgICAgIH0sCiAgICAgICJub09wdGlvbiI6IHsKICAgICAgICAiaWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciLAogICAgICAgICJsYWJlbCI6ICJOTyIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImlkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICJkaXN0cmljdElkIjogIndhdGVyLTIiLAogICAgICAidGl0bGUiOiAiV2F0ZXIgRGlzdHJpY3QgMiBGaXNoaW5nIiwKICAgICAgInR5cGUiOiAieWVzbm8iLAogICAgICAiZGVzY3JpcHRpb24iOiAiU2hvdWxkIGZpc2hpbmcgYmUgYmFubmVkIGluIGFsbCBjaXR5IG93bmVkIGxha2VzIGFuZCByaXZlcnM/IiwKICAgICAgInllc09wdGlvbiI6IHsKICAgICAgICAiaWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIiwKICAgICAgICAibGFiZWwiOiAiWUVTIgogICAgICB9LAogICAgICAibm9PcHRpb24iOiB7CiAgICAgICAgImlkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIiwKICAgICAgICAibGFiZWwiOiAiTk8iCiAgICAgIH0KICAgIH0KICBdLAogICJncmlkTGF5b3V0cyI6IFsKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMS1NYV96aC1IYW5zIiwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NiwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNQogICAgICB9LAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjI3ODI0MTY1MDI5NDY5NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMyLjMxMjEzMTYzMDY0ODMzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy41NzY4NjY0MDQ3MTUxMjYsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIxLU1hX3poLUhhbnQiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMjc4MjQxNjUwMjk0Njk2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuMDY2MDYwOTAzNzMyODEsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDM0LjMzMDc5NTY3Nzc5OTYxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMS1NYV9lbiIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE0LjQ2MDMzODg5OTgwMzUzNywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE1LjcyNTA3MzY3Mzg3MDMzNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE2Ljk4OTgwODQ0NzkzNzEzMywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNS4yODk3ODM4ODk5ODAzNTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTYuNTU0NTE4NjY0MDQ3MTUsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNy44MTkyNTM0MzgxMTM5NSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS4wODM5ODgyMTIxODA3NDYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC42OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMTkuODk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI2Ljk1NTQyNzMwODQ0NzkzOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjguMjIwMTYyMDgyNTE0NzM3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMS1NYV9lcy1VUyIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjA4NjA3NTYzODUwNjg3NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIyLjM1MDgxMDQxMjU3MzY3NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIzLjYxNTU0NTE4NjY0MDQ3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIxLjkxNTUyMDYyODY4MzY5NCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4xODAyNTU0MDI3NTA0OTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC40NDQ5OTAxNzY4MTcyOSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNS43MDk3MjQ5NTA4ODQwODcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjYuNTIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogNy45MTM4MDE1NzE3MDkyMzQsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogOS4xNzg1MzYzNDU3NzYwMzEsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIxLUZfemgtSGFucyIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMyLjMxMjEzMTYzMDY0ODMzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy41NzY4NjY0MDQ3MTUxMjYsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIxLUZfemgtSGFudCIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjA2NjA2MDkwMzczMjgxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzNC4zMzA3OTU2Nzc3OTk2MSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjEtRl9lbiIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE0LjQ2MDMzODg5OTgwMzUzNywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNS43MjUwNzM2NzM4NzAzMzQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE1LjI4OTc4Mzg4OTk4MDM1NCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE2LjU1NDUxODY2NDA0NzE1LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE3LjgxOTI1MzQzODExMzk1LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS4wODM5ODgyMTIxODA3NDYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuNjk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAxOS44OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjYuOTU1NDI3MzA4NDQ3OTM4LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyOC4yMjAxNjIwODI1MTQ3MzcsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIxLUZfZXMtVVMiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4wODYwNzU2Mzg1MDY4NzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjIuMzUwODEwNDEyNTczNjc2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMS45MTU1MjA2Mjg2ODM2OTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4xODAyNTU0MDI3NTA0OTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuNDQ0OTkwMTc2ODE3MjksCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI1LjcwOTcyNDk1MDg4NDA4NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI2LjUyMDExMjk2NjYwMTE4LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDcuOTEzODAxNTcxNzA5MjM0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDkuMTc4NTM2MzQ1Nzc2MDMxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMi1NYV96aC1IYW5zIiwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NiwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNQogICAgICB9LAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjI3ODI0MTY1MDI5NDY5NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMyLjMxMjEzMTYzMDY0ODMzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy41NzY4NjY0MDQ3MTUxMjYsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIyLU1hX3poLUhhbnQiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMjc4MjQxNjUwMjk0Njk2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuMDY2MDYwOTAzNzMyODEsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDM0LjMzMDc5NTY3Nzc5OTYxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMi1NYV9lbiIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE0LjQ2MDMzODg5OTgwMzUzNywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE1LjcyNTA3MzY3Mzg3MDMzNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE2Ljk4OTgwODQ0NzkzNzEzMywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNS4yODk3ODM4ODk5ODAzNTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTYuNTU0NTE4NjY0MDQ3MTUsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNy44MTkyNTM0MzgxMTM5NSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS4wODM5ODgyMTIxODA3NDYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC42OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMTkuODk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI2Ljk1NTQyNzMwODQ0NzkzOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjguMjIwMTYyMDgyNTE0NzM3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMi1NYV9lcy1VUyIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjA4NjA3NTYzODUwNjg3NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIyLjM1MDgxMDQxMjU3MzY3NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIzLjYxNTU0NTE4NjY0MDQ3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIxLjkxNTUyMDYyODY4MzY5NCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4xODAyNTU0MDI3NTA0OTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC40NDQ5OTAxNzY4MTcyOSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNS43MDk3MjQ5NTA4ODQwODcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjYuNTIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogNy45MTM4MDE1NzE3MDkyMzQsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogOS4xNzg1MzYzNDU3NzYwMzEsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIyLUZfemgtSGFucyIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMyLjMxMjEzMTYzMDY0ODMzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy41NzY4NjY0MDQ3MTUxMjYsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIyLUZfemgtSGFudCIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjA2NjA2MDkwMzczMjgxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzNC4zMzA3OTU2Nzc3OTk2MSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjItRl9lbiIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE0LjQ2MDMzODg5OTgwMzUzNywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNS43MjUwNzM2NzM4NzAzMzQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE1LjI4OTc4Mzg4OTk4MDM1NCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE2LjU1NDUxODY2NDA0NzE1LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE3LjgxOTI1MzQzODExMzk1LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTEtZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS4wODM5ODgyMTIxODA3NDYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuNjk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAxOS44OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjYuOTU1NDI3MzA4NDQ3OTM4LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyOC4yMjAxNjIwODI1MTQ3MzcsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIyLUZfZXMtVVMiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4wODYwNzU2Mzg1MDY4NzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjIuMzUwODEwNDEyNTczNjc2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMS45MTU1MjA2Mjg2ODM2OTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4xODAyNTU0MDI3NTA0OTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuNDQ0OTkwMTc2ODE3MjksCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMS1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0xIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI1LjcwOTcyNDk1MDg4NDA4NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTEiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0xLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI2LjUyMDExMjk2NjYwMTE4LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDcuOTEzODAxNTcxNzA5MjM0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDkuMTc4NTM2MzQ1Nzc2MDMxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMy1NYV96aC1IYW5zIiwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NiwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNQogICAgICB9LAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjI3ODI0MTY1MDI5NDY5NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMyLjMxMjEzMTYzMDY0ODMzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy41NzY4NjY0MDQ3MTUxMjYsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIzLU1hX3poLUhhbnQiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMjc4MjQxNjUwMjk0Njk2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuMDY2MDYwOTAzNzMyODEsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDM0LjMzMDc5NTY3Nzc5OTYxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMy1NYV9lbiIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE0LjQ2MDMzODg5OTgwMzUzNywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE1LjcyNTA3MzY3Mzg3MDMzNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE2Ljk4OTgwODQ0NzkzNzEzMywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNS4yODk3ODM4ODk5ODAzNTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTYuNTU0NTE4NjY0MDQ3MTUsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNy44MTkyNTM0MzgxMTM5NSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS4wODM5ODgyMTIxODA3NDYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC42OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMTkuODk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI2Ljk1NTQyNzMwODQ0NzkzOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjguMjIwMTYyMDgyNTE0NzM3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiMy1NYV9lcy1VUyIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjA4NjA3NTYzODUwNjg3NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIyLjM1MDgxMDQxMjU3MzY3NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIzLjYxNTU0NTE4NjY0MDQ3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIxLjkxNTUyMDYyODY4MzY5NCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4xODAyNTU0MDI3NTA0OTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC40NDQ5OTAxNzY4MTcyOSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNS43MDk3MjQ5NTA4ODQwODcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjYuNTIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogNy45MTM4MDE1NzE3MDkyMzQsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogOS4xNzg1MzYzNDU3NzYwMzEsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIzLUZfemgtSGFucyIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMyLjMxMjEzMTYzMDY0ODMzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy41NzY4NjY0MDQ3MTUxMjYsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIzLUZfemgtSGFudCIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjA2NjA2MDkwMzczMjgxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzNC4zMzA3OTU2Nzc3OTk2MSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMS1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0xLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjMtRl9lbiIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE0LjQ2MDMzODg5OTgwMzUzNywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNS43MjUwNzM2NzM4NzAzMzQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE1LjI4OTc4Mzg4OTk4MDM1NCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE2LjU1NDUxODY2NDA0NzE1LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE3LjgxOTI1MzQzODExMzk1LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS4wODM5ODgyMTIxODA3NDYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuNjk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAxOS44OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjYuOTU1NDI3MzA4NDQ3OTM4LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyOC4yMjAxNjIwODI1MTQ3MzcsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTEtZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMS1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICIzLUZfZXMtVVMiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4wODYwNzU2Mzg1MDY4NzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjIuMzUwODEwNDEyNTczNjc2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMS45MTU1MjA2Mjg2ODM2OTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4xODAyNTU0MDI3NTA0OTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuNDQ0OTkwMTc2ODE3MjksCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI1LjcwOTcyNDk1MDg4NDA4NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI2LjUyMDExMjk2NjYwMTE4LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDcuOTEzODAxNTcxNzA5MjM0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDkuMTc4NTM2MzQ1Nzc2MDMxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0xLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTEtZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiNC1NYV96aC1IYW5zIiwKICAgICAgIm9wdGlvbkJvdW5kc0Zyb21UYXJnZXRNYXJrIjogewogICAgICAgICJ0b3AiOiAwLjk5NzY2Njk5NDEwNjA5MDQsCiAgICAgICAgInJpZ2h0IjogOS4xOTQ0NzUyNzQzODY0ODQsCiAgICAgICAgImJvdHRvbSI6IDEuMTUyOTk2MDcwNzI2OTE1NiwKICAgICAgICAibGVmdCI6IDAuNzYzNzE5MzI0MjA3NjcwNQogICAgICB9LAogICAgICAiZ3JpZFBvc2l0aW9ucyI6IFsKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMTguNzQ4NzcyMTAyMTYxMSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIwLjAxMzUwNjg3NjIyNzg5NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjI3ODI0MTY1MDI5NDY5NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC44NDI5NTE4NjY0MDQ3MTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImthbmdhcm9vLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjMuMzcyNDIxNDE0NTM4MzEyLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJlbGVwaGFudC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuOTgyODA5NDMwMjU1NDA0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMyLjMxMjEzMTYzMDY0ODMzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy41NzY4NjY0MDQ3MTUxMjYsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICI0LU1hX3poLUhhbnQiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxOC43NDg3NzIxMDIxNjExLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAib3R0ZXIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjEuMjc4MjQxNjUwMjk0Njk2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE5LjU3ODIxNzA5MjMzNzkyLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItbWFtbWFsIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ6ZWJyYS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAibGlvbi0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIyLjEwNzY4NjY0MDQ3MTUxMywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4zNzI0MjE0MTQ1MzgzMTIsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI0LjE4MjgwOTQzMDI1NTQwNCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMzMuMDY2MDYwOTAzNzMyODEsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDM0LjMzMDc5NTY3Nzc5OTYxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiNC1NYV9lbiIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE0LjQ2MDMzODg5OTgwMzUzNywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE1LjcyNTA3MzY3Mzg3MDMzNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE2Ljk4OTgwODQ0NzkzNzEzMywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImZveCIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNS4yODk3ODM4ODk5ODAzNTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogInplYnJhLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMTYuNTU0NTE4NjY0MDQ3MTUsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxNy44MTkyNTM0MzgxMTM5NSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS4wODM5ODgyMTIxODA3NDYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMC42OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMTkuODk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDI2Ljk1NTQyNzMwODQ0NzkzOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYmFuLWZpc2hpbmciCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjguMjIwMTYyMDgyNTE0NzM3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfSwKICAgIHsKICAgICAgImJhbGxvdFN0eWxlSWQiOiAiNC1NYV9lcy1VUyIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIxLjA4NjA3NTYzODUwNjg3NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImhvcnNlIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIyLjM1MDgxMDQxMjU3MzY3NiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogIm90dGVyIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDIzLjYxNTU0NTE4NjY0MDQ3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiZm94IgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIxLjkxNTUyMDYyODY4MzY5NCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAiemVicmEtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4xODAyNTU0MDI3NTA0OTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImxpb24tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC40NDQ5OTAxNzY4MTcyOSwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAia2FuZ2Fyb28tMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNS43MDk3MjQ5NTA4ODQwODcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1tYW1tYWwiLAogICAgICAgICAgIm9wdGlvbklkIjogImVsZXBoYW50LTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLW1hbW1hbCIsCiAgICAgICAgICAid3JpdGVJbkluZGV4IjogMCwKICAgICAgICAgICJ3cml0ZUluQXJlYSI6IHsKICAgICAgICAgICAgIngiOiAxMy4xODQ2MjIwMjQ5MTA1OTQsCiAgICAgICAgICAgICJ5IjogMjYuNTIwMTEyOTY2NjAxMTgsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogNy45MTM4MDE1NzE3MDkyMzQsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWJhbi1maXNoaW5nIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJiYWNrIiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogOS4xNzg1MzYzNDU3NzYwMzEsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICI0LUZfemgtSGFucyIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMyLjMxMjEzMTYzMDY0ODMzLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzMy41NzY4NjY0MDQ3MTUxMjYsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICI0LUZfemgtSGFudCIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE4Ljc0ODc3MjEwMjE2MTEsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjAuMDEzNTA2ODc2MjI3ODk3LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS41NzgyMTcwOTIzMzc5MiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIwLjg0Mjk1MTg2NjQwNDcxNCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInB1ZmZlcmZpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMi4xMDc2ODY2NDA0NzE1MTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDIzLjM3MjQyMTQxNDUzODMxMiwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNC45ODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAyNC4xODI4MDk0MzAyNTU0MDQsCiAgICAgICAgICAgICJ3aWR0aCI6IDcuNzk5OTk5OTk5OTk5OTk5LAogICAgICAgICAgICAiaGVpZ2h0IjogMQogICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDMzLjA2NjA2MDkwMzczMjgxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAzNC4zMzA3OTU2Nzc3OTk2MSwKICAgICAgICAgICJjb250ZXN0SWQiOiAid2F0ZXItMi1maXNoaW5nIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ3YXRlci0yLWZpc2hpbmctYWxsb3ctZmlzaGluZyIKICAgICAgICB9CiAgICAgIF0KICAgIH0sCiAgICB7CiAgICAgICJiYWxsb3RTdHlsZUlkIjogIjQtRl9lbiIsCiAgICAgICJvcHRpb25Cb3VuZHNGcm9tVGFyZ2V0TWFyayI6IHsKICAgICAgICAidG9wIjogMC45OTc2NjY5OTQxMDYwOTA0LAogICAgICAgICJyaWdodCI6IDkuMTk0NDc1Mjc0Mzg2NDg0LAogICAgICAgICJib3R0b20iOiAxLjE1Mjk5NjA3MDcyNjkxNTYsCiAgICAgICAgImxlZnQiOiAwLjc2MzcxOTMyNDIwNzY3MDUKICAgICAgfSwKICAgICAgImdyaWRQb3NpdGlvbnMiOiBbCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDE0LjQ2MDMzODg5OTgwMzUzNywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY291bnR5LWxlYWRlci1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJzZWFob3JzZSIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAxNS43MjUwNzM2NzM4NzAzMzQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2FsbW9uIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE1LjI4OTc4Mzg4OTk4MDM1NCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogIm1hbnRhLXJheS0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE2LjU1NDUxODY2NDA0NzE1LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicHVmZmVyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDE3LjgxOTI1MzQzODExMzk1LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb25ncmVzc2lvbmFsLTItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAicm9ja2Zpc2gtMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAxOS4wODM5ODgyMTIxODA3NDYsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJ0cmlnZ2VyZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAid3JpdGUtaW4iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjAuNjk0Mzc2MjI3ODk3ODQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJ3cml0ZUluSW5kZXgiOiAwLAogICAgICAgICAgIndyaXRlSW5BcmVhIjogewogICAgICAgICAgICAieCI6IDEzLjE4NDYyMjAyNDkxMDU5NCwKICAgICAgICAgICAgInkiOiAxOS44OTQzNzYyMjc4OTc4NCwKICAgICAgICAgICAgIndpZHRoIjogNy43OTk5OTk5OTk5OTk5OTksCiAgICAgICAgICAgICJoZWlnaHQiOiAxCiAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjYuOTU1NDI3MzA4NDQ3OTM4LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyOC4yMjAxNjIwODI1MTQ3MzcsCiAgICAgICAgICAiY29udGVzdElkIjogIndhdGVyLTItZmlzaGluZyIsCiAgICAgICAgICAib3B0aW9uSWQiOiAid2F0ZXItMi1maXNoaW5nLWFsbG93LWZpc2hpbmciCiAgICAgICAgfQogICAgICBdCiAgICB9LAogICAgewogICAgICAiYmFsbG90U3R5bGVJZCI6ICI0LUZfZXMtVVMiLAogICAgICAib3B0aW9uQm91bmRzRnJvbVRhcmdldE1hcmsiOiB7CiAgICAgICAgInRvcCI6IDAuOTk3NjY2OTk0MTA2MDkwNCwKICAgICAgICAicmlnaHQiOiA5LjE5NDQ3NTI3NDM4NjQ4NCwKICAgICAgICAiYm90dG9tIjogMS4xNTI5OTYwNzA3MjY5MTU2LAogICAgICAgICJsZWZ0IjogMC43NjM3MTkzMjQyMDc2NzA1CiAgICAgIH0sCiAgICAgICJncmlkUG9zaXRpb25zIjogWwogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEuNzE4NzA3NjA4ODI5Njk1NSwKICAgICAgICAgICJyb3ciOiAyMS4wODYwNzU2Mzg1MDY4NzcsCiAgICAgICAgICAiY29udGVzdElkIjogImNvdW50eS1sZWFkZXItZmlzaCIsCiAgICAgICAgICAib3B0aW9uSWQiOiAic2VhaG9yc2UiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxLjcxODcwNzYwODgyOTY5NTUsCiAgICAgICAgICAicm93IjogMjIuMzUwODEwNDEyNTczNjc2LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJjb3VudHktbGVhZGVyLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInNhbG1vbiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMS45MTU1MjA2Mjg2ODM2OTQsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJtYW50YS1yYXktMiIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyMy4xODAyNTU0MDI3NTA0OTMsCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJwdWZmZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJvcHRpb24iLAogICAgICAgICAgInNoZWV0TnVtYmVyIjogMSwKICAgICAgICAgICJzaWRlIjogImZyb250IiwKICAgICAgICAgICJjb2x1bW4iOiAxMi4yODQ2MjIwMjQ5MTA1OTMsCiAgICAgICAgICAicm93IjogMjQuNDQ0OTkwMTc2ODE3MjksCiAgICAgICAgICAiY29udGVzdElkIjogImNvbmdyZXNzaW9uYWwtMi1maXNoIiwKICAgICAgICAgICJvcHRpb25JZCI6ICJyb2NrZmlzaC0yIgogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgInR5cGUiOiAib3B0aW9uIiwKICAgICAgICAgICJzaGVldE51bWJlciI6IDEsCiAgICAgICAgICAic2lkZSI6ICJmcm9udCIsCiAgICAgICAgICAiY29sdW1uIjogMTIuMjg0NjIyMDI0OTEwNTkzLAogICAgICAgICAgInJvdyI6IDI1LjcwOTcyNDk1MDg4NDA4NywKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIm9wdGlvbklkIjogInRyaWdnZXJmaXNoLTIiCiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAidHlwZSI6ICJ3cml0ZS1pbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiZnJvbnQiLAogICAgICAgICAgImNvbHVtbiI6IDEyLjI4NDYyMjAyNDkxMDU5MywKICAgICAgICAgICJyb3ciOiAyNy4zMjAxMTI5NjY2MDExOCwKICAgICAgICAgICJjb250ZXN0SWQiOiAiY29uZ3Jlc3Npb25hbC0yLWZpc2giLAogICAgICAgICAgIndyaXRlSW5JbmRleCI6IDAsCiAgICAgICAgICAid3JpdGVJbkFyZWEiOiB7CiAgICAgICAgICAgICJ4IjogMTMuMTg0NjIyMDI0OTEwNTk0LAogICAgICAgICAgICAieSI6IDI2LjUyMDExMjk2NjYwMTE4LAogICAgICAgICAgICAid2lkdGgiOiA3Ljc5OTk5OTk5OTk5OTk5OSwKICAgICAgICAgICAgImhlaWdodCI6IDEKICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDcuOTEzODAxNTcxNzA5MjM0LAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1iYW4tZmlzaGluZyIKICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICJ0eXBlIjogIm9wdGlvbiIsCiAgICAgICAgICAic2hlZXROdW1iZXIiOiAxLAogICAgICAgICAgInNpZGUiOiAiYmFjayIsCiAgICAgICAgICAiY29sdW1uIjogMS43MTg3MDc2MDg4Mjk2OTU1LAogICAgICAgICAgInJvdyI6IDkuMTc4NTM2MzQ1Nzc2MDMxLAogICAgICAgICAgImNvbnRlc3RJZCI6ICJ3YXRlci0yLWZpc2hpbmciLAogICAgICAgICAgIm9wdGlvbklkIjogIndhdGVyLTItZmlzaGluZy1hbGxvdy1maXNoaW5nIgogICAgICAgIH0KICAgICAgXQogICAgfQogIF0sCiAgImNvdW50eSI6IHsKICAgICJpZCI6ICJzYW1wbGUtY291bnR5IiwKICAgICJuYW1lIjogIlNhbXBsZSBDb3VudHkiCiAgfSwKICAiZGF0ZSI6ICIyMDIxLTA5LTA4IiwKICAiZGlzdHJpY3RzIjogWwogICAgewogICAgICAiaWQiOiAiY291bnR5IiwKICAgICAgIm5hbWUiOiAiQ291bnR5IgogICAgfSwKICAgIHsKICAgICAgImlkIjogImNvbmdyZXNzaW9uYWwtMSIsCiAgICAgICJuYW1lIjogIkNvbmdyZXNzaW9uYWwgRGlzdHJpY3QgMSIKICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJjb25ncmVzc2lvbmFsLTIiLAogICAgICAibmFtZSI6ICJDb25ncmVzc2lvbmFsIERpc3RyaWN0IDIiCiAgICB9LAogICAgewogICAgICAiaWQiOiAid2F0ZXItMSIsCiAgICAgICJuYW1lIjogIldhdGVyIERpc3RyaWN0IDEiCiAgICB9LAogICAgewogICAgICAiaWQiOiAid2F0ZXItMiIsCiAgICAgICJuYW1lIjogIldhdGVyIERpc3RyaWN0IDIiCiAgICB9CiAgXSwKICAiaWQiOiAiZWxlY3Rpb24tcHJpbWFyeS1wcmVjaW5jdC1zcGxpdHMiLAogICJwYXJ0aWVzIjogWwogICAgewogICAgICAiaWQiOiAiMCIsCiAgICAgICJuYW1lIjogIk1hbW1hbCIsCiAgICAgICJmdWxsTmFtZSI6ICJNYW1tYWwgUGFydHkiLAogICAgICAiYWJicmV2IjogIk1hIgogICAgfSwKICAgIHsKICAgICAgImlkIjogIjEiLAogICAgICAibmFtZSI6ICJGaXNoIiwKICAgICAgImZ1bGxOYW1lIjogIkZpc2ggUGFydHkiLAogICAgICAiYWJicmV2IjogIkYiCiAgICB9CiAgXSwKICAicHJlY2luY3RzIjogWwogICAgewogICAgICAiaWQiOiAicHJlY2luY3QtYzEtdzEtMSIsCiAgICAgICJuYW1lIjogIlByZWNpbmN0IDEiCiAgICB9LAogICAgewogICAgICAiaWQiOiAicHJlY2luY3QtYzEtdzEtMiIsCiAgICAgICJuYW1lIjogIlByZWNpbmN0IDIiCiAgICB9LAogICAgewogICAgICAiaWQiOiAicHJlY2luY3QtYzEtdzIiLAogICAgICAibmFtZSI6ICJQcmVjaW5jdCAzIgogICAgfSwKICAgIHsKICAgICAgImlkIjogInByZWNpbmN0LWMyIiwKICAgICAgIm5hbWUiOiAiUHJlY2luY3QgNCIKICAgIH0KICBdLAogICJzZWFsIjogIjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHZpZXdCb3g9XCIwIDAgOTgzLjM0NzIzIDk4My4zMjc0MlwiIHZlcnNpb249XCIxLjFcIiB5PVwiMFwiIHg9XCIwXCIgeG1sbnM6eGxpbms9XCJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rXCI+PHRpdGxlPlNlYWwgb2YgTW9udGdvbWVyeSBDb3VudHksIE1hcnlsYW5kLjwvdGl0bGU+PHBhdGggZD1cIm0gNDkxLjY2MDc2LC0wLjAwMzkwNjI0IGMgLTY2LjM3LDAgLTEzMC43ODA2LDEzLjAwODMzNjI0IC0xOTEuMzcwNTksMzguNjQ4MzM2MjQgLTU4LjU2LDI0LjczIC0xMTEuMTQwMzgsNjAuMTk1ODAyIC0xNTYuMzAwMzgsMTA1LjMyOTggLTQ1LjE1MTk5NCw0NS4xNCAtODAuNTkzMzI3LDk3Ljc0MDg1IC0xMDUuMzQ5MzI3LDE1Ni4yODA4NCAtMjUuNjY4LDYwLjYyIC0zOC42NDA1MjQwMzQ5OTYsMTI1LjAzMDEzIC0zOC42NDA1MjQwMzQ5OTYsMTkxLjM5MDEyIDAsNjYuMzgwMDEgMTIuOTcyNDMwMDM0OTk2LDEzMC43Nzk5IDM4LjY0NDQzMDAzNDk5NiwxOTEuMzk5OSAyNC43NTQsNTguNTQxIDYwLjE5NTU2OCwxMTEuMTIwMzcgMTA1LjMzOTU3MSwxNTYuMzAwMzcgNDUuMTYxOTksNDUuMTE0OTkgOTcuNzM5MzcsODAuNTc2MjcgMTU2LjMwMDM3LDEwNS4zMTAyNiA2MC41ODQsMjUuNjc5MDEgMTI1LjAwMDU5LDM4LjY2MjAxIDE5MS4zNzA1OSwzOC42NjIwMSBsIDAuMDA2LDAuMDExNyBjIDY2LjM3MiwwIDEzMC43NTg0MSwtMTIuOTgzIDE5MS4zNzg0MSwtMzguNjYyMDEgNTguNTQzLC0yNC43MzY5OSAxMTEuMTUwODQsLTYwLjE5ODI3IDE1Ni4yODA4NCwtMTA1LjMxMDI2IDQ1LjEzNDk5LC00NS4xOCA4MC41OTk4LC05Ny43NjAzNyAxMDUuMzI5NzksLTE1Ni4zMDAzOCAyNS42NjEwMSwtNjAuNjIyIDM4LjY5MTMxLC0xMjUuMDEwMTIgMzguNjkxMzEsLTE5MS4zOTAxMiAwLC02Ni4zNiAtMTMuMDMwMywtMTMwLjc3MDEzIC0zOC42OTEzMSwtMTkxLjM5MDEzIEMgOTE5LjkxOTgxLDI0MS43MTY1NiA4ODQuNDYsMTg5LjExNjE4IDgzOS4zMjAwMSwxNDMuOTc2MTggNzk0LjE5MDAxLDk4Ljg0MDE4NSA3NDEuNTg5MTcsNjMuMzc0MzgzIDY4My4wMzkxNywzOC42NDYzODMgNjIyLjQxOTE3LDEzLjAwNDM4MyA1NTguMDMwNzYsLTAuMDAzOTA2MjQgNDkxLjY2MDc2LC0wLjAwMzkwNjI0IFpcIiBmaWxsPVwiI2ZmZlwiLz48cGF0aCBkPVwibTQwNS45MyA4NzcuMzZjNTIuMDggMTEuNTc0IDEwNC44MyAxMi42MjIgMTU2Ljg3IDMuMDU5OCA1MC4yNjgtOS4yMDUgOTcuNjkyLTI3Ljg4MyAxNDAuOTktNTUuNDI4IDQzLjI5Ny0yNy41MzEgODAuMjUzLTYyLjYxNCAxMDkuOTItMTA0LjIyIDMwLjY1Ni00My4wODIgNTIuMDk3LTkxLjMyMiA2My42NzItMTQzLjQgMTEuNTc0LTUyLjA4IDEyLjU4NS0xMDQuODYgMy4wNTUzLTE1Ni44NS05LjI0OTgtNTAuMjc2LTI3Ljg3LTk3LjcxMi01NS40MjktMTQwLjk5LTI3LjU0OS00My4zMi02Mi42MDktODAuMjc2LTEwNC4yNC0xMDkuOTUtNDMuMDk5LTMwLjY4Ny05MS4zMjUtNTIuMDc3LTE0My40LTYzLjY1MS01Mi4wNjgtMTEuNTcxLTEwNC44My0xMi42MjUtMTU2Ljg1LTMuMDc3Mi01MC4yNTYgOS4yNTQzLTk3LjY3IDI3Ljg4MS0xNDAuOTcgNTUuNDU2LTQzLjI5MiAyNy41MjgtODAuMjk3IDYyLjYwMi0xMDkuOTEgMTA0LjI0LTMwLjcgNDMuMDQ5LTUyLjEwNyA5MS4yOTctNjMuNjgxIDE0My4zOC0xMS41NzQgNTIuMDgtMTIuNjE3IDEwNC44NS0zLjA0NjEgMTU2Ljg4IDkuMjAwNCA1MC4yNDIgMjcuODY3IDk3LjY4OCA1NS40MjIgMTQwLjk2IDI3LjU1MyA0My4yOTMgNjIuNjAyIDgwLjI5NyAxMDQuMjIgMTA5LjkyIDQzLjA4MSAzMC43MDIgOTEuMzIgNTIuMDk3IDE0My4zOSA2My42NjhtLTI5Mi43NS00NjkuODJjMTEuMzUtNTEuMDcyIDMyLjM5My05OC40MzMgNjIuNDgxLTE0MC43IDI5LjA3OS00MC44NDEgNjUuMzU2LTc1LjI1MSAxMDcuODYtMTAyLjMgNDIuNDU2LTI3LjAwOCA4OS4wMDUtNDUuMzMxIDEzOC4zMy01NC4zNzIgNTEuMDIzLTkuMzY5IDEwMi44My04LjMzNzIgMTUzLjkgMy4wMTI4IDUxLjA5MiAxMS4zNTQgOTguNDYyIDMyLjM2NCAxNDAuNzIgNjIuNDY0IDQwLjg0MSAyOS4wNzkgNzUuMjIxIDY1LjM4NyAxMDIuMjggMTA3Ljg0IDI3LjAyNSA0Mi40OTYgNDUuMzI2IDg5LjAzNyA1NC4zNyAxMzguMzUgOS4zNjYzIDUxLjAzNSA4LjMzMjUgMTAyLjg0LTMuMDE3NCAxNTMuOTEtMTEuMzU0IDUxLjA5Mi0zMi4zNTYgOTguNDM5LTYyLjQ1NyAxNDAuNy0yOS4wOCA0MC44NDUtNjUuMzcgNzUuMjUtMTA3Ljg1IDEwMi4yOC00Mi41IDI3LjA0My04OS4wMiA0NS4zNTEtMTM4LjMzIDU0LjM5NC01MS4wMjkgOS4zNDIyLTEwMi44NSA4LjMzNjEtMTUzLjk0LTMuMDE3OS01MS4wNzItMTEuMzUtOTguNDM0LTMyLjM4NS0xNDAuNjktNjIuNDU5LTQwLjg0OS0yOS4wODEtNzUuMjYyLTY1LjM3My0xMDIuMjctMTA3Ljg3LTI3LjA0OS00Mi40OC00NS4zMzktODkuMDE1LTU0LjM4Mi0xMzguMzMtOS4zNTQyLTUxLjAzMi04LjM2MTYtMTAyLjgzIDIuOTkyOC0xNTMuOTJcIi8+PHBhdGggZD1cIm00OTEuNjYgOTgzLjMzYzY2LjM3MiAwIDEzMC43Ni0xMi45ODQgMTkxLjM4LTM4LjY2MyA1OC41NDMtMjQuNzM3IDExMS4xNS02MC4xOTggMTU2LjI4LTEwNS4zMSA0NS4xMzUtNDUuMTggODAuNi05Ny43NiAxMDUuMzMtMTU2LjMgMjUuNjYxLTYwLjYyMiAzOC42OTEtMTI1LjAxIDM4LjY5MS0xOTEuMzkgMC02Ni4zNi0xMy4wMy0xMzAuNzctMzguNjkxLTE5MS4zOS0yNC43My01OC41Ni02MC4xOS0xMTEuMTYtMTA1LjMzLTE1Ni4zLTQ1LjEzLTQ1LjEzNi05Ny43My04MC42MDItMTU2LjI4LTEwNS4zMy02MC42Mi0yNS42NDItMTI1LjAxLTM4LjY1LTE5MS4zOC0zOC42NXMtMTMwLjc4IDEzLjAwOC0xOTEuMzcgMzguNjQ4Yy01OC41NiAyNC43My0xMTEuMTQgNjAuMTk2LTE1Ni4zIDEwNS4zMy00NS4xNTIgNDUuMTQtODAuNTk0IDk3Ljc0LTEwNS4zNSAxNTYuMjgtMjUuNjY4IDYwLjYyLTM4LjY0IDEyNS4wMy0zOC42NCAxOTEuMzkgMCA2Ni4zOCAxMi45NzIgMTMwLjc4IDM4LjY0NCAxOTEuNCAyNC43NTQgNTguNTQxIDYwLjE5NiAxMTEuMTIgMTA1LjM0IDE1Ni4zIDQ1LjE2MiA0NS4xMTUgOTcuNzM5IDgwLjU3NiAxNTYuMyAxMDUuMzEgNjAuNTg0IDI1LjY3OSAxMjUgMzguNjYzIDE5MS4zNyAzOC42NjNtLTQ4NC41My00OTEuNjdjMC02NS40MSAxMi43OTgtMTI4Ljg4IDM4LjA1OS0xODguNTkgMjQuNDEyLTU3LjcyNSA1OS4zNi0xMDkuNTMgMTAzLjg2LTE1NC4wMyA0NC41MDktNDQuNDk5IDk2LjMwNS03OS40MzIgMTU0LjAyLTEwMy44MyA1OS43NDUtMjUuMjg3IDEyMy4xOS0zOC4wOTUgMTg4LjYxLTM4LjA5NSA2NS4zOTYgMCAxMjguODYgMTIuODEgMTg4LjYgMzguMDk1IDU3LjcwMyAyNC40IDEwOS41MyA1OS4zMzUgMTU0LjAzIDEwMy44MyA0NC40NzcgNDQuNDk3IDc5LjQxIDk2LjMwMyAxMDMuODMgMTU0LjAzIDI1LjI2MyA1OS43MTEgMzguMDczIDEyMy4xOCAzOC4wNzMgMTg4LjU5IDAgNjUuNDMyLTEyLjgxIDEyOC44OC0zOC4wNzMgMTg4LjYxLTI0LjQyNCA1Ny43MDUtNTkuMzU2IDEwOS41My0xMDMuODMgMTUzLjk4LTQ0LjQ5NyA0NC41MTktOTYuMzI3IDc5LjQ3NS0xNTQuMDMgMTAzLjg4LTU5LjczNSAyNS4yNTktMTIzLjIgMzguMDY5LTE4OC42IDM4LjA2OS02NS40MjIgMC0xMjguODctMTIuODEtMTg4LjYxLTM4LjA2OS01Ny43Mi0yNC40MS0xMDkuNTItNTkuMzYtMTU0LjAzLTEwMy44OC00NC40OS00NC40Ni03OS40NC05Ni4yOC0xMDMuODUtMTUzLjk5LTI1LjI2My01OS43My0zOC4wNjEtMTIzLjE3LTM4LjA2MS0xODguNjFcIi8+PHBhdGggZD1cIm02MTQuNjQgMjI0LjgzYzQuMTQ2MS00Ljk5MzcgNi45OTY3LTEyLjQ4NiAxMC4zOTEtMTcuNzQ0aDEuNDY3M2wxOS4xNzUgMTEuNzIyYzIuMzYyOSAwLjI2Nzg4IDQuMjM4LTEuNDcxMyA1LjE2OTYtMy4yNTA1IDEuMDI3NS02LjQyMSAxLjAyNzUtMTAuNjExIDIuNDEwOS0xNi45NDQgNS41Mjk0IDcuNjcyNCAxMC44NzUgMTcuNTcyIDE0LjA0MSAyNi4yMmgtNTIuNjU1XCIgZmlsbD1cIiNmZmZcIi8+PHBhdGggZD1cIm0yNDQuMTYgNDY5LjUyYzAgMjAxLjEzIDEwMy4yIDMxMC41IDI0Ny41NCAzNjQuMTQgMTQ0LjI4LTUzLjYzOSAyNDcuNDYtMTYzLjAxIDI0Ny40Ni0zNjQuMTR2LTI0NC42OWgtNDk1djI0NC42OVwiIGZpbGw9XCIjMDA5NmQ1XCIvPjxwYXRoIGQ9XCJtMjQ0LjE4IDIyNC44M3YyNDQuNjljMCAyMDEuMTMgMTAzLjE2IDMxMC41IDI0Ny40NCAzNjQuMTQgMTQ0LjM3LTUzLjYzOSAyNDcuNTQtMTYzLjAxIDI0Ny41NC0zNjQuMTR2LTI0NC42OWgtNDk0Ljk4bTQ4MS4zNCAyMzEuMTR2MTMuNTU0YzAgOTIuMTYxLTIyLjU2MSAxNjkuMzQtNjYuODgxIDIyOS4zMS0zOC43MDYgNTIuMjU2LTk0Ljg4IDkyLjYxMy0xNjcuMDIgMTIwLjI2LTcyLjEyLTI3LjY1LTEyOC4yMy02OC0xNjYuODktMTIwLjI2LTQ0LjQzLTU5Ljk2LTY2Ljk1LTEzNy4xNS02Ni45NS0yMjkuMzF2LTIzMS4xNGg0NjcuNzR6XCIgZmlsbD1cIiMxZjE5MWFcIi8+PHBhdGggZD1cIm00NjIuMzIgNDkzLjA2djMzLjY2NGgtNTguMjQ5di0zMy42NjRoLTU4LjI5N3YzMy42NjRoLTU4LjMyMXYtMzMuNjY0aC0yOS4xNTRjMS42ODcyIDM4LjgzOCA3LjU4MDQgNzQuNzI1IDE3LjYwOCAxMDcuNzIgMTIuMDE4IDM2LjUxOSAyOS4xNzggNzEuNTE4IDUyLjUwMyAxMDIuOTYgMzguNDk4IDQ5Ljc5NyA5My4yOTIgODguNTQyIDE2Mi45NCAxMTUuMjV2LTMyNS45M2gtMjkuMDNcIiBmaWxsPVwiI2ZmMWIyY1wiLz48cGF0aCBkPVwibTQ5MS4zNSAyMzguNDN2MjU0LjY4aDI5LjI0NnYzMy42Nmg1OC4yMjV2LTMzLjY2aDU4LjMyMXYzMy42Nmg1OC4yNzd2LTMzLjY2aDMwLjEzOHYtMjU0LjY4XCIgZmlsbD1cIiNmZjFiMmNcIi8+PGcgZmlsbD1cIiMxZjE5MWFcIj48cGF0aCBkPVwibTU3Ny40IDY1NS44NWg0My4yMDh2My42NjIzaC00My4yMDh6XCIvPjxwYXRoIGQ9XCJtNTcyLjU4IDY1OS41MXYtMy42NjIzLTQuODA5OGg0LjgxNzcgNDcuOTN2NC44MDk4IDguNDI4aC00LjcyMTgtNDguMDI1elwiLz48cGF0aCBkPVwibTYxNy42MiA2ODEuNTNjLTYuMTA5MS02LjU1MjktNi4wMjEyLTE3LjE2NC02LjAyMTItMTcuMTY0aC0xMC44MzV2MjAuNzM0YzAgMS4wMjM1LTAuODUxNiAxLjgyNzEtMS43NzkyIDEuODI3MS0xLjA3NTUgMC0xLjg3NTEtMC44MDM2Mi0xLjg3NTEtMS44Mjcxdi0yMC43MzRoLTEwLjc5NXMwLjA5NiAxMC42MTEtNS45NjkyIDE3LjE2NGMtNi4wNjUyIDYuMzgxLTE0LjM1NyAzLjQ4MjQtMTQuMzU3IDMuNDgyNHMwLjE3NTkyIDQuMzE4IDIuNDEwOSA2Ljk0ODdjMi4wNTEgMi43NjI3IDMuODM0MiA0LjgxNzggNy40ODg1IDUuMDM3NiAyLjU0MjggMC4xNzk5MiA2LjczNjgtMS4zMzU0IDcuNTgwNC0wLjQ4Mzc3IDAuNjE5NyAwLjg0MzYtMC4wODggNC44MDk4IDUuMTIxNiAxMS4wOTUgNC44NjE3IDUuODAxMyAxMC4zOTUgNS45ODEyIDEwLjM5NSA1Ljk4MTJzNS40Mzc0LTAuMTc5OTIgMTAuMjkxLTUuOTgxMmM1LjIyNTYtNi4yODUgNC41OTc4LTEwLjI1MSA1LjIyNTYtMTEuMDk1IDAuNzUxNjUtMC44NTE2IDQuOTA1NyAwLjY2MzY5IDcuNDg4NSAwLjQ4Mzc3IDMuNjU4My0wLjIxOTg5IDUuNDMzNC0yLjI3MDkgNy41ODA0LTUuMDM3NiAyLjE4My0yLjYzMDggMi4zMTg5LTYuOTQ4NyAyLjMxODktNi45NDg3cy04LjMwMDEgMi44OTg2LTE0LjI2OS0zLjQ4MjRcIi8+PHBhdGggZD1cIm01ODQuODUgNzEwLjYxYy0yLjk4NjYtMy41MjI0LTQuNDU3OS02LjgyNDgtNS4xNjk2LTkuMjc1Ny0xLjAyNzUgMC4yMjc5LTIuMjM1IDAuMzk5ODItMy40Nzg0IDAuMzk5ODJoLTAuNjIzN2MtNS42NjE0LTAuMTcxOTItOS4xNDM3LTQuMTg2LTEwLjkxOS02LjczMjgtMy41NzAzLTQuNjI5OC0zLjM5NDQtOS40MDM2LTMuNDgyNC05Ljc1OTRsLTAuMjU5ODgtNi45NTY3IDYuNTQ4OSAyLjEzOWMwLTAuMDg0IDAuOTM5NTYgMC40MDc4MSAyLjk0NjYgMC40MDc4MSAyLjEzNS0wLjEzMTk0IDQuMzIyLTAuNDkxNzcgNi4yODUtMi41NDY4IDQuMTktNC4yNzggNC44MTM4LTEyLjkyMiA0LjgxMzgtMTMuOTA5IDAtMC4wNDgtMC4wNDQtMC4wOTE5LTAuMDQ0LTAuMDkxOSAwLTEuMjUxNCAwLjQ4Mzc3LTIuNTM4OCAxLjQyMzMtMy4zOTA0IDAuODQzNi0wLjkzNTU2IDIuMDUxLTEuNDE5MyAzLjM4NjQtMS40MTkzIDAuMzE1ODUgMCAwLjYyMzcxIDAuMDQ4IDAuOTM5NTYgMC4wODRoOC43Mzk5IDQuNzY5OCA5Ljk0MzNjMC44OTE1OC0wLjEzMTk0IDEuNTk5MiAwIDIuMDAzMSAwLjA4NCAxLjMzOTQgMC40MDc4MSAxLjQyMzMgMC42NzE2OSAxLjY5MTIgMC44NTE2bDAuNTgzNzIgMC4zOTk4MiA4LjM0MDEgOC4yNTIxaC02LjQ2OWMwLjYyMzcxIDMuMDMwNiAxLjg3NTEgNi43MzI4IDQuMjQyIDkuMDAzOGwtMy40NzQ0IDMuMzkwNCAzLjU2MjMtMy4yNTQ1YzEuODc1MSAyLjA1NSA0LjEwMjEgMi41NDY4IDYuMjAxMSAyLjU0NjggMS44NzExIDAgMi45ODY2LTAuNDA3ODEgMi45ODY2LTAuNDA3ODFsNi41MTMtMi4yNzA5LTAuMjI3ODkgNi45NTY3Yy0wLjA4OCAwLjM5OTgxIDAuMTMxOTQgNS4yNjE1LTMuMjUwNSA5LjcxNTQtMS44NzUxIDIuNDk4OC00Ljk5MzcgNi4xMTMxLTExLjk0NiA2LjQyNXYwLjM5OTgyYy0xLjE2MzUgMC0yLjMyMjktMC4xMzE5NC0zLjI5ODQtMC4yNjM4OC0wLjYyMzcxIDIuNDUwOC0yLjIzNSA1LjYxMzQtNS4xNzc2IDkuMzE1Ni02LjAxMzIgNy4xMzY3LTEzLjA2NiA3LjY2ODQtMTQuMTgxIDcuNjY4NC0wLjY3NTY5LTAuMDA4LTcuODA0My0wLjUzOTc1LTEzLjkxNy03Ljc2MDR6bTIuNDU0OC0xNi45NDhjMi41NDI4IDUuNTc3NCAwLjE3NTkyIDQuNTA1OSA0LjkwOTcgMTAuODMxIDMuMzg2NCA0LjEwNjEgNi4zNzMgNC4yODYgNi41NDg5IDQuMjg2IDAtMC40NDM3OSAzLjEyMjUgMC4wODQgNi43NzY4LTQuMjg2IDQuODYxNy02LjMyNSAyLjQ1NDgtNS4zODk1IDQuNzczOC0xMC41MTkgMS45MTUxLTIuNjMwOCA0LjE0Ni0yLjU0NjggNS4wODE2LTIuNjMwOCAyLjU0MjggMC4wODQgNC45MDk3IDAuNzExNjYgNi4wMjUyIDAuNzExNjYgMC4wNDQtMC4wNCAwLjUzNTc1IDAgMC43OTk2MyAwLjA0OCAwLjkzNTU2LTAuMTc5OTIgMS4zNzk0LTAuNDkxNzcgMi41Mzg4LTEuOTE1MS0zLjM4NjQtMC40NDM3OS03LjQ0NDUtMS44NzUxLTEwLjc0My01LjQ0MTRsMC4wNDQtMC4wNGMtNC42MzM4LTUuMTc3Ni02LjI4NS0xMS4zMzEtNi45MTI4LTE1LjU2NWgtMS42MDcydjE1Ljk2MWMtMC4wODQgMy43MDIzLTIuODk0NiA2LjUwNS02LjU5MjkgNi41OTY5LTMuNTcwMyAwLTYuNjQ0OS0yLjk5MDYtNi42NDQ5LTYuNTk2OXYtMTUuOTYxaC0xLjY5NTJjLTAuNjY3NjggNC4xODYtMi4zMTQ5IDEwLjM4Ny02Ljg2ODggMTUuNjk3LTMuMzQyNCAzLjQyNjQtNy4zMDQ2IDQuODU3Ny0xMC42NTUgNS4zNDk1IDEuNDIzMyAxLjY0NzIgMS42NTEyIDEuODI3MSAyLjc2NjcgMS45NTkxaDAuMzU1ODNjMC43NTE2NSAwIDMuMTE4NS0wLjcxOTY2IDYuMTA1MS0wLjgwMzYyIDAuMDg4LTAuMDQgMC4xNzk5Mi0wLjA0IDAuMzU5ODMtMC4wNCAwLjkzMTU3IDAgMy40MzA0IDAuNTMxNzYgNC42MzM4IDIuMzU4OXpcIi8+PHBhdGggZD1cIm01OTguOTggNTg5LjczYzAuOTI3NTYgMCAxLjc3OTIgMC44OTU1OCAxLjc3OTIgMS44MjcxdjU5LjMwNGg3Ljg0NDNjMC45Mzk1Ni00LjA2MjEgMi41ODY4LTcuODQ4MyA0Ljk5MzctMTEuMzcxIDUuMTc3Ni03LjYyODQgMTIuODktMTIuODQ2IDIxLjk4Ni0xNC42NzMgMC45MzE1Ni0wLjM1MTgzIDIuMDA3MSAwLjIyNzkgMi4yMjcgMS4xNjM1IDAuMzU5ODMgMC45NzU1NC0wLjE3NTkyIDIuMDA3MS0xLjExMTUgMi4zMTg5LTguMjQ4MSAxLjU5OTItMTUuNDIxIDYuMzI1LTIwLjA2NyAxMy4yODItMS45MTUxIDIuODk4Ni0zLjI1MDUgNS45NzMyLTQuMTk0IDkuMjc1Nmg0Ljc3MzhjOC44MjM5LTYuNTk2OSAxMy43NzQtOC4wMjgyIDIxLjYyMi0zLjQ4MjQgNC44NjU3IDIuODEwNyA2LjkxMjggOC4xMjAyIDYuMjg1IDEzLjk2MXYwLjA4NGMwLjM1NTgzLTAuMzExODUgMC43NTU2NS0wLjY3MTY5IDEuMjA3NC0wLjk4MzU0IDI1Ljk5Ni0xOC45OTEgMTAuODc1LTUxLjcyLTcuNDA0NS01MS43Mi0xNC43MTcgMC0yNC40MjkgNi41MTMtMzIuNzMzIDIxLjk4MmwtMi4yNjY5LTMuNzAyMyAyLjA1MS0yLjcxODdjOC4zMzYxLTguMzg4MSAxMS43My0yNS4xNDggMTEuMTkxLTM1LjI3MS0wLjc5OTYyLTEzLjI0Mi0xMC42OTktMjQuNzg4LTEzLjE1LTI4LjgwMi0yLjcxODctNC41NDk5LTUuMDM3Ni04LjI5MjEtNS4wMzc2LTguMjkyMXMtMi40MTA5IDMuNzQ2Mi01LjE3NzYgOC4yOTIxYy0yLjQwNjkgNC4wMTQxLTEyLjMwMiAxNS41NjUtMTMuMDY2IDI4LjgwMi0wLjU3NTczIDEwLjEyMyAyLjgxMDcgMjYuODg3IDExLjE0NyAzNS4yNzFsMi4wNTUgMi43MTg3LTIuMjc0OSAzLjcwMjNjLTguMzgwMS0xNS40NjktMTguMDEyLTIxLjk4Mi0zMi43MjktMjEuOTgyLTE4LjIzNSAwLTMzLjM0OCAzMi43MjktNy4zOTY1IDUxLjcyIDAuNDgzNzcgMC4zMTE4NSAwLjg0MzYxIDAuNjcxNjkgMS4yNDc0IDAuOTgzNTR2LTAuMDg0Yy0wLjY2NzY5LTUuODQxMyAxLjQyMzMtMTEuMTUxIDYuMjQ1MS0xMy45NjEgNy44NDQzLTQuNTQ1OSAxMi44MzgtMy4xMTQ1IDIxLjY2MiAzLjQ4MjRoNC44MTc3Yy0wLjk3NTU0LTMuMzAyNC0yLjMxODktNi4zODEtNC4zMjYtOS4yNzU2LTQuNjI5OC02Ljk1NjctMTEuNzI3LTExLjY4My0xOS45MjctMTMuMjgyLTAuOTc1NTUtMC4zMTE4NS0xLjQ2NzMtMS4zNDM0LTEuMjAzNC0yLjMxODkgMC4yMjc4OS0wLjkzNTU2IDEuMzc5NC0xLjUxNTMgMi4yNzA5LTEuMTYzNSA5LjAwMzggMS44MjcyIDE2LjgxMiA3LjA0NDcgMjEuOTgyIDE0LjY3MyAyLjMxODkgMy41MjI0IDMuOTcwMSA3LjMwODYgNC45NDk3IDExLjM3MWg3Ljg0ODN2LTU5LjMwNGMwLjAwOC0wLjkzMTU2IDAuODA3NjItMS44MjcxIDEuODc5MS0xLjgyNzFcIi8+PHBhdGggZD1cIm02NDAuMzEgNjYxLjQzdjAuMTc5OTFjLTAuMDg4LTEuMjk1NCAwLTIuMjM1IDAtMi4zMTg5LTAuMDg4LTMuODgyMi0xLjMzOTQtNi4yNDExLTMuOTY2Mi03LjgwMDQtMi43MjY3LTEuNjA3Mi00LjMyNi0yLjAwNzEtNS45MjkyLTIuMDA3MS0yLjEzOS0wLjA5MTktNS4yNTc1IDEuMjUxNC0xMy4yNDYgNi4xMDUxaC0xMS4xNDctNC4xNDYxLTQuODA5OC0xMS42MzktNi40NjVsLTEuMTU5NS0wLjkzNTU2Yy01LjM1MzUtNC4wMTQxLTguNDI4LTUuMjYxNS0xMC42MDctNS4yNjE1LTEuMjk1NCAwLTMuMTY2NSAwLjQ5MTc3LTUuODkzMiAyLjE4Ny0yLjYyNjggMS40NzUzLTMuODc4MiAzLjgzNDItMy45NjIxIDcuNTgwNCAwIDAuMTMxOTQgMCAwLjY2MzY5IDAuMTc1OTIgMi4xODd2OS45Mzk0bC03LjY2ODQtNi4xMDUxLTEuMTU5NC0wLjkzNTU2Yy0xMS4yNzktOC4wNzYyLTE1Ljk2NS0xOS4wODMtMTUuOTY1LTI5LjIwNiAwLjE4MzkxLTE2LjA1NiAxMS4yODctMzAuODE0IDI2LjIyLTMxLjEyNSA3LjI2ODYtMC4wODQgMTMuNjk0IDEuNTE5MyAxOS4zNTUgNC43Nzc4LTEuNjk1Mi02LjExMzEtMi40MTA5LTEyLjI2Ni0yLjQ1MDgtMTcuNDM2IDAtMS4wMzE1IDAtMS44NzUxIDAuMDg4LTIuNTQ2OCAwLjkzMTU2LTE1LjI5MyAxMS44NTgtMjcuNjkxIDEzLjczNC0zMC45ODUgMi44MDI3LTQuNTkzOCA1LjI1NzUtOC4zODQxIDUuMjU3NS04LjQ3Mmw0LjA2MjEtNi4zNzcgNC4wMTAxIDYuNDY1czIuMzYyOSAzLjc4NjIgNS4wODE2IDguMjkyMWMxLjg3NTEgMy4zODY0IDEyLjg5IDE1Ljc4MSAxMy44MyAzMi4xMDF2MS4zMzk0Yy0wLjA0OCA1LjI1NzUtMC44MDc2MiAxMS41MDMtMi40NTQ4IDE3LjYxNiA1LjY2MTQtMy4yNTg1IDEyLjE3LTQuODY1NyAxOS40MzktNC43Nzc4IDE0Ljg0OSAwLjMxMTg2IDI1Ljk0OCAxNC45MzcgMjYuMDQgMzEuMTI1IDAuMDg4IDEwLjExOS00LjU5MzggMjEuMTMtMTUuNjA1IDI5LjExbC05LjAwNzggNy4zMTY2di0xMC4wMzF6bS05Mi4yNDkgMC40OTE3N2MtMC4wNDQtMC4xNzk5Mi0wLjA4NC0wLjMxMTg2LTAuMDg0LTAuNDkxNzdoLTAuMDQ4bDAuMTMxOTQgMC40OTE3N3ptOTMuMS0xOC43MjdjMy42MDIzIDIuMDQ3IDYuMDYxMiA1LjIxNzYgNy40NDQ1IDguNzgzOSA0LjkwMTctNS40NDE0IDYuNzI4OC0xMS4yODMgNi43Mjg4LTE2Ljk0NCAwLTExLjk0Ni05LjAwMzgtMjEuNTM4LTE2LjQ0OC0yMS41MzgtMTMuMTU0IDAuMjI3ODktMjAuMzc4IDQuODA5OC0yOC41MzkgMTkuMzUxbC0zLjk2NjEgNy40NDg1LTAuODUxNi0xLjM4MzR2NS41Njk0YzEuMDMxNS0yLjY3MDggMi4zNjY5LTUuMzAxNSA0LjA2MjEtNy43NTI0IDUuNzkzMy04LjU2OCAxNC43MTctMTQuNTc3IDIzLjc2NS0xNi4yNzIgMC4zNTk4NCAwIDAuNTM1NzUtMC41Mzk3NSAyLjcxODctMC42MjM3MSAyLjg5ODYgMCA1LjI2MTUgMS45NTkxIDYuMzgxIDQuOTQxNyAwIDAuMTc5OTIgMC4xNzU5MiAwLjg1MTYxIDAuMTc1OTIgMS43ODcyLTAuMDg4IDMuMDMwNi0xLjg3NTEgNS4wODE2LTUuMDM3NiA2LjQxNy02LjA2OTIgMS4yMTE0LTExLjMyNyA0LjI3OC0xNS4yMDkgOC44MzE5IDIuNTkwOC0xLjIxMTQgNS4xNzc2LTEuOTE5MSA4LjAyODItMS45MTkxIDMuNjk4MyAwIDcuMjY0NiAxLjE2MzQgMTAuNzQ3IDMuMzAyNHptLTk4Ljg1LTguMTYwMmMwLjA4OCA1LjYxMzQgMS44MzEyIDExLjM3MSA2Ljc3NjggMTYuODA0IDEuMzgzNC0zLjU2MjMgMy44NzgyLTYuNjg0OSA3LjQ5MjUtOC42NDQgMy4zODY0LTEuOTY3MSA2Ljg2NDgtMy4zOTA0IDEwLjYxMS0zLjM5MDQgMy4wNzg2IDAuMDQ4IDUuODgxMiAwLjg5MTU4IDguMjQ4MSAyLjEzOS0zLjg3ODItNC42Mzc4LTkuMTg3Ny03Ljc1MjQtMTUuNzQxLTkuMDk1Ny0yLjk0MjYtMS4wMjM1LTQuNTkzOC0zLjgzNDItNC41OTM4LTYuNDY1di0wLjU3OTczYzAtMC4yMjc4OSAwLjA4NC0xLjA3MTUgMC41Nzk3My0xLjk1OTEgMS4wNzU1LTIuNTgyOCAzLjIxMDUtMy44ODIyIDUuOTc3Mi00LjAxNDEgMCAwLjA4NCAwLjQ5MTc2IDAuMDg0IDAuOTMxNTYgMC4wODQgMC40OTE3NyAwIDAuOTM5NTYtMC4wODQgMC42NzE2OCAwLjE3OTkyIDEwLjI1NSAyLjA1NSAxOS4wODMgNy45ODAzIDI0Ljk3MiAxNi43MiAxLjY0MzIgMi40NTA4IDIuOTgyNiA1LjAzNzYgNC4wNTQxIDcuODAwNHYtNS44NDEzbC0wLjkzMTU2IDEuNTIzMy0zLjk3MDEtNy4zMTY2Yy04LjI0ODEtMTQuNjczLTE1LjM4NS0xOS4yNTUtMjguNDQ3LTE5LjQ4My03LjYyODQgMC4wMDQtMTYuNjMyIDkuNjc1NS0xNi42MzIgMjEuNTM4em01NS41OTgtNzIuMzYyYy0yLjk4NjYgNC43MjU4LTExLjgxNCAxNS40MjEtMTIuMzk4IDI2LjYxNi0wLjA4NCAwLjYxOTcxLTAuMDg0IDEuMzgzNC0wLjA4NCAxLjk2MzEtMC4xMzE5NCA3LjQ0NDUgMi4yNzQ5IDE4LjQxMSA2Ljg2NDggMjUuODE2di0yNS41NTZjMC0zLjY1MDMgMi44MTA3LTYuNTUyOSA2LjY5MjktNi42NDA5djQuODYxNyAxLjc3OTItMS43NzkyLTQuODYxN2MzLjkxODIgMC4yNjc4NyA2LjI4NTEgMi44OTg2IDYuNTQ4OSA2LjY0MDl2MjUuNTU2YzQuNDEzOS03LjA4ODcgNi45MTI4LTE4LjM3MSA2Ljc3NjgtMjUuOTk2IDAuMDg4LTAuNDAzODEtMC4wODQtMS4xNjM0IDAtMS43ODMyLTAuNTc5NzMtMTEuMTk1LTkuNDA3Ni0yMS45ODItMTIuNDgyLTI2LjYxNi0wLjMwNzg2LTAuNTM5NzUtMC42MjM3MS0xLjA3NTUtMC45MzE1Ny0xLjU2MzMtMC4zMTk4NSAwLjQ4Nzc3LTAuNjI3NyAxLjAyMzUtMC45ODc1MyAxLjU2MzN6XCIvPjwvZz48ZyBmaWxsPVwiI2Y5YWUwMFwiPjxwYXRoIGQ9XCJtNTc3LjQgNjU1Ljg1aDQzLjIwOHYzLjY2MjNoLTQzLjIwOHpcIi8+PHBhdGggZD1cIm02MTcuNjIgNjgxLjUzYy02LjEwOTEtNi41NTI5LTYuMDIxMi0xNy4xNjQtNi4wMjEyLTE3LjE2NGgtMTAuODM1djIwLjczNGMwIDEuMDIzNS0wLjg1MTYgMS44MjcxLTEuNzc5MiAxLjgyNzEtMS4wNzU1IDAtMS44NzUxLTAuODAzNjItMS44NzUxLTEuODI3MXYtMjAuNzM0aC0xMC43OTVzMC4wOTYgMTAuNjExLTUuOTY5MiAxNy4xNjRjLTYuMDY1MiA2LjM4MS0xNC4zNTcgMy40ODI0LTE0LjM1NyAzLjQ4MjRzMC4xNzU5MiA0LjMxOCAyLjQxMDkgNi45NDg3YzIuMDUxIDIuNzYyNyAzLjgzNDIgNC44MTc4IDcuNDg4NSA1LjAzNzYgMi41NDI4IDAuMTc5OTIgNi43MzY4LTEuMzM1NCA3LjU4MDQtMC40ODM3NyAwLjYxOTcgMC44NDM2LTAuMDg4IDQuODA5OCA1LjEyMTYgMTEuMDk1IDQuODYxNyA1LjgwMTMgMTAuMzk1IDUuOTgxMiAxMC4zOTUgNS45ODEyczUuNDM3NC0wLjE3OTkyIDEwLjI5MS01Ljk4MTJjNS4yMjU2LTYuMjg1IDQuNTk3OC0xMC4yNTEgNS4yMjU2LTExLjA5NSAwLjc1MTY1LTAuODUxNiA0LjkwNTcgMC42NjM2OSA3LjQ4ODUgMC40ODM3NyAzLjY1ODMtMC4yMTk4OSA1LjQzMzQtMi4yNzA5IDcuNTgwNC01LjAzNzYgMi4xODMtMi42MzA4IDIuMzE4OS02Ljk0ODcgMi4zMTg5LTYuOTQ4N3MtOC4zMDAxIDIuODk4Ni0xNC4yNjktMy40ODI0XCIvPjxwYXRoIGQ9XCJtNTk4Ljk4IDU4OS43M2MwLjkyNzU2IDAgMS43NzkyIDAuODk1NTggMS43NzkyIDEuODI3MXY1OS4zMDRoNy44NDQzYzAuOTM5NTYtNC4wNjIxIDIuNTg2OC03Ljg0ODMgNC45OTM3LTExLjM3MSA1LjE3NzYtNy42Mjg0IDEyLjg5LTEyLjg0NiAyMS45ODYtMTQuNjczIDAuOTMxNTYtMC4zNTE4MyAyLjAwNzEgMC4yMjc5IDIuMjI3IDEuMTYzNSAwLjM1OTgzIDAuOTc1NTQtMC4xNzU5MiAyLjAwNzEtMS4xMTE1IDIuMzE4OS04LjI0ODEgMS41OTkyLTE1LjQyMSA2LjMyNS0yMC4wNjcgMTMuMjgyLTEuOTE1MSAyLjg5ODYtMy4yNTA1IDUuOTczMi00LjE5NCA5LjI3NTZoNC43NzM4YzguODIzOS02LjU5NjkgMTMuNzc0LTguMDI4MiAyMS42MjItMy40ODI0IDQuODY1NyAyLjgxMDcgNi45MTI4IDguMTIwMiA2LjI4NSAxMy45NjF2MC4wODRjMC4zNTU4My0wLjMxMTg1IDAuNzU1NjUtMC42NzE2OSAxLjIwNzQtMC45ODM1NCAyNS45OTYtMTguOTkxIDEwLjg3NS01MS43Mi03LjQwNDUtNTEuNzItMTQuNzE3IDAtMjQuNDI5IDYuNTEzLTMyLjczMyAyMS45ODJsLTIuMjY2OS0zLjcwMjMgMi4wNTEtMi43MTg3YzguMzM2MS04LjM4ODEgMTEuNzMtMjUuMTQ4IDExLjE5MS0zNS4yNzEtMC43OTk2Mi0xMy4yNDItMTAuNjk5LTI0Ljc4OC0xMy4xNS0yOC44MDItMi43MTg3LTQuNTQ5OS01LjAzNzYtOC4yOTIxLTUuMDM3Ni04LjI5MjFzLTIuNDEwOSAzLjc0NjItNS4xNzc2IDguMjkyMWMtMi40MDY5IDQuMDE0MS0xMi4zMDIgMTUuNTY1LTEzLjA2NiAyOC44MDItMC41NzU3MyAxMC4xMjMgMi44MTA3IDI2Ljg4NyAxMS4xNDcgMzUuMjcxbDIuMDU1IDIuNzE4Ny0yLjI3NDkgMy43MDIzYy04LjM4MDEtMTUuNDY5LTE4LjAxMi0yMS45ODItMzIuNzI5LTIxLjk4Mi0xOC4yMzUgMC0zMy4zNDggMzIuNzI5LTcuMzk2NSA1MS43MiAwLjQ4Mzc3IDAuMzExODUgMC44NDM2MSAwLjY3MTY5IDEuMjQ3NCAwLjk4MzU0di0wLjA4NGMtMC42Njc2OS01Ljg0MTMgMS40MjMzLTExLjE1MSA2LjI0NTEtMTMuOTYxIDcuODQ0My00LjU0NTkgMTIuODM4LTMuMTE0NSAyMS42NjIgMy40ODI0aDQuODE3N2MtMC45NzU1NC0zLjMwMjQtMi4zMTg5LTYuMzgxLTQuMzI2LTkuMjc1Ni00LjYyOTgtNi45NTY3LTExLjcyNy0xMS42ODMtMTkuOTI3LTEzLjI4Mi0wLjk3NTU1LTAuMzExODUtMS40NjczLTEuMzQzNC0xLjIwMzQtMi4zMTg5IDAuMjI3ODktMC45MzU1NiAxLjM3OTQtMS41MTUzIDIuMjcwOS0xLjE2MzUgOS4wMDM4IDEuODI3MiAxNi44MTIgNy4wNDQ3IDIxLjk4MiAxNC42NzMgMi4zMTg5IDMuNTIyNCAzLjk3MDEgNy4zMDg2IDQuOTQ5NyAxMS4zNzFoNy44NDgzdi01OS4zMDRjMC4wMDgtMC45MzE1NiAwLjgwNzYyLTEuODI3MSAxLjg3OTEtMS44MjcxXCIvPjwvZz48ZyBmaWxsPVwiIzFmMTkxYVwiPjxwYXRoIGQ9XCJtMzUxLjE5IDM4MS45MWg0My4xODR2My43MDIzaC00My4xODR6XCIvPjxwYXRoIGQ9XCJtMzQ2LjM1IDM4NS41N3YtMy43NTAyLTQuODEzOGg0Ljc5MzggNDcuOTc0djQuODEzOCA4LjUxNmgtNC43ODk4LTQ3Ljk3OHpcIi8+PHBhdGggZD1cIm0zOTEuNDggNDA3LjU5Yy02LjEzMzEtNi41MDktNi4wMDUyLTE3LjIxNi02LjAwNTItMTcuMjE2aC0xMC44MDN2MjAuNzc4YzAgMS4wNzE1LTAuNzgzNjMgMS44NzUxLTEuODc5MSAxLjg3NTEtMS4wMDM1IDAtMS44MjMxLTAuODAzNjItMS44MjMxLTEuODc1MXYtMjAuNzc4aC0xMC44MTVzMC4wODggMTAuNzA3LTUuOTkzMiAxNy4yMTZjLTYuMDIxMiA2LjQxNy0xNC4zMzcgMy41MjI0LTE0LjMzNyAzLjUyMjRzMC4yMTk5IDQuMzcgMi4zODI5IDYuOTk2N2MyLjA5OSAyLjYzMDggMy44ODYyIDQuNzczOCA3LjU4MDQgNC45OTc3IDIuNTQyOCAwLjEzMTk0IDYuNzEyOC0xLjM4MzQgNy40OTI1LTAuNDkxNzcgMC42Njc2OSAwLjc5OTYyLTAuMDUyIDQuODEzNyA1LjE4OTYgMTEuMTQ3IDQuNzk3OCA1Ljc5MzMgMTAuMzIzIDUuOTI5MiAxMC4zMjMgNS45MjkyczUuNTI5NC0wLjEzNTkzIDEwLjM3MS01LjkyOTJjNS4yNDE2LTYuMzMzIDQuNTIxOS0xMC4zNDcgNS4xNDU2LTExLjE0NyAwLjgyMzYyLTAuODkxNTggNC45NzM3IDAuNjIzNzEgNy41NDA1IDAuNDkxNzcgMy43MDIzLTAuMjIzOSA1LjQzMzQtMi4zNjY5IDcuNjIwNC00Ljk5NzcgMi4wOTEtMi42MjY4IDIuMzM4OS02Ljk5NjcgMi4zMzg5LTYuOTk2N3MtOC4zNjAxIDIuODk4Ni0xNC4zMjktMy41MjI0XCIvPjxwYXRoIGQ9XCJtMzU4Ljc3IDQzNi43OWMtMy4wMDY2LTMuNjA2My00LjUwMTktNi45NTI3LTUuMjU3NS05LjM2MzYtMS4wMDM1IDAuMTc5OTItMi4yMzEgMC4zMTE4Ni0zLjQ3ODQgMC4zMTE4NiAwIDAtMC4yNjM4OCAwLjEzNTkzLTAuNTU1NzQgMC4xMzU5My01LjczMzMtMC4zMTE4NS05LjA5NTctNC4zMjYtMTAuOTkxLTYuNzc2OC0zLjQ1NDQtNC41OTM4LTMuMzY2NC05LjQxMTYtMy40NTQ0LTkuNzYzNGwtMC4yODc4Ni02Ljg2NDggNi40ODkgMS45NTkxYzAuMDg0IDAgMS4xMTE1IDAuMzk5ODIgMy4wOTA2IDAuMzk5ODIgMi4wNTkgMCA0LjMwNi0wLjM5OTgyIDYuMjg1LTIuNTM4OCA0LjEwNjEtNC4xOSA0LjczMzgtMTIuOTc4IDQuNzA1OC0xMy45MTMgMCAwLTAuMDItMC4wNDQtMC4wMi0wLjA4NCAwLTEuMjkxNCAwLjU4MzcyLTIuNTQyOCAxLjQwNzMtMy4zOTA0IDAuOTU5NTUtMC45MzU1NiAyLjE2My0xLjM4MzQgMy4zOTA0LTEuMzgzNGgwLjA4NCA5LjY3OTUgNC43ODk4IDEwLjc4N2MxLjE0MzUgMCAxLjc4MzIgMC40NDM3OSAyLjE2MyAwLjU4MzczIDEuMDI3NSAwLjUzMTc1IDEuMDI3NSAwLjcxMTY3IDEuMjMxNCAwLjc5OTYybDguMzYwMSA4LjIwODJoLTYuNDIxYzAuNjIzNzEgMy4wMzA2IDEuODUxMSA2Ljg2NDggNC4xNzQgOS4xODM3bC0zLjQ4MjQgMy4yOTg1LTMuNDc4NCAzLjI1MDVjLTQuNzQ5OC01LjIxNzYtNi4zNzctMTEuNTAzLTYuOTUyNy0xNS43MzdoLTEuNTgzM3YxNi4wNDhjMCAzLjQ3ODQtMy4wOTQ2IDYuNjQwOS02LjY2NDkgNi42NDA5LTMuNjc4MyAwLTYuNTgwOS0zLjA3ODYtNi42NjQ5LTYuNjQwOXYtMTYuMDQ4aC0xLjYwNzJjLTAuNTk5NzIgNC4xOS0yLjI1MSAxMC40MjctNi44NDA4IDE1LjczNy0zLjM2NjQgMy41MjI0LTcuNDI0NSA0Ljk5MzctMTAuNzI3IDUuNDQxNCAxLjQwNzMgMS42MDMyIDEuNzQzMiAxLjgyMzIgMi44MzA3IDIuMDAzMWwwLjI2Mzg4LTAuMDg0YzAuODUxNiAwLjA4NCAzLjIxODUtMC42Njc2OCA2LjEwOTEtMC44NDc2IDAuMzc5ODItMC4wODggMy41NzAzIDAuMDg0IDQuNzg5OCAyLjEzOSAzLjAxNDYgNS44NDEzIDAuMjg3ODcgNC44MTM3IDUuMTc3NiAxMS4xOTEgMy42NTQzIDQuMzI2IDYuNzQ4OCA0LjEwMjEgNi41NTI5IDQuMjM0IDAtMC40ODc3NyAzLjIxMDUgMC4wOTIgNi43NzY4LTQuMjM0IDQuODc3Ny02LjUwODkgMi4zMzg5LTUuMzQ5NSA1LjE0OTYtMTEuMTAzIDEuNjA3Mi0xLjk1OTEgMy4zODY0LTIuMTM5IDQuNzA1OC0yLjEzOSAyLjYyNjggMC4wOTIgNS4wNjE2IDAuNjY3NjkgNi4xMDUxIDAuNjY3NjkgMC4yNDc4OC0wLjA0NCAwLjUzOTc1IDAgMC44NzE1OSAwLjA0OCAwLjgyNzYxLTAuMTc5OTIgMS4yNjc0LTAuNTc5NzMgMi40MjY5LTEuODcxMS0zLjM4NjQtMC40NDc3OS03LjQwNDUtMS44NzUxLTEwLjcyNy01LjQ0MTRsMy40Nzg0LTMuMjUwNSAzLjQ4MjQtMy4yOTg1YzEuOTU5MSAyLjA1MSA0LjIxNCAyLjUzODggNi4zNzMgMi41Mzg4IDEuODc1MSAwIDMuMDk0Ni0wLjM5OTgxIDMuMDk0Ni0wLjM5OTgxbDYuNTc2OS0xLjk1OTEtMC4zNzU4MyA2Ljg2NDhjLTAuMTc5OTEgMC4zNTU4MyAwIDUuMTY5Ni0zLjQ3NDQgOS43NjM0LTEuOTY3MSAyLjQ1MDktNS4yNjU1IDYuNDY1LTEwLjk5NSA2Ljc3NjhsLTIuMTM5IDAuMDg0LTAuNDAzODEtMC4zOTk4MWMtMC41NTU3NC0wLjA0OC0xLjA5MTUtMC4wODgtMS41ODMzLTAuMTc5OTItMC42NzE2OSAyLjUzODgtMi4xNjMgNS43NDkzLTUuMTczNiA5LjQwNzYtNi4wODEyIDcuMjI4Ni0xMy4yMjIgNy42Njg0LTE0LjE3NyA3LjY2ODQtMC43Mjc2Ni0wLjAwNC03Ljg2NDMtMC40NDM3OS0xMy44ODUtNy42NzI0em0tNS44OTcyLTEyLjEyNiAwLjE3NTkyLTAuMDQ0Yy0wLjA0OCAwLTAuMDkyIDAuMDQ0LTAuMTc1OTIgMC4wNDR6XCIvPjxwYXRoIGQ9XCJtMzcyLjgyIDMxNS44M2MxLjA0NzUgMCAxLjgwMzIgMC44MDM2MiAxLjgwMzIgMS44MzExdjU5LjIxMmg3Ljg3NjNjMC45NTU1NS00LjAxNDEgMi41ODI4LTcuNzU2NCA0Ljk2NTctMTEuMjM5IDUuMTQ5Ni03LjY2ODQgMTIuOTMtMTIuOTMgMjEuOTYyLTE0Ljc1NyAwLjk1NTU1LTAuMzExODUgMi4wMDMxIDAuMjIzODkgMi4yNjY5IDEuMjAzNCAwLjMzOTg0IDAuOTM1NTYtMC4yMjM4OSAyLjAwNy0xLjE3OTQgMi4zMTg5LTguMjA0MiAxLjYwMzItMTUuMzQxIDYuMjg1LTE5Ljk5NSAxMy4yNDYtMS45NjcxIDIuOTQyNi0zLjI3NDUgNi4wMjEyLTQuMjM4IDkuMjMxN2g0Ljc0OThjOC44NDc4LTYuNTEyOSAxMy44MjItNy45MzYzIDIxLjY3LTMuNDM0NCA0Ljg1NzcgMi44MTA3IDcuMDAwNyA4LjA3MjIgNi4zMDUgMTMuOTU3djAuMTc1OTJjMC4zNzk4Mi0wLjM5OTgxIDAuNzM5NjUtMC43NTU2NSAxLjEzOTUtMS4wNzE1IDI2LjAzNi0xOC45NDcgMTAuOTE5LTUxLjcyLTcuMzM2Ni01MS43Mi0xNC43MTMgMC0yNC4zNDUgNi41NTI5LTMyLjc0OSAyMS45MzRsLTIuMjc0OS0zLjY1ODMgMi4wNTktMi42NzA4YzguMzYwMS04LjM4NDEgMTEuNzI2LTI1LjE0OCAxMS4xOTEtMzUuMzU5LTAuNzc5NjQtMTMuMjQ2LTEwLjY5OS0yNC43NDQtMTMuMDY2LTI4LjgwMi0yLjc4MjctNC41MDU5LTUuMTQ5Ni04LjI0ODEtNS4xNDk2LTguMjQ4MXMtMi4zMzg5IDMuNzQ2Mi01LjA4MTYgOC4yNDgxYy0yLjQ1MDggNC4wNTgxLTEyLjM3IDE1LjU2MS0xMy4xMDYgMjguODAyLTAuNTgzNzMgMTAuMjExIDIuNzg2NyAyNi45NzUgMTEuMTQ3IDM1LjM1OWwyLjAwNzEgMi42NzA4LTIuMTkxIDMuNjU4M2MtOC40MDQxLTE1LjM4NS0xOC4wNzYtMjEuOTM0LTMyLjc5My0yMS45MzQtMTguMjU1IDAtMzMuMzcyIDMyLjc2OS03LjM3NjYgNTEuNzIgMC40NDc3OSAwLjMxMTg2IDAuODcxNiAwLjY3MTY5IDEuMjY3NCAxLjA3MTUtMC4wNDgtMC4wNDQtMC4wNDgtMC4wODgtMC4wNDgtMC4xNzU5Mi0wLjY4NzY4LTUuODg5MiAxLjQ3NTMtMTEuMTQ3IDYuMzEzLTEzLjk1NyA3LjgwNDQtNC41MDE5IDEyLjc3NC0zLjA3ODYgMjEuNTc4IDMuNDM0NGg0Ljc5MzhjLTAuOTE1NTctMy4yMTA1LTIuMjc0OS02LjI4NS00LjIzOC05LjIzMTctNC42NjE4LTYuOTU2Ny0xMS43Ny0xMS42MzktMTkuOTU1LTEzLjI0Ni0wLjk1OTU1LTAuMzExODYtMS41NTkzLTEuMzgzNC0xLjIyNzQtMi4zMTg5IDAuMjYzODctMC45Nzk1NSAxLjMxOTQtMS41MTUzIDIuMjc0OS0xLjIwMzQgOS4wNTE4IDEuODI3MSAxNi44MDggNy4wODg3IDIxLjk2MiAxNC43NTcgMi4zODI5IDMuNDc4NCA0LjAxMDEgNy4yMjQ2IDQuOTY1NyAxMS4yMzloNy44MjQzdi01OS4yMTJjMC4wMDgtMS4wMjc1IDAuODU1Ni0xLjgzMTEgMS44ODMxLTEuODMxMVwiLz48cGF0aCBkPVwibTMyMy42IDM5MS4yMy0xLjA0NzUtMC45MzU1NmMtMTEuMTc1LTguMDcyMi0xNS45NjUtMTkuMDM5LTE1Ljg1My0yOS4yMDYgMC4wODgtMTYuMDUyIDExLjE2Ny0zMC43NjYgMjYuMDg0LTMxLjE0NSA3LjI4NDYtMC4wODQgMTMuNzUgMS41NjMzIDE5LjQzNSA0Ljg4NTctMS42OTUyLTYuMTA5MS0yLjQ1MDgtMTIuMzA2LTIuNTM4OC0xNy41NzIgMC0wLjkzMTU3IDAuMTA3OTUtMS43NzkyIDAuMTA3OTUtMi41MTg4IDAuOTM1NTYtMTUuMzEzIDEyLjAxNC0yNy43MTEgMTMuNzk4LTMwLjk4NSAyLjgxMDctNC41ODk4IDUuMTQ5Ni04LjM2MDEgNS4xNDk2LTguMzYwMWwzLjk0NjItNi40NjUgNC4xMjIxIDYuNDY1YzAuMTExOTQgMCAyLjQ1MDggMy43NjYyIDUuMjU3NSA4LjM2MDEgMS43ODMyIDMuMjc0NSAxMi43NyAxNS42NzMgMTMuNzE0IDMxLjQ1NyAwIDAuMjYzODcgMCAxLjAyMzUgMC4wODggMS45NTkxLTAuMDg4IDUuMzA1NS0wLjgyNzYxIDExLjU0Ny0yLjUyMjggMTcuNjU2IDUuNjY5My0zLjI5ODQgMTIuMTMtNC45Njk3IDE5LjQxOS00Ljg4NTcgMTQuODQ1IDAuMzc5ODIgMjUuOTA0IDE1LjAwNSAyNi4xMDQgMzEuMTQ1IDAgMTAuMTY3LTQuNzkzOCAyMS4xMzQtMTUuNDk3IDI4Ljg1bC05LjIwMzcgOC42di0xMC45NjctMC40NDM3OWMwLjExMTk0LTAuOTc5NTQgMC4xMTE5NC0xLjUxNTMgMC4xMTE5NC0xLjkxNTEtMC4xMTE5NC0zLjc0NjItMS4zMTk0LTYuMDY1Mi00LjAzODEtNy42Njg0LTIuNjM0OC0xLjYwMzItNC4zMjYtMS45NTkxLTUuODQ1My0xLjk1OTEtMi4yNTEtMC4xMzU5NC01LjM0NTUgMS4yMDM0LTEzLjQxNCA2LjA2MTJoLTExLjE3NS00LjEyMjEtNC43NzM4LTExLjYzOS02LjM5M2wtMS4yMDc0LTEuMDIzNWMtNS4yNjE1LTMuOTIyMi04LjI2ODEtNS4xNzM2LTEwLjUyMy01LjE3MzYtMS4zMTU0IDAtMy4xMDI2IDAuNDkxNzctNS45MDkyIDIuMTgzLTIuNjM0OCAxLjM4NzQtMy45NDYyIDMuODM4Mi0zLjk0NjIgNy41ODA0LTAuMDg4IDAuMjIzODkgMCAwLjc1NTY0IDAgMC45MzU1NmwzLjg1NDIgMTQuNzU3LTExLjU0My05LjY3MTV6bS03LjMzMjYtMzAuMTQyYzAuMDY0IDUuNTczNCAxLjgwMzIgMTEuMzcxIDYuNzM2OCAxNi44MDggMS40MTkzLTMuNTY2MyAzLjkzODItNi42ODQ5IDcuNTMyNS04LjY0OCAzLjM4NjQtMS45NjMxIDYuODY4OC0zLjM0MjQgMTAuNjExLTMuMzQyNCAyLjg5NDYgMCA1LjUyOTQgMC43MTE2NiA4LjE2MDIgMS45NTkxLTMuODc4Mi00LjU0OTktOS4yMzU3LTcuNjcyNC0xNS43NjEtOS4wMDc4LTIuNjMwOC0wLjkzNTU2LTQuNTA1OS0zLjI5ODQtNC41ODk4LTYuMzczIDAtMC4xMzU5NCAwLTAuNDA3ODEgMC4wODQtMS4yNTE0IDAuMDItMC4xMzU5MyAwLjEzMTk0LTAuNDkxNzcgMC4zNzk4Mi0wLjk4MzU0IDAuOTE1NTctMi40OTg4IDMuMjMwNS00LjM3IDYuMjAxMS00LjM3IDAgMC4wODggMC41NTU3NCAwLjA4OCAxLjAxOTUgMC4wODggMC41NjM3My0wLjA4OCAxLjAzMTUtMC4wODggMC40NzU3OCAwLjIyMzkgMTAuMzE5IDIuMDUxIDE5LjE0NyA4LjA3MjIgMjQuOTY0IDE2LjY3NiAxLjY0NzIgMi40MTA5IDIuOTkwNiA0Ljk0OTcgNC4wMzgxIDcuNTgwNHYtNS40Mzc0bC0wLjczOTY1IDEuMjUxNC00LjA1ODEtNy4zMTI2Yy04LjE2NDItMTQuNTMzLTE1LjM4NS0xOS4xNTEtMjguNTM1LTE5LjQxNS03LjYwODQgMC4wODQtMTYuNTIgOS43Mzk0LTE2LjUyIDIxLjU1NHptOTguODQ2IDguMTYwMmMzLjU0NjMgMi4wMDcxIDYuMDE3MiA1LjEyNTYgNy40MjA1IDguNjQ4IDQuODgxNy01LjM5MzUgNi42ODg5LTExLjIzOSA2Ljc0ODgtMTYuODA4IDAtMTEuOTA2LTkuMDAzOC0yMS40Ny0xNi41MTYtMjEuNTU4LTEzLjEzIDAuMjYzODctMjAuMjY2IDQuODg1Ny0yOC41MzkgMTkuNDE1bC0zLjkzODIgNy4zMTI2LTAuOTE1NTctMS41MTUzLTAuMDI0IDUuOTI1MmMxLjA3MTUtMi43MjI3IDIuNDI2OS01LjMwNTUgNC4xMjIxLTcuNzEyNCA1LjgyMTMtOC42OTU5IDE0LjczNy0xNC43MTcgMjMuNzYxLTE2LjQwOCAwLjI3MTg4IDAgMC43Mzk2Ni0wLjU4MzczIDIuNzI2Ny0wLjY3MTY5IDIuODA2Ny0wLjA4OCA1LjUyOTQgMi4wOTUgNi4zNzcgNC45OTM3IDAuMDg0IDAuNTM1NzUgMC4xOTk5IDEuMDI3NSAwLjE5OTkgMS42OTUyLTAuMTExOTQgMy4wNzg2LTEuODk5MSA1LjAzNzYtNS4wODE2IDYuNDY1LTYuMDY5MiAxLjIwNzQtMTEuMzc5IDQuMzI2LTE1LjI1MyA4Ljg3MTggMi42MTA4LTEuMjAzNCA1LjI4MTUtMS45MTUxIDguMjA0Mi0xLjkxNTEgMy41NzAzIDAuMDA0IDcuMTQwNiAxLjIxMTQgMTAuNzA3IDMuMjYyNXptLTM1LjY3MS01MS42MTItMC4wNDggMjUuNjEyYzQuNDU3OS03LjEwODcgNi45NTI3LTE4LjQzMSA2LjgwNDgtMjYuMDh2LTEuODc1MWMtMC41NjM3My0xMS4xNjctOS4zOTE2LTIxLjg3LTEyLjI5LTI2LjU3Mi0wLjM1MTgzLTAuNTU5NzQtMC43MTE2Ni0xLjEzOTUtMS4wNDc1LTEuNjc1Mi0wLjMzMTg0IDAuNTM1NzUtMC42Njc2OCAxLjExNTUtMS4wMjc1IDEuNjc1Mi0zLjA5NDUgNC43MDE4LTExLjkyMiAxNS40MDUtMTIuNDgyIDI2LjU3MnYxLjk1OTFjLTAuMTUxOTMgNy41NjQ0IDIuMjMxIDE4LjQ2MyA2Ljc1NjggMjUuNzcydi0yNS4zOTJjMC0zLjc0NjIgMy4xODI1LTYuNTUyOSA2LjY2NDktNi42Njg5djQuODg1NyAxLjc4MzItMS43ODMyLTQuODg1N2MzLjY1ODMgMC4xMjM5NCA2LjU4MDkgMy4yMTg1IDYuNjY4OSA2LjY3Mjl6XCIvPjwvZz48ZyBmaWxsPVwiI2Y5YWUwMFwiPjxwYXRoIGQ9XCJtMzUxLjE5IDM4MS45MWg0My4xODR2My43MDIzaC00My4xODR6XCIvPjxwYXRoIGQ9XCJtMzkxLjQ4IDQwNy41OWMtNi4xMzMxLTYuNTA5LTYuMDA1Mi0xNy4yMTYtNi4wMDUyLTE3LjIxNmgtMTAuODAzdjIwLjc3OGMwIDEuMDcxNS0wLjc4MzYzIDEuODc1MS0xLjg3OTEgMS44NzUxLTEuMDAzNSAwLTEuODIzMS0wLjgwMzYyLTEuODIzMS0xLjg3NTF2LTIwLjc3OGgtMTAuODE1czAuMDg4IDEwLjcwNy01Ljk5MzIgMTcuMjE2Yy02LjAyMTIgNi40MTctMTQuMzM3IDMuNTIyNC0xNC4zMzcgMy41MjI0czAuMjE5OSA0LjM3IDIuMzgyOSA2Ljk5NjdjMi4wOTkgMi42MzA4IDMuODg2MiA0Ljc3MzggNy41ODA0IDQuOTk3NyAyLjU0MjggMC4xMzE5NCA2LjcxMjgtMS4zODM0IDcuNDkyNS0wLjQ5MTc3IDAuNjY3NjkgMC43OTk2Mi0wLjA1MiA0LjgxMzcgNS4xODk2IDExLjE0NyA0Ljc5NzggNS43OTMzIDEwLjMyMyA1LjkyOTIgMTAuMzIzIDUuOTI5MnM1LjUyOTQtMC4xMzU5MyAxMC4zNzEtNS45MjkyYzUuMjQxNi02LjMzMyA0LjUyMTktMTAuMzQ3IDUuMTQ1Ni0xMS4xNDcgMC44MjM2Mi0wLjg5MTU4IDQuOTczNyAwLjYyMzcxIDcuNTQwNSAwLjQ5MTc3IDMuNzAyMy0wLjIyMzkgNS40MzM0LTIuMzY2OSA3LjYyMDQtNC45OTc3IDIuMDkxLTIuNjI2OCAyLjMzODktNi45OTY3IDIuMzM4OS02Ljk5NjdzLTguMzYwMSAyLjg5ODYtMTQuMzI5LTMuNTIyNFwiLz48cGF0aCBkPVwibTM3Mi44MiAzMTUuODNjMS4wNDc1IDAgMS44MDMyIDAuODAzNjIgMS44MDMyIDEuODMxMXY1OS4yMTJoNy44NzYzYzAuOTU1NTUtNC4wMTQxIDIuNTgyOC03Ljc1NjQgNC45NjU3LTExLjIzOSA1LjE0OTYtNy42Njg0IDEyLjkzLTEyLjkzIDIxLjk2Mi0xNC43NTcgMC45NTU1NS0wLjMxMTg1IDIuMDAzMSAwLjIyMzg5IDIuMjY2OSAxLjIwMzQgMC4zMzk4NCAwLjkzNTU2LTAuMjIzODkgMi4wMDctMS4xNzk0IDIuMzE4OS04LjIwNDIgMS42MDMyLTE1LjM0MSA2LjI4NS0xOS45OTUgMTMuMjQ2LTEuOTY3MSAyLjk0MjYtMy4yNzQ1IDYuMDIxMi00LjIzOCA5LjIzMTdoNC43NDk4YzguODQ3OC02LjUxMjkgMTMuODIyLTcuOTM2MyAyMS42Ny0zLjQzNDQgNC44NTc3IDIuODEwNyA3LjAwMDcgOC4wNzIyIDYuMzA1IDEzLjk1N3YwLjE3NTkyYzAuMzc5ODItMC4zOTk4MSAwLjczOTY1LTAuNzU1NjUgMS4xMzk1LTEuMDcxNSAyNi4wMzYtMTguOTQ3IDEwLjkxOS01MS43Mi03LjMzNjYtNTEuNzItMTQuNzEzIDAtMjQuMzQ1IDYuNTUyOS0zMi43NDkgMjEuOTM0bC0yLjI3NDktMy42NTgzIDIuMDU5LTIuNjcwOGM4LjM2MDEtOC4zODQxIDExLjcyNi0yNS4xNDggMTEuMTkxLTM1LjM1OS0wLjc3OTY0LTEzLjI0Ni0xMC42OTktMjQuNzQ0LTEzLjA2Ni0yOC44MDItMi43ODI3LTQuNTA1OS01LjE0OTYtOC4yNDgxLTUuMTQ5Ni04LjI0ODFzLTIuMzM4OSAzLjc0NjItNS4wODE2IDguMjQ4MWMtMi40NTA4IDQuMDU4MS0xMi4zNyAxNS41NjEtMTMuMTA2IDI4LjgwMi0wLjU4MzczIDEwLjIxMSAyLjc4NjcgMjYuOTc1IDExLjE0NyAzNS4zNTlsMi4wMDcxIDIuNjcwOC0yLjE5MSAzLjY1ODNjLTguNDA0MS0xNS4zODUtMTguMDc2LTIxLjkzNC0zMi43OTMtMjEuOTM0LTE4LjI1NSAwLTMzLjM3MiAzMi43NjktNy4zNzY2IDUxLjcyIDAuNDQ3NzkgMC4zMTE4NiAwLjg3MTYgMC42NzE2OSAxLjI2NzQgMS4wNzE1LTAuMDQ4LTAuMDQ0LTAuMDQ4LTAuMDg4LTAuMDQ4LTAuMTc1OTItMC42ODc2OC01Ljg4OTIgMS40NzUzLTExLjE0NyA2LjMxMy0xMy45NTcgNy44MDQ0LTQuNTAxOSAxMi43NzQtMy4wNzg2IDIxLjU3OCAzLjQzNDRoNC43OTM4Yy0wLjkxNTU3LTMuMjEwNS0yLjI3NDktNi4yODUtNC4yMzgtOS4yMzE3LTQuNjYxOC02Ljk1NjctMTEuNzctMTEuNjM5LTE5Ljk1NS0xMy4yNDYtMC45NTk1NS0wLjMxMTg2LTEuNTU5My0xLjM4MzQtMS4yMjc0LTIuMzE4OSAwLjI2Mzg3LTAuOTc5NTUgMS4zMTk0LTEuNTE1MyAyLjI3NDktMS4yMDM0IDkuMDUxOCAxLjgyNzEgMTYuODA4IDcuMDg4NyAyMS45NjIgMTQuNzU3IDIuMzgyOSAzLjQ3ODQgNC4wMTAxIDcuMjI0NiA0Ljk2NTcgMTEuMjM5aDcuODI0M3YtNTkuMjEyYzAuMDA4LTEuMDI3NSAwLjg1NTYtMS44MzExIDEuODgzMS0xLjgzMTFcIi8+PC9nPjxwYXRoIGQ9XCJtNDQwLjUyIDU2Ni4yN2MtMC4wNDQtMi45ODY2LTAuMDQ0LTUuNDgxNC0wLjA0NC04LjU2IDAtMTEuNzMtOS40OTU2LTIxLjI2Ni0yMS4xODItMjEuMjY2aC0zMy45NjhjLTExLjY4MyAwLTIxLjE3OCA5LjUzOTUtMjEuMTc4IDIxLjI2NiAwIDMuMDc4Ni0wLjA0OCA1LjAzNzYgMCA4LjU2LTI0Ljk5NiAxNS42MDktNDEuOTYgNDYuMjM0LTQxLjk2IDgxLjM3OCAwIDUxLjA5MiAzNS44NzEgOTIuNDczIDgwLjEyMiA5Mi40NzMgNDQuMjMxIDAgODAuMDc4LTQxLjM4MSA4MC4wNzgtOTIuNDczIDAtMzUuMTQ0LTE2LjktNjUuNzY5LTQxLjg2OC04MS4zNzhtLTM4LjIxIDE2Ny40N2MtNDEuODIgMC03NS43MTMtMzguNTIyLTc1LjcxMy04NS45NiAwLTM0LjQyIDE3Ljc2OC02MS4zOTUgNDMuNDc2LTczLjcwOSAzLjYxMDMgMy4wMzQ2IDE4LjgxMSA2LjM4MSAzMi4zMjUgNi4zMzMgMTMuNDY2LTAuMDg4IDI4LjQ5MS0zLjI5ODUgMzIuMTQ5LTYuMzMzIDI1LjcwNCAxMi4zMSA0My40NDQgMzkuMjg2IDQzLjQ0NCA3My43MDkgMC4wMDQgNDcuNDM4LTMzLjg2IDg1Ljk2LTc1LjY4MSA4NS45NlwiIGZpbGw9XCIjMWYxOTFhXCIvPjxwYXRoIGQ9XCJtMzM4LjQgNjYwLjY3YzAtMzUgMjguNjI3LTYzLjQwMiA2My45MTQtNjMuNDAyczYzLjkxNCAyOC40MDMgNjMuOTE0IDYzLjQwMmMwIDM1LTI4LjYyNyA2My4zNTQtNjMuOTE0IDYzLjM1NHMtNjMuOTE0LTI4LjM1NS02My45MTQtNjMuMzU0bTk2LjE1NS04Ni41NDNjLTMuNzAyMyAyLjk4NjYtMTguNjgzIDYuMjQ1MS0zMi4xOTcgNi4yODUxLTEzLjQ2NiAwLjA0OC0yOC42NjctMy4yOTg1LTMyLjMyNS02LjI4NTEtMjUuNjYgMTIuMjYyLTQzLjQyOCAzOS4yMzgtNDMuNDI4IDczLjYxNCAwIDQ3LjQ4NiAzMy44OTIgODYuMDUyIDc1LjcxMyA4Ni4wNTIgNDEuNzc2IDAgNzUuNzEzLTM4LjU2NiA3NS43MTMtODYuMDUyLTAuMDA0LTM0LjM3Ni0xNy44Mi02MS4zNTEtNDMuNDc2LTczLjYxNFwiIGZpbGw9XCIjZjlhZTAwXCIvPjxwYXRoIGQ9XCJtNDAyLjMxIDU5Ny4yNmMtMzUuMjg3IDAtNjMuOTE0IDI4LjM1OS02My45MTQgNjMuMzU4IDAgMzUuMDQ4IDI4LjYyNyA2My40NDYgNjMuOTE0IDYzLjQ0NnM2My44Ny0yOC40MDMgNjMuODctNjMuNDQ2YzAtMzUtMjguNTgzLTYzLjM1OC02My44Ny02My4zNThtMCAxMjQuMDRjLTMyLjY2MSAwLTU5LjEyLTI1Ljk5Ni01OS4xMi01OC4wOTcgMC0zMi4wOTMgMjYuNDYtNTguMTg1IDU5LjEyLTU4LjE4NSAzMi42MzMgMCA1OS4xMiAyNi4wODggNTkuMTIgNTguMTg1IDAgMzIuMTAxLTI2LjQ4OCA1OC4wOTctNTkuMTIgNTguMDk3XCIgZmlsbD1cIiMxZjE5MWFcIi8+PHBhdGggZD1cIm00MTkuMDQgNTczLjA5YzEwLjA1MS0xLjM3OTQgMTYuMDI4LTQuMTQ2IDE1Ljk4MS0xNS42MDEgMC04LjYwNC03LjE1NjYtMTUuNjQ5LTE1Ljk4MS0xNS42NDlsLTE2Ljc5Mi0wLjM1OTgzYy04Ljg3MTggMC0xNi4wMjggNy4xODA2LTE2LjAyOCAxNi4wMDggMCA4LjgyNzkgNi41ODA5IDE2LjQ0OCAxNi4wMjggMTcuMDMyIDkuNDA3NiAwLjYyMzcxIDE2Ljc5Mi0xLjQzMTMgMTYuNzkyLTEuNDMxM1wiIGZpbGw9XCIjMDA5NmQ1XCIvPjxwYXRoIGQ9XCJtNjUyLjMgMjk1LjY4di04LjU2YzAtMTEuNzMtOS40NDc2LTIxLjIzLTIxLjEzNC0yMS4yM2gtMzMuOTcyYy0xMS42ODMgMC0yMS4yMjIgOS40OTk2LTIxLjIyMiAyMS4yM3Y4LjU2Yy0yNC45NjggMTUuNjQ5LTQxLjkwOCA0Ni4xOS00MS45MDggODEuNDE0IDAgNTEuMDUyIDM1Ljg0NyA5Mi40MjUgODAuMDc0IDkyLjQyNXM4MC4wNzgtNDEuMzc3IDgwLjA3OC05Mi40MjVjMC4wMDQtMzUuMjIzLTE2Ljg1Mi02NS43NjUtNDEuOTE2LTgxLjQxNG0tMzguMTYyIDE2Ny40N2MtNDEuODI0IDAtNzUuNzA5LTM4LjQ3OC03NS43MDktODUuOTE2IDAtMzQuNDE2IDE3Ljc4OC02MS40MzkgNDMuNDI0LTczLjc0NSAzLjY1NDMgMy4wMzQ2IDE4LjkwNyA2LjI4NTEgMzIuMzY5IDYuMjg1MSAxMy40Ny0wLjA0NCAyOC41MzktMy4yNTA1IDMyLjE5Ny02LjI4NTEgMjUuNjM2IDEyLjMwNiA0My40MjQgMzkuMzMgNDMuNDI0IDczLjc0NSAwLjAwNCA0Ny40MzgtMzMuODg0IDg1LjkxNi03NS43MDUgODUuOTE2XCIgZmlsbD1cIiMxZjE5MWFcIi8+PHBhdGggZD1cIm01NTAuMiAzOTAuMDJjMC0zNS4wNDQgMjguNzE5LTYzLjM5OCA2My45ODItNjMuMzk4IDM1LjI2NyAwIDYzLjg5NCAyOC4zNTkgNjMuODk0IDYzLjM5OCAwIDM1LjAwNC0yOC42MjcgNjMuNDAyLTYzLjg5NCA2My40MDItMzUuMjYzIDAtNjMuOTgyLTI4LjM5OS02My45ODItNjMuNDAybTk2LjIyMy04Ni41NDNjLTMuNzAyMyAzLjAzNDYtMTguNzI3IDYuMjQ1MS0zMi4xOTcgNi4yODUxLTEzLjQ2MiAwLTI4LjY2Ny0zLjI1MDUtMzIuMzY5LTYuMjg1MS0yNS42ODQgMTIuMzA2LTQzLjQyNCAzOS4zMy00My40MjQgNzMuNzA1IDAgNDcuNDgyIDMzLjkyOCA4NS45NiA3NS43NDggODUuOTYgNDEuNzc2IDAgNzUuNzEzLTM4LjQ3OCA3NS43MTMtODUuOTYgMC0zNC4zNzYtMTcuNzkyLTYxLjM5NS00My40NzItNzMuNzA1XCIgZmlsbD1cIiNmOWFlMDBcIi8+PHBhdGggZD1cIm02MTQuMjMgMzI2LjY3Yy0zNS4zMDcgMC02My44ODYgMjguMzU1LTYzLjg4NiA2My4zNTQgMCAzNS4wMDQgMjguNTc5IDYzLjQwMiA2My44ODYgNjMuNDAyIDM1LjIyNyAwIDYzLjg1NC0yOC40MDMgNjMuODU0LTYzLjQwMiAwLTM1LTI4LjYyNy02My4zNTQtNjMuODU0LTYzLjM1NG0wIDEyNC4wOGMtMzIuNjMzIDAtNTkuMTItMjYuMDM2LTU5LjEyLTU4LjEzNyAwLTMyLjA2MSAyNi40ODgtNTguMTQxIDU5LjEyLTU4LjE0MSAzMi41NTcgMCA1OS4wMzYgMjYuMDggNTkuMDM2IDU4LjE0MSAwIDMyLjEwNS0yNi40OCA1OC4xMzctNTkuMDM2IDU4LjEzN1wiIGZpbGw9XCIjMWYxOTFhXCIvPjxwYXRoIGQ9XCJtNjMwLjkxIDMwMi41NWMxMC4wNzktMS40MjMzIDE2LjA1Ni00LjIzOCAxNS45NjUtMTUuNjQ5IDAtOC42OTU5LTcuMDQ4Ny0xNS42NDktMTUuOTY1LTE1LjY0OWwtMTYuODA4LTAuMzU5ODNjLTguODcxOCAwLTE2LjAwOCA3LjEzMjctMTYuMDA4IDE2LjAwOCAwIDguODI3OSA2LjYwMDkgMTYuNDA4IDE2LjAwOCAxNy4wNzYgOS40NTE2IDAuNTgzNzMgMTYuODA4LTEuNDI3MyAxNi44MDgtMS40MjczXCIgZmlsbD1cIiMwMDk2ZDVcIi8+PGcgZmlsbD1cIiMxZjE5MWFcIj48cGF0aCBkPVwibTM5NC40MiA1MDIuNmgtMzkuMDc0djMzLjcwOGgtNzcuNDcydi05LjU0MzUtMjQuMTY1bC0xOS42MzkgMC4wOTJ2LTE5LjIxOWgzOC44Nzh2OS41NDM1IDI0LjA3M2gzOC45N3YtMzMuNjE2aDc3LjQ5MnY5LjU0MzUgMjMuOTQxaDM5LjE3di0zMy40ODRoOS41NjM1IDI5LjA5djE5LjEyN2gtMTkuNDE5djMzLjcwOGgtNzcuNTZ2LTkuNTQzNXpcIi8+PHBhdGggZD1cIm02MjcuNTIgNTAyLjU2aC0zOS4wNTh2MzMuNzA4aC03Ny42MjR2LTkuNTgzNS0yNC4wMzNoLTE5LjQ0M3YtMTkuMjYzaDM4LjcwMnY5LjY3MTUgMjQuMDMzaDM5LjEwMnYtMzMuNzA0aDc3LjQ4OHY5LjY3MTUgMjQuMDMzaDM5LjA2MnYtMzMuNzA0aDkuNjc5NWwzMC4xMzggMC4wODc5djE5LjE3NWgtMjAuNTU4djMzLjYxNmgtNzcuNDg4di05LjU4MzV6XCIvPjxwYXRoIGQ9XCJtNTAxLjAzIDQ5My4wNnYzMjUuOTNoLTE5LjI4M3YtMzI1LjkzelwiLz48cGF0aCBkPVwibTUwMC45OCAyMzguMzR2MjU0Ljc3aC0xOS4yNjd2LTI1NC43N3pcIi8+PC9nPjxwYXRoIGQ9XCJtOTQyLjcxIDYyMi41NS01LjQ4OTUgMTYuNDExcS0yLjA4MTggNi4yMjM2LTQuNTQyOCA4LjkwMTUtMi40MzY0IDIuNzI3NC02LjYyNTYgNC4yOTE4dC05Ljk1NzYgMS4zMjM2cS01Ljc2ODQtMC4yNDA3OC0xMy41ODUtMi44NTU0LTcuMDM4NS0yLjM1NDQtMTEuNzI5LTUuNjk0Ni00LjY1MzQtMy4zMjc4LTYuODczMy02Ljc4ODgtMi4yMTk4LTMuNDYxMS0yLjYxMDktNy40NjM4LTAuMzY2NDItMy45NTMyIDEuNDU1Mi05LjM5ODhsNS42NTA2LTE2Ljg5MiA1NC4zMDggMTguMTY2em0tMTIuMTg2IDUuODkxNy0zNS45NzEtMTIuMDMyLTIuMjU1MyA2Ljc0MjJxLTEuNDQ5OCA0LjMzNDItMS4yNzkyIDYuNTMzMiAwLjE1ODIzIDIuMjM2IDEuMzc5MyA0LjAwMzcgMS4yNDU3IDEuODE3MiA0LjUyOTQgMy44MjE3IDMuMjgzNyAyLjAwNDYgOS4wOTk3IDMuOTUwMSA2LjAzODMgMi4wMTk4IDkuODA1NiAyLjMzMjYgMy43NTQ4IDAuMzQ5ODMgNi4zNTAxLTAuNzU5MTggMi41ODI4LTEuMDcyIDQuMDU1Mi0zLjM4MDQgMS4xMTM2LTEuNzI4MiAyLjkyMjctNy4xMzY4bDEuMzYzMS00LjA3NDl6bS0zMi4xNzctNjguMTU0IDU1Ljk3NSAxMi4wODktMS45NDYyIDkuMDExLTQxLjQzOCAxMC43MTIgMzcuMzggOC4wNzM0LTEuODYzNyA4LjYyOTItNTUuOTc1LTEyLjA4OSAyLjAxMjItOS4zMTY0IDQwLjQ5My0xMC41OTYtMzYuNTAyLTcuODgzNyAxLjg2MzctOC42Mjkyem0wLjc0NzQ0LTMuMDc0OSAxLjA1NjktMTAuMjU4IDEzLjM2LTIuNzQ2OCAxLjkyMTctMTguNjUxLTEyLjU0My01LjE4IDEuMDMyOS0xMC4wMjUgNTUuMDkgMjQuMDU0LTEuMDI4OSA5Ljk4NjItNTguODkgMTIuODIxem0yNC4zMjctMTUuMDQ3IDIxLjc5OS00LjIzMzQtMjAuNDg2LTguNTExNi0xLjMxMzIgMTIuNzQ1em0tMTkuNzU5LTY1LjY4MyA1Ni43OTctMC4wMTgzIDAuMDAzIDkuNDUzMS00Ny4xNDggMC4wMTUyIDAuMDA4IDIzLjU5NC05LjY0ODQgMC4wMDMtMC4wMTA2LTMzLjA0N3ptLTIuNTM0My0zMC44MjEgMjMuOTg0LTIuMzc2NSAzMS4zMDgtMjAuMzc0IDEuMDkzOSAxMS4wNC0yMS40NTYgMTMuMjM1IDIzLjYxNyA4LjU3MjUgMS4wNzQ2IDEwLjg0NS0zNC43ODMtMTMuOTA0LTIzLjkwNiAyLjM2ODgtMC45MzIxLTkuNDA3MXptLTkuNjMxNS01NS4wOCA1Ni4wODctMTEuNTU3IDQuMDI4MiAxOS41NXExLjU0NTEgNy40OTg3IDAuNjc2OTEgMTEuMDI4LTAuODI5OTIgMy41MjEyLTQuMTUzNiA2LjM1OTctMy4yODU0IDIuODMwNi04LjQ4ODYgMy45MDI3LTYuNTgwNSAxLjM1NTktMTEuMjUyLTAuOTkxODctNC42NjM2LTIuMzA5NS02Ljg5NDgtNy45MTItMS41Mjc2IDMuNDI1Ni0zLjY4ODkgNS45MDUtMi4xMjMgMi40NzE1LTguMDA5OCA3LjE5NDJsLTkuNzkxMSA3Ljg0MDMtMi4yNzgyLTExLjA1NyAxMC44MTctOS4yNDgycTUuODY5OS00Ljk5ODQgNy4yNDctNi42MzgxIDEuNDE1NC0xLjY0NzcgMS43Mjc5LTMuMjI3NiAwLjM1MDg1LTEuNTg3OC0wLjMxMTMzLTQuODAxNmwtMC4zOTQxNS0xLjkxMjktMjMuNDE0IDQuODI0NC0xLjkwNzctOS4yNTg2em0zNC4yNzUgMi41ODk2IDEuNDE5IDYuODg2NnExLjMwMDcgNi4zMTI3IDIuMTkxMSA3LjkyNCAwLjkyODYyIDEuNjAzNCAyLjgzMjcgMi4zMjc4dDQuNjk3IDAuMTQ4OTNxMi42NzgxLTAuNTUxODEgNC4wNjQzLTEuOTU0MiAxLjQyNDQtMS40MTAyIDEuNjU4Mi0zLjM3MjggMC4xNTI4Mi0xLjM4NzUtMS4xMzIxLTcuNjIzN2wtMS40OTc4LTcuMjY5Mi0xNC4yMzIgMi45MzI1em0tMzQuODE2LTUuNzM1Ni0zLjE2NzQtOS44MTQgMTEuMTE5LTcuODk4Ni01Ljc1ODktMTcuODQ0LTEzLjU2NyAwLjMxNS0zLjA5NTQtOS41OTEgNjAuMTEzLTAuMTkxMTcgMy4wODM0IDkuNTUzOC00OC43MjcgMzUuNDd6bTE2LjE5OC0yMy41NzYgMTguMjQzLTEyLjY2MS0yMi4xNzggMC40NjczOCAzLjkzNTMgMTIuMTkzem0tNTAuMzM0LTY0LjM1NiA1Mi4wNjgtMjMuODM5IDUuOTAyOCAxMi44OTMtMzEuOTcyIDI0LjAwNCAzOS4wMjktOC41ODk0IDUuOTE5IDEyLjkyOC01Mi4wNjggMjMuODM5LTMuNjU4Ny03Ljk5MTMgNDAuOTg3LTE4Ljc2NS00NC44NzMgMTAuMjc3LTMuODA1MS04LjMxMSAzNy4xMzMtMjcuMTgzLTQwLjk4NyAxOC43NjUtMy42NzUtOC4wMjY4em0tMTIuMDU1LTQwLjgxMSA0LjgzMzMgNy41NzM1LTYuNjE4NiA0LjIyMzhxLTUuNjMwOCAzLjU5MzQtOS4yMDQ0IDQuMDIwNS00LjQyMTMgMC41NTA5Ni04LjQ4NDQtMi4xODUxbDIuODc0MS0zLjkxOTRxMi4zNTEgMS42NTA3IDQuNTYyIDEuNjI5OSAyLjE3ODEgMC4wMDAxOSA1LjExNzgtMS43ODMybC0yLjMzMjYtMy42NTUxIDkuMjUyOS01LjkwNXptLTI0LjE4OC0xNS4xNjkgMTkuMzQ0LTE0LjM3NyAxNi4zNjUtMzMuNTc4IDYuNjE3NiA4LjkwMzgtMTEuNTkgMjIuMzg3IDI0LjY2Mi00Ljc5OTIgNi41MDExIDguNzQ3MS0zNi45NzkgNS45NzIzLTE5LjI4MSAxNC4zMy01LjYzOS03LjU4NzF6bS0yNi40ODMtMzEuNjkyIDM1LjI5LTMxLjkxLTkuMzUzLTEwLjM0NCA3LjE4NTYtNi40OTczIDI1LjAyIDI3LjY3LTcuMTg1NiA2LjQ5NzMtOS4zMjY4LTEwLjMxNS0zNS4yOSAzMS45MS02LjM0MDEtNy4wMTE3em0tNDAuODM4LTM5LjAyNyAzOC4zMDItNDIuNTcxIDYuODUzMiA2LjE2NTktMTEuMjkxIDQxLjI4NCAyNS41NzgtMjguNDI5IDYuNTYyOCA1LjkwNDctMzguMzAyIDQyLjU3MS03LjA4NTUtNi4zNzQ5IDEwLjkyMi00MC40MDctMjQuOTc3IDI3Ljc2MS02LjU2MjgtNS45MDQ3em0tMy4zNjMyLTczLjQzNCA3LjY3OTUgNS41MTI1LTE4LjA4NiAyNS4xOTZxLTQuMjE0MSA1Ljg3MDctNS4yMDQxIDcuODUyNy0xLjcwMTggMy40NDI2LTEuMDA1MSA2LjQ5MTIgMC43Mjg0NSAzLjA3MTQgMy44NyA1LjMyNjUgMi42NjU2IDEuOTEzNCA1LjE5MDMgMS45NDY2IDIuNTQ3NSAwLjAwMSA0LjY1MzgtMS42NjAyIDIuMTYwOS0xLjY3MDYgNy4xNDk0LTguNjIwMWwxOC40NzQtMjUuNzM2IDcuNzExMiA1LjUzNTMtMTcuNTQgMjQuNDM1cS02LjcxOTggOS4zNjEzLTEwLjc0MiAxMi44MjEtMy45Njc4IDMuNDUwOS05LjM1OCAzLjUyNDYtNS4zMzU4IDAuMDY0Ny0xMS4wNzktNC4wNTgzLTUuOTY1OS00LjI4MjQtNy44MDM0LTguODIzMS0xLjc4My00LjU0OTYtMC41MjcyLTkuNTE0NSAxLjMxMDMtNC45NzM4IDguODA0Ni0xNS40MTRsMTcuODEzLTI0LjgxNXptLTYzLjUwNS0zLjIzOTVxNC45ODU4LTguOTM3OCAxMC44MjktMTMuMjM4IDUuODk1OS00LjMxNSAxMS43NC00Ljc2NzcgNS44NDM3LTAuNDUyNyAxMS45MTYgMi45MzQ2IDguODAxMyA0LjkwOTcgMTAuNTc5IDE0LjcxMyAxLjgxMTYgOS44MjIzLTUuMTE1MiAyMi4yNC03LjAwMyAxMi41NTQtMTYuODEgMTYuMzQyLTguNjMzNiAzLjM2OTMtMTcuNDY5LTEuNTU5NC04LjkwMzctNC45NjY4LTEwLjYxLTE0LjAxNS0xLjkyODQtMTAuMzM1IDQuOTQxNC0yMi42NXptOC43MTg3IDQuNDE2M3EtNC44MTQ2IDguNjMwOC0zLjk1NjQgMTQuNzkgMC44NzcxNSA2LjEyNTIgNS43MjEzIDguODI3NCA0Ljg3ODIgMi43MjEzIDEwLjQ2NCAwLjI0NTg3IDUuNjA0NC0yLjUwOTUgMTAuNTUyLTExLjM3OSA0Ljg1MjYtOC42OTkgNC4wMzU4LTE0LjYxMi0wLjc4MjctNS44OTM2LTUuODMxNS04LjcxdC0xMC41NjItMC4zOTAyMi0xMC40MjMgMTEuMjI4em0tMjYuNDItNC4yNjU1IDcuMTAzNiA2LjgxNDhxLTUuNjgyMyA4LjA0MTYtMTIuMDExIDEwLjIyNi02LjMxNCAyLjE0ODktMTMuMDU2LTAuNjYzMzUtOC40NzIxLTMuNTM0MS0xMS4wMTQtMTIuMjU1LTIuOTEzNi0xMC4wNjEgMi40MjUxLTIyLjg2IDUuNjM5NS0xMy41MTkgMTQuOTItMTguNjIxIDguMDY2Ny00LjQyMjggMTcuMDA3LTAuNjkzMjIgNy4yODI0IDMuMDM3OCAxMC4xMSAxMC4wNTggMi4wMjMyIDQuOTkxOCAwLjc0MzA4IDEyLjYyN2wtOS43MDUxLTEuMDg1N3EwLjk2MDQxLTQuNjM2LTAuNTc5NzEtNy45NDQ5LTEuNDg5LTMuMzI5OS00Ljg0MTgtNC43Mjg1LTQuNzk0OS0yLjAwMDEtOS41Njc3IDAuOTE4NnQtOC43ODgyIDEyLjU0NXEtNC4xNjU3IDkuOTg2My0yLjk2OSAxNS40MzggMS4xOTY3IDUuNDUxMiA1LjkxOTUgNy40MjEzIDMuNDYxIDEuNDQzNyA3LjA5NzQtMC4xNzE0IDMuNjUxNS0xLjY1MTIgNy4yMDU0LTcuMDI1M3ptLTg0Ljg0Mi02LjIwOTggNS42ODA0LTIzLjQyMy04Ljg4Ny0zNi4yODEgMTAuNzgxIDIuNjE0NiA1LjQwMzUgMjQuNjIzIDE1Ljg5My0xOS40NTkgMTAuNTkxIDIuNTY4Ni0yNC42MTQgMjguMjM2LTUuNjYyIDIzLjM0Ny05LjE4NjgtMi4yMjh6bS01NS4yMjUtOS4xNTc5IDcuNjU3Ny01Ni43NTEgMTkuNzgyIDIuNjY5MnE3LjU4NzUgMS4wMjM4IDEwLjYzIDMuMDExMSAzLjA0ODEgMS45NDg1IDQuNjI2NiA2LjAyNDMgMS41ODM4IDQuMDM3MSAwLjg3MzM1IDkuMzAxOS0wLjg5ODQ1IDYuNjU4NC00LjY2IDEwLjI5LTMuNzIyOCAzLjYzNjQtOS43NDggMy44ODc2IDIuNzI3IDIuNTc1MyA0LjM1MTMgNS40MzU0IDEuNjI5NSAyLjgyMTQgNC4xMzc3IDkuOTM5NGw0LjE1OCAxMS44MzQtMTEuMTg4LTEuNTA5Ni01LjE0NjktMTMuMjY4cS0yLjc3MzktNy4xOTM0LTMuODY1NS05LjAzNTYtMS4wODY0LTEuODgwOS0yLjQ3MzgtMi42OTg4LTEuMzgyMi0wLjg1NjU5LTQuNjM0LTEuMjk1NGwtMS45MzU2LTAuMjYxMTgtMy4xOTY4IDIzLjY5Mi05LjM2ODItMS4yNjQxem0xMy43ODctMzEuNDg2IDYuOTY4MSAwLjk0MDI0cTYuMzg3NCAwLjg2MTg4IDguMjAyNiAwLjU1NDk4IDEuODIwNC0wLjM0NTYyIDMuMTM0MS0xLjkwMjcgMS4zMTM4LTEuNTU3MSAxLjY5NTEtNC4zODMgMC4zNjU2NS0yLjcwOTgtMC40OTg4OS00LjQ4Mi0wLjg1OTMxLTEuODEwOS0yLjYzMzktMi42ODEtMS4yNTg3LTAuNjAzNDMtNy41Njg3LTEuNDU0OWwtNy4zNTUyLTAuOTkyNDctMS45NDMyIDE0LjQwMXptLTU1Ljk4NyAyOS45MTQgMS42NDI2LTU3LjI0MiAzNC44MjkgMC45OTk0NS0wLjI3Nzg4IDkuNjgzNS0yNS4zOC0wLjcyODMtMC4zNjQxNSAxMi42OSAyMy41ODQgMC42NzY3Ni0wLjI3Njc2IDkuNjQ0NS0yMy41ODQtMC42NzY3Ni0wLjQ0NzA2IDE1LjU4IDI2LjIzOSAwLjc1Mjk1LTAuMjc2NzYgOS42NDQ1LTM1LjY4OC0xLjAyNDF6bS01Mi4zNTYgMy43MzQ0LTQuODYxOC01Ny4wNTkgMTQuMTI4LTEuMjAzOSAxMS44MDEgMzguMTk4IDUuMDkwNi0zOS42MzggMTQuMTY3LTEuMjA3MiA0Ljg2MTggNTcuMDU5LTguNzU3MyAwLjc0NjE5LTMuODI3MS00NC45MTUtNS40NzUxIDQ1LjcwOC05LjEwNzYgMC43NzYwMy0xMy4wNTItNDQuMTI5IDMuODI3MSA0NC45MTUtOC43OTYyIDAuNzQ5NTF6bS01NC42MS0xNy43NTVxLTIuMDkyNi0xMC4wMTgtMC40OTgxOS0xNy4wOTUgMS42MjQ3LTcuMTIzMyA1Ljc0MTQtMTEuMjk1IDQuMTE2Ny00LjE3MjEgMTAuOTIzLTUuNTkzOCA5Ljg2NTItMi4wNjA3IDE3LjYzMyA0LjE3ODEgNy44MDYxIDYuMjMwOCAxMC43MTMgMjAuMTQ5IDIuOTM5MyAxNC4wNzEtMS45ODQyIDIzLjM2LTQuMzEyMiA4LjIwMzUtMTQuMjE2IDEwLjI3Mi05Ljk3OTkgMi4wODQ2LTE3LjE5OS0zLjYzMDItOC4yMzAxLTYuNTQxMy0xMS4xMTQtMjAuMzQ1em05LjQ3OTQtMi4zNzkycTIuMDIwNyA5LjY3NCA2LjcwNTkgMTMuNzYzIDQuNjc3MiA0LjA1MTEgMTAuMTA3IDIuOTE3IDUuNDY3OS0xLjE0MjIgOC4wNjM4LTYuNjcyNiAyLjU4NzktNS41Njg3IDAuNTExMjctMTUuNTEtMi4wMzY3LTkuNzUwNS02LjUyOS0xMy42ODEtNC40NTQtMy45MzgxLTEwLjExMy0yLjc1Ni01LjY1OTEgMS4xODIxLTguMjMyOCA2LjYyODEtMi41NzM2IDUuNDQ2LTAuNTEyOTYgMTUuMzExem0tMzMuODE4IDE3Ljc1OS0zLjA2NTItOS4xNDg2IDE5LjM3MS02LjQ5MDMgNy4yNDczIDIxLjYzMXEtMS43NzIgNC40MjUtNi4zMTExIDguNzA2LTQuNTM5MiA0LjI4MS05Ljk0NjggNi4wOTI4LTYuNTkyOSAyLjIwOS0xMi43MSAwLjY3NDMtNi4xMjk0LTEuNTcxNy0xMS4yNTItNy4wMjM3LTUuMDk3OC01LjUwMTQtOC4wMjY1LTE0LjI0My0zLjAwMzItOC45NjM0LTIuMTc0Ni0xNi4zMjcgMC44NjU2Ni03LjM3NTkgNC41NTE4LTEyLjExMyAzLjcyMzItNC43NDkyIDEwLjM1My02Ljk3MDUgNy45NjM0LTIuNjY4MSAxNC4xMDYtMC4xOTQ3IDYuMTY3NyAyLjQyNCAxMC4xNjkgOS44MTdsLTguMjA2OCA1LjAxNTVxLTIuNDAyNC0zLjg1MDMtNS44MTM3LTUuMTc5MS0zLjQxMTQtMS4zMjg4LTcuMTE1My0wLjA4Nzg0LTUuNzQxIDEuOTIzNS03Ljc5NTIgNy41OTY2LTIuMDY2NiA1LjYzNiAwLjk5ODY2IDE0Ljc4NSAzLjI4ODYgOS44MTUzIDguODUzMiAxMy42MzYgNC43NzMyIDMuMzAzMiAxMC40MDMgMS40MTY5IDIuNjI5OC0wLjg4MTA5IDUuMDM1Mi0zLjA0NjUgMi40MzAxLTIuMjE0OSAzLjkzMjYtNS4xMDc3bC0yLjMwODItNi44ODkyLTEwLjI5NyAzLjQ0OTl6bS0zOS41MDYgMzguNDQxLTE5LjgzMS00My4yNDgtMTIuNjc2IDUuODEyNi00LjAzNzgtOC44MDU5IDMzLjkxLTE1LjU0OSA0LjAzNzkgOC44MDU5LTEyLjY0MSA1Ljc5NjMgMTkuODMxIDQzLjI0OC04LjU5MjggMy45NDAyem0tNDkuNDg4IDI3LjIyMy0yOS4wOTgtNDkuMzIyIDcuOTQtNC42ODQzIDM1Ljk4NSAyMy4xNzItMTkuNDMyLTMyLjkzNyA3LjYwMzUtNC40ODU4IDI5LjA5OCA0OS4zMjItOC4yMDkxIDQuODQzMS0zNS4yNTktMjIuNTU3IDE4Ljk3NSAzMi4xNjQtNy42MDM1IDQuNDg1OHptLTU3Ljg0OSA3LjU3OTZxLTYuMTY3LTguMTY3Ni03Ljc0NDYtMTUuMjQ5LTEuNTY5OS03LjEzNTYgMC4zNzMxOC0xMi42NjUgMS45NDMxLTUuNTI5NyA3LjQ5MjEtOS43MTk2IDguMDQyOS02LjA3MjkgMTcuNzMtMy43NDQ3IDkuNzE4NCAyLjMwNDYgMTguMjg2IDEzLjY1MiA4LjY2MjEgMTEuNDcyIDguMTcyNSAyMS45NzQtMC4zOTk4MSA5LjI1OTItOC40NzM5IDE1LjM1Ni04LjEzNjUgNi4xNDM1LTE3LjEwNCA0LjA1NTItMTAuMjM0LTIuNDA0NS0xOC43MzItMTMuNjU4em03LjU1ODItNi4xOTYzcTUuOTU1MiA3Ljg4NzEgMTEuOTM3IDkuNTg2NSA1Ljk1ODUgMS42NjgzIDEwLjM4NS0xLjY3NDIgNC40NTc5LTMuMzY2IDQuNDQ2LTkuNDc1My0wLjAzNTQtNi4xNDA1LTYuMTU1NC0xNC4yNDYtNi4wMDIyLTcuOTQ5NC0xMS43NDItOS41ODcyLTUuNzA4NS0xLjY2MTMtMTAuMzIyIDEuODIyNC00LjYxMzggMy40ODM3LTQuNjE3OCA5LjUwNzJ0Ni4wNjg5IDE0LjA2NnptLTI2LjYwNyA2My4yMTItMzkuNzY1LTQxLjIwOCAxMC4yMDQtOS44NDYyIDMzLjI1MiAyMi4xOTYtMjEuMDUzLTMzLjk2OCAxMC4yMzItOS44NzM0IDM5Ljc2NSA0MS4yMDgtNi4zMjQ2IDYuMTAzLTMxLjMwMi0zMi40MzggMjQuNTg0IDM4LjkyMS02LjU3NzYgNi4zNDcyLTM3Ljk2NC0yNi4wMSAzMS4zMDIgMzIuNDM4LTYuMzUyNyA2LjEzMDJ6bS0zNy4yMDIgNDYuOTc3LTQ1Ljk0MS0zNC4xODcgMTkuMjE2LTI1LjgyMiA3Ljc3MTggNS43ODMzLTEzLjU3MiAxOC4yMzkgMTAuODc0IDguMDkyIDExLjczLTE1Ljc2MyA3Ljc3MTggNS43ODMzLTExLjczIDE1Ljc2MyAxOS41MjMgMTQuNTI4LTUuNjQzNCA3LjU4Mzh6bS01MS4wODQgMjkuNTEzcS04LjgxNDctNS4yMDA0LTEyLjk3Mi0xMS4xNDUtNC4xNzEyLTUuOTk4NS00LjQ4MjYtMTEuODUxLTAuMzExMzUtNS44NTI5IDMuMjIxNy0xMS44NDIgNS4xMjEtOC42ODAxIDE0Ljk2NC0xMC4yMiA5Ljg2MzItMS41NzM3IDIyLjExIDUuNjUxMiAxMi4zODEgNy4zMDQzIDE1LjkzMSAxNy4yIDMuMTU5NyA4LjcxMjUtMS45ODEyIDE3LjQyNi01LjE4MDUgOC43ODEtMTQuMjY3IDEwLjI2OS0xMC4zNzggMS42NzgtMjIuNTI0LTUuNDg3M3ptNC42MjU3LTguNjA5NHE4LjUxMTkgNS4wMjE3IDE0LjY5IDQuMzEyNyA2LjE0NDYtMC43Mjg4NiA4Ljk2MzEtNS41MDYzIDIuODM4NC00LjgxMTEgMC40OTg2Ny0xMC40NTUtMi4zNzMzLTUuNjYzNC0xMS4xMjEtMTAuODI0LTguNTc5Mi01LjA2MTQtMTQuNTEtNC4zODc3LTUuOTEwOCAwLjY0MDA0LTguODQ4NCA1LjYxOTN0LTAuNjQ1MzUgMTAuNTVxMi4yOTIzIDUuNTcwMyAxMC45NzIgMTAuNjkxem0tMi43ODUzIDc1LjkyMi01Mi44NjEtMjAuNzc1IDMuNDU3OC04Ljc5OCA0My44ODEgMTcuMjQ2IDguNjMwMy0yMS45NTkgOC45Nzk4IDMuNTI5My0xMi4wODggMzAuNzU3em0tMS43MDQ1IDMuNjk0Ny0yLjc2OTIgOS45MzM3LTEzLjYzMSAwLjQ1Nzg4LTUuMDM1IDE4LjA2MSAxMS40OTIgNy4yMTgyLTIuNzA2MyA5LjcwOC01MC4yNTMtMzIuOTg4IDIuNjk1OC05LjY3MDMgNjAuMjA4LTIuNzIxMnptLTI2LjUxMyAxMC43MzYtMjIuMiAwLjUwMjI0IDE4Ljc2IDExLjg0IDMuNDQwNi0xMi4zNDJ6bTcuODk3MyA3MS41MDUtNTYuNDg1LTkuNDIzNCA1LjczMzctMzQuMzY5IDkuNTU1NCAxLjU5NDEtNC4xNzgyIDI1LjA0NCAxMi41MjIgMi4wODkxIDMuODgyNS0yMy4yNzIgOS41MTY5IDEuNTg3Ny0zLjg4MjUgMjMuMjcyIDE1LjM3MyAyLjU2NDggNC4zMTk2LTI1Ljg5MiA5LjUxNjkgMS41ODc3LTUuODc1MSAzNS4yMTZ6bS0yMS44MiA0My42MTMtMC41MTUyMS05LjMwOHExMS4wNTMtMC44NzYwNCAxMS41OTItOS41MzExIDAuMjY3NTMtNC4yODg1LTEuODAxNS02Ljg4MzMtMi4xMDgtMi41OTcyLTUuNDIxOS0yLjgwNC0xLjk0OTMtMC4xMjE2LTMuMzY3NCAwLjY1MDk4LTEuNDE4IDAuNzcyNTgtMi4zODUyIDIuNDczNS0xLjAwNjEgMS42OTg1LTMuNDkzMiA4LjMxNDMtMi4yMDk0IDUuOTI4Ni00LjUyODcgOC42MDE5LTIuMzE5NCAyLjY3MzMtNS44OTM4IDQuMTMzMi0zLjYxMSAxLjQxODYtNy42MjY2IDEuMTY4LTQuNjc4NC0wLjI5MTg1LTguMjg5OC0yLjYzMDYtMy42MDktMi4zNzc4LTUuMjg1OC02LjIzOTYtMS42NzY5LTMuODYxOS0xLjMzMzktOS4zNTkgMC41MTU2MS04LjI2NTIgNS4yODg1LTEyLjYyNSA0Ljc3MjktNC4zNTk3IDEzLjEzMy00LjExMjJsLTAuMDg0MTggOS41MDU0cS00LjYzOTMgMC4zMzY4LTYuNjAwNiAyLjI4ODh0LTIuMTk5NiA1Ljc3MjdxLTAuMjM4MzUgMy44MjA3IDEuMjMxMiA1Ljk4Njd0My44NDc3IDIuMzE0NHEyLjMzOTIgMC4xNDU5MyA0LjA1NDQtMS42MjU3dDQuMDQ2My04LjM5NzJxMi41MTE0LTcuMDA1NyA1LjAwODYtMTAuMDIgMi40NjA3LTMuMDU1OCA2LjE5MS00LjUwNjEgMy42OTE0LTEuNDUyNyA4LjgzNzYtMS4xMzE2IDcuNDQ2NSAwLjQ2NDUzIDEyLjIyOCA1LjM4MTEgNC43ODM3IDQuODc3NiA0LjE3NTcgMTQuNjI0LTEuMDc1IDE3LjIzMi0yMC44MDcgMTcuOTU4em0yMi40MyA2My4wMy01Ny4wMTMgNS4zNzM4LTMuMjY5Ny0zNC42OSA5LjY0NDgtMC45MDkwNyAyLjM4MjYgMjUuMjc5IDEyLjYzOS0xLjE5MTMtMi4yMTQtMjMuNDkgOS42MDU5LTAuOTA1NDEgMi4yMTQgMjMuNDkgMTUuNTE3LTEuNDYyNi0yLjQ2MzMtMjYuMTM0IDkuNjA1OS0wLjkwNTQgMy4zNTA0IDM1LjU0NnptOC41OTM1IDQ0Ljg4OC01Ni4xMTggMTEuNDA4LTEuODgzMi05LjI2MzYgMjIuMDg3LTQuNDktMy43MDQxLTE4LjIyMS0yMi4wODcgNC40OS0xLjg5MDktOS4zMDE5IDU2LjExOC0xMS40MDggMS44OTEgOS4zMDE5LTI0LjUzNyA0Ljk4ODEgMy43MDQxIDE4LjIyMSAyNC41MzctNC45ODgxIDEuODgzMiA5LjI2MzZ6bTguMjM2OCAyNy4xMDctNDUuNDAyIDE0LjIyNCA0LjE2OSAxMy4zMDgtOS4yNDQ1IDIuODk2MS0xMS4xNTItMzUuNTk5IDkuMjQ0NS0yLjg5NjEgNC4xNTczIDEzLjI3IDQ1LjQwMi0xNC4yMjQgMi44MjYxIDkuMDIwOHptNDUyLjA4IDMxOS4xNiAxMC41Ny0zLjAzMTNxMS4xMTE2IDMuNTcxNCAzLjc2MzggNS4zMjE0IDIuNjQ1NCAxLjcxMTUgNS42MDY3IDEuMTg0NiAzLjM4NDMtMC42MDIxNiA1LjI0NDUtMy43NTAxIDEuODUzMy0zLjE4NjQgMC44Njc5Mi04LjcyNDQtMC45MjM3Ny01LjE5MTktMy43MjgyLTcuMzUxMi0yLjc3MjgtMi4yMDQ2LTYuNTAzMy0xLjU0MDktNC42NTM1IDAuODI3OTctNy42MTMzIDUuNTk5OWwtOC45OTQ0IDAuMjkxMDIgMC4zMTY5OS0zMC4zMjkgMjguNTc1LTUuMDg0MiAxLjc5OTYgMTAuMTE1LTIwLjM4MyAzLjYyNjcgMC4wMTE3IDkuODc3MnEzLjI5MzUtMi40NTA4IDcuMDYyNC0zLjEyMTQgNy4xOTE3LTEuMjc5NiAxMy4xMjIgMy4wNjEyIDUuOTMwMiA0LjM0MDggNy40MTUxIDEyLjY4NiAxLjIzODYgNi45NjEtMS44Mjc5IDEzLjE0MS00LjE3MjEgOC40Mzk1LTEzLjk0MSAxMC4xNzgtNy44MDcxIDEuMzg5MS0xMy40NzYtMS45MjctNS42Njg2LTMuMzE2MS03Ljg4OTEtMTAuMjIxem0tNTIuNzg2LTI3LjUyMi0wLjY0MTcxLTEwLjE3NSAzNy40NjUtMi4zNjI4IDAuNTAxNTcgNy45NTNxLTQuMzUxNiA0Ljg1MzgtOC42MDgzIDEzLjY5NHQtNi4xODM0IDE4LjYyOXEtMS44OTAyIDkuNzQ3Ny0xLjM3NDIgMTcuMzA4bC0xMC41NjUgMC42NjYzcS0wLjQ3NDU0LTExLjg2OSAzLjM0ODgtMjQuNDc4IDMuODYyMy0xMi42MTIgMTAuOTY5LTIyLjgwNmwtMjQuOTExIDEuNTcxMXptLTQ3LjIyNC0xLjg3NSAwLjUyMTE5LTEwLjE4MiAzNy40OSAxLjkxOS0wLjQwNzM2IDcuOTU4M3EtNC44NzYgNC4zMjY3LTEwLjExMiAxMi42MjUtNS4yMzU3IDguMjk3OS04LjI2NDcgMTcuODA0LTIuOTg4IDkuNDY5LTMuMzM2NCAxNy4wMzlsLTEwLjU3Mi0wLjU0MTE2cTAuODgwMTQtMTEuODQ1IDYuMTE0NS0yMy45MzcgNS4yNzM0LTEyLjA5IDEzLjQ5NS0yMS40MDhsLTI0LjkyOC0xLjI3NnptLTI2LjUgNDMuMDY2LTEwLjgzLTEuNzg3NyA2LjczNzQtNDAuODE1cS02Ljg1MTQgNC41NzAxLTE1LjM0NSA1Ljg5OThsMS42MjIzLTkuODI3OXE0LjQ2ODUtMC42ODc2NSAxMC4wNzctMy43MjEgNS42MTQzLTMuMDcxOSA4LjMxNjgtNy45MzFsOC43ODczIDEuNDUwNi05LjM2NDkgNTYuNzMyelwiLz48L3N2Zz4iLAogICJzdGF0ZSI6ICJTdGF0ZSBvZiBTYW1wbGUiLAogICJ0aXRsZSI6ICJFeGFtcGxlIFByaW1hcnkgRWxlY3Rpb24iLAogICJ0eXBlIjogInByaW1hcnkiCn0='; /** * MIME type of data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json. @@ -28,7 +28,7 @@ export const mimeType = 'application/json'; /** * Path to a file containing this file's contents. * - * SHA-256 hash of file data: 04f437d3c1b17dd6a13c7d89304564520f4a52c6c6f9b8637db435ea70648d59 + * SHA-256 hash of file data: f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72 */ export function asFilePath(): string { const directoryPath = mkdtempSync(tmpdir() + sep); @@ -43,7 +43,7 @@ export function asFilePath(): string { /** * Convert to a `data:` URL of data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json, suitable for embedding in HTML. * - * SHA-256 hash of file data: 04f437d3c1b17dd6a13c7d89304564520f4a52c6c6f9b8637db435ea70648d59 + * SHA-256 hash of file data: f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72 */ export function asDataUrl(): string { return `data:${mimeType};base64,${resourceDataBase64}`; @@ -52,7 +52,7 @@ export function asDataUrl(): string { /** * Raw data of data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json. * - * SHA-256 hash of file data: 04f437d3c1b17dd6a13c7d89304564520f4a52c6c6f9b8637db435ea70648d59 + * SHA-256 hash of file data: f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72 */ export function asBuffer(): Buffer { return Buffer.from(resourceDataBase64, 'base64'); @@ -61,7 +61,7 @@ export function asBuffer(): Buffer { /** * Text content of data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json. * - * SHA-256 hash of file data: 04f437d3c1b17dd6a13c7d89304564520f4a52c6c6f9b8637db435ea70648d59 + * SHA-256 hash of file data: f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72 */ export function asText(): string { return asBuffer().toString('utf-8'); @@ -70,7 +70,7 @@ export function asText(): string { /** * Full election definition for data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json. * - * SHA-256 hash of file data: 04f437d3c1b17dd6a13c7d89304564520f4a52c6c6f9b8637db435ea70648d59 + * SHA-256 hash of file data: f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72 */ export const electionDefinition = safeParseElectionDefinition( asText() @@ -79,14 +79,14 @@ export const electionDefinition = safeParseElectionDefinition( /** * Election definition for data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json. * - * SHA-256 hash of file data: 04f437d3c1b17dd6a13c7d89304564520f4a52c6c6f9b8637db435ea70648d59 + * SHA-256 hash of file data: f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72 */ export const election = electionDefinition.election; /** * Election package for data/electionPrimaryPrecinctSplits/electionGeneratedWithGridLayoutsMultiLang.json. * - * SHA-256 hash of file data: 04f437d3c1b17dd6a13c7d89304564520f4a52c6c6f9b8637db435ea70648d59 + * SHA-256 hash of file data: f7c470ebaf80fc1793ce4571097e5324b909eb382c22496cf03a7fa6fe305c72 */ export function toElectionPackage( systemSettings = DEFAULT_SYSTEM_SETTINGS diff --git a/libs/fixtures/src/data/electionPrimaryPrecinctSplits/index.ts b/libs/fixtures/src/data/electionPrimaryPrecinctSplits/index.ts index 233ad561e8..7b46ce15ca 100644 --- a/libs/fixtures/src/data/electionPrimaryPrecinctSplits/index.ts +++ b/libs/fixtures/src/data/electionPrimaryPrecinctSplits/index.ts @@ -2,9 +2,17 @@ import path from 'node:path'; // Generated by libs/fixture-generators script: pnpm generate-cvr-fixtures import * as castVoteRecords from './castVoteRecords'; -export * from './election.json'; +// Temporarily export everything other then toElectionPackage until toElectionPackage is formally deprecated +export { + election, + electionDefinition, + asBuffer, + asDataUrl, + asFilePath, + asText, +} from './electionGeneratedWithGridLayoutsMultiLang.json'; -export * as electionPackageExport from './election-package-default-system-settings.zip'; +export * as electionPackage from './election-package-default-system-settings.zip'; // eslint-disable-next-line vx/gts-identifiers, camelcase export * as baseElection_DEPRECATED from './electionBase.json'; diff --git a/libs/hmpb/fixtures/all-bubble-ballot/blank-ballot.pdf b/libs/hmpb/fixtures/all-bubble-ballot/blank-ballot.pdf index 784ce0777f..04c9aafa25 100644 Binary files a/libs/hmpb/fixtures/all-bubble-ballot/blank-ballot.pdf and b/libs/hmpb/fixtures/all-bubble-ballot/blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/all-bubble-ballot/cycling-test-deck.pdf b/libs/hmpb/fixtures/all-bubble-ballot/cycling-test-deck.pdf index 5e914e7ec7..2889154039 100644 Binary files a/libs/hmpb/fixtures/all-bubble-ballot/cycling-test-deck.pdf and b/libs/hmpb/fixtures/all-bubble-ballot/cycling-test-deck.pdf differ diff --git a/libs/hmpb/fixtures/all-bubble-ballot/election.json b/libs/hmpb/fixtures/all-bubble-ballot/election.json index afb01ce575..e5c92eeaf2 100644 --- a/libs/hmpb/fixtures/all-bubble-ballot/election.json +++ b/libs/hmpb/fixtures/all-bubble-ballot/election.json @@ -1,27 +1,28 @@ { - "id": "all-bubble-ballot-election", "ballotLayout": { "paperSize": "letter", "metadataEncoding": "qr-code" }, + "ballotStrings": {}, "ballotStyles": [ { "id": "sheet-1", "groupId": "sheet-1", - "districts": [ - "test-district" - ], "precincts": [ "test-precinct" + ], + "districts": [ + "test-district" ] } ], "contests": [ { "id": "test-contest-page-1", - "type": "candidate", - "title": "Test Contest - Page 1", "districtId": "test-district", + "title": "Test Contest - Page 1", + "type": "candidate", + "seats": 1184, "candidates": [ { "id": "test-candidate-page-1-row-1-column-1", @@ -4760,14 +4761,14 @@ "name": "Page 1, Row 37, Column 32" } ], - "allowWriteIns": false, - "seats": 1184 + "allowWriteIns": false }, { "id": "test-contest-page-2", - "type": "candidate", - "title": "Test Contest - Page 2", "districtId": "test-district", + "title": "Test Contest - Page 2", + "type": "candidate", + "seats": 1184, "candidates": [ { "id": "test-candidate-page-2-row-1-column-1", @@ -9506,21356 +9507,21355 @@ "name": "Page 2, Row 37, Column 32" } ], - "allowWriteIns": false, - "seats": 1184 - } - ], - "county": { - "id": "test-county", - "name": "Test County" - }, - "date": "2023-05-10", - "districts": [ - { - "id": "test-district", - "name": "Test District" - } - ], - "parties": [], - "precincts": [ - { - "id": "test-precinct", - "name": "Test Precinct" + "allowWriteIns": false } ], - "state": "Test State", - "title": "Test Election - All Bubble Ballot", - "type": "general", - "seal": "", - "ballotStrings": {}, "gridLayouts": [ { "ballotStyleId": "sheet-1", + "optionBoundsFromTargetMark": { + "top": 0, + "right": 0, + "bottom": 0, + "left": 0 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-1-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 1.9885805500982319, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-2-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 2.9733546168958744, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-3-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 3.958128683693517, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-4-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 4.942902750491159, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-5-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 5.927676817288802, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-6-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 6.912450884086444, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-7-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 7.897224950884087, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-8-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 8.881999017681729, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-9-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 9.866773084479371, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-10-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 10.851547151277014, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-11-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 11.836321218074657, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-12-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 12.8210952848723, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-13-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 13.80586935166994, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-14-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 14.790643418467583, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-15-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 15.775417485265226, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-16-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 16.760191552062867, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-17-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 17.744965618860512, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-18-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 18.729739685658153, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-19-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 19.714513752455797, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-20-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 20.69928781925344, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-21-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 21.68406188605108, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-22-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 22.668835952848724, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-23-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 23.653610019646365, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-24-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 24.63838408644401, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-25-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 25.62315815324165, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-26-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 26.607932220039295, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-27-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 27.592706286836936, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-28-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 28.577480353634577, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-29-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 29.56225442043222, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-30-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 30.547028487229863, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-31-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 31.531802554027507, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-32-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 32.51657662082515, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-33-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 33.50135068762279, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-34-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 34.48612475442043, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-35-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 35.47089882121808, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-36-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.015353311135775, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 2.0137501541497103, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 3.0121469971636454, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 4.010543840177581, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 5.008940683191516, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 6.007337526205451, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 7.005734369219386, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 8.004131212233322, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 9.002528055247257, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.000924898261191, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 10.999321741275127, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 11.997718584289062, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.996115427302998, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 13.994512270316934, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 14.992909113330867, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 15.991305956344803, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 16.98970279935874, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.988099642372674, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 18.98649648538661, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 19.984893328400545, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 20.983290171414477, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 21.981687014428413, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.98008385744235, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 23.978480700456284, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 24.97687754347022, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 25.975274386484156, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 26.97367122949809, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 27.972068072512027, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 28.970464915525962, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 29.968861758539894, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 30.96725860155383, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 31.965655444567766, "row": 36.45567288801572, - "type": "option", "contestId": "test-contest-page-1", "optionId": "test-candidate-page-1-row-37-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 1.0038064833005895, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-1-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 2.0027013752455796, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-2-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 3.00159626719057, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-3-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 4.00049115913556, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-4-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 4.99938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-5-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 5.998280943025541, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-6-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 6.99717583497053, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-7-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 7.996070726915521, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-8-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 8.994965618860512, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-9-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 9.9938605108055, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-10-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 10.992755402750491, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-11-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 11.991650294695482, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-12-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 12.990545186640471, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-13-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 13.989440078585462, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-14-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 14.988334970530452, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-15-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 15.987229862475443, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-16-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 16.986124754420434, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-17-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 17.985019646365423, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-18-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 18.98391453831041, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-19-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 19.982809430255404, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-20-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 20.981704322200393, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-21-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 21.980599214145382, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-22-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 22.979494106090375, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-23-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 23.978388998035363, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-24-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 24.977283889980356, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-25-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 25.976178781925345, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-26-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 26.975073673870334, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-27-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 27.973968565815326, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-28-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 28.972863457760315, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-29-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 29.971758349705304, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-30-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 30.970653241650297, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-31-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 31.969548133595286, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-32-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 32.968443025540275, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-33-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 33.96733791748527, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-34-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 34.96623280943026, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-35-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 35.965127701375245, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-36-column-32" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.015353311135775, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-1" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 2.0137501541497103, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-2" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 3.0121469971636454, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-3" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 4.010543840177581, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-4" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 5.008940683191516, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-5" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 6.007337526205451, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-6" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 7.005734369219386, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-7" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 8.004131212233322, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-8" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 9.002528055247257, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-9" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.000924898261191, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-10" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 10.999321741275127, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-11" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 11.997718584289062, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-12" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.996115427302998, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-13" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 13.994512270316934, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-14" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 14.992909113330867, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-15" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 15.991305956344803, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-16" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 16.98970279935874, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-17" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.988099642372674, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-18" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 18.98649648538661, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-19" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 19.984893328400545, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-20" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 20.983290171414477, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-21" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 21.981687014428413, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-22" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.98008385744235, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-23" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 23.978480700456284, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-24" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 24.97687754347022, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-25" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 25.975274386484156, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-26" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 26.97367122949809, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-27" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 27.972068072512027, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-28" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 28.970464915525962, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-29" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 29.968861758539894, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-30" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 30.96725860155383, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-31" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 31.965655444567766, "row": 36.96402259332024, - "type": "option", "contestId": "test-contest-page-2", "optionId": "test-candidate-page-2-row-37-column-32" } - ], - "optionBoundsFromTargetMark": { - "top": 0, - "left": 0, - "right": 0, - "bottom": 0 - } + ] + } + ], + "county": { + "id": "test-county", + "name": "Test County" + }, + "date": "2023-05-10", + "districts": [ + { + "id": "test-district", + "name": "Test District" + } + ], + "id": "all-bubble-ballot-election", + "parties": [], + "precincts": [ + { + "id": "test-precinct", + "name": "Test Precinct" } - ] + ], + "seal": "", + "state": "Test State", + "title": "Test Election - All Bubble Ballot", + "type": "general" } \ No newline at end of file diff --git a/libs/hmpb/fixtures/all-bubble-ballot/filled-ballot.pdf b/libs/hmpb/fixtures/all-bubble-ballot/filled-ballot.pdf index 9159aedf9c..8e6b3d3794 100644 Binary files a/libs/hmpb/fixtures/all-bubble-ballot/filled-ballot.pdf and b/libs/hmpb/fixtures/all-bubble-ballot/filled-ballot.pdf differ diff --git a/libs/hmpb/fixtures/famous-names/blank-ballot.pdf b/libs/hmpb/fixtures/famous-names/blank-ballot.pdf index 272e866317..dbd8d37aa7 100644 Binary files a/libs/hmpb/fixtures/famous-names/blank-ballot.pdf and b/libs/hmpb/fixtures/famous-names/blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/famous-names/election.json b/libs/hmpb/fixtures/famous-names/election.json index d14fcdcea6..ccb201195e 100644 --- a/libs/hmpb/fixtures/famous-names/election.json +++ b/libs/hmpb/fixtures/famous-names/election.json @@ -409,94 +409,40 @@ "allowWriteIns": true } ], - "county": { - "id": "franklin", - "name": "Franklin County" - }, - "date": "2021-06-06", - "districts": [ - { - "id": "district-1", - "name": "City of Lincoln" - } - ], - "id": "election-famous-names", - "parties": [ - { - "id": "0", - "name": "Democrat", - "fullName": "Democratic Party", - "abbrev": "D" - }, - { - "id": "1", - "name": "Republican", - "fullName": "Republican Party", - "abbrev": "R" - }, - { - "id": "2", - "name": "Liberty", - "fullName": "Liberty Party", - "abbrev": "Li" - }, - { - "id": "3", - "name": "Green", - "fullName": "Green Party", - "abbrev": "G" - } - ], - "precincts": [ - { - "id": "23", - "name": "North Lincoln" - }, - { - "id": "22", - "name": "South Lincoln" - }, - { - "id": "21", - "name": "East Lincoln" - }, - { - "id": "20", - "name": "West Lincoln" - } - ], - "seal": "\n \n \n \n \n ", - "state": "State of Hamilton", - "title": "Lincoln Municipal General Election", - "type": "general", "gridLayouts": [ { "ballotStyleId": "1", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 13.404346758349705, - "type": "option", "contestId": "mayor", "optionId": "sherlock-holmes" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 15.423010805500983, - "type": "option", "contestId": "mayor", "optionId": "thomas-edison" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.787328094302556, - "type": "write-in", "contestId": "mayor", "writeInIndex": 0, "writeInArea": { @@ -507,38 +453,38 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.393786836935167, - "type": "option", "contestId": "controller", "optionId": "winston-churchill" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 24.412450884086443, - "type": "option", "contestId": "controller", "optionId": "oprah-winfrey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.431114931237722, - "type": "option", "contestId": "controller", "optionId": "louis-armstrong" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 28.795432220039295, - "type": "write-in", "contestId": "controller", "writeInIndex": 0, "writeInArea": { @@ -549,29 +495,29 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.404346758349705, - "type": "option", "contestId": "attorney", "optionId": "john-snow" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.423010805500983, - "type": "option", "contestId": "attorney", "optionId": "mark-twain" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.787328094302556, - "type": "write-in", "contestId": "attorney", "writeInIndex": 0, "writeInArea": { @@ -582,38 +528,38 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.393786836935167, - "type": "option", "contestId": "public-works-director", "optionId": "benjamin-franklin" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.412450884086443, - "type": "option", "contestId": "public-works-director", "optionId": "robert-downey-jr" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.431114931237722, - "type": "option", "contestId": "public-works-director", "optionId": "bill-nye" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 28.795432220039295, - "type": "write-in", "contestId": "public-works-director", "writeInIndex": 0, "writeInArea": { @@ -624,47 +570,47 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.404346758349705, - "type": "option", "contestId": "chief-of-police", "optionId": "natalie-portman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 15.423010805500983, - "type": "option", "contestId": "chief-of-police", "optionId": "frank-sinatra" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 17.44167485265226, - "type": "option", "contestId": "chief-of-police", "optionId": "andy-warhol" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.46033889980354, - "type": "option", "contestId": "chief-of-police", "optionId": "alfred-hitchcock" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.824656188605108, - "type": "write-in", "contestId": "chief-of-police", "writeInIndex": 0, "writeInArea": { @@ -675,47 +621,47 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 4.361493123772102, - "type": "option", "contestId": "parks-and-recreation-director", "optionId": "charles-darwin" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 6.380157170923379, - "type": "option", "contestId": "parks-and-recreation-director", "optionId": "stephen-hawking" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 8.398821218074657, - "type": "option", "contestId": "parks-and-recreation-director", "optionId": "johan-sebastian-bach" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 10.417485265225933, - "type": "option", "contestId": "parks-and-recreation-director", "optionId": "alexander-graham-bell" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 12.781802554027506, - "type": "write-in", "contestId": "parks-and-recreation-director", "writeInIndex": 0, "writeInArea": { @@ -726,65 +672,65 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 3.532048133595285, - "type": "option", "contestId": "board-of-alderman", "optionId": "helen-keller" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 5.5507121807465625, - "type": "option", "contestId": "board-of-alderman", "optionId": "steve-jobs" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 7.569376227897839, - "type": "option", "contestId": "board-of-alderman", "optionId": "nikola-tesla" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 9.588040275049115, - "type": "option", "contestId": "board-of-alderman", "optionId": "vincent-van-gogh" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 11.606704322200393, - "type": "option", "contestId": "board-of-alderman", "optionId": "pablo-picasso" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 13.625368369351671, - "type": "option", "contestId": "board-of-alderman", "optionId": "wolfgang-amadeus-mozart" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 16.743614931237722, - "type": "write-in", "contestId": "board-of-alderman", "writeInIndex": 0, "writeInArea": { @@ -795,11 +741,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 18.894277996070727, - "type": "write-in", "contestId": "board-of-alderman", "writeInIndex": 1, "writeInArea": { @@ -810,11 +756,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 21.044941060903735, - "type": "write-in", "contestId": "board-of-alderman", "writeInIndex": 2, "writeInArea": { @@ -825,11 +771,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 23.19560412573674, - "type": "write-in", "contestId": "board-of-alderman", "writeInIndex": 3, "writeInArea": { @@ -840,92 +786,92 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 3.532048133595285, - "type": "option", "contestId": "city-council", "optionId": "marie-curie" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 5.5507121807465625, - "type": "option", "contestId": "city-council", "optionId": "indiana-jones" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 7.569376227897839, - "type": "option", "contestId": "city-council", "optionId": "mona-lisa" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 9.588040275049115, - "type": "option", "contestId": "city-council", "optionId": "jackie-chan" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 11.606704322200393, - "type": "option", "contestId": "city-council", "optionId": "tim-allen" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 13.625368369351671, - "type": "option", "contestId": "city-council", "optionId": "mark-antony" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 15.644032416502947, - "type": "option", "contestId": "city-council", "optionId": "harriet-tubman" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 17.662696463654225, - "type": "option", "contestId": "city-council", "optionId": "martin-luther-king" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 19.6813605108055, - "type": "option", "contestId": "city-council", "optionId": "marilyn-monroe" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 22.045677799607073, - "type": "write-in", "contestId": "city-council", "writeInIndex": 0, "writeInArea": { @@ -936,11 +882,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 24.196340864440078, - "type": "write-in", "contestId": "city-council", "writeInIndex": 1, "writeInArea": { @@ -951,11 +897,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 26.347003929273086, - "type": "write-in", "contestId": "city-council", "writeInIndex": 2, "writeInArea": { @@ -966,11 +912,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 28.49766699410609, - "type": "write-in", "contestId": "city-council", "writeInIndex": 3, "writeInArea": { @@ -980,13 +926,67 @@ "height": 1 } } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] } - ] + ], + "county": { + "id": "franklin", + "name": "Franklin County" + }, + "date": "2021-06-06", + "districts": [ + { + "id": "district-1", + "name": "City of Lincoln" + } + ], + "id": "election-famous-names", + "parties": [ + { + "id": "0", + "name": "Democrat", + "fullName": "Democratic Party", + "abbrev": "D" + }, + { + "id": "1", + "name": "Republican", + "fullName": "Republican Party", + "abbrev": "R" + }, + { + "id": "2", + "name": "Liberty", + "fullName": "Liberty Party", + "abbrev": "Li" + }, + { + "id": "3", + "name": "Green", + "fullName": "Green Party", + "abbrev": "G" + } + ], + "precincts": [ + { + "id": "23", + "name": "North Lincoln" + }, + { + "id": "22", + "name": "South Lincoln" + }, + { + "id": "21", + "name": "East Lincoln" + }, + { + "id": "20", + "name": "West Lincoln" + } + ], + "seal": "\n \n \n \n \n ", + "state": "State of Hamilton", + "title": "Lincoln Municipal General Election", + "type": "general" } \ No newline at end of file diff --git a/libs/hmpb/fixtures/famous-names/marked-ballot.pdf b/libs/hmpb/fixtures/famous-names/marked-ballot.pdf index 05c77efa38..64ee80e5d9 100644 Binary files a/libs/hmpb/fixtures/famous-names/marked-ballot.pdf and b/libs/hmpb/fixtures/famous-names/marked-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/custom-8.5x17/blank-ballot.pdf b/libs/hmpb/fixtures/general-election/custom-8.5x17/blank-ballot.pdf index 04f4dbb700..e2e6df0483 100644 Binary files a/libs/hmpb/fixtures/general-election/custom-8.5x17/blank-ballot.pdf and b/libs/hmpb/fixtures/general-election/custom-8.5x17/blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/custom-8.5x17/election.json b/libs/hmpb/fixtures/general-election/custom-8.5x17/election.json index 9f9974979b..8c8d9dd50f 100644 --- a/libs/hmpb/fixtures/general-election/custom-8.5x17/election.json +++ b/libs/hmpb/fixtures/general-election/custom-8.5x17/election.json @@ -1311,650 +1311,562 @@ } } ], - "county": { - "id": "franklin", - "name": "Franklin County" - }, - "date": "2020-11-03", - "districts": [ - { - "id": "district-1", - "name": "District 1" - }, - { - "id": "district-2", - "name": "District 2" - }, - { - "id": "district-3", - "name": "District 3" - } - ], - "id": "election-general", - "parties": [ - { - "id": "0", - "name": "Federalist", - "fullName": "Federalist Party", - "abbrev": "F" - }, - { - "id": "1", - "name": "People’s", - "fullName": "People’s Party", - "abbrev": "P" - }, - { - "id": "2", - "name": "Liberty", - "fullName": "Liberty Party", - "abbrev": "Li" - }, - { - "id": "3", - "name": "Constitution", - "fullName": "Constitution Party", - "abbrev": "C" - }, - { - "id": "4", - "name": "Whig", - "fullName": "Whig Party", - "abbrev": "W" - }, - { - "id": "5", - "name": "Labor", - "fullName": "Labor Party", - "abbrev": "La" - }, - { - "id": "6", - "name": "Independent", - "fullName": "Independent Party", - "abbrev": "I" - }, - { - "id": "7", - "name": "Democrat", - "fullName": "Democratic Party", - "abbrev": "D" - }, - { - "id": "8", - "name": "Republican", - "fullName": "Republican Party", - "abbrev": "R" - } - ], - "precincts": [ - { - "id": "23", - "name": "Center Springfield" - }, - { - "id": "21", - "name": "North Springfield" - }, - { - "id": "20", - "name": "South Springfield" - } - ], - "seal": "Seal of Montgomery County, Maryland.", - "state": "State of Hamilton", - "title": "General Election", - "type": "general", "gridLayouts": [ { "ballotStyleId": "12", + "optionBoundsFromTargetMark": { + "top": 1.019447929736512, + "right": 9.194475274386484, + "bottom": 1.178168130489335, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.544542032622333, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.37766624843162, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.210790464240905, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.04391468005019, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 25.877038895859474, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 29.48055207026349, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 35.176286072772896, - "type": "option", "contestId": "senator", "optionId": "weiford" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 37.23902132998745, - "type": "option", "contestId": "senator", "optionId": "garriss" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 39.30175658720201, - "type": "option", "contestId": "senator", "optionId": "wentworthfarthington" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 42.13488080301129, - "type": "option", "contestId": "senator", "optionId": "hewetson" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 44.19761606022585, - "type": "option", "contestId": "senator", "optionId": "martinez" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 46.2603513174404, - "type": "option", "contestId": "senator", "optionId": "brown" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 48.32308657465496, - "type": "option", "contestId": "senator", "optionId": "pound" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.696988707653702, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.759723964868256, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.82245922208281, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.885194479297365, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.94792973651192, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.8732747804266, - "type": "option", "contestId": "governor", "optionId": "franz" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 28.936010037641154, - "type": "option", "contestId": "governor", "optionId": "harris" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 30.99874529485571, - "type": "option", "contestId": "governor", "optionId": "bargmann" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 33.061480552070265, - "type": "option", "contestId": "governor", "optionId": "abcock" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 35.12421580928482, - "type": "option", "contestId": "governor", "optionId": "steelloy" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 37.186951066499375, - "type": "option", "contestId": "governor", "optionId": "sharp" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 39.249686323713924, - "type": "option", "contestId": "governor", "optionId": "wallace" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 41.31242158092848, - "type": "option", "contestId": "governor", "optionId": "williams" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 43.375156838143035, - "type": "option", "contestId": "governor", "optionId": "sharp-althea" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 45.43789209535759, - "type": "option", "contestId": "governor", "optionId": "alpern" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 47.500627352572145, - "type": "option", "contestId": "governor", "optionId": "windbeck" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 49.5633626097867, - "type": "option", "contestId": "governor", "optionId": "greher" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 51.626097867001256, - "type": "option", "contestId": "governor", "optionId": "alexander" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 53.68883312421581, - "type": "option", "contestId": "governor", "optionId": "mitchell" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 55.75156838143037, - "type": "option", "contestId": "governor", "optionId": "lee" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 57.814303638644915, - "type": "option", "contestId": "governor", "optionId": "ash" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.696988707653702, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 15.759723964868256, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 17.82245922208281, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.885194479297365, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.94792973651192, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 24.010664993726476, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 26.073400250941027, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.136135508155583, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 30.19887076537014, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 35.12421580928482, - "type": "option", "contestId": "secretary-of-state", "optionId": "shamsi" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 37.186951066499375, - "type": "option", "contestId": "secretary-of-state", "optionId": "talarico" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 42.11229611041405, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 47.88519447929737, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 49.94792973651192, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 52.01066499372647, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 3.609159347553325, - "type": "option", "contestId": "county-commissioners", "optionId": "argent" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 5.671894604767879, - "type": "option", "contestId": "county-commissioners", "optionId": "witherspoonsmithson" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 8.505018820577165, - "type": "option", "contestId": "county-commissioners", "optionId": "bainbridge" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 10.567754077791719, - "type": "option", "contestId": "county-commissioners", "optionId": "hennessey" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 12.630489335006274, - "type": "option", "contestId": "county-commissioners", "optionId": "savoy" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 14.693224592220828, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 16.75595984943538, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa-mary" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 18.818695106649937, - "type": "option", "contestId": "county-commissioners", "optionId": "rangel-damian" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 20.881430363864492, - "type": "option", "contestId": "county-commissioners", "optionId": "altman" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 22.944165621079048, - "type": "option", "contestId": "county-commissioners", "optionId": "moore" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 25.0069008782936, - "type": "option", "contestId": "county-commissioners", "optionId": "schreiner" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 27.422835633626097, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 0, "writeInArea": { @@ -1965,11 +1877,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 29.620451693851944, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 1, "writeInArea": { @@ -1980,11 +1892,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 31.81806775407779, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 2, "writeInArea": { @@ -1995,11 +1907,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 34.015683814303635, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 3, "writeInArea": { @@ -2010,20 +1922,20 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 3.609159347553325, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 6.025094102885822, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2034,29 +1946,29 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 10.732120451693852, - "type": "option", "contestId": "city-mayor", "optionId": "white" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 12.794855708908406, - "type": "option", "contestId": "city-mayor", "optionId": "seldon" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 15.210790464240903, - "type": "write-in", "contestId": "city-mayor", "writeInIndex": 0, "writeInArea": { @@ -2067,65 +1979,65 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 3.609159347553325, - "type": "option", "contestId": "city-council", "optionId": "eagle" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 5.671894604767879, - "type": "option", "contestId": "city-council", "optionId": "rupp" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 7.734629861982434, - "type": "option", "contestId": "city-council", "optionId": "shry" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 9.79736511919699, - "type": "option", "contestId": "city-council", "optionId": "barker" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 11.860100376411543, - "type": "option", "contestId": "city-council", "optionId": "davis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 13.922835633626098, - "type": "option", "contestId": "city-council", "optionId": "smith" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 16.338770388958594, - "type": "write-in", "contestId": "city-council", "writeInIndex": 0, "writeInArea": { @@ -2136,11 +2048,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 18.53638644918444, - "type": "write-in", "contestId": "city-council", "writeInIndex": 1, "writeInArea": { @@ -2151,11 +2063,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 20.73400250941029, - "type": "write-in", "contestId": "city-council", "writeInIndex": 2, "writeInArea": { @@ -2166,391 +2078,391 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 41.33814303638645, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 42.630489335006274, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 49.400878293601004, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 50.69322459222083, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 45.96047678795483, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 47.25282308657466, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 13.003764115432872, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 14.296110414052698, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 24.14805520702635, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 25.44040150564617, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 41.84190715181932, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 43.13425345043915, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 15.27728983688833, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 16.569636135508155, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 27.962358845671268, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 29.25470514429109, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.019447929736512, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.178168130489335 - } + ] }, { "ballotStyleId": "5", + "optionBoundsFromTargetMark": { + "top": 1.019447929736512, + "right": 9.194475274386484, + "bottom": 1.178168130489335, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.544542032622333, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.37766624843162, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.210790464240905, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.04391468005019, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 25.877038895859474, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 29.48055207026349, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.696988707653702, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.759723964868256, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.82245922208281, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.885194479297365, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.94792973651192, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.8732747804266, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 28.936010037641154, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 30.99874529485571, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 33.061480552070265, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 35.12421580928482, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 37.186951066499375, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 39.249686323713924, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 41.31242158092848, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 43.375156838143035, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.696988707653702, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.469887076537013, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.53262233375157, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 23.595357590966124, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.520702634880802, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 30.9366373902133, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2561,102 +2473,190 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 50.91593475533249, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 52.20828105395232, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.567579232951044, "row": 55.53826850690088, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.567579232951044, "row": 56.8306148055207, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 13.003764115432872, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 14.296110414052698, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 15.855708908406525, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 17.14805520702635, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 28.54077791718946, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 29.833124215809285, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.019447929736512, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.178168130489335 - } + ] + } + ], + "county": { + "id": "franklin", + "name": "Franklin County" + }, + "date": "2020-11-03", + "districts": [ + { + "id": "district-1", + "name": "District 1" + }, + { + "id": "district-2", + "name": "District 2" + }, + { + "id": "district-3", + "name": "District 3" + } + ], + "id": "election-general", + "parties": [ + { + "id": "0", + "name": "Federalist", + "fullName": "Federalist Party", + "abbrev": "F" + }, + { + "id": "1", + "name": "People’s", + "fullName": "People’s Party", + "abbrev": "P" + }, + { + "id": "2", + "name": "Liberty", + "fullName": "Liberty Party", + "abbrev": "Li" + }, + { + "id": "3", + "name": "Constitution", + "fullName": "Constitution Party", + "abbrev": "C" + }, + { + "id": "4", + "name": "Whig", + "fullName": "Whig Party", + "abbrev": "W" + }, + { + "id": "5", + "name": "Labor", + "fullName": "Labor Party", + "abbrev": "La" + }, + { + "id": "6", + "name": "Independent", + "fullName": "Independent Party", + "abbrev": "I" + }, + { + "id": "7", + "name": "Democrat", + "fullName": "Democratic Party", + "abbrev": "D" + }, + { + "id": "8", + "name": "Republican", + "fullName": "Republican Party", + "abbrev": "R" } - ] + ], + "precincts": [ + { + "id": "23", + "name": "Center Springfield" + }, + { + "id": "21", + "name": "North Springfield" + }, + { + "id": "20", + "name": "South Springfield" + } + ], + "seal": "Seal of Montgomery County, Maryland.", + "state": "State of Hamilton", + "title": "General Election", + "type": "general" } \ No newline at end of file diff --git a/libs/hmpb/fixtures/general-election/custom-8.5x17/marked-ballot.pdf b/libs/hmpb/fixtures/general-election/custom-8.5x17/marked-ballot.pdf index cb084014b4..85e4413514 100644 Binary files a/libs/hmpb/fixtures/general-election/custom-8.5x17/marked-ballot.pdf and b/libs/hmpb/fixtures/general-election/custom-8.5x17/marked-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/custom-8.5x18/blank-ballot.pdf b/libs/hmpb/fixtures/general-election/custom-8.5x18/blank-ballot.pdf index 747bd88451..0c1db5c8d1 100644 Binary files a/libs/hmpb/fixtures/general-election/custom-8.5x18/blank-ballot.pdf and b/libs/hmpb/fixtures/general-election/custom-8.5x18/blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/custom-8.5x18/election.json b/libs/hmpb/fixtures/general-election/custom-8.5x18/election.json index 1b0a172503..b57c978024 100644 --- a/libs/hmpb/fixtures/general-election/custom-8.5x18/election.json +++ b/libs/hmpb/fixtures/general-election/custom-8.5x18/election.json @@ -1311,650 +1311,562 @@ } } ], - "county": { - "id": "franklin", - "name": "Franklin County" - }, - "date": "2020-11-03", - "districts": [ - { - "id": "district-1", - "name": "District 1" - }, - { - "id": "district-2", - "name": "District 2" - }, - { - "id": "district-3", - "name": "District 3" - } - ], - "id": "election-general", - "parties": [ - { - "id": "0", - "name": "Federalist", - "fullName": "Federalist Party", - "abbrev": "F" - }, - { - "id": "1", - "name": "People’s", - "fullName": "People’s Party", - "abbrev": "P" - }, - { - "id": "2", - "name": "Liberty", - "fullName": "Liberty Party", - "abbrev": "Li" - }, - { - "id": "3", - "name": "Constitution", - "fullName": "Constitution Party", - "abbrev": "C" - }, - { - "id": "4", - "name": "Whig", - "fullName": "Whig Party", - "abbrev": "W" - }, - { - "id": "5", - "name": "Labor", - "fullName": "Labor Party", - "abbrev": "La" - }, - { - "id": "6", - "name": "Independent", - "fullName": "Independent Party", - "abbrev": "I" - }, - { - "id": "7", - "name": "Democrat", - "fullName": "Democratic Party", - "abbrev": "D" - }, - { - "id": "8", - "name": "Republican", - "fullName": "Republican Party", - "abbrev": "R" - } - ], - "precincts": [ - { - "id": "23", - "name": "Center Springfield" - }, - { - "id": "21", - "name": "North Springfield" - }, - { - "id": "20", - "name": "South Springfield" - } - ], - "seal": "Seal of Montgomery County, Maryland.", - "state": "State of Hamilton", - "title": "General Election", - "type": "general", "gridLayouts": [ { "ballotStyleId": "12", + "optionBoundsFromTargetMark": { + "top": 1.0216346153846154, + "right": 9.194475274386484, + "bottom": 1.1806952662721895, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.575739644970415, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.41494082840237, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.254142011834322, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.093343195266275, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 25.932544378698225, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 29.543786982248523, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 35.25173816568048, - "type": "option", "contestId": "senator", "optionId": "weiford" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 37.31889792899408, - "type": "option", "contestId": "senator", "optionId": "garriss" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 39.386057692307695, - "type": "option", "contestId": "senator", "optionId": "wentworthfarthington" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 42.22525887573965, - "type": "option", "contestId": "senator", "optionId": "hewetson" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 44.29241863905326, - "type": "option", "contestId": "senator", "optionId": "martinez" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 46.359578402366864, - "type": "option", "contestId": "senator", "optionId": "brown" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 48.426738165680476, - "type": "option", "contestId": "senator", "optionId": "pound" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 53.362647928994086, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 55.4298076923077, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 57.4969674556213, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 59.564127218934914, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 61.631286982248525, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.726368343195267, - "type": "option", "contestId": "governor", "optionId": "franz" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.793528106508877, - "type": "option", "contestId": "governor", "optionId": "harris" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.860687869822485, - "type": "option", "contestId": "governor", "optionId": "bargmann" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.927847633136096, - "type": "option", "contestId": "governor", "optionId": "abcock" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.995007396449704, - "type": "option", "contestId": "governor", "optionId": "steelloy" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.062167159763316, - "type": "option", "contestId": "governor", "optionId": "sharp" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.129326923076924, - "type": "option", "contestId": "governor", "optionId": "wallace" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 28.196486686390536, - "type": "option", "contestId": "governor", "optionId": "williams" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 30.263646449704144, - "type": "option", "contestId": "governor", "optionId": "sharp-althea" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 32.33080621301775, - "type": "option", "contestId": "governor", "optionId": "alpern" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 34.39796597633136, - "type": "option", "contestId": "governor", "optionId": "windbeck" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 36.465125739644975, - "type": "option", "contestId": "governor", "optionId": "greher" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 38.53228550295858, - "type": "option", "contestId": "governor", "optionId": "alexander" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 40.59944526627219, - "type": "option", "contestId": "governor", "optionId": "mitchell" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 42.6666050295858, - "type": "option", "contestId": "governor", "optionId": "lee" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 44.73376479289941, - "type": "option", "contestId": "governor", "optionId": "ash" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.726368343195267, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 15.793528106508877, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 17.860687869822485, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.927847633136096, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.995007396449704, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 24.062167159763316, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 26.129326923076924, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.196486686390536, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 30.263646449704144, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 35.19955621301775, - "type": "option", "contestId": "secretary-of-state", "optionId": "shamsi" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 37.26671597633136, - "type": "option", "contestId": "secretary-of-state", "optionId": "talarico" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 42.20262573964497, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 47.98790680473373, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 50.05506656804734, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 52.12222633136095, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 3.6169008875739648, - "type": "option", "contestId": "county-commissioners", "optionId": "argent" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 5.684060650887575, - "type": "option", "contestId": "county-commissioners", "optionId": "witherspoonsmithson" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 8.523261834319527, - "type": "option", "contestId": "county-commissioners", "optionId": "bainbridge" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 10.590421597633137, - "type": "option", "contestId": "county-commissioners", "optionId": "hennessey" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 12.657581360946747, - "type": "option", "contestId": "county-commissioners", "optionId": "savoy" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 14.724741124260357, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 16.791900887573966, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa-mary" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 18.859060650887574, - "type": "option", "contestId": "county-commissioners", "optionId": "rangel-damian" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 20.926220414201186, - "type": "option", "contestId": "county-commissioners", "optionId": "altman" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 22.993380177514794, - "type": "option", "contestId": "county-commissioners", "optionId": "moore" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 25.060539940828402, - "type": "option", "contestId": "county-commissioners", "optionId": "schreiner" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 27.481656804733728, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 0, "writeInArea": { @@ -1965,11 +1877,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 29.683986686390533, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 1, "writeInArea": { @@ -1980,11 +1892,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 31.886316568047338, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 2, "writeInArea": { @@ -1995,11 +1907,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 34.08864644970414, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 3, "writeInArea": { @@ -2010,20 +1922,20 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 3.6169008875739648, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 6.03801775147929, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2034,29 +1946,29 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 10.75514053254438, - "type": "option", "contestId": "city-mayor", "optionId": "white" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 12.822300295857989, - "type": "option", "contestId": "city-mayor", "optionId": "seldon" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 15.243417159763315, - "type": "write-in", "contestId": "city-mayor", "writeInIndex": 0, "writeInArea": { @@ -2067,65 +1979,65 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 3.6169008875739648, - "type": "option", "contestId": "city-council", "optionId": "eagle" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 5.684060650887575, - "type": "option", "contestId": "city-council", "optionId": "rupp" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 7.751220414201184, - "type": "option", "contestId": "city-council", "optionId": "shry" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 9.818380177514793, - "type": "option", "contestId": "city-council", "optionId": "barker" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 11.885539940828403, - "type": "option", "contestId": "city-council", "optionId": "davis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 13.952699704142013, - "type": "option", "contestId": "city-council", "optionId": "smith" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 16.37381656804734, - "type": "write-in", "contestId": "city-council", "writeInIndex": 0, "writeInArea": { @@ -2136,11 +2048,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 18.576146449704144, - "type": "write-in", "contestId": "city-council", "writeInIndex": 1, "writeInArea": { @@ -2151,11 +2063,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 20.77847633136095, - "type": "write-in", "contestId": "city-council", "writeInIndex": 2, "writeInArea": { @@ -2166,391 +2078,391 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 41.42681213017752, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 42.72193047337279, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 49.506841715976336, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 50.8019600591716, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 62.21911982248521, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 63.514238165680474, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 48.220525147928996, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 49.515643491124266, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 59.38872041420119, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 60.68383875739645, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 15.889718934911244, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 17.18483727810651, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 15.310059171597635, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 16.6051775147929, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 28.02233727810651, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 29.317455621301775, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.0216346153846154, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1806952662721895 - } + ] }, { "ballotStyleId": "5", + "optionBoundsFromTargetMark": { + "top": 1.0216346153846154, + "right": 9.194475274386484, + "bottom": 1.1806952662721895, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.575739644970415, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.41494082840237, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.254142011834322, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.093343195266275, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 25.932544378698225, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 29.543786982248523, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.726368343195267, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.793528106508877, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.860687869822485, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.927847633136096, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.995007396449704, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.930917159763315, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 28.998076923076926, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 31.065236686390534, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 33.132396449704146, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 35.19955621301775, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 37.26671597633136, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 39.333875739644974, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 41.401035502958585, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 43.46819526627219, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.726368343195267, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.511649408284025, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.578809171597634, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 23.645968934911245, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.581878698224852, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 31.002995562130177, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2561,102 +2473,190 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 51.02514792899409, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 52.32026627218935, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.567579232951044, "row": 55.657396449704144, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.567579232951044, "row": 56.952514792899414, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 13.031656804733728, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 14.326775147928995, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 15.889718934911244, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 17.18483727810651, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 28.60199704142012, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 29.897115384615386, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.0216346153846154, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1806952662721895 - } + ] + } + ], + "county": { + "id": "franklin", + "name": "Franklin County" + }, + "date": "2020-11-03", + "districts": [ + { + "id": "district-1", + "name": "District 1" + }, + { + "id": "district-2", + "name": "District 2" + }, + { + "id": "district-3", + "name": "District 3" + } + ], + "id": "election-general", + "parties": [ + { + "id": "0", + "name": "Federalist", + "fullName": "Federalist Party", + "abbrev": "F" + }, + { + "id": "1", + "name": "People’s", + "fullName": "People’s Party", + "abbrev": "P" + }, + { + "id": "2", + "name": "Liberty", + "fullName": "Liberty Party", + "abbrev": "Li" + }, + { + "id": "3", + "name": "Constitution", + "fullName": "Constitution Party", + "abbrev": "C" + }, + { + "id": "4", + "name": "Whig", + "fullName": "Whig Party", + "abbrev": "W" + }, + { + "id": "5", + "name": "Labor", + "fullName": "Labor Party", + "abbrev": "La" + }, + { + "id": "6", + "name": "Independent", + "fullName": "Independent Party", + "abbrev": "I" + }, + { + "id": "7", + "name": "Democrat", + "fullName": "Democratic Party", + "abbrev": "D" + }, + { + "id": "8", + "name": "Republican", + "fullName": "Republican Party", + "abbrev": "R" } - ] + ], + "precincts": [ + { + "id": "23", + "name": "Center Springfield" + }, + { + "id": "21", + "name": "North Springfield" + }, + { + "id": "20", + "name": "South Springfield" + } + ], + "seal": "Seal of Montgomery County, Maryland.", + "state": "State of Hamilton", + "title": "General Election", + "type": "general" } \ No newline at end of file diff --git a/libs/hmpb/fixtures/general-election/custom-8.5x18/marked-ballot.pdf b/libs/hmpb/fixtures/general-election/custom-8.5x18/marked-ballot.pdf index e792fac3f3..422e5f81ae 100644 Binary files a/libs/hmpb/fixtures/general-election/custom-8.5x18/marked-ballot.pdf and b/libs/hmpb/fixtures/general-election/custom-8.5x18/marked-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/custom-8.5x21/blank-ballot.pdf b/libs/hmpb/fixtures/general-election/custom-8.5x21/blank-ballot.pdf index e6fd09bf83..902a6bb2e3 100644 Binary files a/libs/hmpb/fixtures/general-election/custom-8.5x21/blank-ballot.pdf and b/libs/hmpb/fixtures/general-election/custom-8.5x21/blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/custom-8.5x21/election.json b/libs/hmpb/fixtures/general-election/custom-8.5x21/election.json index ef7487461c..77f5414a9c 100644 --- a/libs/hmpb/fixtures/general-election/custom-8.5x21/election.json +++ b/libs/hmpb/fixtures/general-election/custom-8.5x21/election.json @@ -1311,650 +1311,562 @@ } } ], - "county": { - "id": "franklin", - "name": "Franklin County" - }, - "date": "2020-11-03", - "districts": [ - { - "id": "district-1", - "name": "District 1" - }, - { - "id": "district-2", - "name": "District 2" - }, - { - "id": "district-3", - "name": "District 3" - } - ], - "id": "election-general", - "parties": [ - { - "id": "0", - "name": "Federalist", - "fullName": "Federalist Party", - "abbrev": "F" - }, - { - "id": "1", - "name": "People’s", - "fullName": "People’s Party", - "abbrev": "P" - }, - { - "id": "2", - "name": "Liberty", - "fullName": "Liberty Party", - "abbrev": "Li" - }, - { - "id": "3", - "name": "Constitution", - "fullName": "Constitution Party", - "abbrev": "C" - }, - { - "id": "4", - "name": "Whig", - "fullName": "Whig Party", - "abbrev": "W" - }, - { - "id": "5", - "name": "Labor", - "fullName": "Labor Party", - "abbrev": "La" - }, - { - "id": "6", - "name": "Independent", - "fullName": "Independent Party", - "abbrev": "I" - }, - { - "id": "7", - "name": "Democrat", - "fullName": "Democratic Party", - "abbrev": "D" - }, - { - "id": "8", - "name": "Republican", - "fullName": "Republican Party", - "abbrev": "R" - } - ], - "precincts": [ - { - "id": "23", - "name": "Center Springfield" - }, - { - "id": "21", - "name": "North Springfield" - }, - { - "id": "20", - "name": "South Springfield" - } - ], - "seal": "Seal of Montgomery County, Maryland.", - "state": "State of Hamilton", - "title": "General Election", - "type": "general", "gridLayouts": [ { "ballotStyleId": "12", + "optionBoundsFromTargetMark": { + "top": 1.0269211324570273, + "right": 9.194475274386484, + "bottom": 1.1868048533872597, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.651162790697674, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.50505561172902, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.358948432760364, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.21284125379171, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.066734074823053, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 29.696663296258844, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 35.43415065722952, - "type": "option", "contestId": "senator", "optionId": "weiford" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 37.51200707785642, - "type": "option", "contestId": "senator", "optionId": "garriss" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 39.58986349848331, - "type": "option", "contestId": "senator", "optionId": "wentworthfarthington" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 42.44375631951466, - "type": "option", "contestId": "senator", "optionId": "hewetson" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 44.521612740141556, - "type": "option", "contestId": "senator", "optionId": "martinez" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 46.59946916076845, - "type": "option", "contestId": "senator", "optionId": "brown" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 48.677325581395344, - "type": "option", "contestId": "senator", "optionId": "pound" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 53.638776541961576, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 55.71663296258847, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 57.794489383215364, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 59.872345803842265, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 61.95020222446916, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.797396359959555, - "type": "option", "contestId": "governor", "optionId": "franz" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.87525278058645, - "type": "option", "contestId": "governor", "optionId": "harris" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.953109201213344, - "type": "option", "contestId": "governor", "optionId": "bargmann" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.03096562184024, - "type": "option", "contestId": "governor", "optionId": "abcock" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.108822042467136, - "type": "option", "contestId": "governor", "optionId": "steelloy" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.186678463094033, - "type": "option", "contestId": "governor", "optionId": "sharp" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.26453488372093, - "type": "option", "contestId": "governor", "optionId": "wallace" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 28.342391304347824, - "type": "option", "contestId": "governor", "optionId": "williams" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 30.420247724974722, - "type": "option", "contestId": "governor", "optionId": "sharp-althea" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 32.498104145601616, - "type": "option", "contestId": "governor", "optionId": "alpern" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 34.57596056622851, - "type": "option", "contestId": "governor", "optionId": "windbeck" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 36.65381698685541, - "type": "option", "contestId": "governor", "optionId": "greher" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 38.731673407482305, - "type": "option", "contestId": "governor", "optionId": "alexander" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 40.8095298281092, - "type": "option", "contestId": "governor", "optionId": "mitchell" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 42.88738624873609, - "type": "option", "contestId": "governor", "optionId": "lee" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 44.96524266936299, - "type": "option", "contestId": "governor", "optionId": "ash" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 49.92669362992922, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 52.00455005055611, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 54.08240647118301, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 56.16026289180991, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 58.2381193124368, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 60.315975733063695, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 62.393832153690596, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 64.47168857431748, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 66.54954499494438, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 71.51099595551061, - "type": "option", "contestId": "secretary-of-state", "optionId": "shamsi" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 73.58885237613751, - "type": "option", "contestId": "secretary-of-state", "optionId": "talarico" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.797396359959555, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.6126137512639, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.690470171890798, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 23.768326592517692, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.72977755308392, - "type": "option", "contestId": "county-commissioners", "optionId": "argent" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 30.807633973710818, - "type": "option", "contestId": "county-commissioners", "optionId": "witherspoonsmithson" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 33.66152679474216, - "type": "option", "contestId": "county-commissioners", "optionId": "bainbridge" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 35.73938321536906, - "type": "option", "contestId": "county-commissioners", "optionId": "hennessey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 37.81723963599595, - "type": "option", "contestId": "county-commissioners", "optionId": "savoy" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 39.89509605662285, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 41.97295247724974, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa-mary" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 44.05080889787664, - "type": "option", "contestId": "county-commissioners", "optionId": "rangel-damian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 46.128665318503536, - "type": "option", "contestId": "county-commissioners", "optionId": "altman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 48.20652173913043, - "type": "option", "contestId": "county-commissioners", "optionId": "moore" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 50.28437815975733, - "type": "option", "contestId": "county-commissioners", "optionId": "schreiner" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 52.718023255813954, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 0, "writeInArea": { @@ -1965,11 +1877,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 54.93174924165824, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 1, "writeInArea": { @@ -1980,11 +1892,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 57.14547522750252, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 2, "writeInArea": { @@ -1995,11 +1907,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 59.359201213346815, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 3, "writeInArea": { @@ -2010,20 +1922,20 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 64.1007330637007, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 66.53437815975732, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2034,29 +1946,29 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 3.63561678463094, - "type": "option", "contestId": "city-mayor", "optionId": "white" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 5.713473205257836, - "type": "option", "contestId": "city-mayor", "optionId": "seldon" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 8.147118301314459, - "type": "write-in", "contestId": "city-mayor", "writeInIndex": 0, "writeInArea": { @@ -2067,65 +1979,65 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 3.63561678463094, - "type": "option", "contestId": "city-council", "optionId": "eagle" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 5.713473205257836, - "type": "option", "contestId": "city-council", "optionId": "rupp" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 7.791329625884732, - "type": "option", "contestId": "city-council", "optionId": "shry" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 9.869186046511627, - "type": "option", "contestId": "city-council", "optionId": "barker" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 11.947042467138523, - "type": "option", "contestId": "city-council", "optionId": "davis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 14.024898887765419, - "type": "option", "contestId": "city-council", "optionId": "smith" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 16.458543983822043, - "type": "write-in", "contestId": "city-council", "writeInIndex": 0, "writeInArea": { @@ -2136,11 +2048,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 18.672269969666328, - "type": "write-in", "contestId": "city-council", "writeInIndex": 1, "writeInArea": { @@ -2151,11 +2063,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 20.885995955510616, - "type": "write-in", "contestId": "city-council", "writeInIndex": 2, "writeInArea": { @@ -2166,391 +2078,391 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 28.262133468149646, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 29.563953488372093, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 36.383973710819006, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 37.68579373104146, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 49.162032355915066, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 50.46385237613751, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 64.11274014155713, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 65.41456016177958, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 31.36627906976744, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 32.66809908998989, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 49.18983822042467, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 50.49165824064711, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 66.43073811931244, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 67.73255813953487, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 10.92644084934277, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 12.228260869565217, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.0269211324570273, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1868048533872597 - } + ] }, { "ballotStyleId": "5", + "optionBoundsFromTargetMark": { + "top": 1.0269211324570273, + "right": 9.194475274386484, + "bottom": 1.1868048533872597, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.651162790697674, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.50505561172902, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.358948432760364, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.21284125379171, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.066734074823053, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 29.696663296258844, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.797396359959555, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.87525278058645, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.953109201213344, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.03096562184024, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.108822042467136, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 27.070273003033364, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 29.14812942366026, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 31.225985844287155, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 33.30384226491405, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 35.38169868554095, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 37.45955510616784, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 39.53741152679474, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 41.615267947421636, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 43.69312436804853, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.797396359959555, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.6126137512639, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.690470171890798, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 23.768326592517692, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.72977755308392, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 31.163422649140543, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2561,102 +2473,190 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 51.289180990899894, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 52.591001011122344, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 64.06723963599595, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 65.3690596562184, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.567579232951044, "row": 58.118048533872596, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.567579232951044, "row": 59.41986855409504, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 15.971941354903942, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 17.27376137512639, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 10.92644084934277, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 12.228260869565217, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.0269211324570273, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1868048533872597 - } + ] + } + ], + "county": { + "id": "franklin", + "name": "Franklin County" + }, + "date": "2020-11-03", + "districts": [ + { + "id": "district-1", + "name": "District 1" + }, + { + "id": "district-2", + "name": "District 2" + }, + { + "id": "district-3", + "name": "District 3" + } + ], + "id": "election-general", + "parties": [ + { + "id": "0", + "name": "Federalist", + "fullName": "Federalist Party", + "abbrev": "F" + }, + { + "id": "1", + "name": "People’s", + "fullName": "People’s Party", + "abbrev": "P" + }, + { + "id": "2", + "name": "Liberty", + "fullName": "Liberty Party", + "abbrev": "Li" + }, + { + "id": "3", + "name": "Constitution", + "fullName": "Constitution Party", + "abbrev": "C" + }, + { + "id": "4", + "name": "Whig", + "fullName": "Whig Party", + "abbrev": "W" + }, + { + "id": "5", + "name": "Labor", + "fullName": "Labor Party", + "abbrev": "La" + }, + { + "id": "6", + "name": "Independent", + "fullName": "Independent Party", + "abbrev": "I" + }, + { + "id": "7", + "name": "Democrat", + "fullName": "Democratic Party", + "abbrev": "D" + }, + { + "id": "8", + "name": "Republican", + "fullName": "Republican Party", + "abbrev": "R" } - ] + ], + "precincts": [ + { + "id": "23", + "name": "Center Springfield" + }, + { + "id": "21", + "name": "North Springfield" + }, + { + "id": "20", + "name": "South Springfield" + } + ], + "seal": "Seal of Montgomery County, Maryland.", + "state": "State of Hamilton", + "title": "General Election", + "type": "general" } \ No newline at end of file diff --git a/libs/hmpb/fixtures/general-election/custom-8.5x21/marked-ballot.pdf b/libs/hmpb/fixtures/general-election/custom-8.5x21/marked-ballot.pdf index 5b79fb5155..d89e7553d1 100644 Binary files a/libs/hmpb/fixtures/general-election/custom-8.5x21/marked-ballot.pdf and b/libs/hmpb/fixtures/general-election/custom-8.5x21/marked-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/custom-8.5x22/blank-ballot.pdf b/libs/hmpb/fixtures/general-election/custom-8.5x22/blank-ballot.pdf index cab3f6f334..32417c80af 100644 Binary files a/libs/hmpb/fixtures/general-election/custom-8.5x22/blank-ballot.pdf and b/libs/hmpb/fixtures/general-election/custom-8.5x22/blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/custom-8.5x22/election.json b/libs/hmpb/fixtures/general-election/custom-8.5x22/election.json index 05b5a56b55..7eed9bf37d 100644 --- a/libs/hmpb/fixtures/general-election/custom-8.5x22/election.json +++ b/libs/hmpb/fixtures/general-election/custom-8.5x22/election.json @@ -1311,650 +1311,562 @@ } } ], - "county": { - "id": "franklin", - "name": "Franklin County" - }, - "date": "2020-11-03", - "districts": [ - { - "id": "district-1", - "name": "District 1" - }, - { - "id": "district-2", - "name": "District 2" - }, - { - "id": "district-3", - "name": "District 3" - } - ], - "id": "election-general", - "parties": [ - { - "id": "0", - "name": "Federalist", - "fullName": "Federalist Party", - "abbrev": "F" - }, - { - "id": "1", - "name": "People’s", - "fullName": "People’s Party", - "abbrev": "P" - }, - { - "id": "2", - "name": "Liberty", - "fullName": "Liberty Party", - "abbrev": "Li" - }, - { - "id": "3", - "name": "Constitution", - "fullName": "Constitution Party", - "abbrev": "C" - }, - { - "id": "4", - "name": "Whig", - "fullName": "Whig Party", - "abbrev": "W" - }, - { - "id": "5", - "name": "Labor", - "fullName": "Labor Party", - "abbrev": "La" - }, - { - "id": "6", - "name": "Independent", - "fullName": "Independent Party", - "abbrev": "I" - }, - { - "id": "7", - "name": "Democrat", - "fullName": "Democratic Party", - "abbrev": "D" - }, - { - "id": "8", - "name": "Republican", - "fullName": "Republican Party", - "abbrev": "R" - } - ], - "precincts": [ - { - "id": "23", - "name": "Center Springfield" - }, - { - "id": "21", - "name": "North Springfield" - }, - { - "id": "20", - "name": "South Springfield" - } - ], - "seal": "Seal of Montgomery County, Maryland.", - "state": "State of Hamilton", - "title": "General Election", - "type": "general", "gridLayouts": [ { "ballotStyleId": "12", + "optionBoundsFromTargetMark": { + "top": 1.0283570395371264, + "right": 9.194475274386484, + "bottom": 1.1884643201542913, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.671648987463838, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.52953230472517, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.3874156219865, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.24529893924783, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.10318225650916, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 29.738187078109934, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 35.48369696239151, - "type": "option", "contestId": "senator", "optionId": "weiford" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 37.564458775313405, - "type": "option", "contestId": "senator", "optionId": "garriss" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 39.6452205882353, - "type": "option", "contestId": "senator", "optionId": "wentworthfarthington" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 42.50310390549662, - "type": "option", "contestId": "senator", "optionId": "hewetson" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 44.583865718418515, - "type": "option", "contestId": "senator", "optionId": "martinez" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 46.66462753134041, - "type": "option", "contestId": "senator", "optionId": "brown" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 48.7453893442623, - "type": "option", "contestId": "senator", "optionId": "pound" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 53.71377772420444, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 55.794539537126326, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 57.87530135004822, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 59.95606316297011, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 62.036824975891996, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.816688765670204, - "type": "option", "contestId": "governor", "optionId": "franz" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.897450578592093, - "type": "option", "contestId": "governor", "optionId": "harris" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.978212391513985, - "type": "option", "contestId": "governor", "optionId": "bargmann" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.058974204435874, - "type": "option", "contestId": "governor", "optionId": "abcock" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.139736017357762, - "type": "option", "contestId": "governor", "optionId": "steelloy" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.220497830279655, - "type": "option", "contestId": "governor", "optionId": "sharp" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.301259643201544, - "type": "option", "contestId": "governor", "optionId": "wallace" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 28.382021456123432, - "type": "option", "contestId": "governor", "optionId": "williams" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 30.462783269045325, - "type": "option", "contestId": "governor", "optionId": "sharp-althea" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 32.54354508196722, - "type": "option", "contestId": "governor", "optionId": "alpern" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 34.6243068948891, - "type": "option", "contestId": "governor", "optionId": "windbeck" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 36.705068707810995, - "type": "option", "contestId": "governor", "optionId": "greher" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 38.78583052073289, - "type": "option", "contestId": "governor", "optionId": "alexander" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 40.86659233365477, - "type": "option", "contestId": "governor", "optionId": "mitchell" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 42.947354146576664, - "type": "option", "contestId": "governor", "optionId": "lee" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 45.02811595949856, - "type": "option", "contestId": "governor", "optionId": "ash" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 49.9965043394407, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 52.07726615236258, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 54.158027965284475, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 56.23878977820637, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 58.31955159112825, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 60.400313404050145, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 62.48107521697204, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 64.56183702989392, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 66.64259884281581, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 71.61098722275796, - "type": "option", "contestId": "secretary-of-state", "optionId": "shamsi" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 73.69174903567985, - "type": "option", "contestId": "secretary-of-state", "optionId": "talarico" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.816688765670204, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.64003736740598, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.72079918032787, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 23.80156099324976, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.7699493731919, - "type": "option", "contestId": "county-commissioners", "optionId": "argent" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 30.85071118611379, - "type": "option", "contestId": "county-commissioners", "optionId": "witherspoonsmithson" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 33.708594503375124, - "type": "option", "contestId": "county-commissioners", "optionId": "bainbridge" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 35.78935631629701, - "type": "option", "contestId": "county-commissioners", "optionId": "hennessey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 37.8701181292189, - "type": "option", "contestId": "county-commissioners", "optionId": "savoy" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 39.950879942140794, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 42.03164175506268, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa-mary" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 44.11240356798457, - "type": "option", "contestId": "county-commissioners", "optionId": "rangel-damian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 46.193165380906464, - "type": "option", "contestId": "county-commissioners", "optionId": "altman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 48.27392719382835, - "type": "option", "contestId": "county-commissioners", "optionId": "moore" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 50.35468900675024, - "type": "option", "contestId": "county-commissioners", "optionId": "schreiner" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 52.79173698167792, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 0, "writeInArea": { @@ -1965,11 +1877,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 55.00855834136934, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 1, "writeInArea": { @@ -1980,11 +1892,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 57.22537970106075, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 2, "writeInArea": { @@ -1995,11 +1907,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 59.44220106075217, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 3, "writeInArea": { @@ -2010,20 +1922,20 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 64.19036282545805, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 66.62741080038573, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2034,29 +1946,29 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 71.37557256509162, - "type": "option", "contestId": "city-mayor", "optionId": "white" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 73.45633437801351, - "type": "option", "contestId": "city-mayor", "optionId": "seldon" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 75.89338235294117, - "type": "write-in", "contestId": "city-mayor", "writeInIndex": 0, "writeInArea": { @@ -2067,65 +1979,65 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 3.640700337512054, - "type": "option", "contestId": "city-council", "optionId": "eagle" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 5.721462150433944, - "type": "option", "contestId": "city-council", "optionId": "rupp" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.802223963355835, - "type": "option", "contestId": "city-council", "optionId": "shry" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.882985776277724, - "type": "option", "contestId": "city-council", "optionId": "barker" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 11.963747589199615, - "type": "option", "contestId": "city-council", "optionId": "davis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 14.044509402121506, - "type": "option", "contestId": "city-council", "optionId": "smith" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 16.48155737704918, - "type": "write-in", "contestId": "city-council", "writeInIndex": 0, "writeInArea": { @@ -2136,11 +2048,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 18.698378736740597, - "type": "write-in", "contestId": "city-council", "writeInIndex": 1, "writeInArea": { @@ -2151,11 +2063,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 20.915200096432017, - "type": "write-in", "contestId": "city-council", "writeInIndex": 2, "writeInArea": { @@ -2166,391 +2078,391 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 28.301651398264223, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 29.605291706846675, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 36.4348481195757, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 37.73848842815815, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 49.23077386692382, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 50.53441417550627, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 64.20238669238188, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 65.50602700096432, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 75.4440694310511, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 76.74770973963356, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 38.01693587270974, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 39.32057618129219, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 55.2819431051109, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 56.58558341369335, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 68.07786885245902, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 69.38150916104146, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.0283570395371264, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1884643201542913 - } + ] }, { "ballotStyleId": "5", + "optionBoundsFromTargetMark": { + "top": 1.0283570395371264, + "right": 9.194475274386484, + "bottom": 1.1884643201542913, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.671648987463838, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.52953230472517, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.3874156219865, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.24529893924783, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.10318225650916, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 29.738187078109934, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.816688765670204, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.897450578592093, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.978212391513985, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.058974204435874, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.139736017357762, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 27.108124397299903, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 29.188886210221796, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 31.269648023143684, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 33.35040983606557, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 35.431171648987466, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 37.51193346190936, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 39.59269527483124, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 41.673457087753135, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 43.75421890067503, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.816688765670204, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.64003736740598, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.72079918032787, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 23.80156099324976, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.7699493731919, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 31.206997348119575, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2561,102 +2473,190 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 51.360896817743495, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 52.66453712632594, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 64.15682256509162, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 65.46046287367406, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.567579232951044, "row": 58.19931292189007, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.567579232951044, "row": 59.50295323047252, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.567579232951044, "row": 76.04779411764706, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 17.567579232951044, "row": 77.35143442622952, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 10.941718900675024, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 12.245359209257474, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.0283570395371264, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1884643201542913 - } + ] + } + ], + "county": { + "id": "franklin", + "name": "Franklin County" + }, + "date": "2020-11-03", + "districts": [ + { + "id": "district-1", + "name": "District 1" + }, + { + "id": "district-2", + "name": "District 2" + }, + { + "id": "district-3", + "name": "District 3" + } + ], + "id": "election-general", + "parties": [ + { + "id": "0", + "name": "Federalist", + "fullName": "Federalist Party", + "abbrev": "F" + }, + { + "id": "1", + "name": "People’s", + "fullName": "People’s Party", + "abbrev": "P" + }, + { + "id": "2", + "name": "Liberty", + "fullName": "Liberty Party", + "abbrev": "Li" + }, + { + "id": "3", + "name": "Constitution", + "fullName": "Constitution Party", + "abbrev": "C" + }, + { + "id": "4", + "name": "Whig", + "fullName": "Whig Party", + "abbrev": "W" + }, + { + "id": "5", + "name": "Labor", + "fullName": "Labor Party", + "abbrev": "La" + }, + { + "id": "6", + "name": "Independent", + "fullName": "Independent Party", + "abbrev": "I" + }, + { + "id": "7", + "name": "Democrat", + "fullName": "Democratic Party", + "abbrev": "D" + }, + { + "id": "8", + "name": "Republican", + "fullName": "Republican Party", + "abbrev": "R" } - ] + ], + "precincts": [ + { + "id": "23", + "name": "Center Springfield" + }, + { + "id": "21", + "name": "North Springfield" + }, + { + "id": "20", + "name": "South Springfield" + } + ], + "seal": "Seal of Montgomery County, Maryland.", + "state": "State of Hamilton", + "title": "General Election", + "type": "general" } \ No newline at end of file diff --git a/libs/hmpb/fixtures/general-election/custom-8.5x22/marked-ballot.pdf b/libs/hmpb/fixtures/general-election/custom-8.5x22/marked-ballot.pdf index 70d9d847ce..8c4f3304e5 100644 Binary files a/libs/hmpb/fixtures/general-election/custom-8.5x22/marked-ballot.pdf and b/libs/hmpb/fixtures/general-election/custom-8.5x22/marked-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/legal-es-US/blank-ballot.pdf b/libs/hmpb/fixtures/general-election/legal-es-US/blank-ballot.pdf index 3ab2c442ad..4ece7a80e1 100644 Binary files a/libs/hmpb/fixtures/general-election/legal-es-US/blank-ballot.pdf and b/libs/hmpb/fixtures/general-election/legal-es-US/blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/legal-es-US/election.json b/libs/hmpb/fixtures/general-election/legal-es-US/election.json index 982295787b..893193a30c 100644 --- a/libs/hmpb/fixtures/general-election/legal-es-US/election.json +++ b/libs/hmpb/fixtures/general-election/legal-es-US/election.json @@ -1319,650 +1319,562 @@ } } ], - "county": { - "id": "franklin", - "name": "Franklin County" - }, - "date": "2020-11-03", - "districts": [ - { - "id": "district-1", - "name": "District 1" - }, - { - "id": "district-2", - "name": "District 2" - }, - { - "id": "district-3", - "name": "District 3" - } - ], - "id": "election-general", - "parties": [ - { - "id": "0", - "name": "Federalist", - "fullName": "Federalist Party", - "abbrev": "F" - }, - { - "id": "1", - "name": "People’s", - "fullName": "People’s Party", - "abbrev": "P" - }, - { - "id": "2", - "name": "Liberty", - "fullName": "Liberty Party", - "abbrev": "Li" - }, - { - "id": "3", - "name": "Constitution", - "fullName": "Constitution Party", - "abbrev": "C" - }, - { - "id": "4", - "name": "Whig", - "fullName": "Whig Party", - "abbrev": "W" - }, - { - "id": "5", - "name": "Labor", - "fullName": "Labor Party", - "abbrev": "La" - }, - { - "id": "6", - "name": "Independent", - "fullName": "Independent Party", - "abbrev": "I" - }, - { - "id": "7", - "name": "Democrat", - "fullName": "Democratic Party", - "abbrev": "D" - }, - { - "id": "8", - "name": "Republican", - "fullName": "Republican Party", - "abbrev": "R" - } - ], - "precincts": [ - { - "id": "23", - "name": "Center Springfield" - }, - { - "id": "21", - "name": "North Springfield" - }, - { - "id": "20", - "name": "South Springfield" - } - ], - "seal": "Seal of Montgomery County, Maryland.", - "state": "State of Hamilton", - "title": "General Election", - "type": "general", "gridLayouts": [ { "ballotStyleId": "12", + "optionBoundsFromTargetMark": { + "top": 1.010959035222052, + "right": 9.194475274386484, + "bottom": 1.1683575803981623, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.137442572741193, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.94697549770291, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.756508422664623, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 29.56604134762634, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.1395482388974, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 36.71305513016845, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 18.615955206738132, - "type": "option", "contestId": "senator", "optionId": "weiford" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.661514165390503, - "type": "option", "contestId": "senator", "optionId": "garriss" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.70707312404288, - "type": "option", "contestId": "senator", "optionId": "wentworthfarthington" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 25.516606049004594, - "type": "option", "contestId": "senator", "optionId": "hewetson" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 28.32613897396631, - "type": "option", "contestId": "senator", "optionId": "martinez" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 30.37169793261868, - "type": "option", "contestId": "senator", "optionId": "brown" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 33.181230857580395, - "type": "option", "contestId": "senator", "optionId": "pound" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.456450995405817, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.50200995405819, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 23.547568912710567, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 25.593127871362938, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.402660796324653, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 3.579106049004594, - "type": "option", "contestId": "governor", "optionId": "franz" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 5.624665007656968, - "type": "option", "contestId": "governor", "optionId": "harris" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.670223966309341, - "type": "option", "contestId": "governor", "optionId": "bargmann" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.715782924961715, - "type": "option", "contestId": "governor", "optionId": "abcock" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 12.52531584992343, - "type": "option", "contestId": "governor", "optionId": "steelloy" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 14.570874808575804, - "type": "option", "contestId": "governor", "optionId": "sharp" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 16.616433767228177, - "type": "option", "contestId": "governor", "optionId": "wallace" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 19.425966692189892, - "type": "option", "contestId": "governor", "optionId": "williams" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 22.235499617151607, - "type": "option", "contestId": "governor", "optionId": "sharp-althea" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 25.045032542113322, - "type": "option", "contestId": "governor", "optionId": "alpern" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 27.854565467075037, - "type": "option", "contestId": "governor", "optionId": "windbeck" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 30.664098392036752, - "type": "option", "contestId": "governor", "optionId": "greher" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 33.473631316998464, - "type": "option", "contestId": "governor", "optionId": "alexander" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 36.28316424196018, - "type": "option", "contestId": "governor", "optionId": "mitchell" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 39.092697166921894, - "type": "option", "contestId": "governor", "optionId": "lee" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 41.90223009188361, - "type": "option", "contestId": "governor", "optionId": "ash" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 4.419601837672282, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 6.465160796324655, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 8.510719754977028, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 10.556278713629402, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 13.365811638591117, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 15.41137059724349, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 17.456929555895865, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 20.26646248085758, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 23.075995405819295, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 29.56479709035222, - "type": "option", "contestId": "secretary-of-state", "optionId": "shamsi" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 31.610356049004594, - "type": "option", "contestId": "secretary-of-state", "optionId": "talarico" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 37.33518376722817, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 6.100593415007657, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 8.14615237366003, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 10.191711332312403, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 6.02407159264931, - "type": "option", "contestId": "county-commissioners", "optionId": "argent" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 8.069630551301683, - "type": "option", "contestId": "county-commissioners", "optionId": "witherspoonsmithson" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 10.879163476263399, - "type": "option", "contestId": "county-commissioners", "optionId": "bainbridge" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 12.924722434915772, - "type": "option", "contestId": "county-commissioners", "optionId": "hennessey" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 14.970281393568147, - "type": "option", "contestId": "county-commissioners", "optionId": "savoy" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 17.01584035222052, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 19.061399310872893, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa-mary" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 21.10695826952527, - "type": "option", "contestId": "county-commissioners", "optionId": "rangel-damian" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 23.15251722817764, - "type": "option", "contestId": "county-commissioners", "optionId": "altman" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 25.962050153139355, - "type": "option", "contestId": "county-commissioners", "optionId": "moore" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 28.77158307810107, - "type": "option", "contestId": "county-commissioners", "optionId": "schreiner" }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 31.93137442572741, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 0, "writeInArea": { @@ -1973,11 +1885,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 34.11069104134762, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 1, "writeInArea": { @@ -1988,11 +1900,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 36.29000765696784, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 2, "writeInArea": { @@ -2003,11 +1915,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 38.469324272588054, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 3, "writeInArea": { @@ -2018,20 +1930,20 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 5.260097626339969, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 8.419888973966309, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2042,29 +1954,29 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 13.08772013782542, - "type": "option", "contestId": "city-mayor", "optionId": "white" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 15.133279096477795, - "type": "option", "contestId": "city-mayor", "optionId": "seldon" }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 17.52909647779479, - "type": "write-in", "contestId": "city-mayor", "writeInIndex": 0, "writeInArea": { @@ -2075,65 +1987,65 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 5.183575803981623, - "type": "option", "contestId": "city-council", "optionId": "eagle" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 7.229134762633996, - "type": "option", "contestId": "city-council", "optionId": "rupp" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 9.27469372128637, - "type": "option", "contestId": "city-council", "optionId": "shry" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 11.320252679938744, - "type": "option", "contestId": "city-council", "optionId": "barker" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 13.365811638591117, - "type": "option", "contestId": "city-council", "optionId": "davis" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 15.41137059724349, - "type": "option", "contestId": "city-council", "optionId": "smith" }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 17.80718797856049, - "type": "write-in", "contestId": "city-council", "writeInIndex": 0, "writeInArea": { @@ -2144,11 +2056,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 19.986504594180705, - "type": "write-in", "contestId": "city-council", "writeInIndex": 1, "writeInArea": { @@ -2159,11 +2071,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 22.165821209800917, - "type": "write-in", "contestId": "city-council", "writeInIndex": 2, "writeInArea": { @@ -2174,391 +2086,391 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 11.53426493108729, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 12.81584992343032, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 23.974349157733535, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 25.25593415007657, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 45.58212098009188, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 46.863705972434914, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 17.567579232951044, "row": 23.298717457886674, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 17.567579232951044, "row": 24.58030245022971, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 17.567579232951044, "row": 41.85059341500765, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 17.567579232951044, "row": 43.132178407350686, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-no" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 1.7187076088296955, "row": 29.71908499234303, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 1.7187076088296955, "row": 31.000669984686063, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 17.567579232951044, "row": 27.807905819295556, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-yes" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 17.567579232951044, "row": 29.08949081163859, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-no" }, { + "type": "option", "sheetNumber": 3, "side": "back", "column": 1.7187076088296955, "row": 20.548908882082696, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 3, "side": "back", "column": 1.7187076088296955, "row": 21.830493874425727, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.010959035222052, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1683575803981623 - } + ] }, { "ballotStyleId": "5", + "optionBoundsFromTargetMark": { + "top": 1.010959035222052, + "right": 9.194475274386484, + "bottom": 1.1683575803981623, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.137442572741193, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 23.94697549770291, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 26.756508422664623, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 29.56604134762634, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.1395482388974, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 36.71305513016845, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.456450995405817, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.50200995405819, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.547568912710567, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 25.593127871362938, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 28.402660796324653, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.456450995405817, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.50200995405819, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 23.547568912710567, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 25.593127871362938, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.402660796324653, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 30.44821975497703, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 32.4937787136294, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 35.30331163859112, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 38.112844563552834, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 44.60164624808576, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 6.100593415007657, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 8.14615237366003, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 10.191711332312403, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 5.260097626339969, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 8.419888973966309, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2569,102 +2481,190 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 23.031202143950996, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 24.312787136294027, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 44.63897396630934, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 45.92055895865237, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 34.79565467075038, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 36.077239663093415, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 29.71908499234303, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 31.000669984686063, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 20.548908882082696, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 21.830493874425727, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.010959035222052, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1683575803981623 - } + ] + } + ], + "county": { + "id": "franklin", + "name": "Franklin County" + }, + "date": "2020-11-03", + "districts": [ + { + "id": "district-1", + "name": "District 1" + }, + { + "id": "district-2", + "name": "District 2" + }, + { + "id": "district-3", + "name": "District 3" + } + ], + "id": "election-general", + "parties": [ + { + "id": "0", + "name": "Federalist", + "fullName": "Federalist Party", + "abbrev": "F" + }, + { + "id": "1", + "name": "People’s", + "fullName": "People’s Party", + "abbrev": "P" + }, + { + "id": "2", + "name": "Liberty", + "fullName": "Liberty Party", + "abbrev": "Li" + }, + { + "id": "3", + "name": "Constitution", + "fullName": "Constitution Party", + "abbrev": "C" + }, + { + "id": "4", + "name": "Whig", + "fullName": "Whig Party", + "abbrev": "W" + }, + { + "id": "5", + "name": "Labor", + "fullName": "Labor Party", + "abbrev": "La" + }, + { + "id": "6", + "name": "Independent", + "fullName": "Independent Party", + "abbrev": "I" + }, + { + "id": "7", + "name": "Democrat", + "fullName": "Democratic Party", + "abbrev": "D" + }, + { + "id": "8", + "name": "Republican", + "fullName": "Republican Party", + "abbrev": "R" } - ] + ], + "precincts": [ + { + "id": "23", + "name": "Center Springfield" + }, + { + "id": "21", + "name": "North Springfield" + }, + { + "id": "20", + "name": "South Springfield" + } + ], + "seal": "Seal of Montgomery County, Maryland.", + "state": "State of Hamilton", + "title": "General Election", + "type": "general" } \ No newline at end of file diff --git a/libs/hmpb/fixtures/general-election/legal-es-US/marked-ballot.pdf b/libs/hmpb/fixtures/general-election/legal-es-US/marked-ballot.pdf index 106019d9ea..26aa0cac4a 100644 Binary files a/libs/hmpb/fixtures/general-election/legal-es-US/marked-ballot.pdf and b/libs/hmpb/fixtures/general-election/legal-es-US/marked-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/legal-zh-Hans/blank-ballot.pdf b/libs/hmpb/fixtures/general-election/legal-zh-Hans/blank-ballot.pdf index 9f0c80e674..aeb5a3c73c 100644 Binary files a/libs/hmpb/fixtures/general-election/legal-zh-Hans/blank-ballot.pdf and b/libs/hmpb/fixtures/general-election/legal-zh-Hans/blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/legal-zh-Hans/election.json b/libs/hmpb/fixtures/general-election/legal-zh-Hans/election.json index 79252d6b8b..3e9aeb2bdb 100644 --- a/libs/hmpb/fixtures/general-election/legal-zh-Hans/election.json +++ b/libs/hmpb/fixtures/general-election/legal-zh-Hans/election.json @@ -1319,650 +1319,562 @@ } } ], - "county": { - "id": "franklin", - "name": "Franklin County" - }, - "date": "2020-11-03", - "districts": [ - { - "id": "district-1", - "name": "District 1" - }, - { - "id": "district-2", - "name": "District 2" - }, - { - "id": "district-3", - "name": "District 3" - } - ], - "id": "election-general", - "parties": [ - { - "id": "0", - "name": "Federalist", - "fullName": "Federalist Party", - "abbrev": "F" - }, - { - "id": "1", - "name": "People’s", - "fullName": "People’s Party", - "abbrev": "P" - }, - { - "id": "2", - "name": "Liberty", - "fullName": "Liberty Party", - "abbrev": "Li" - }, - { - "id": "3", - "name": "Constitution", - "fullName": "Constitution Party", - "abbrev": "C" - }, - { - "id": "4", - "name": "Whig", - "fullName": "Whig Party", - "abbrev": "W" - }, - { - "id": "5", - "name": "Labor", - "fullName": "Labor Party", - "abbrev": "La" - }, - { - "id": "6", - "name": "Independent", - "fullName": "Independent Party", - "abbrev": "I" - }, - { - "id": "7", - "name": "Democrat", - "fullName": "Democratic Party", - "abbrev": "D" - }, - { - "id": "8", - "name": "Republican", - "fullName": "Republican Party", - "abbrev": "R" - } - ], - "precincts": [ - { - "id": "23", - "name": "Center Springfield" - }, - { - "id": "21", - "name": "North Springfield" - }, - { - "id": "20", - "name": "South Springfield" - } - ], - "seal": "Seal of Montgomery County, Maryland.", - "state": "State of Hamilton", - "title": "General Election", - "type": "general", "gridLayouts": [ { "ballotStyleId": "12", + "optionBoundsFromTargetMark": { + "top": 1.010959035222052, + "right": 9.194475274386484, + "bottom": 1.1683575803981623, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.76899885145482, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.578531776416536, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 24.38806470137825, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 27.197597626339967, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 30.00713055130168, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.58063744257274, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.088007274119448, - "type": "option", "contestId": "senator", "optionId": "weiford" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.13356623277182, - "type": "option", "contestId": "senator", "optionId": "garriss" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.179125191424195, - "type": "option", "contestId": "senator", "optionId": "wentworthfarthington" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.98865811638591, - "type": "option", "contestId": "senator", "optionId": "hewetson" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.034217075038285, - "type": "option", "contestId": "senator", "optionId": "martinez" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 28.079776033690656, - "type": "option", "contestId": "senator", "optionId": "brown" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 30.12533499234303, - "type": "option", "contestId": "senator", "optionId": "pound" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 35.850162710566615, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 37.895721669218986, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 39.94128062787136, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 41.986839586523736, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 44.03239854517611, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 3.579106049004594, - "type": "option", "contestId": "governor", "optionId": "franz" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 5.624665007656968, - "type": "option", "contestId": "governor", "optionId": "harris" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.670223966309341, - "type": "option", "contestId": "governor", "optionId": "bargmann" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.715782924961715, - "type": "option", "contestId": "governor", "optionId": "abcock" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 11.761341883614088, - "type": "option", "contestId": "governor", "optionId": "steelloy" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 13.806900842266462, - "type": "option", "contestId": "governor", "optionId": "sharp" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 15.852459800918835, - "type": "option", "contestId": "governor", "optionId": "wallace" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 17.898018759571208, - "type": "option", "contestId": "governor", "optionId": "williams" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 19.943577718223583, - "type": "option", "contestId": "governor", "optionId": "sharp-althea" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 21.989136676875955, - "type": "option", "contestId": "governor", "optionId": "alpern" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 24.03469563552833, - "type": "option", "contestId": "governor", "optionId": "windbeck" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 26.080254594180705, - "type": "option", "contestId": "governor", "optionId": "greher" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 28.125813552833076, - "type": "option", "contestId": "governor", "optionId": "alexander" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 30.17137251148545, - "type": "option", "contestId": "governor", "optionId": "mitchell" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 32.21693147013782, - "type": "option", "contestId": "governor", "optionId": "lee" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 34.262490428790194, - "type": "option", "contestId": "governor", "optionId": "ash" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 4.419601837672282, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 6.465160796324655, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 8.510719754977028, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 10.556278713629402, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 12.601837672281775, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 14.64739663093415, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 16.69295558958652, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 18.738514548238896, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 20.78407350689127, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 25.668405436447166, - "type": "option", "contestId": "secretary-of-state", "optionId": "shamsi" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 27.713964395099538, - "type": "option", "contestId": "secretary-of-state", "optionId": "talarico" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 33.438792113323125, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 40.00411562021439, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 42.049674578866764, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 44.09523353751914, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 4.419601837672282, - "type": "option", "contestId": "county-commissioners", "optionId": "argent" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 6.465160796324655, - "type": "option", "contestId": "county-commissioners", "optionId": "witherspoonsmithson" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 9.27469372128637, - "type": "option", "contestId": "county-commissioners", "optionId": "bainbridge" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 11.320252679938744, - "type": "option", "contestId": "county-commissioners", "optionId": "hennessey" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 13.365811638591117, - "type": "option", "contestId": "county-commissioners", "optionId": "savoy" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 15.41137059724349, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 17.456929555895865, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa-mary" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 19.502488514548237, - "type": "option", "contestId": "county-commissioners", "optionId": "rangel-damian" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 21.54804747320061, - "type": "option", "contestId": "county-commissioners", "optionId": "altman" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 23.593606431852987, - "type": "option", "contestId": "county-commissioners", "optionId": "moore" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 25.639165390505358, - "type": "option", "contestId": "county-commissioners", "optionId": "schreiner" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 28.034982771822357, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 0, "writeInArea": { @@ -1973,11 +1885,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 30.214299387442573, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 1, "writeInArea": { @@ -1988,11 +1900,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 32.39361600306279, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 2, "writeInArea": { @@ -2003,11 +1915,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 34.572932618683, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 3, "writeInArea": { @@ -2018,20 +1930,20 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 40.0812595712098, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 42.477076952526794, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2042,29 +1954,29 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 3.579106049004594, - "type": "option", "contestId": "city-mayor", "optionId": "white" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 5.624665007656968, - "type": "option", "contestId": "city-mayor", "optionId": "seldon" }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 8.020482388973965, - "type": "write-in", "contestId": "city-mayor", "writeInIndex": 0, "writeInArea": { @@ -2075,65 +1987,65 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 3.579106049004594, - "type": "option", "contestId": "city-council", "optionId": "eagle" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 5.624665007656968, - "type": "option", "contestId": "city-council", "optionId": "rupp" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 7.670223966309341, - "type": "option", "contestId": "city-council", "optionId": "shry" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 9.715782924961715, - "type": "option", "contestId": "city-council", "optionId": "barker" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 11.761341883614088, - "type": "option", "contestId": "city-council", "optionId": "davis" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 13.806900842266462, - "type": "option", "contestId": "city-council", "optionId": "smith" }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 16.20271822358346, - "type": "write-in", "contestId": "city-council", "writeInIndex": 0, "writeInArea": { @@ -2144,11 +2056,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 18.382034839203673, - "type": "write-in", "contestId": "city-council", "writeInIndex": 1, "writeInArea": { @@ -2159,11 +2071,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 20.56135145482389, - "type": "write-in", "contestId": "city-council", "writeInIndex": 2, "writeInArea": { @@ -2174,391 +2086,391 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 31.50334992343032, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 32.78493491577335, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 43.179460183767226, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 44.46104517611026, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 37.46209800918836, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 38.743683001531394, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 17.950899693721286, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 19.232484686064318, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 32.52986217457887, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 33.811447166921894, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 17.567579232951044, "row": 27.427163093415007, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 17.567579232951044, "row": 28.70874808575804, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 1.7187076088296955, "row": 26.279957886676875, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-yes" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 1.7187076088296955, "row": 27.561542879019907, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-no" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 17.567579232951044, "row": 15.812021439509953, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 17.567579232951044, "row": 17.093606431852987, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.010959035222052, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1683575803981623 - } + ] }, { "ballotStyleId": "5", + "optionBoundsFromTargetMark": { + "top": 1.010959035222052, + "right": 9.194475274386484, + "bottom": 1.1683575803981623, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.76899885145482, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.578531776416536, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 24.38806470137825, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 27.197597626339967, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 30.00713055130168, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.58063744257274, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.928503062787136, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.974062021439508, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.019620980091883, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.065179938744254, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.11073889739663, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 17.928503062787136, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.974062021439508, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 22.019620980091883, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 24.065179938744254, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 26.11073889739663, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.156297856049004, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 30.201856814701376, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 32.24741577335375, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 34.29297473200612, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 40.01780245022971, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 5.260097626339969, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.3056565849923425, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.351215543644717, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 4.419601837672282, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 6.8154192189892795, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2569,102 +2481,190 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 20.50971477794793, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 21.791299770290962, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 38.14457312404288, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 39.426158116385906, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 28.607341117917304, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 29.888926110260336, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 27.427163093415007, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 28.70874808575804, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 15.812021439509953, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 17.093606431852987, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.010959035222052, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1683575803981623 - } + ] + } + ], + "county": { + "id": "franklin", + "name": "Franklin County" + }, + "date": "2020-11-03", + "districts": [ + { + "id": "district-1", + "name": "District 1" + }, + { + "id": "district-2", + "name": "District 2" + }, + { + "id": "district-3", + "name": "District 3" + } + ], + "id": "election-general", + "parties": [ + { + "id": "0", + "name": "Federalist", + "fullName": "Federalist Party", + "abbrev": "F" + }, + { + "id": "1", + "name": "People’s", + "fullName": "People’s Party", + "abbrev": "P" + }, + { + "id": "2", + "name": "Liberty", + "fullName": "Liberty Party", + "abbrev": "Li" + }, + { + "id": "3", + "name": "Constitution", + "fullName": "Constitution Party", + "abbrev": "C" + }, + { + "id": "4", + "name": "Whig", + "fullName": "Whig Party", + "abbrev": "W" + }, + { + "id": "5", + "name": "Labor", + "fullName": "Labor Party", + "abbrev": "La" + }, + { + "id": "6", + "name": "Independent", + "fullName": "Independent Party", + "abbrev": "I" + }, + { + "id": "7", + "name": "Democrat", + "fullName": "Democratic Party", + "abbrev": "D" + }, + { + "id": "8", + "name": "Republican", + "fullName": "Republican Party", + "abbrev": "R" } - ] + ], + "precincts": [ + { + "id": "23", + "name": "Center Springfield" + }, + { + "id": "21", + "name": "North Springfield" + }, + { + "id": "20", + "name": "South Springfield" + } + ], + "seal": "Seal of Montgomery County, Maryland.", + "state": "State of Hamilton", + "title": "General Election", + "type": "general" } \ No newline at end of file diff --git a/libs/hmpb/fixtures/general-election/legal-zh-Hans/marked-ballot.pdf b/libs/hmpb/fixtures/general-election/legal-zh-Hans/marked-ballot.pdf index 817467be38..24f381c91d 100644 Binary files a/libs/hmpb/fixtures/general-election/legal-zh-Hans/marked-ballot.pdf and b/libs/hmpb/fixtures/general-election/legal-zh-Hans/marked-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/legal-zh-Hant/blank-ballot.pdf b/libs/hmpb/fixtures/general-election/legal-zh-Hant/blank-ballot.pdf index 8c88e1d10f..3518889a28 100644 Binary files a/libs/hmpb/fixtures/general-election/legal-zh-Hant/blank-ballot.pdf and b/libs/hmpb/fixtures/general-election/legal-zh-Hant/blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/legal-zh-Hant/election.json b/libs/hmpb/fixtures/general-election/legal-zh-Hant/election.json index 39a2508875..1d6bf90fe5 100644 --- a/libs/hmpb/fixtures/general-election/legal-zh-Hant/election.json +++ b/libs/hmpb/fixtures/general-election/legal-zh-Hant/election.json @@ -1319,650 +1319,562 @@ } } ], - "county": { - "id": "franklin", - "name": "Franklin County" - }, - "date": "2020-11-03", - "districts": [ - { - "id": "district-1", - "name": "District 1" - }, - { - "id": "district-2", - "name": "District 2" - }, - { - "id": "district-3", - "name": "District 3" - } - ], - "id": "election-general", - "parties": [ - { - "id": "0", - "name": "Federalist", - "fullName": "Federalist Party", - "abbrev": "F" - }, - { - "id": "1", - "name": "People’s", - "fullName": "People’s Party", - "abbrev": "P" - }, - { - "id": "2", - "name": "Liberty", - "fullName": "Liberty Party", - "abbrev": "Li" - }, - { - "id": "3", - "name": "Constitution", - "fullName": "Constitution Party", - "abbrev": "C" - }, - { - "id": "4", - "name": "Whig", - "fullName": "Whig Party", - "abbrev": "W" - }, - { - "id": "5", - "name": "Labor", - "fullName": "Labor Party", - "abbrev": "La" - }, - { - "id": "6", - "name": "Independent", - "fullName": "Independent Party", - "abbrev": "I" - }, - { - "id": "7", - "name": "Democrat", - "fullName": "Democratic Party", - "abbrev": "D" - }, - { - "id": "8", - "name": "Republican", - "fullName": "Republican Party", - "abbrev": "R" - } - ], - "precincts": [ - { - "id": "23", - "name": "Center Springfield" - }, - { - "id": "21", - "name": "North Springfield" - }, - { - "id": "20", - "name": "South Springfield" - } - ], - "seal": "Seal of Montgomery County, Maryland.", - "state": "State of Hamilton", - "title": "General Election", - "type": "general", "gridLayouts": [ { "ballotStyleId": "12", + "optionBoundsFromTargetMark": { + "top": 1.010959035222052, + "right": 9.194475274386484, + "bottom": 1.1683575803981623, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.76899885145482, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.578531776416536, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 24.38806470137825, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 27.197597626339967, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 30.00713055130168, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.58063744257274, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.088007274119448, - "type": "option", "contestId": "senator", "optionId": "weiford" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.13356623277182, - "type": "option", "contestId": "senator", "optionId": "garriss" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.179125191424195, - "type": "option", "contestId": "senator", "optionId": "wentworthfarthington" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 23.98865811638591, - "type": "option", "contestId": "senator", "optionId": "hewetson" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.034217075038285, - "type": "option", "contestId": "senator", "optionId": "martinez" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 28.079776033690656, - "type": "option", "contestId": "senator", "optionId": "brown" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 30.12533499234303, - "type": "option", "contestId": "senator", "optionId": "pound" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 35.850162710566615, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 37.895721669218986, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 39.94128062787136, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 41.986839586523736, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 44.03239854517611, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 3.579106049004594, - "type": "option", "contestId": "governor", "optionId": "franz" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 5.624665007656968, - "type": "option", "contestId": "governor", "optionId": "harris" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.670223966309341, - "type": "option", "contestId": "governor", "optionId": "bargmann" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.715782924961715, - "type": "option", "contestId": "governor", "optionId": "abcock" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 11.761341883614088, - "type": "option", "contestId": "governor", "optionId": "steelloy" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 13.806900842266462, - "type": "option", "contestId": "governor", "optionId": "sharp" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 15.852459800918835, - "type": "option", "contestId": "governor", "optionId": "wallace" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 17.898018759571208, - "type": "option", "contestId": "governor", "optionId": "williams" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 19.943577718223583, - "type": "option", "contestId": "governor", "optionId": "sharp-althea" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 21.989136676875955, - "type": "option", "contestId": "governor", "optionId": "alpern" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 24.03469563552833, - "type": "option", "contestId": "governor", "optionId": "windbeck" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 26.080254594180705, - "type": "option", "contestId": "governor", "optionId": "greher" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 28.125813552833076, - "type": "option", "contestId": "governor", "optionId": "alexander" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 30.17137251148545, - "type": "option", "contestId": "governor", "optionId": "mitchell" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 32.21693147013782, - "type": "option", "contestId": "governor", "optionId": "lee" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 34.262490428790194, - "type": "option", "contestId": "governor", "optionId": "ash" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 4.419601837672282, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 6.465160796324655, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 8.510719754977028, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 10.556278713629402, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 12.601837672281775, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 14.64739663093415, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 16.69295558958652, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 18.738514548238896, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 20.78407350689127, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 25.668405436447166, - "type": "option", "contestId": "secretary-of-state", "optionId": "shamsi" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 27.713964395099538, - "type": "option", "contestId": "secretary-of-state", "optionId": "talarico" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 33.438792113323125, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 40.00411562021439, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 42.049674578866764, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 44.09523353751914, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 4.419601837672282, - "type": "option", "contestId": "county-commissioners", "optionId": "argent" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 6.465160796324655, - "type": "option", "contestId": "county-commissioners", "optionId": "witherspoonsmithson" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 9.27469372128637, - "type": "option", "contestId": "county-commissioners", "optionId": "bainbridge" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 11.320252679938744, - "type": "option", "contestId": "county-commissioners", "optionId": "hennessey" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 13.365811638591117, - "type": "option", "contestId": "county-commissioners", "optionId": "savoy" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 15.41137059724349, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 17.456929555895865, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa-mary" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 19.502488514548237, - "type": "option", "contestId": "county-commissioners", "optionId": "rangel-damian" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 21.54804747320061, - "type": "option", "contestId": "county-commissioners", "optionId": "altman" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 23.593606431852987, - "type": "option", "contestId": "county-commissioners", "optionId": "moore" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 25.639165390505358, - "type": "option", "contestId": "county-commissioners", "optionId": "schreiner" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 28.034982771822357, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 0, "writeInArea": { @@ -1973,11 +1885,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 30.214299387442573, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 1, "writeInArea": { @@ -1988,11 +1900,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 32.39361600306279, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 2, "writeInArea": { @@ -2003,11 +1915,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 34.572932618683, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 3, "writeInArea": { @@ -2018,20 +1930,20 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 40.0812595712098, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 42.477076952526794, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2042,29 +1954,29 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 3.579106049004594, - "type": "option", "contestId": "city-mayor", "optionId": "white" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 5.624665007656968, - "type": "option", "contestId": "city-mayor", "optionId": "seldon" }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 8.020482388973965, - "type": "write-in", "contestId": "city-mayor", "writeInIndex": 0, "writeInArea": { @@ -2075,65 +1987,65 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 3.579106049004594, - "type": "option", "contestId": "city-council", "optionId": "eagle" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 5.624665007656968, - "type": "option", "contestId": "city-council", "optionId": "rupp" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 7.670223966309341, - "type": "option", "contestId": "city-council", "optionId": "shry" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 9.715782924961715, - "type": "option", "contestId": "city-council", "optionId": "barker" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 11.761341883614088, - "type": "option", "contestId": "city-council", "optionId": "davis" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 13.806900842266462, - "type": "option", "contestId": "city-council", "optionId": "smith" }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 16.20271822358346, - "type": "write-in", "contestId": "city-council", "writeInIndex": 0, "writeInArea": { @@ -2144,11 +2056,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 18.382034839203673, - "type": "write-in", "contestId": "city-council", "writeInIndex": 1, "writeInArea": { @@ -2159,11 +2071,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 20.56135145482389, - "type": "write-in", "contestId": "city-council", "writeInIndex": 2, "writeInArea": { @@ -2174,391 +2086,391 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 31.50334992343032, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 32.78493491577335, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 42.26244257274119, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 43.54402756508422, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 36.698124042879016, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 37.97970903522205, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 17.950899693721286, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 19.232484686064318, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 32.52986217457887, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 33.811447166921894, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 17.567579232951044, "row": 31.884092649310873, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 17.567579232951044, "row": 33.1656776416539, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 1.7187076088296955, "row": 26.279957886676875, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-yes" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 1.7187076088296955, "row": 27.561542879019907, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-no" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 17.567579232951044, "row": 15.812021439509953, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 17.567579232951044, "row": 17.093606431852987, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.010959035222052, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1683575803981623 - } + ] }, { "ballotStyleId": "5", + "optionBoundsFromTargetMark": { + "top": 1.010959035222052, + "right": 9.194475274386484, + "bottom": 1.1683575803981623, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 18.76899885145482, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 21.578531776416536, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 24.38806470137825, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 27.197597626339967, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 30.00713055130168, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 33.58063744257274, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.928503062787136, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.974062021439508, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.019620980091883, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.065179938744254, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.11073889739663, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 17.928503062787136, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.974062021439508, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 22.019620980091883, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 24.065179938744254, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 26.11073889739663, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.156297856049004, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 30.201856814701376, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 32.24741577335375, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 34.29297473200612, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 40.01780245022971, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 5.260097626339969, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.3056565849923425, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.351215543644717, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 4.419601837672282, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 6.8154192189892795, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2569,102 +2481,190 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 20.50971477794793, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 21.791299770290962, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 37.380599157733535, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 38.66218415007657, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 28.607341117917304, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 29.888926110260336, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 31.884092649310873, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 33.1656776416539, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 15.812021439509953, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 17.093606431852987, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.010959035222052, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1683575803981623 - } + ] + } + ], + "county": { + "id": "franklin", + "name": "Franklin County" + }, + "date": "2020-11-03", + "districts": [ + { + "id": "district-1", + "name": "District 1" + }, + { + "id": "district-2", + "name": "District 2" + }, + { + "id": "district-3", + "name": "District 3" + } + ], + "id": "election-general", + "parties": [ + { + "id": "0", + "name": "Federalist", + "fullName": "Federalist Party", + "abbrev": "F" + }, + { + "id": "1", + "name": "People’s", + "fullName": "People’s Party", + "abbrev": "P" + }, + { + "id": "2", + "name": "Liberty", + "fullName": "Liberty Party", + "abbrev": "Li" + }, + { + "id": "3", + "name": "Constitution", + "fullName": "Constitution Party", + "abbrev": "C" + }, + { + "id": "4", + "name": "Whig", + "fullName": "Whig Party", + "abbrev": "W" + }, + { + "id": "5", + "name": "Labor", + "fullName": "Labor Party", + "abbrev": "La" + }, + { + "id": "6", + "name": "Independent", + "fullName": "Independent Party", + "abbrev": "I" + }, + { + "id": "7", + "name": "Democrat", + "fullName": "Democratic Party", + "abbrev": "D" + }, + { + "id": "8", + "name": "Republican", + "fullName": "Republican Party", + "abbrev": "R" } - ] + ], + "precincts": [ + { + "id": "23", + "name": "Center Springfield" + }, + { + "id": "21", + "name": "North Springfield" + }, + { + "id": "20", + "name": "South Springfield" + } + ], + "seal": "Seal of Montgomery County, Maryland.", + "state": "State of Hamilton", + "title": "General Election", + "type": "general" } \ No newline at end of file diff --git a/libs/hmpb/fixtures/general-election/legal-zh-Hant/marked-ballot.pdf b/libs/hmpb/fixtures/general-election/legal-zh-Hant/marked-ballot.pdf index 5c0a21f1b5..4d8edd7c66 100644 Binary files a/libs/hmpb/fixtures/general-election/legal-zh-Hant/marked-ballot.pdf and b/libs/hmpb/fixtures/general-election/legal-zh-Hant/marked-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/legal/blank-ballot.pdf b/libs/hmpb/fixtures/general-election/legal/blank-ballot.pdf index 4a196af630..16a25308cb 100644 Binary files a/libs/hmpb/fixtures/general-election/legal/blank-ballot.pdf and b/libs/hmpb/fixtures/general-election/legal/blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/legal/election.json b/libs/hmpb/fixtures/general-election/legal/election.json index 1360b058d6..d1ad5fc0ff 100644 --- a/libs/hmpb/fixtures/general-election/legal/election.json +++ b/libs/hmpb/fixtures/general-election/legal/election.json @@ -1311,650 +1311,562 @@ } } ], - "county": { - "id": "franklin", - "name": "Franklin County" - }, - "date": "2020-11-03", - "districts": [ - { - "id": "district-1", - "name": "District 1" - }, - { - "id": "district-2", - "name": "District 2" - }, - { - "id": "district-3", - "name": "District 3" - } - ], - "id": "election-general", - "parties": [ - { - "id": "0", - "name": "Federalist", - "fullName": "Federalist Party", - "abbrev": "F" - }, - { - "id": "1", - "name": "People’s", - "fullName": "People’s Party", - "abbrev": "P" - }, - { - "id": "2", - "name": "Liberty", - "fullName": "Liberty Party", - "abbrev": "Li" - }, - { - "id": "3", - "name": "Constitution", - "fullName": "Constitution Party", - "abbrev": "C" - }, - { - "id": "4", - "name": "Whig", - "fullName": "Whig Party", - "abbrev": "W" - }, - { - "id": "5", - "name": "Labor", - "fullName": "Labor Party", - "abbrev": "La" - }, - { - "id": "6", - "name": "Independent", - "fullName": "Independent Party", - "abbrev": "I" - }, - { - "id": "7", - "name": "Democrat", - "fullName": "Democratic Party", - "abbrev": "D" - }, - { - "id": "8", - "name": "Republican", - "fullName": "Republican Party", - "abbrev": "R" - } - ], - "precincts": [ - { - "id": "23", - "name": "Center Springfield" - }, - { - "id": "21", - "name": "North Springfield" - }, - { - "id": "20", - "name": "South Springfield" - } - ], - "seal": "Seal of Montgomery County, Maryland.", - "state": "State of Hamilton", - "title": "General Election", - "type": "general", "gridLayouts": [ { "ballotStyleId": "12", + "optionBoundsFromTargetMark": { + "top": 1.010959035222052, + "right": 9.194475274386484, + "bottom": 1.1683575803981623, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.42343032159265, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.232963246554363, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.042496171516078, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.852029096477793, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 25.661562021439508, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 29.235068912710567, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.582934532924961, - "type": "option", "contestId": "senator", "optionId": "weiford" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.628493491577334, - "type": "option", "contestId": "senator", "optionId": "garriss" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.67405245022971, - "type": "option", "contestId": "senator", "optionId": "wentworthfarthington" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.483585375191424, - "type": "option", "contestId": "senator", "optionId": "hewetson" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.529144333843796, - "type": "option", "contestId": "senator", "optionId": "martinez" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.57470329249617, - "type": "option", "contestId": "senator", "optionId": "brown" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.620262251148542, - "type": "option", "contestId": "senator", "optionId": "pound" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 31.50459418070444, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 33.550153139356816, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 35.59571209800919, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 37.64127105666156, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 39.68683001531393, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.582934532924961, - "type": "option", "contestId": "governor", "optionId": "franz" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 15.628493491577334, - "type": "option", "contestId": "governor", "optionId": "harris" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 17.67405245022971, - "type": "option", "contestId": "governor", "optionId": "bargmann" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.71961140888208, - "type": "option", "contestId": "governor", "optionId": "abcock" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.765170367534456, - "type": "option", "contestId": "governor", "optionId": "steelloy" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 23.810729326186827, - "type": "option", "contestId": "governor", "optionId": "sharp" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 25.856288284839202, - "type": "option", "contestId": "governor", "optionId": "wallace" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 27.901847243491577, - "type": "option", "contestId": "governor", "optionId": "williams" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 29.94740620214395, - "type": "option", "contestId": "governor", "optionId": "sharp-althea" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 31.992965160796324, - "type": "option", "contestId": "governor", "optionId": "alpern" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 34.038524119448695, - "type": "option", "contestId": "governor", "optionId": "windbeck" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 36.08408307810107, - "type": "option", "contestId": "governor", "optionId": "greher" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 38.129642036753445, - "type": "option", "contestId": "governor", "optionId": "alexander" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 40.17520099540582, - "type": "option", "contestId": "governor", "optionId": "mitchell" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 42.22075995405819, - "type": "option", "contestId": "governor", "optionId": "lee" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 44.26631891271057, - "type": "option", "contestId": "governor", "optionId": "ash" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 3.579106049004594, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 5.624665007656968, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.670223966309341, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.715782924961715, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 11.761341883614088, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 13.806900842266462, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 15.852459800918835, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 17.898018759571208, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 19.943577718223583, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 24.827909647779478, - "type": "option", "contestId": "secretary-of-state", "optionId": "shamsi" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 26.873468606431853, - "type": "option", "contestId": "secretary-of-state", "optionId": "talarico" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 31.757800535987748, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 37.48262825421133, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 39.528187212863706, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 41.57374617151608, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 3.579106049004594, - "type": "option", "contestId": "county-commissioners", "optionId": "argent" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 5.624665007656968, - "type": "option", "contestId": "county-commissioners", "optionId": "witherspoonsmithson" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 8.434197932618682, - "type": "option", "contestId": "county-commissioners", "optionId": "bainbridge" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 10.479756891271055, - "type": "option", "contestId": "county-commissioners", "optionId": "hennessey" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 12.52531584992343, - "type": "option", "contestId": "county-commissioners", "optionId": "savoy" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 14.570874808575804, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 16.616433767228177, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa-mary" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 18.661992725880552, - "type": "option", "contestId": "county-commissioners", "optionId": "rangel-damian" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 20.707551684532923, - "type": "option", "contestId": "county-commissioners", "optionId": "altman" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 22.7531106431853, - "type": "option", "contestId": "county-commissioners", "optionId": "moore" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 24.79866960183767, - "type": "option", "contestId": "county-commissioners", "optionId": "schreiner" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 27.19448698315467, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 0, "writeInArea": { @@ -1965,11 +1877,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 29.373803598774884, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 1, "writeInArea": { @@ -1980,11 +1892,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 31.553120214395097, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 2, "writeInArea": { @@ -1995,11 +1907,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 33.73243683001531, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 3, "writeInArea": { @@ -2010,20 +1922,20 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 3.579106049004594, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 5.974923430321592, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2034,29 +1946,29 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 10.642754594180705, - "type": "option", "contestId": "city-mayor", "optionId": "white" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 12.688313552833078, - "type": "option", "contestId": "city-mayor", "optionId": "seldon" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 15.084130934150076, - "type": "write-in", "contestId": "city-mayor", "writeInIndex": 0, "writeInArea": { @@ -2067,65 +1979,65 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 19.751962098009187, - "type": "option", "contestId": "city-council", "optionId": "eagle" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 21.797521056661562, - "type": "option", "contestId": "city-council", "optionId": "rupp" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 23.843080015313934, - "type": "option", "contestId": "city-council", "optionId": "shry" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 25.88863897396631, - "type": "option", "contestId": "city-council", "optionId": "barker" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 27.93419793261868, - "type": "option", "contestId": "city-council", "optionId": "davis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 29.979756891271055, - "type": "option", "contestId": "city-council", "optionId": "smith" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 32.375574272588054, - "type": "write-in", "contestId": "city-council", "writeInIndex": 0, "writeInArea": { @@ -2136,11 +2048,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 34.55489088820827, - "type": "write-in", "contestId": "city-council", "writeInIndex": 1, "writeInArea": { @@ -2151,11 +2063,11 @@ } }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 36.73420750382848, - "type": "write-in", "contestId": "city-council", "writeInIndex": 2, "writeInArea": { @@ -2166,391 +2078,391 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 6.172760336906585, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 7.454345329249617, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 14.168357580398162, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 15.449942572741193, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 26.747798621745787, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 28.029383614088818, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 41.46611791730474, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 42.74770290964778, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 9.22865620214395, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 10.510241194486982, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 26.775172281776417, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 28.056757274119448, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 43.748085758039814, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 45.02967075038285, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 10.756604134762634, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 12.038189127105666, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.010959035222052, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1683575803981623 - } + ] }, { "ballotStyleId": "5", + "optionBoundsFromTargetMark": { + "top": 1.010959035222052, + "right": 9.194475274386484, + "bottom": 1.1683575803981623, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.42343032159265, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.232963246554363, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 20.042496171516078, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.852029096477793, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 25.661562021439508, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 29.235068912710567, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.582934532924961, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.628493491577334, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.67405245022971, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.71961140888208, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.765170367534456, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.64950229709035, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 28.695061255742726, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 30.740620214395097, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 32.78617917304747, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 34.831738131699844, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 36.877297090352215, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 38.922856049004594, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 40.968415007656965, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 43.01397396630934, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.582934532924961, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.307762251148546, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.353321209800917, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 23.398880168453292, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 28.283212098009187, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 30.679029479326186, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2561,102 +2473,190 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 6.172760336906585, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.454345329249617, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 18.75220137825421, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 20.03378637059724, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 33.47052067381317, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 34.7521056661562, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 15.723679173047472, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 17.005264165390503, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 28.303120214395097, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 29.58470520673813, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 1.010959035222052, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1683575803981623 - } + ] + } + ], + "county": { + "id": "franklin", + "name": "Franklin County" + }, + "date": "2020-11-03", + "districts": [ + { + "id": "district-1", + "name": "District 1" + }, + { + "id": "district-2", + "name": "District 2" + }, + { + "id": "district-3", + "name": "District 3" + } + ], + "id": "election-general", + "parties": [ + { + "id": "0", + "name": "Federalist", + "fullName": "Federalist Party", + "abbrev": "F" + }, + { + "id": "1", + "name": "People’s", + "fullName": "People’s Party", + "abbrev": "P" + }, + { + "id": "2", + "name": "Liberty", + "fullName": "Liberty Party", + "abbrev": "Li" + }, + { + "id": "3", + "name": "Constitution", + "fullName": "Constitution Party", + "abbrev": "C" + }, + { + "id": "4", + "name": "Whig", + "fullName": "Whig Party", + "abbrev": "W" + }, + { + "id": "5", + "name": "Labor", + "fullName": "Labor Party", + "abbrev": "La" + }, + { + "id": "6", + "name": "Independent", + "fullName": "Independent Party", + "abbrev": "I" + }, + { + "id": "7", + "name": "Democrat", + "fullName": "Democratic Party", + "abbrev": "D" + }, + { + "id": "8", + "name": "Republican", + "fullName": "Republican Party", + "abbrev": "R" } - ] + ], + "precincts": [ + { + "id": "23", + "name": "Center Springfield" + }, + { + "id": "21", + "name": "North Springfield" + }, + { + "id": "20", + "name": "South Springfield" + } + ], + "seal": "Seal of Montgomery County, Maryland.", + "state": "State of Hamilton", + "title": "General Election", + "type": "general" } \ No newline at end of file diff --git a/libs/hmpb/fixtures/general-election/legal/marked-ballot.pdf b/libs/hmpb/fixtures/general-election/legal/marked-ballot.pdf index f128f0f7f9..0db6dfdd85 100644 Binary files a/libs/hmpb/fixtures/general-election/legal/marked-ballot.pdf and b/libs/hmpb/fixtures/general-election/legal/marked-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/letter/blank-ballot-p1.jpg b/libs/hmpb/fixtures/general-election/letter/blank-ballot-p1.jpg index 1d831116ca..000848189d 100644 Binary files a/libs/hmpb/fixtures/general-election/letter/blank-ballot-p1.jpg and b/libs/hmpb/fixtures/general-election/letter/blank-ballot-p1.jpg differ diff --git a/libs/hmpb/fixtures/general-election/letter/blank-ballot-p2.jpg b/libs/hmpb/fixtures/general-election/letter/blank-ballot-p2.jpg index 71e85ac0c7..b1a1faab39 100644 Binary files a/libs/hmpb/fixtures/general-election/letter/blank-ballot-p2.jpg and b/libs/hmpb/fixtures/general-election/letter/blank-ballot-p2.jpg differ diff --git a/libs/hmpb/fixtures/general-election/letter/blank-ballot-p3.jpg b/libs/hmpb/fixtures/general-election/letter/blank-ballot-p3.jpg index 0ab520111f..1227d99516 100644 Binary files a/libs/hmpb/fixtures/general-election/letter/blank-ballot-p3.jpg and b/libs/hmpb/fixtures/general-election/letter/blank-ballot-p3.jpg differ diff --git a/libs/hmpb/fixtures/general-election/letter/blank-ballot-p4.jpg b/libs/hmpb/fixtures/general-election/letter/blank-ballot-p4.jpg index ad62ed822f..ab89ec9de6 100644 Binary files a/libs/hmpb/fixtures/general-election/letter/blank-ballot-p4.jpg and b/libs/hmpb/fixtures/general-election/letter/blank-ballot-p4.jpg differ diff --git a/libs/hmpb/fixtures/general-election/letter/blank-ballot-p5.jpg b/libs/hmpb/fixtures/general-election/letter/blank-ballot-p5.jpg index fe8ddbc240..fdaf5be775 100644 Binary files a/libs/hmpb/fixtures/general-election/letter/blank-ballot-p5.jpg and b/libs/hmpb/fixtures/general-election/letter/blank-ballot-p5.jpg differ diff --git a/libs/hmpb/fixtures/general-election/letter/blank-ballot-p6.jpg b/libs/hmpb/fixtures/general-election/letter/blank-ballot-p6.jpg index 5d7e389465..6ab9bdd75b 100644 Binary files a/libs/hmpb/fixtures/general-election/letter/blank-ballot-p6.jpg and b/libs/hmpb/fixtures/general-election/letter/blank-ballot-p6.jpg differ diff --git a/libs/hmpb/fixtures/general-election/letter/blank-ballot.pdf b/libs/hmpb/fixtures/general-election/letter/blank-ballot.pdf index 31c0b715b9..af742d9606 100644 Binary files a/libs/hmpb/fixtures/general-election/letter/blank-ballot.pdf and b/libs/hmpb/fixtures/general-election/letter/blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/general-election/letter/election.json b/libs/hmpb/fixtures/general-election/letter/election.json index 1845f6fea2..55c0db0215 100644 --- a/libs/hmpb/fixtures/general-election/letter/election.json +++ b/libs/hmpb/fixtures/general-election/letter/election.json @@ -1311,650 +1311,562 @@ } } ], - "county": { - "id": "franklin", - "name": "Franklin County" - }, - "date": "2020-11-03", - "districts": [ - { - "id": "district-1", - "name": "District 1" - }, - { - "id": "district-2", - "name": "District 2" - }, - { - "id": "district-3", - "name": "District 3" - } - ], - "id": "election-general", - "parties": [ - { - "id": "0", - "name": "Federalist", - "fullName": "Federalist Party", - "abbrev": "F" - }, - { - "id": "1", - "name": "People’s", - "fullName": "People’s Party", - "abbrev": "P" - }, - { - "id": "2", - "name": "Liberty", - "fullName": "Liberty Party", - "abbrev": "Li" - }, - { - "id": "3", - "name": "Constitution", - "fullName": "Constitution Party", - "abbrev": "C" - }, - { - "id": "4", - "name": "Whig", - "fullName": "Whig Party", - "abbrev": "W" - }, - { - "id": "5", - "name": "Labor", - "fullName": "Labor Party", - "abbrev": "La" - }, - { - "id": "6", - "name": "Independent", - "fullName": "Independent Party", - "abbrev": "I" - }, - { - "id": "7", - "name": "Democrat", - "fullName": "Democratic Party", - "abbrev": "D" - }, - { - "id": "8", - "name": "Republican", - "fullName": "Republican Party", - "abbrev": "R" - } - ], - "precincts": [ - { - "id": "23", - "name": "Center Springfield" - }, - { - "id": "21", - "name": "North Springfield" - }, - { - "id": "20", - "name": "South Springfield" - } - ], - "seal": "Seal of Montgomery County, Maryland.", - "state": "State of Hamilton", - "title": "General Election", - "type": "general", "gridLayouts": [ { "ballotStyleId": "12", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.233791748526523, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.00638506876228, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 19.778978388998034, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.55157170923379, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 25.324165029469548, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 28.850687622789785, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.404346758349705, - "type": "option", "contestId": "senator", "optionId": "weiford" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.423010805500983, - "type": "option", "contestId": "senator", "optionId": "garriss" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.44167485265226, - "type": "option", "contestId": "senator", "optionId": "wentworthfarthington" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 20.214268172888016, - "type": "option", "contestId": "senator", "optionId": "hewetson" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 22.23293222003929, - "type": "option", "contestId": "senator", "optionId": "martinez" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 24.25159626719057, - "type": "option", "contestId": "senator", "optionId": "brown" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 26.270260314341847, - "type": "option", "contestId": "senator", "optionId": "pound" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.404346758349705, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 15.423010805500983, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 17.44167485265226, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.46033889980354, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.479002946954814, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 3.532048133595285, - "type": "option", "contestId": "governor", "optionId": "franz" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 5.5507121807465625, - "type": "option", "contestId": "governor", "optionId": "harris" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 7.569376227897839, - "type": "option", "contestId": "governor", "optionId": "bargmann" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 9.588040275049115, - "type": "option", "contestId": "governor", "optionId": "abcock" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 11.606704322200393, - "type": "option", "contestId": "governor", "optionId": "steelloy" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 13.625368369351671, - "type": "option", "contestId": "governor", "optionId": "sharp" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 15.644032416502947, - "type": "option", "contestId": "governor", "optionId": "wallace" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 17.662696463654225, - "type": "option", "contestId": "governor", "optionId": "williams" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 19.6813605108055, - "type": "option", "contestId": "governor", "optionId": "sharp-althea" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 21.70002455795678, - "type": "option", "contestId": "governor", "optionId": "alpern" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 23.718688605108056, - "type": "option", "contestId": "governor", "optionId": "windbeck" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 25.737352652259332, - "type": "option", "contestId": "governor", "optionId": "greher" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 27.75601669941061, - "type": "option", "contestId": "governor", "optionId": "alexander" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 29.774680746561888, - "type": "option", "contestId": "governor", "optionId": "mitchell" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 31.793344793713164, - "type": "option", "contestId": "governor", "optionId": "lee" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 33.81200884086444, - "type": "option", "contestId": "governor", "optionId": "ash" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 3.532048133595285, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 5.5507121807465625, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 7.569376227897839, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 9.588040275049115, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 11.606704322200393, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 13.625368369351671, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 15.644032416502947, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 17.662696463654225, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 19.6813605108055, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 24.50147347740668, - "type": "option", "contestId": "secretary-of-state", "optionId": "shamsi" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 26.520137524557956, - "type": "option", "contestId": "secretary-of-state", "optionId": "talarico" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 31.340250491159136, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 4.361493123772102, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 6.380157170923379, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 22.850536440991494, "row": 8.398821218074657, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 3.532048133595285, - "type": "option", "contestId": "county-commissioners", "optionId": "argent" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 5.5507121807465625, - "type": "option", "contestId": "county-commissioners", "optionId": "witherspoonsmithson" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 8.323305500982318, - "type": "option", "contestId": "county-commissioners", "optionId": "bainbridge" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 10.341969548133596, - "type": "option", "contestId": "county-commissioners", "optionId": "hennessey" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 12.360633595284872, - "type": "option", "contestId": "county-commissioners", "optionId": "savoy" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 14.37929764243615, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 16.397961689587426, - "type": "option", "contestId": "county-commissioners", "optionId": "tawa-mary" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 18.416625736738705, - "type": "option", "contestId": "county-commissioners", "optionId": "rangel-damian" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 20.43528978388998, - "type": "option", "contestId": "county-commissioners", "optionId": "altman" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 22.453953831041257, - "type": "option", "contestId": "county-commissioners", "optionId": "moore" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 24.472617878192533, - "type": "option", "contestId": "county-commissioners", "optionId": "schreiner" }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 26.836935166994106, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 0, "writeInArea": { @@ -1965,11 +1877,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 28.987598231827114, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 1, "writeInArea": { @@ -1980,11 +1892,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 31.13826129666012, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 2, "writeInArea": { @@ -1995,11 +1907,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 33.28892436149312, - "type": "write-in", "contestId": "county-commissioners", "writeInIndex": 3, "writeInArea": { @@ -2010,20 +1922,20 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 3.532048133595285, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 5.8963654223968565, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2034,29 +1946,29 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 10.50282416502947, - "type": "option", "contestId": "city-mayor", "optionId": "white" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 12.521488212180747, - "type": "option", "contestId": "city-mayor", "optionId": "seldon" }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 12.284622024910593, "row": 14.885805500982318, - "type": "write-in", "contestId": "city-mayor", "writeInIndex": 0, "writeInArea": { @@ -2067,65 +1979,65 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 3.532048133595285, - "type": "option", "contestId": "city-council", "optionId": "eagle" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 5.5507121807465625, - "type": "option", "contestId": "city-council", "optionId": "rupp" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 7.569376227897839, - "type": "option", "contestId": "city-council", "optionId": "shry" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 9.588040275049115, - "type": "option", "contestId": "city-council", "optionId": "barker" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 11.606704322200393, - "type": "option", "contestId": "city-council", "optionId": "davis" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 13.625368369351671, - "type": "option", "contestId": "city-council", "optionId": "smith" }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 15.989685658153242, - "type": "write-in", "contestId": "city-council", "writeInIndex": 0, "writeInArea": { @@ -2136,11 +2048,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 18.140348722986246, - "type": "write-in", "contestId": "city-council", "writeInIndex": 1, "writeInArea": { @@ -2151,11 +2063,11 @@ } }, { + "type": "write-in", "sheetNumber": 2, "side": "front", "column": 22.850536440991494, "row": 20.291011787819254, - "type": "write-in", "contestId": "city-council", "writeInIndex": 2, "writeInArea": { @@ -2166,391 +2078,391 @@ } }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 6.091601178781925, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 7.356335952848723, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 13.982072691552064, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 15.246807465618861, - "type": "option", "contestId": "judicial-elmer-hull", "optionId": "judicial-elmer-hull-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 26.396119842829076, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 1.7187076088296955, "row": 27.660854616895875, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 17.567579232951044, "row": 12.725933202357565, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 17.567579232951044, "row": 13.990667976424362, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 17.567579232951044, "row": 23.63212180746562, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "back", "column": 17.567579232951044, "row": 24.89685658153242, - "type": "option", "contestId": "question-c", "optionId": "question-c-option-no" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 1.7187076088296955, "row": 15.516944990176817, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 1.7187076088296955, "row": 16.781679764243616, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 17.567579232951044, "row": 14.950884086444008, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-yes" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 17.567579232951044, "row": 16.215618860510805, - "type": "option", "contestId": "measure-101", "optionId": "measure-101-option-no" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 17.567579232951044, "row": 27.364931237721024, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 3, "side": "front", "column": 17.567579232951044, "row": 28.62966601178782, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] }, { "ballotStyleId": "5", + "optionBoundsFromTargetMark": { + "top": 0.9976669941060904, + "right": 9.194475274386484, + "bottom": 1.1529960707269156, + "left": 0.7637193242076705 + }, "gridPositions": [ { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 14.233791748526523, - "type": "option", "contestId": "president", "optionId": "barchi-hallaren" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 17.00638506876228, - "type": "option", "contestId": "president", "optionId": "cramer-vuocolo" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 19.778978388998034, - "type": "option", "contestId": "president", "optionId": "court-blumhardt" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 22.55157170923379, - "type": "option", "contestId": "president", "optionId": "boone-lian" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 25.324165029469548, - "type": "option", "contestId": "president", "optionId": "hildebrand-garritty" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 1.7187076088296955, "row": 28.850687622789785, - "type": "option", "contestId": "president", "optionId": "patterson-lariviere" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 13.404346758349705, - "type": "option", "contestId": "representative-district-6", "optionId": "plunkard" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 15.423010805500983, - "type": "option", "contestId": "representative-district-6", "optionId": "reeder" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 17.44167485265226, - "type": "option", "contestId": "representative-district-6", "optionId": "schott" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 19.46033889980354, - "type": "option", "contestId": "representative-district-6", "optionId": "tawney" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 12.284622024910593, "row": 21.479002946954814, - "type": "option", "contestId": "representative-district-6", "optionId": "forrest" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 13.404346758349705, - "type": "option", "contestId": "lieutenant-governor", "optionId": "norberg" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 15.423010805500983, - "type": "option", "contestId": "lieutenant-governor", "optionId": "parks" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 17.44167485265226, - "type": "option", "contestId": "lieutenant-governor", "optionId": "garcia" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 19.46033889980354, - "type": "option", "contestId": "lieutenant-governor", "optionId": "qualey" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 21.479002946954814, - "type": "option", "contestId": "lieutenant-governor", "optionId": "hovis" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 23.49766699410609, - "type": "option", "contestId": "lieutenant-governor", "optionId": "zirkle" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 25.516331041257367, - "type": "option", "contestId": "lieutenant-governor", "optionId": "davis-brenda" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 27.534995088408646, - "type": "option", "contestId": "lieutenant-governor", "optionId": "freeman" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 29.553659135559922, - "type": "option", "contestId": "lieutenant-governor", "optionId": "swan" }, { + "type": "option", "sheetNumber": 1, "side": "front", "column": 22.850536440991494, "row": 34.3737721021611, - "type": "option", "contestId": "state-senator-district-31", "optionId": "shiplett" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 4.361493123772102, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "solis" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 6.380157170923379, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "keller" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 8.398821218074657, - "type": "option", "contestId": "state-assembly-district-54", "optionId": "rangel" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 3.532048133595285, - "type": "option", "contestId": "county-registrar-of-wills", "optionId": "ramachandrani" }, { + "type": "write-in", "sheetNumber": 1, "side": "back", "column": 12.284622024910593, "row": 5.8963654223968565, - "type": "write-in", "contestId": "county-registrar-of-wills", "writeInIndex": 0, "writeInArea": { @@ -2561,102 +2473,190 @@ } }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 15.778487229862476, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 17.043222003929273, - "type": "option", "contestId": "judicial-robert-demergue", "optionId": "judicial-robert-demergue-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 28.19253438113949, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 1.7187076088296955, "row": 29.457269155206287, - "type": "option", "contestId": "question-a", "optionId": "question-a-option-no" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 22.412819253438116, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-yes" }, { + "type": "option", "sheetNumber": 1, "side": "back", "column": 17.567579232951044, "row": 23.67755402750491, - "type": "option", "contestId": "question-b", "optionId": "question-b-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 15.516944990176817, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 1.7187076088296955, "row": 16.781679764243616, - "type": "option", "contestId": "proposition-1", "optionId": "proposition-1-option-no" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 10.615176817288802, - "type": "option", "contestId": "102", "optionId": "measure-102-option-yes" }, { + "type": "option", "sheetNumber": 2, "side": "front", "column": 17.567579232951044, "row": 11.879911591355599, - "type": "option", "contestId": "102", "optionId": "measure-102-option-no" } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } + ] + } + ], + "county": { + "id": "franklin", + "name": "Franklin County" + }, + "date": "2020-11-03", + "districts": [ + { + "id": "district-1", + "name": "District 1" + }, + { + "id": "district-2", + "name": "District 2" + }, + { + "id": "district-3", + "name": "District 3" + } + ], + "id": "election-general", + "parties": [ + { + "id": "0", + "name": "Federalist", + "fullName": "Federalist Party", + "abbrev": "F" + }, + { + "id": "1", + "name": "People’s", + "fullName": "People’s Party", + "abbrev": "P" + }, + { + "id": "2", + "name": "Liberty", + "fullName": "Liberty Party", + "abbrev": "Li" + }, + { + "id": "3", + "name": "Constitution", + "fullName": "Constitution Party", + "abbrev": "C" + }, + { + "id": "4", + "name": "Whig", + "fullName": "Whig Party", + "abbrev": "W" + }, + { + "id": "5", + "name": "Labor", + "fullName": "Labor Party", + "abbrev": "La" + }, + { + "id": "6", + "name": "Independent", + "fullName": "Independent Party", + "abbrev": "I" + }, + { + "id": "7", + "name": "Democrat", + "fullName": "Democratic Party", + "abbrev": "D" + }, + { + "id": "8", + "name": "Republican", + "fullName": "Republican Party", + "abbrev": "R" } - ] + ], + "precincts": [ + { + "id": "23", + "name": "Center Springfield" + }, + { + "id": "21", + "name": "North Springfield" + }, + { + "id": "20", + "name": "South Springfield" + } + ], + "seal": "Seal of Montgomery County, Maryland.", + "state": "State of Hamilton", + "title": "General Election", + "type": "general" } \ No newline at end of file diff --git a/libs/hmpb/fixtures/general-election/letter/marked-ballot.pdf b/libs/hmpb/fixtures/general-election/letter/marked-ballot.pdf index 54403ecfe5..b5a5241310 100644 Binary files a/libs/hmpb/fixtures/general-election/letter/marked-ballot.pdf and b/libs/hmpb/fixtures/general-election/letter/marked-ballot.pdf differ diff --git a/libs/hmpb/fixtures/primary-election/election.json b/libs/hmpb/fixtures/primary-election/election.json deleted file mode 100644 index 253525e691..0000000000 --- a/libs/hmpb/fixtures/primary-election/election.json +++ /dev/null @@ -1,4490 +0,0 @@ -{ - "ballotLayout": { - "paperSize": "letter", - "metadataEncoding": "qr-code" - }, - "ballotStrings": { - "en": { - "ballotStyleId": { - "1-Ma_zh-Hans": "1-Ma", - "1-Ma_zh-Hant": "1-Ma", - "1-Ma_en": "1-Ma", - "1-Ma_es-US": "1-Ma", - "1-F_zh-Hans": "1-F", - "1-F_zh-Hant": "1-F", - "1-F_en": "1-F", - "1-F_es-US": "1-F", - "2-Ma_zh-Hans": "2-Ma", - "2-Ma_zh-Hant": "2-Ma", - "2-Ma_en": "2-Ma", - "2-Ma_es-US": "2-Ma", - "2-F_zh-Hans": "2-F", - "2-F_zh-Hant": "2-F", - "2-F_en": "2-F", - "2-F_es-US": "2-F", - "3-Ma_zh-Hans": "3-Ma", - "3-Ma_zh-Hant": "3-Ma", - "3-Ma_en": "3-Ma", - "3-Ma_es-US": "3-Ma", - "3-F_zh-Hans": "3-F", - "3-F_zh-Hant": "3-F", - "3-F_en": "3-F", - "3-F_es-US": "3-F", - "4-Ma_zh-Hans": "4-Ma", - "4-Ma_zh-Hant": "4-Ma", - "4-Ma_en": "4-Ma", - "4-Ma_es-US": "4-Ma", - "4-F_zh-Hans": "4-F", - "4-F_zh-Hant": "4-F", - "4-F_en": "4-F", - "4-F_es-US": "4-F" - }, - "candidateName": { - "horse": "Horse", - "otter": "Otter", - "fox": "Fox", - "seahorse": "Seahorse", - "salmon": "Salmon", - "zebra-1": "Zebra", - "lion-1": "Lion", - "kangaroo-1": "Kangaroo", - "elephant-1": "Elephant", - "manta-ray-1": "Manta Ray", - "pufferfish-1": "Pufferfish", - "rockfish-1": "Rockfish", - "triggerfish-1": "Triggerfish", - "zebra-2": "Zebra", - "lion-2": "Lion", - "kangaroo-2": "Kangaroo", - "elephant-2": "Elephant", - "manta-ray-2": "Manta Ray", - "pufferfish-2": "Pufferfish", - "rockfish-2": "Rockfish", - "triggerfish-2": "Triggerfish" - }, - "contestDescription": { - "water-1-fishing": "Should fishing be banned in all city owned lakes and rivers?", - "water-2-fishing": "Should fishing be banned in all city owned lakes and rivers?" - }, - "contestOptionLabel": { - "water-1-fishing-ban-fishing": "YES", - "water-1-fishing-allow-fishing": "NO", - "water-2-fishing-ban-fishing": "YES", - "water-2-fishing-allow-fishing": "NO" - }, - "contestTitle": { - "county-leader-mammal": "County Leader Mammal", - "county-leader-fish": "County Leader Fish", - "congressional-1-mammal": "Congressional 1 Representative - Mammal", - "congressional-1-fish": "Congressional 1 Representative - Fish", - "congressional-2-mammal": "Congressional 2 Representative - Mammal", - "congressional-2-fish": "Congressional 2 Representative - Fish", - "water-1-fishing": "Water District 1 Fishing", - "water-2-fishing": "Water District 2 Fishing" - }, - "countyName": "Sample County", - "districtName": { - "county": "County", - "congressional-1": "Congressional District 1", - "congressional-2": "Congressional District 2", - "water-1": "Water District 1", - "water-2": "Water District 2" - }, - "electionTitle": "Example Primary Election", - "partyFullName": { - "0": "Mammal Party", - "1": "Fish Party" - }, - "partyName": { - "0": "Mammal", - "1": "Fish" - }, - "precinctName": { - "precinct-c1-w1-1": "Precinct 1", - "precinct-c1-w1-2": "Precinct 2", - "precinct-c1-w2": "Precinct 3", - "precinct-c2": "Precinct 4" - }, - "stateName": "State of Sample", - "ballotLanguage": "English", - "electionDate": "September 8, 2021", - "hmpbContinueVotingOnBack": "Turn ballot over and continue voting", - "hmpbContinueVotingOnNextSheet": "Continue voting on next ballot sheet", - "hmpbInstructions": "Instructions", - "hmpbInstructionsToVoteText": "To vote, completely fill in the oval next to your choice.", - "hmpbInstructionsToVoteTitle": "To Vote:", - "hmpbInstructionsWriteInText": "To vote for a person whose name is not on the ballot, write the person’s name on the \"Write-in\" line and completely fill in the oval next to the line.", - "hmpbInstructionsWriteInTitle": "To Vote for a Write-in:", - "hmpbOfficialAbsenteeBallot": "Official Absentee Ballot", - "hmpbOfficialBallot": "Official Ballot", - "hmpbOfficialProvisionalBallot": "Official Provisional Ballot", - "hmpbPage": "Page", - "hmpbPageIntentionallyBlank": "This page intentionally left blank", - "hmpbSampleAbsenteeBallot": "Sample Absentee Ballot", - "hmpbSampleBallot": "Sample Ballot", - "hmpbSampleProvisionalBallot": "Sample Provisional Ballot", - "hmpbTestAbsenteeBallot": "Test Absentee Ballot", - "hmpbTestBallot": "Test Ballot", - "hmpbTestProvisionalBallot": "Test Provisional Ballot", - "hmpbVoteFor1": "Vote for 1", - "hmpbVoteFor10": "Vote for up to 10", - "hmpbVoteFor2": "Vote for up to 2", - "hmpbVoteFor3": "Vote for up to 3", - "hmpbVoteFor4": "Vote for up to 4", - "hmpbVoteFor5": "Vote for up to 5", - "hmpbVoteFor6": "Vote for up to 6", - "hmpbVoteFor7": "Vote for up to 7", - "hmpbVoteFor8": "Vote for up to 8", - "hmpbVoteFor9": "Vote for up to 9", - "hmpbVotingComplete": "You have completed voting.", - "hmpbWriteIn": "Write-in" - }, - "zh-Hans": { - "contestDescription": { - "water-1-fishing": "是否应该禁止在所有城市湖泊和河流中钓鱼?", - "water-2-fishing": "是否应该禁止在所有城市湖泊和河流中钓鱼?" - }, - "contestOptionLabel": { - "water-1-fishing-ban-fishing": "是的", - "water-1-fishing-allow-fishing": "不", - "water-2-fishing-ban-fishing": "是的", - "water-2-fishing-allow-fishing": "不" - }, - "contestTitle": { - "county-leader-mammal": "县领导哺乳动物", - "county-leader-fish": "县领导鱼", - "congressional-1-mammal": "国会 1 代表 - 哺乳动物", - "congressional-1-fish": "国会 1 代表 - 菲什", - "congressional-2-mammal": "国会 2 代表 - 哺乳动物", - "congressional-2-fish": "国会 2 代表 - 菲什", - "water-1-fishing": "水区 1 钓鱼", - "water-2-fishing": "水区 2 钓鱼" - }, - "countyName": "样本县", - "districtName": { - "county": "县", - "congressional-1": "第一国会选区", - "congressional-2": "国会第 2 选区", - "water-1": "水区 1", - "water-2": "水区 2" - }, - "electionTitle": "初选示例", - "partyFullName": { - "0": "哺乳动物派对", - "1": "鱼派对" - }, - "partyName": { - "0": "哺乳动物", - "1": "鱼" - }, - "precinctName": { - "precinct-c1-w1-1": "第1选区", - "precinct-c1-w1-2": "第2选区", - "precinct-c1-w2": "第 3 区", - "precinct-c2": "第四区" - }, - "stateName": "样品状态", - "ballotLanguage": "简体中文", - "electionDate": "2021年9月8日", - "hmpbContinueVotingOnBack": "将选票翻过来,继续投票", - "hmpbContinueVotingOnNextSheet": "在下一张选票上继续投票", - "hmpbInstructions": "说明", - "hmpbInstructionsToVoteText": "要投票,请完整填写您所选项目旁边的椭圆形框。", - "hmpbInstructionsToVoteTitle": "投票:", - "hmpbInstructionsWriteInText": "如果要为未出现在选票上的人进行投票,请在“写入候选人“行中写下此人的姓名,并完整填写该行旁边的椭圆形区域。", - "hmpbInstructionsWriteInTitle": "投票选举候选人:", - "hmpbOfficialAbsenteeBallot": "正式缺席选票", - "hmpbOfficialBallot": "正式选票", - "hmpbOfficialProvisionalBallot": "普通临时选票", - "hmpbPage": "页码", - "hmpbPageIntentionallyBlank": "本页为有意留空", - "hmpbSampleAbsenteeBallot": "缺席选票样本", - "hmpbSampleBallot": "选票样本", - "hmpbSampleProvisionalBallot": "临时选票样本", - "hmpbTestAbsenteeBallot": "测试缺席选票", - "hmpbTestBallot": "测试选票", - "hmpbTestProvisionalBallot": "测试临时选票", - "hmpbVoteFor1": "投1票", - "hmpbVoteFor10": "最多投10票", - "hmpbVoteFor2": "最多投2票", - "hmpbVoteFor3": "最多投3票", - "hmpbVoteFor4": "最多投4票", - "hmpbVoteFor5": "最多投5票", - "hmpbVoteFor6": "最多投6票", - "hmpbVoteFor7": "最多投7票", - "hmpbVoteFor8": "最多投8票", - "hmpbVoteFor9": "最多投9票", - "hmpbVotingComplete": "您已完成投票。", - "hmpbWriteIn": "写入候选人" - }, - "zh-Hant": { - "contestDescription": { - "water-1-fishing": "是否應該禁止在所有城市擁有的湖泊和河流中捕魚?", - "water-2-fishing": "是否應該禁止在所有城市擁有的湖泊和河流中捕魚?" - }, - "contestOptionLabel": { - "water-1-fishing-ban-fishing": "是的", - "water-1-fishing-allow-fishing": "不", - "water-2-fishing-ban-fishing": "是的", - "water-2-fishing-allow-fishing": "不" - }, - "contestTitle": { - "county-leader-mammal": "縣領導哺乳動物", - "county-leader-fish": "縣長魚", - "congressional-1-mammal": "國會 1 代表 - 哺乳動物", - "congressional-1-fish": "國會 1 代表 - 魚", - "congressional-2-mammal": "國會 2 代表 - 哺乳動物", - "congressional-2-fish": "國會 2 代表 - Fish", - "water-1-fishing": "水域 1 區釣魚", - "water-2-fishing": "水區 2 釣魚" - }, - "countyName": "樣本縣", - "districtName": { - "county": "縣", - "congressional-1": "國會第一選區", - "congressional-2": "國會第二選區", - "water-1": "水區1", - "water-2": "水區2" - }, - "electionTitle": "初選範例", - "partyFullName": { - "0": "哺乳動物派對", - "1": "魚黨" - }, - "partyName": { - "0": "哺乳動物", - "1": "魚" - }, - "precinctName": { - "precinct-c1-w1-1": "第1選區", - "precinct-c1-w1-2": "第2選區", - "precinct-c1-w2": "分局 3", - "precinct-c2": "4 區" - }, - "stateName": "樣品狀態", - "ballotLanguage": "繁體中文", - "electionDate": "2021年9月8日", - "hmpbContinueVotingOnBack": "將選票翻過來,繼續投票", - "hmpbContinueVotingOnNextSheet": "在下一張選票上繼續投票", - "hmpbInstructions": "說明", - "hmpbInstructionsToVoteText": "要投票,請完整填寫您所選項目旁邊的橢圓形框。", - "hmpbInstructionsToVoteTitle": "投票:", - "hmpbInstructionsWriteInText": "如果要為未出現在選票上的人進行投票,請在「寫入候選人「行中寫下此人的姓名,並完整填寫該行旁邊的橢圓形區域。", - "hmpbInstructionsWriteInTitle": "投票選舉候選人:", - "hmpbOfficialAbsenteeBallot": "正式缺席選票", - "hmpbOfficialBallot": "正式選票", - "hmpbOfficialProvisionalBallot": "普通臨時選票", - "hmpbPage": "頁碼", - "hmpbPageIntentionallyBlank": "本頁為有意留空", - "hmpbSampleAbsenteeBallot": "缺席選票樣本", - "hmpbSampleBallot": "選票樣本", - "hmpbSampleProvisionalBallot": "臨時選票樣本", - "hmpbTestAbsenteeBallot": "測試缺席選票", - "hmpbTestBallot": "測試選票", - "hmpbTestProvisionalBallot": "測試臨時選票", - "hmpbVoteFor1": "投1票", - "hmpbVoteFor10": "最多投10票", - "hmpbVoteFor2": "最多投2票", - "hmpbVoteFor3": "最多投3票", - "hmpbVoteFor4": "最多投4票", - "hmpbVoteFor5": "最多投5票", - "hmpbVoteFor6": "最多投6票", - "hmpbVoteFor7": "最多投7票", - "hmpbVoteFor8": "最多投8票", - "hmpbVoteFor9": "最多投9票", - "hmpbVotingComplete": "您已完成投票。", - "hmpbWriteIn": "寫入候選人" - }, - "es-US": { - "contestDescription": { - "water-1-fishing": "¿Debería prohibirse la pesca en todos los lagos y ríos propiedad de la ciudad?", - "water-2-fishing": "¿Debería prohibirse la pesca en todos los lagos y ríos propiedad de la ciudad?" - }, - "contestOptionLabel": { - "water-1-fishing-ban-fishing": "SÍ", - "water-1-fishing-allow-fishing": "NO", - "water-2-fishing-ban-fishing": "SÍ", - "water-2-fishing-allow-fishing": "NO" - }, - "contestTitle": { - "county-leader-mammal": "Líder del condado Mamífero", - "county-leader-fish": "Líder del condado de Fish", - "congressional-1-mammal": "1 representante del Congreso - Mamífero", - "congressional-1-fish": "1 representante del Congreso - Pescado", - "congressional-2-mammal": "2 representantes del Congreso - Mamífero", - "congressional-2-fish": "Representante del Congreso 2 - Pescado", - "water-1-fishing": "Distrito 1 de pesca", - "water-2-fishing": "Distrito de Agua 2 Pesca" - }, - "countyName": "Muestra del condado", - "districtName": { - "county": "Condado", - "congressional-1": "Distrito Congresional 1", - "congressional-2": "Distrito Congresional 2", - "water-1": "Distrito de Agua 1", - "water-2": "Distrito de Agua 2" - }, - "electionTitle": "Ejemplo de elección primaria", - "partyFullName": { - "0": "Fiesta de los Mamíferos", - "1": "Fiesta del pescado" - }, - "partyName": { - "0": "Mamífero", - "1": "Pez" - }, - "precinctName": { - "precinct-c1-w1-1": "Distrito Electoral 1", - "precinct-c1-w1-2": "Distrito Electoral 2", - "precinct-c1-w2": "Distrito 3", - "precinct-c2": "Distrito 4" - }, - "stateName": "Estado de la muestra", - "ballotLanguage": "español (EE. UU.)", - "electionDate": "8 de septiembre de 2021", - "hmpbContinueVotingOnBack": "Voltea la boleta y continúa votando", - "hmpbContinueVotingOnNextSheet": "Continúa votando en la siguiente hoja de la boleta", - "hmpbInstructions": "Instrucciones", - "hmpbInstructionsToVoteText": "Para votar, llena completamente el óvalo junto a tu elección.", - "hmpbInstructionsToVoteTitle": "Para votar:", - "hmpbInstructionsWriteInText": "Para votar por una persona cuyo nombre no está en la boleta, escribe el nombre de la persona en la línea \"Candidato por Escrito\" y llena completamente el óvalo junto a la línea.", - "hmpbInstructionsWriteInTitle": "Para votar por un candidato por escrito:", - "hmpbOfficialAbsenteeBallot": "Boleta oficial de voto ausente", - "hmpbOfficialBallot": "Boleta oficial", - "hmpbOfficialProvisionalBallot": "Boleta oficial provisional", - "hmpbPage": "Página", - "hmpbPageIntentionallyBlank": "Esta página está intencionalmente en blanco", - "hmpbSampleAbsenteeBallot": "Modelo de boleta de voto ausente", - "hmpbSampleBallot": "Boleta de muestra", - "hmpbSampleProvisionalBallot": "Boleta de muestra provisional", - "hmpbTestAbsenteeBallot": "Boleta de prueba de voto ausente", - "hmpbTestBallot": "Boleta de prueba", - "hmpbTestProvisionalBallot": "Boleta de prueba provisional", - "hmpbVoteFor1": "Vota por 1", - "hmpbVoteFor10": "Vota por hasta 10", - "hmpbVoteFor2": "Vota por hasta 2", - "hmpbVoteFor3": "Vota por hasta 3", - "hmpbVoteFor4": "Vota por hasta 4", - "hmpbVoteFor5": "Vota por hasta 5", - "hmpbVoteFor6": "Vota por hasta 6", - "hmpbVoteFor7": "Vota por hasta 7", - "hmpbVoteFor8": "Vota por hasta 8", - "hmpbVoteFor9": "Vota por hasta 9", - "hmpbVotingComplete": "Has completado la votación.", - "hmpbWriteIn": "Candidato por escrito" - } - }, - "ballotStyles": [ - { - "id": "1-Ma_zh-Hans", - "groupId": "1-Ma", - "precincts": [ - "precinct-c1-w1-1", - "precinct-c1-w1-2" - ], - "districts": [ - "county", - "congressional-1", - "water-1" - ], - "partyId": "0", - "languages": [ - "zh-Hans" - ] - }, - { - "id": "1-Ma_zh-Hant", - "groupId": "1-Ma", - "precincts": [ - "precinct-c1-w1-1", - "precinct-c1-w1-2" - ], - "districts": [ - "county", - "congressional-1", - "water-1" - ], - "partyId": "0", - "languages": [ - "zh-Hant" - ] - }, - { - "id": "1-Ma_en", - "groupId": "1-Ma", - "precincts": [ - "precinct-c1-w1-1", - "precinct-c1-w1-2" - ], - "districts": [ - "county", - "congressional-1", - "water-1" - ], - "partyId": "0", - "languages": [ - "en" - ] - }, - { - "id": "1-Ma_es-US", - "groupId": "1-Ma", - "precincts": [ - "precinct-c1-w1-1", - "precinct-c1-w1-2" - ], - "districts": [ - "county", - "congressional-1", - "water-1" - ], - "partyId": "0", - "languages": [ - "es-US" - ] - }, - { - "id": "1-F_zh-Hans", - "groupId": "1-F", - "precincts": [ - "precinct-c1-w1-1", - "precinct-c1-w1-2" - ], - "districts": [ - "county", - "congressional-1", - "water-1" - ], - "partyId": "1", - "languages": [ - "zh-Hans" - ] - }, - { - "id": "1-F_zh-Hant", - "groupId": "1-F", - "precincts": [ - "precinct-c1-w1-1", - "precinct-c1-w1-2" - ], - "districts": [ - "county", - "congressional-1", - "water-1" - ], - "partyId": "1", - "languages": [ - "zh-Hant" - ] - }, - { - "id": "1-F_en", - "groupId": "1-F", - "precincts": [ - "precinct-c1-w1-1", - "precinct-c1-w1-2" - ], - "districts": [ - "county", - "congressional-1", - "water-1" - ], - "partyId": "1", - "languages": [ - "en" - ] - }, - { - "id": "1-F_es-US", - "groupId": "1-F", - "precincts": [ - "precinct-c1-w1-1", - "precinct-c1-w1-2" - ], - "districts": [ - "county", - "congressional-1", - "water-1" - ], - "partyId": "1", - "languages": [ - "es-US" - ] - }, - { - "id": "2-Ma_zh-Hans", - "groupId": "2-Ma", - "precincts": [ - "precinct-c1-w2" - ], - "districts": [ - "county", - "congressional-1", - "water-2" - ], - "partyId": "0", - "languages": [ - "zh-Hans" - ] - }, - { - "id": "2-Ma_zh-Hant", - "groupId": "2-Ma", - "precincts": [ - "precinct-c1-w2" - ], - "districts": [ - "county", - "congressional-1", - "water-2" - ], - "partyId": "0", - "languages": [ - "zh-Hant" - ] - }, - { - "id": "2-Ma_en", - "groupId": "2-Ma", - "precincts": [ - "precinct-c1-w2" - ], - "districts": [ - "county", - "congressional-1", - "water-2" - ], - "partyId": "0", - "languages": [ - "en" - ] - }, - { - "id": "2-Ma_es-US", - "groupId": "2-Ma", - "precincts": [ - "precinct-c1-w2" - ], - "districts": [ - "county", - "congressional-1", - "water-2" - ], - "partyId": "0", - "languages": [ - "es-US" - ] - }, - { - "id": "2-F_zh-Hans", - "groupId": "2-F", - "precincts": [ - "precinct-c1-w2" - ], - "districts": [ - "county", - "congressional-1", - "water-2" - ], - "partyId": "1", - "languages": [ - "zh-Hans" - ] - }, - { - "id": "2-F_zh-Hant", - "groupId": "2-F", - "precincts": [ - "precinct-c1-w2" - ], - "districts": [ - "county", - "congressional-1", - "water-2" - ], - "partyId": "1", - "languages": [ - "zh-Hant" - ] - }, - { - "id": "2-F_en", - "groupId": "2-F", - "precincts": [ - "precinct-c1-w2" - ], - "districts": [ - "county", - "congressional-1", - "water-2" - ], - "partyId": "1", - "languages": [ - "en" - ] - }, - { - "id": "2-F_es-US", - "groupId": "2-F", - "precincts": [ - "precinct-c1-w2" - ], - "districts": [ - "county", - "congressional-1", - "water-2" - ], - "partyId": "1", - "languages": [ - "es-US" - ] - }, - { - "id": "3-Ma_zh-Hans", - "groupId": "3-Ma", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-1" - ], - "partyId": "0", - "languages": [ - "zh-Hans" - ] - }, - { - "id": "3-Ma_zh-Hant", - "groupId": "3-Ma", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-1" - ], - "partyId": "0", - "languages": [ - "zh-Hant" - ] - }, - { - "id": "3-Ma_en", - "groupId": "3-Ma", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-1" - ], - "partyId": "0", - "languages": [ - "en" - ] - }, - { - "id": "3-Ma_es-US", - "groupId": "3-Ma", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-1" - ], - "partyId": "0", - "languages": [ - "es-US" - ] - }, - { - "id": "3-F_zh-Hans", - "groupId": "3-F", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-1" - ], - "partyId": "1", - "languages": [ - "zh-Hans" - ] - }, - { - "id": "3-F_zh-Hant", - "groupId": "3-F", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-1" - ], - "partyId": "1", - "languages": [ - "zh-Hant" - ] - }, - { - "id": "3-F_en", - "groupId": "3-F", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-1" - ], - "partyId": "1", - "languages": [ - "en" - ] - }, - { - "id": "3-F_es-US", - "groupId": "3-F", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-1" - ], - "partyId": "1", - "languages": [ - "es-US" - ] - }, - { - "id": "4-Ma_zh-Hans", - "groupId": "4-Ma", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-2" - ], - "partyId": "0", - "languages": [ - "zh-Hans" - ] - }, - { - "id": "4-Ma_zh-Hant", - "groupId": "4-Ma", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-2" - ], - "partyId": "0", - "languages": [ - "zh-Hant" - ] - }, - { - "id": "4-Ma_en", - "groupId": "4-Ma", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-2" - ], - "partyId": "0", - "languages": [ - "en" - ] - }, - { - "id": "4-Ma_es-US", - "groupId": "4-Ma", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-2" - ], - "partyId": "0", - "languages": [ - "es-US" - ] - }, - { - "id": "4-F_zh-Hans", - "groupId": "4-F", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-2" - ], - "partyId": "1", - "languages": [ - "zh-Hans" - ] - }, - { - "id": "4-F_zh-Hant", - "groupId": "4-F", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-2" - ], - "partyId": "1", - "languages": [ - "zh-Hant" - ] - }, - { - "id": "4-F_en", - "groupId": "4-F", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-2" - ], - "partyId": "1", - "languages": [ - "en" - ] - }, - { - "id": "4-F_es-US", - "groupId": "4-F", - "precincts": [ - "precinct-c2" - ], - "districts": [ - "county", - "congressional-2", - "water-2" - ], - "partyId": "1", - "languages": [ - "es-US" - ] - } - ], - "contests": [ - { - "id": "county-leader-mammal", - "districtId": "county", - "title": "County Leader Mammal", - "type": "candidate", - "seats": 1, - "candidates": [ - { - "id": "horse", - "name": "Horse", - "partyIds": [ - "0" - ] - }, - { - "id": "otter", - "name": "Otter", - "partyIds": [ - "0" - ] - }, - { - "id": "fox", - "name": "Fox", - "partyIds": [ - "0" - ] - } - ], - "allowWriteIns": false, - "partyId": "0" - }, - { - "id": "county-leader-fish", - "districtId": "county", - "title": "County Leader Fish", - "type": "candidate", - "seats": 1, - "candidates": [ - { - "id": "seahorse", - "name": "Seahorse", - "partyIds": [ - "1" - ] - }, - { - "id": "salmon", - "name": "Salmon", - "partyIds": [ - "1" - ] - } - ], - "allowWriteIns": false, - "partyId": "1" - }, - { - "id": "congressional-1-mammal", - "districtId": "congressional-1", - "title": "Congressional 1 Representative - Mammal", - "type": "candidate", - "seats": 1, - "candidates": [ - { - "id": "zebra-1", - "name": "Zebra", - "partyIds": [ - "0" - ] - }, - { - "id": "lion-1", - "name": "Lion", - "partyIds": [ - "0" - ] - }, - { - "id": "kangaroo-1", - "name": "Kangaroo", - "partyIds": [ - "0" - ] - }, - { - "id": "elephant-1", - "name": "Elephant", - "partyIds": [ - "0" - ] - } - ], - "allowWriteIns": true, - "partyId": "0" - }, - { - "id": "congressional-1-fish", - "districtId": "congressional-1", - "title": "Congressional 1 Representative - Fish", - "type": "candidate", - "seats": 1, - "candidates": [ - { - "id": "manta-ray-1", - "name": "Manta Ray", - "partyIds": [ - "1" - ] - }, - { - "id": "pufferfish-1", - "name": "Pufferfish", - "partyIds": [ - "1" - ] - }, - { - "id": "rockfish-1", - "name": "Rockfish", - "partyIds": [ - "1" - ] - }, - { - "id": "triggerfish-1", - "name": "Triggerfish", - "partyIds": [ - "1" - ] - } - ], - "allowWriteIns": true, - "partyId": "1" - }, - { - "id": "congressional-2-mammal", - "districtId": "congressional-2", - "title": "Congressional 2 Representative - Mammal", - "type": "candidate", - "seats": 1, - "candidates": [ - { - "id": "zebra-2", - "name": "Zebra", - "partyIds": [ - "0" - ] - }, - { - "id": "lion-2", - "name": "Lion", - "partyIds": [ - "0" - ] - }, - { - "id": "kangaroo-2", - "name": "Kangaroo", - "partyIds": [ - "0" - ] - }, - { - "id": "elephant-2", - "name": "Elephant", - "partyIds": [ - "0" - ] - } - ], - "allowWriteIns": true, - "partyId": "0" - }, - { - "id": "congressional-2-fish", - "districtId": "congressional-2", - "title": "Congressional 2 Representative - Fish", - "type": "candidate", - "seats": 1, - "candidates": [ - { - "id": "manta-ray-2", - "name": "Manta Ray", - "partyIds": [ - "1" - ] - }, - { - "id": "pufferfish-2", - "name": "Pufferfish", - "partyIds": [ - "1" - ] - }, - { - "id": "rockfish-2", - "name": "Rockfish", - "partyIds": [ - "1" - ] - }, - { - "id": "triggerfish-2", - "name": "Triggerfish", - "partyIds": [ - "1" - ] - } - ], - "allowWriteIns": true, - "partyId": "1" - }, - { - "id": "water-1-fishing", - "districtId": "water-1", - "title": "Water District 1 Fishing", - "type": "yesno", - "description": "Should fishing be banned in all city owned lakes and rivers?", - "yesOption": { - "id": "water-1-fishing-ban-fishing", - "label": "YES" - }, - "noOption": { - "id": "water-1-fishing-allow-fishing", - "label": "NO" - } - }, - { - "id": "water-2-fishing", - "districtId": "water-2", - "title": "Water District 2 Fishing", - "type": "yesno", - "description": "Should fishing be banned in all city owned lakes and rivers?", - "yesOption": { - "id": "water-2-fishing-ban-fishing", - "label": "YES" - }, - "noOption": { - "id": "water-2-fishing-allow-fishing", - "label": "NO" - } - } - ], - "county": { - "id": "sample-county", - "name": "Sample County" - }, - "date": "2021-09-08", - "districts": [ - { - "id": "county", - "name": "County" - }, - { - "id": "congressional-1", - "name": "Congressional District 1" - }, - { - "id": "congressional-2", - "name": "Congressional District 2" - }, - { - "id": "water-1", - "name": "Water District 1" - }, - { - "id": "water-2", - "name": "Water District 2" - } - ], - "id": "election-primary-precinct-splits", - "parties": [ - { - "id": "0", - "name": "Mammal", - "fullName": "Mammal Party", - "abbrev": "Ma" - }, - { - "id": "1", - "name": "Fish", - "fullName": "Fish Party", - "abbrev": "F" - } - ], - "precincts": [ - { - "id": "precinct-c1-w1-1", - "name": "Precinct 1" - }, - { - "id": "precinct-c1-w1-2", - "name": "Precinct 2" - }, - { - "id": "precinct-c1-w2", - "name": "Precinct 3" - }, - { - "id": "precinct-c2", - "name": "Precinct 4" - } - ], - "seal": "Seal of Montgomery County, Maryland.", - "state": "State of Sample", - "title": "Example Primary Election", - "type": "primary", - "gridLayouts": [ - { - "ballotStyleId": "1-Ma_zh-Hans", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.278241650294696, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "zebra-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "lion-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "kangaroo-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "elephant-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-1-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 32.31213163064833, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.576866404715126, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "1-Ma_zh-Hant", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.278241650294696, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "zebra-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "lion-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "kangaroo-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "elephant-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-1-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.06606090373281, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 34.33079567779961, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "1-Ma_en", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 14.460338899803537, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 15.725073673870334, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 16.989808447937133, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 15.289783889980354, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "zebra-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 16.55451866404715, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "lion-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 17.81925343811395, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "kangaroo-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.083988212180746, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "elephant-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.69437622789784, - "type": "write-in", - "contestId": "congressional-1-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 19.89437622789784, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 26.955427308447938, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 28.220162082514737, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "1-Ma_es-US", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.086075638506877, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 22.350810412573676, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 23.61554518664047, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 21.915520628683694, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "zebra-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.180255402750493, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "lion-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.44499017681729, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "kangaroo-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 25.709724950884087, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "elephant-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 27.32011296660118, - "type": "write-in", - "contestId": "congressional-1-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 26.52011296660118, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 7.913801571709234, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 9.178536345776031, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "1-F_zh-Hans", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "manta-ray-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "pufferfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "rockfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "triggerfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-1-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 32.31213163064833, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.576866404715126, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "1-F_zh-Hant", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "manta-ray-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "pufferfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "rockfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "triggerfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-1-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.06606090373281, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 34.33079567779961, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "1-F_en", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 14.460338899803537, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 15.725073673870334, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 15.289783889980354, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "manta-ray-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 16.55451866404715, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "pufferfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 17.81925343811395, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "rockfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.083988212180746, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "triggerfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.69437622789784, - "type": "write-in", - "contestId": "congressional-1-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 19.89437622789784, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 26.955427308447938, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 28.220162082514737, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "1-F_es-US", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.086075638506877, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 22.350810412573676, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 21.915520628683694, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "manta-ray-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.180255402750493, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "pufferfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.44499017681729, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "rockfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 25.709724950884087, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "triggerfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 27.32011296660118, - "type": "write-in", - "contestId": "congressional-1-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 26.52011296660118, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 7.913801571709234, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 9.178536345776031, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "2-Ma_zh-Hans", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.278241650294696, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "zebra-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "lion-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "kangaroo-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "elephant-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-1-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 32.31213163064833, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.576866404715126, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "2-Ma_zh-Hant", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.278241650294696, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "zebra-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "lion-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "kangaroo-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "elephant-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-1-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.06606090373281, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 34.33079567779961, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "2-Ma_en", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 14.460338899803537, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 15.725073673870334, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 16.989808447937133, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 15.289783889980354, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "zebra-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 16.55451866404715, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "lion-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 17.81925343811395, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "kangaroo-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.083988212180746, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "elephant-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.69437622789784, - "type": "write-in", - "contestId": "congressional-1-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 19.89437622789784, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 26.955427308447938, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 28.220162082514737, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "2-Ma_es-US", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.086075638506877, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 22.350810412573676, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 23.61554518664047, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 21.915520628683694, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "zebra-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.180255402750493, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "lion-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.44499017681729, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "kangaroo-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 25.709724950884087, - "type": "option", - "contestId": "congressional-1-mammal", - "optionId": "elephant-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 27.32011296660118, - "type": "write-in", - "contestId": "congressional-1-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 26.52011296660118, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 7.913801571709234, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 9.178536345776031, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "2-F_zh-Hans", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "manta-ray-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "pufferfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "rockfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "triggerfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-1-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 32.31213163064833, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.576866404715126, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "2-F_zh-Hant", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "manta-ray-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "pufferfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "rockfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "triggerfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-1-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.06606090373281, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 34.33079567779961, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "2-F_en", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 14.460338899803537, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 15.725073673870334, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 15.289783889980354, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "manta-ray-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 16.55451866404715, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "pufferfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 17.81925343811395, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "rockfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.083988212180746, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "triggerfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.69437622789784, - "type": "write-in", - "contestId": "congressional-1-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 19.89437622789784, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 26.955427308447938, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 28.220162082514737, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "2-F_es-US", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.086075638506877, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 22.350810412573676, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 21.915520628683694, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "manta-ray-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.180255402750493, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "pufferfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.44499017681729, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "rockfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 25.709724950884087, - "type": "option", - "contestId": "congressional-1-fish", - "optionId": "triggerfish-1" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 27.32011296660118, - "type": "write-in", - "contestId": "congressional-1-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 26.52011296660118, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 7.913801571709234, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 9.178536345776031, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "3-Ma_zh-Hans", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.278241650294696, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "zebra-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "lion-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "kangaroo-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "elephant-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-2-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 32.31213163064833, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.576866404715126, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "3-Ma_zh-Hant", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.278241650294696, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "zebra-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "lion-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "kangaroo-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "elephant-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-2-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.06606090373281, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 34.33079567779961, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "3-Ma_en", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 14.460338899803537, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 15.725073673870334, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 16.989808447937133, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 15.289783889980354, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "zebra-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 16.55451866404715, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "lion-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 17.81925343811395, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "kangaroo-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.083988212180746, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "elephant-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.69437622789784, - "type": "write-in", - "contestId": "congressional-2-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 19.89437622789784, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 26.955427308447938, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 28.220162082514737, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "3-Ma_es-US", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.086075638506877, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 22.350810412573676, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 23.61554518664047, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 21.915520628683694, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "zebra-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.180255402750493, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "lion-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.44499017681729, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "kangaroo-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 25.709724950884087, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "elephant-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 27.32011296660118, - "type": "write-in", - "contestId": "congressional-2-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 26.52011296660118, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 7.913801571709234, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 9.178536345776031, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "3-F_zh-Hans", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "manta-ray-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "pufferfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "rockfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "triggerfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-2-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 32.31213163064833, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.576866404715126, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "3-F_zh-Hant", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "manta-ray-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "pufferfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "rockfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "triggerfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-2-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.06606090373281, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 34.33079567779961, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "3-F_en", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 14.460338899803537, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 15.725073673870334, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 15.289783889980354, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "manta-ray-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 16.55451866404715, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "pufferfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 17.81925343811395, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "rockfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.083988212180746, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "triggerfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.69437622789784, - "type": "write-in", - "contestId": "congressional-2-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 19.89437622789784, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 26.955427308447938, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 28.220162082514737, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "3-F_es-US", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.086075638506877, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 22.350810412573676, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 21.915520628683694, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "manta-ray-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.180255402750493, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "pufferfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.44499017681729, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "rockfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 25.709724950884087, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "triggerfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 27.32011296660118, - "type": "write-in", - "contestId": "congressional-2-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 26.52011296660118, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 7.913801571709234, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 9.178536345776031, - "type": "option", - "contestId": "water-1-fishing", - "optionId": "water-1-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "4-Ma_zh-Hans", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.278241650294696, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "zebra-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "lion-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "kangaroo-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "elephant-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-2-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 32.31213163064833, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.576866404715126, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "4-Ma_zh-Hant", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.278241650294696, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "zebra-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "lion-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "kangaroo-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "elephant-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-2-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.06606090373281, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 34.33079567779961, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "4-Ma_en", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 14.460338899803537, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 15.725073673870334, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 16.989808447937133, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 15.289783889980354, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "zebra-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 16.55451866404715, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "lion-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 17.81925343811395, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "kangaroo-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.083988212180746, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "elephant-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.69437622789784, - "type": "write-in", - "contestId": "congressional-2-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 19.89437622789784, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 26.955427308447938, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 28.220162082514737, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "4-Ma_es-US", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.086075638506877, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "horse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 22.350810412573676, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "otter" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 23.61554518664047, - "type": "option", - "contestId": "county-leader-mammal", - "optionId": "fox" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 21.915520628683694, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "zebra-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.180255402750493, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "lion-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.44499017681729, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "kangaroo-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 25.709724950884087, - "type": "option", - "contestId": "congressional-2-mammal", - "optionId": "elephant-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 27.32011296660118, - "type": "write-in", - "contestId": "congressional-2-mammal", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 26.52011296660118, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 7.913801571709234, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 9.178536345776031, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "4-F_zh-Hans", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "manta-ray-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "pufferfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "rockfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "triggerfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-2-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 32.31213163064833, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.576866404715126, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "4-F_zh-Hant", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 18.7487721021611, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 20.013506876227897, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.57821709233792, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "manta-ray-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.842951866404714, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "pufferfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 22.107686640471513, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "rockfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.372421414538312, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "triggerfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.982809430255404, - "type": "write-in", - "contestId": "congressional-2-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 24.182809430255404, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 33.06606090373281, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 34.33079567779961, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "4-F_en", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 14.460338899803537, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 15.725073673870334, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 15.289783889980354, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "manta-ray-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 16.55451866404715, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "pufferfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 17.81925343811395, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "rockfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 19.083988212180746, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "triggerfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 20.69437622789784, - "type": "write-in", - "contestId": "congressional-2-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 19.89437622789784, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 26.955427308447938, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 28.220162082514737, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - }, - { - "ballotStyleId": "4-F_es-US", - "gridPositions": [ - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 21.086075638506877, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "seahorse" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 1.7187076088296955, - "row": 22.350810412573676, - "type": "option", - "contestId": "county-leader-fish", - "optionId": "salmon" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 21.915520628683694, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "manta-ray-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 23.180255402750493, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "pufferfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 24.44499017681729, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "rockfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 25.709724950884087, - "type": "option", - "contestId": "congressional-2-fish", - "optionId": "triggerfish-2" - }, - { - "sheetNumber": 1, - "side": "front", - "column": 12.284622024910593, - "row": 27.32011296660118, - "type": "write-in", - "contestId": "congressional-2-fish", - "writeInIndex": 0, - "writeInArea": { - "x": 13.184622024910594, - "y": 26.52011296660118, - "width": 7.799999999999999, - "height": 1 - } - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 7.913801571709234, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-ban-fishing" - }, - { - "sheetNumber": 1, - "side": "back", - "column": 1.7187076088296955, - "row": 9.178536345776031, - "type": "option", - "contestId": "water-2-fishing", - "optionId": "water-2-fishing-allow-fishing" - } - ], - "optionBoundsFromTargetMark": { - "top": 0.9976669941060904, - "left": 0.7637193242076705, - "right": 9.194475274386484, - "bottom": 1.1529960707269156 - } - } - ] -} \ No newline at end of file diff --git a/libs/hmpb/fixtures/primary-election/fish-blank-ballot.pdf b/libs/hmpb/fixtures/primary-election/fish-blank-ballot.pdf index 075c8896ec..967d2dd4b6 100644 Binary files a/libs/hmpb/fixtures/primary-election/fish-blank-ballot.pdf and b/libs/hmpb/fixtures/primary-election/fish-blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/primary-election/fish-marked-ballot.pdf b/libs/hmpb/fixtures/primary-election/fish-marked-ballot.pdf index ccdb812871..a4b7db1f11 100644 Binary files a/libs/hmpb/fixtures/primary-election/fish-marked-ballot.pdf and b/libs/hmpb/fixtures/primary-election/fish-marked-ballot.pdf differ diff --git a/libs/hmpb/fixtures/primary-election/fish-other-precinct-blank-ballot.pdf b/libs/hmpb/fixtures/primary-election/fish-other-precinct-blank-ballot.pdf index b708a0718a..94f9c068d0 100644 Binary files a/libs/hmpb/fixtures/primary-election/fish-other-precinct-blank-ballot.pdf and b/libs/hmpb/fixtures/primary-election/fish-other-precinct-blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/primary-election/mammal-blank-ballot.pdf b/libs/hmpb/fixtures/primary-election/mammal-blank-ballot.pdf index d49a9daf9a..de2b2b7f80 100644 Binary files a/libs/hmpb/fixtures/primary-election/mammal-blank-ballot.pdf and b/libs/hmpb/fixtures/primary-election/mammal-blank-ballot.pdf differ diff --git a/libs/hmpb/fixtures/primary-election/mammal-marked-ballot.pdf b/libs/hmpb/fixtures/primary-election/mammal-marked-ballot.pdf index 24a24e972d..95f87538d5 100644 Binary files a/libs/hmpb/fixtures/primary-election/mammal-marked-ballot.pdf and b/libs/hmpb/fixtures/primary-election/mammal-marked-ballot.pdf differ diff --git a/libs/hmpb/fixtures/primary-election/mammal-other-precinct-blank-ballot.pdf b/libs/hmpb/fixtures/primary-election/mammal-other-precinct-blank-ballot.pdf index 71b9aca59e..2498119254 100644 Binary files a/libs/hmpb/fixtures/primary-election/mammal-other-precinct-blank-ballot.pdf and b/libs/hmpb/fixtures/primary-election/mammal-other-precinct-blank-ballot.pdf differ diff --git a/libs/hmpb/src/ballot_fixtures.ts b/libs/hmpb/src/ballot_fixtures.ts index c8253b5c63..5ced596884 100644 --- a/libs/hmpb/src/ballot_fixtures.ts +++ b/libs/hmpb/src/ballot_fixtures.ts @@ -299,7 +299,6 @@ export const generalElectionFixtures = (() => { export const primaryElectionFixtures = (() => { const dir = join(fixturesDir, 'primary-election'); - const electionPath = join(dir, 'election.json'); const { election } = electionPrimaryPrecinctSplitsFixtures; const allBallotProps = election.ballotStyles.flatMap((ballotStyle) => @@ -370,7 +369,8 @@ export const primaryElectionFixtures = (() => { return { dir, allBallotProps, - electionPath, + electionDefinition: + electionPrimaryPrecinctSplitsFixtures.electionDefinition, mammalParty, fishParty, @@ -382,6 +382,11 @@ export const primaryElectionFixtures = (() => { allBallotProps, 'vxf' ); + assert( + electionDefinition.ballotHash === + electionPrimaryPrecinctSplitsFixtures.electionDefinition.ballotHash, + 'If this fails its likely because the lib/fixtures election fixtures are out of date. Run pnpm generate-election-packages in libs/fixture-generators' + ); async function generatePartyFixtures( spec: ReturnType diff --git a/libs/hmpb/src/generate_fixtures.ts b/libs/hmpb/src/generate_fixtures.ts index 30f688b002..8cd18c2f0c 100644 --- a/libs/hmpb/src/generate_fixtures.ts +++ b/libs/hmpb/src/generate_fixtures.ts @@ -62,10 +62,6 @@ async function generatePrimaryElectionFixtures(renderer: Renderer) { const fixtures = primaryElectionFixtures; const generated = await primaryElectionFixtures.generate(renderer); await mkdir(fixtures.dir, { recursive: true }); - await writeFile( - fixtures.electionPath, - generated.electionDefinition.electionData - ); for (const party of ['mammalParty', 'fishParty'] as const) { const partyFixtures = fixtures[party]; diff --git a/libs/hmpb/src/render_ballot.tsx b/libs/hmpb/src/render_ballot.tsx index 50f91530d8..4f29cf5da8 100644 --- a/libs/hmpb/src/render_ballot.tsx +++ b/libs/hmpb/src/render_ballot.tsx @@ -20,6 +20,7 @@ import { PrecinctId, convertVxfElectionToCdfBallotDefinition, formatBallotHash, + safeParseElection, safeParseElectionDefinition, } from '@votingworks/types'; import { QrCode } from '@votingworks/ui'; @@ -476,11 +477,23 @@ export async function renderAllBallotsAndCreateElectionDefinition< .map((layouts) => assertDefined(iter(layouts.values()).first())) .toArray(); - const electionWithGridLayouts: Election = { ...election, gridLayouts }; + const electionWithGridLayouts: Election = { + ...election, + gridLayouts, + }; const electionToHash = (() => { switch (electionSerializationFormat) { - case 'vxf': - return electionWithGridLayouts; + case 'vxf': { + // Re-parse the election to ensure it is being saved in a consistent format + // zod parsing can change the order of fields when parsing the json object, and + // maintainBackwardsCompatibility can alter some fields in the election. This ensures + // that those changes occur before saving the file so that if that file is loaded back + // through this code path the resulting election is identical and hashes to the same value. + const sortedElectionWithGridLayouts = safeParseElection( + JSON.stringify(electionWithGridLayouts) + ).unsafeUnwrap(); + return sortedElectionWithGridLayouts; + } case 'cdf': return convertVxfElectionToCdfBallotDefinition(electionWithGridLayouts); default: diff --git a/libs/types/src/election.ts b/libs/types/src/election.ts index 4711530986..2f33b0a477 100644 --- a/libs/types/src/election.ts +++ b/libs/types/src/election.ts @@ -486,10 +486,10 @@ export interface Election { readonly ballotStrings: UiStringsPackage; readonly ballotStyles: readonly BallotStyle[]; readonly contests: Contests; - readonly gridLayouts?: readonly GridLayout[]; readonly county: County; readonly date: DateWithoutTime; readonly districts: readonly District[]; + readonly gridLayouts?: readonly GridLayout[]; readonly id: ElectionId; readonly parties: Parties; readonly precincts: readonly Precinct[];